Index: sky/framework/components/icon.dart |
diff --git a/sky/framework/components/icon.dart b/sky/framework/components/icon.dart |
index 3b0f9d0fbeb71a6cb8eaea915efbc0ba697ea13d..b37bd4c171489e98d1584b5a2b490cd455d12bc5 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 { |
List<Style> styles; |