Index: sky/framework/components/icon.dart |
diff --git a/sky/framework/components/icon.dart b/sky/framework/components/icon.dart |
index 4a37c7876511376df7a95da6be7dc1733e4ad71b..293b805c69cd01842cd0cba200f68362ff7f1e47 100644 |
--- a/sky/framework/components/icon.dart |
+++ b/sky/framework/components/icon.dart |
@@ -4,7 +4,8 @@ |
import '../fn.dart'; |
-const String kAssetBase = '/sky/assets/material-design-icons'; |
+// TODO(eseidel): This should use package:. |
+const String kAssetBase = '/packages/sky/assets/material-design-icons'; |
class Icon extends Component { |
Style style; |