| Index: sky/sdk/lib/framework/widgets/icon.dart
|
| diff --git a/sky/sdk/lib/framework/components2/icon.dart b/sky/sdk/lib/framework/widgets/icon.dart
|
| similarity index 97%
|
| rename from sky/sdk/lib/framework/components2/icon.dart
|
| rename to sky/sdk/lib/framework/widgets/icon.dart
|
| index 7ab1e6acc0c70a4b8bf7c194c7eff4c7ebf2aad8..abd7b6cefd7a4ae5b51864781b397d8006c6403c 100644
|
| --- a/sky/sdk/lib/framework/components2/icon.dart
|
| +++ b/sky/sdk/lib/framework/widgets/icon.dart
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../fn2.dart';
|
| +import 'wrappers.dart';
|
|
|
| // TODO(eseidel): This should use package:.
|
| const String kAssetBase = '/packages/sky/assets/material-design-icons';
|
|
|