diff --git a/assets/tdesign/td_icons.ttf b/assets/tdesign/td_icons.ttf index 3ad6e027e..071dbb0ce 100644 Binary files a/assets/tdesign/td_icons.ttf and b/assets/tdesign/td_icons.ttf differ diff --git a/assets/tdesign/td_icons_new.ttf b/assets/tdesign/td_icons_new.ttf deleted file mode 100644 index 09e3d89b1..000000000 Binary files a/assets/tdesign/td_icons_new.ttf and /dev/null differ diff --git a/example/lib/page/td_icon_page.dart b/example/lib/page/td_icon_page.dart index a090e7f40..212f5b889 100644 --- a/example/lib/page/td_icon_page.dart +++ b/example/lib/page/td_icon_page.dart @@ -1,6 +1,5 @@ import 'package:flutter/material.dart'; import 'package:tdesign_flutter/td_export.dart'; -import 'package:tdesign_flutter/src/components/icon/td_icons_new.dart' as codesign; import '../../base/example_widget.dart'; @@ -17,7 +16,7 @@ class _TDIconPageState extends State { Widget build(BuildContext context) { return ExamplePage(title: 'icon图标', children: [ - ExampleModule(title: 'figma', + ExampleModule(title: 'icon示例', children: [ ExampleItem( desc: 'icon数量: ${TDIcons.all.length}', @@ -40,31 +39,7 @@ class _TDIconPageState extends State { ], ), )) - ]), - ExampleModule(title: 'codesign', - children: [ - ExampleItem( - desc: 'icon数量: ${TDIcons.all.length}', - builder: (_) => Container( - color: Colors.white, - alignment: Alignment.center, - child: Wrap( - children: [ - for (var iconData in codesign.TDIcons.all.values) SizedBox( - height: 100, - width: 175, - - child: Column( - children: [ - Icon(iconData), - TDText(iconData.name) - ], - ), - ) - ], - ), - )) - ]), + ]) ]); } diff --git a/example/shell/Icons/TDesign_logo.svg b/example/shell/Icons/TDesign_logo.svg deleted file mode 100644 index fbdbc322a..000000000 --- a/example/shell/Icons/TDesign_logo.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example/shell/Icons/add_circle.svg b/example/shell/Icons/add_circle.svg index 151b9eca1..7310c980b 100644 --- a/example/shell/Icons/add_circle.svg +++ b/example/shell/Icons/add_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/app.svg b/example/shell/Icons/app.svg index 9b6cb9fea..76c379693 100644 --- a/example/shell/Icons/app.svg +++ b/example/shell/Icons/app.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/arrow_down.svg b/example/shell/Icons/arrow_down.svg index a1c4da7c6..5c32cd9a9 100644 --- a/example/shell/Icons/arrow_down.svg +++ b/example/shell/Icons/arrow_down.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/arrow_down_rectangle.svg b/example/shell/Icons/arrow_down_rectangle.svg index ac4946d41..24f5b142c 100644 --- a/example/shell/Icons/arrow_down_rectangle.svg +++ b/example/shell/Icons/arrow_down_rectangle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/arrow_up.svg b/example/shell/Icons/arrow_up.svg index 9de83711c..19e2a9667 100644 --- a/example/shell/Icons/arrow_up.svg +++ b/example/shell/Icons/arrow_up.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/attach.svg b/example/shell/Icons/attach.svg index 0b8622b0b..b344730b7 100644 --- a/example/shell/Icons/attach.svg +++ b/example/shell/Icons/attach.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/backtop.svg b/example/shell/Icons/backtop.svg index 216a3be44..73ce35020 100644 --- a/example/shell/Icons/backtop.svg +++ b/example/shell/Icons/backtop.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/backtop_rectangle.svg b/example/shell/Icons/backtop_rectangle.svg index a90087e31..191d720d2 100644 --- a/example/shell/Icons/backtop_rectangle.svg +++ b/example/shell/Icons/backtop_rectangle.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/example/shell/Icons/backward.svg b/example/shell/Icons/backward.svg index b156b2fe8..0167030b7 100644 --- a/example/shell/Icons/backward.svg +++ b/example/shell/Icons/backward.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/books.svg b/example/shell/Icons/books.svg index 7a49b3264..8a3714eed 100644 --- a/example/shell/Icons/books.svg +++ b/example/shell/Icons/books.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/browse.svg b/example/shell/Icons/browse.svg index 311feeb0e..5afd830f6 100644 --- a/example/shell/Icons/browse.svg +++ b/example/shell/Icons/browse.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/browse_off.svg b/example/shell/Icons/browse_off.svg index 07d6f8f7c..942a8c481 100644 --- a/example/shell/Icons/browse_off.svg +++ b/example/shell/Icons/browse_off.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/example/shell/Icons/bulletpoint.svg b/example/shell/Icons/bulletpoint.svg index 0d39e900b..f9b22718d 100644 --- a/example/shell/Icons/bulletpoint.svg +++ b/example/shell/Icons/bulletpoint.svg @@ -1,6 +1,6 @@ - - + + diff --git a/example/shell/Icons/call.svg b/example/shell/Icons/call.svg index c862678e9..402958047 100644 --- a/example/shell/Icons/call.svg +++ b/example/shell/Icons/call.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/caret_down.svg b/example/shell/Icons/caret_down.svg index c644a4fef..20a14b6d4 100644 --- a/example/shell/Icons/caret_down.svg +++ b/example/shell/Icons/caret_down.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/caret_left.svg b/example/shell/Icons/caret_left.svg index bd7c7a6c8..ad53be21f 100644 --- a/example/shell/Icons/caret_left.svg +++ b/example/shell/Icons/caret_left.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/caret_right.svg b/example/shell/Icons/caret_right.svg index a05efd382..2247a4887 100644 --- a/example/shell/Icons/caret_right.svg +++ b/example/shell/Icons/caret_right.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/caret_up.svg b/example/shell/Icons/caret_up.svg index c17ee3eb4..e811196c5 100644 --- a/example/shell/Icons/caret_up.svg +++ b/example/shell/Icons/caret_up.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/chart.svg b/example/shell/Icons/chart.svg index 46a7b76d1..ea56198b5 100644 --- a/example/shell/Icons/chart.svg +++ b/example/shell/Icons/chart.svg @@ -1,6 +1,6 @@ - + diff --git a/example/shell/Icons/chart_bar.svg b/example/shell/Icons/chart_bar.svg index aba6b5774..cdb2115f1 100644 --- a/example/shell/Icons/chart_bar.svg +++ b/example/shell/Icons/chart_bar.svg @@ -1,5 +1,5 @@ - - + + diff --git a/example/shell/Icons/check.svg b/example/shell/Icons/check.svg index 31198abf7..91f5a1aa1 100644 --- a/example/shell/Icons/check.svg +++ b/example/shell/Icons/check.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/check_circle.svg b/example/shell/Icons/check_circle.svg index 41c23be54..b711e4d45 100644 --- a/example/shell/Icons/check_circle.svg +++ b/example/shell/Icons/check_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/check_rectangle.svg b/example/shell/Icons/check_rectangle.svg index 81fec9fab..e02d6fc19 100644 --- a/example/shell/Icons/check_rectangle.svg +++ b/example/shell/Icons/check_rectangle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_down.svg b/example/shell/Icons/chevron_down.svg index 381f1f783..8f04103ca 100644 --- a/example/shell/Icons/chevron_down.svg +++ b/example/shell/Icons/chevron_down.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/chevron_down_circle.svg b/example/shell/Icons/chevron_down_circle.svg index cf377ef11..ecec6c15b 100644 --- a/example/shell/Icons/chevron_down_circle.svg +++ b/example/shell/Icons/chevron_down_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_down_rectangle.svg b/example/shell/Icons/chevron_down_rectangle.svg index 437624703..aff89c995 100644 --- a/example/shell/Icons/chevron_down_rectangle.svg +++ b/example/shell/Icons/chevron_down_rectangle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_left.double.svg b/example/shell/Icons/chevron_left.double.svg index 578e2ee96..b448a2b74 100644 --- a/example/shell/Icons/chevron_left.double.svg +++ b/example/shell/Icons/chevron_left.double.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/chevron_left.svg b/example/shell/Icons/chevron_left.svg index ddc4c3e84..92dd181a5 100644 --- a/example/shell/Icons/chevron_left.svg +++ b/example/shell/Icons/chevron_left.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/chevron_left_circle.svg b/example/shell/Icons/chevron_left_circle.svg index 95908a33c..86f9204be 100644 --- a/example/shell/Icons/chevron_left_circle.svg +++ b/example/shell/Icons/chevron_left_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_left_rectangle.svg b/example/shell/Icons/chevron_left_rectangle.svg index fdaec24e6..98b0c1099 100644 --- a/example/shell/Icons/chevron_left_rectangle.svg +++ b/example/shell/Icons/chevron_left_rectangle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_right.double.svg b/example/shell/Icons/chevron_right.double.svg index ad57898e6..1b936c082 100644 --- a/example/shell/Icons/chevron_right.double.svg +++ b/example/shell/Icons/chevron_right.double.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/chevron_right.svg b/example/shell/Icons/chevron_right.svg index a4280542d..12722f634 100644 --- a/example/shell/Icons/chevron_right.svg +++ b/example/shell/Icons/chevron_right.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/chevron_right_circle.svg b/example/shell/Icons/chevron_right_circle.svg index 7d67df11a..85973a5f7 100644 --- a/example/shell/Icons/chevron_right_circle.svg +++ b/example/shell/Icons/chevron_right_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_right_rectangle.svg b/example/shell/Icons/chevron_right_rectangle.svg index 61cfbe591..f249552cc 100644 --- a/example/shell/Icons/chevron_right_rectangle.svg +++ b/example/shell/Icons/chevron_right_rectangle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_up.svg b/example/shell/Icons/chevron_up.svg index 2eb746054..735ce74a5 100644 --- a/example/shell/Icons/chevron_up.svg +++ b/example/shell/Icons/chevron_up.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/chevron_up_circle.svg b/example/shell/Icons/chevron_up_circle.svg index d26c557f7..9be85e718 100644 --- a/example/shell/Icons/chevron_up_circle.svg +++ b/example/shell/Icons/chevron_up_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/chevron_up_rectangle.svg b/example/shell/Icons/chevron_up_rectangle.svg index e8e333195..e85cbb671 100644 --- a/example/shell/Icons/chevron_up_rectangle.svg +++ b/example/shell/Icons/chevron_up_rectangle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/close_circle_filled.svg b/example/shell/Icons/close_circle_filled.svg index ad9a6c118..451b729c0 100644 --- a/example/shell/Icons/close_circle_filled.svg +++ b/example/shell/Icons/close_circle_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/cloud.svg b/example/shell/Icons/cloud.svg index 60fdf2b6c..e679ad232 100644 --- a/example/shell/Icons/cloud.svg +++ b/example/shell/Icons/cloud.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/cloud_download.svg b/example/shell/Icons/cloud_download.svg index 88da5142e..2e343f3ff 100644 --- a/example/shell/Icons/cloud_download.svg +++ b/example/shell/Icons/cloud_download.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/cloud_upload.svg b/example/shell/Icons/cloud_upload.svg index 948378e3b..1dbe526d0 100644 --- a/example/shell/Icons/cloud_upload.svg +++ b/example/shell/Icons/cloud_upload.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/code.svg b/example/shell/Icons/code.svg index 6c65ad4a1..9b28131f9 100644 --- a/example/shell/Icons/code.svg +++ b/example/shell/Icons/code.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/example/shell/Icons/control.platform.svg b/example/shell/Icons/control.platform.svg index 9a70ef574..e34d393b6 100644 --- a/example/shell/Icons/control.platform.svg +++ b/example/shell/Icons/control.platform.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/dashboard.svg b/example/shell/Icons/dashboard.svg index 62969154d..cedc4b1f7 100644 --- a/example/shell/Icons/dashboard.svg +++ b/example/shell/Icons/dashboard.svg @@ -1,7 +1,5 @@ - - - + diff --git a/example/shell/Icons/discount.svg b/example/shell/Icons/discount.svg index ed031f185..908bbb1b3 100644 --- a/example/shell/Icons/discount.svg +++ b/example/shell/Icons/discount.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/edit.svg b/example/shell/Icons/edit.svg index d81dfc1ef..3c2afc977 100644 --- a/example/shell/Icons/edit.svg +++ b/example/shell/Icons/edit.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/edit_1.svg b/example/shell/Icons/edit_1.svg index 041310083..5f77eecd4 100644 --- a/example/shell/Icons/edit_1.svg +++ b/example/shell/Icons/edit_1.svg @@ -2,7 +2,7 @@ - - + + diff --git a/example/shell/Icons/ellipsis.svg b/example/shell/Icons/ellipsis.svg index 1913ca06f..7858b0417 100644 --- a/example/shell/Icons/ellipsis.svg +++ b/example/shell/Icons/ellipsis.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/error.svg b/example/shell/Icons/error.svg index 452457adb..6cac9b11e 100644 --- a/example/shell/Icons/error.svg +++ b/example/shell/Icons/error.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/error_circle.svg b/example/shell/Icons/error_circle.svg index aaaf99955..f8e995146 100644 --- a/example/shell/Icons/error_circle.svg +++ b/example/shell/Icons/error_circle.svg @@ -1,5 +1,5 @@ - - + + diff --git a/example/shell/Icons/error_circle_filled.svg b/example/shell/Icons/error_circle_filled.svg index f774000db..200d8bc95 100644 --- a/example/shell/Icons/error_circle_filled.svg +++ b/example/shell/Icons/error_circle_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/file_add.svg b/example/shell/Icons/file_add.svg index 4980e4abe..f023ddc0c 100644 --- a/example/shell/Icons/file_add.svg +++ b/example/shell/Icons/file_add.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/file_copy.svg b/example/shell/Icons/file_copy.svg index 4b0b8152b..b273b64ac 100644 --- a/example/shell/Icons/file_copy.svg +++ b/example/shell/Icons/file_copy.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/file_excel.svg b/example/shell/Icons/file_excel.svg index 48f8b01af..327abf2b4 100644 --- a/example/shell/Icons/file_excel.svg +++ b/example/shell/Icons/file_excel.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/file_icon.svg b/example/shell/Icons/file_icon.svg index 1e1125c3a..33a9c920e 100644 --- a/example/shell/Icons/file_icon.svg +++ b/example/shell/Icons/file_icon.svg @@ -1,7 +1,7 @@ - + - + diff --git a/example/shell/Icons/file_paste.svg b/example/shell/Icons/file_paste.svg index 29dcb5afc..c91e45c87 100644 --- a/example/shell/Icons/file_paste.svg +++ b/example/shell/Icons/file_paste.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/file_pdf.svg b/example/shell/Icons/file_pdf.svg index f15c12628..e70016bc6 100644 --- a/example/shell/Icons/file_pdf.svg +++ b/example/shell/Icons/file_pdf.svg @@ -1,6 +1,6 @@ - - + + diff --git a/example/shell/Icons/file_powerpoint.svg b/example/shell/Icons/file_powerpoint.svg index 11cbc1ea9..d25424456 100644 --- a/example/shell/Icons/file_powerpoint.svg +++ b/example/shell/Icons/file_powerpoint.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/file_unknown.svg b/example/shell/Icons/file_unknown.svg index 0a06fcda1..cd0c056a5 100644 --- a/example/shell/Icons/file_unknown.svg +++ b/example/shell/Icons/file_unknown.svg @@ -1,5 +1,5 @@ - - + + diff --git a/example/shell/Icons/file_word.svg b/example/shell/Icons/file_word.svg index b1570bd9f..c783a1dc9 100644 --- a/example/shell/Icons/file_word.svg +++ b/example/shell/Icons/file_word.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/flag.svg b/example/shell/Icons/flag.svg index 1df9167fa..1272e5519 100644 --- a/example/shell/Icons/flag.svg +++ b/example/shell/Icons/flag.svg @@ -1,4 +1,3 @@ - - + diff --git a/example/shell/Icons/folder_open.svg b/example/shell/Icons/folder_open.svg index b1e519597..f829e85ce 100644 --- a/example/shell/Icons/folder_open.svg +++ b/example/shell/Icons/folder_open.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/format_horizontal_align_bottom.svg b/example/shell/Icons/format_horizontal_align_bottom.svg index 55ee05fdb..920405228 100644 --- a/example/shell/Icons/format_horizontal_align_bottom.svg +++ b/example/shell/Icons/format_horizontal_align_bottom.svg @@ -1,6 +1,6 @@ - + diff --git a/example/shell/Icons/format_horizontal_align_top.svg b/example/shell/Icons/format_horizontal_align_top.svg index 5decb1b64..2f2768f14 100644 --- a/example/shell/Icons/format_horizontal_align_top.svg +++ b/example/shell/Icons/format_horizontal_align_top.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/format_vertical_align_center.svg b/example/shell/Icons/format_vertical_align_center.svg index 2cbccb3f9..c686906c2 100644 --- a/example/shell/Icons/format_vertical_align_center.svg +++ b/example/shell/Icons/format_vertical_align_center.svg @@ -1,6 +1,6 @@ - + diff --git a/example/shell/Icons/format_vertical_align_left.svg b/example/shell/Icons/format_vertical_align_left.svg index b9e2585a7..0235c732a 100644 --- a/example/shell/Icons/format_vertical_align_left.svg +++ b/example/shell/Icons/format_vertical_align_left.svg @@ -1,6 +1,6 @@ - + diff --git a/example/shell/Icons/format_vertical_align_right.svg b/example/shell/Icons/format_vertical_align_right.svg index fdaa18236..26515bb5d 100644 --- a/example/shell/Icons/format_vertical_align_right.svg +++ b/example/shell/Icons/format_vertical_align_right.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/forward.svg b/example/shell/Icons/forward.svg index bb99675ac..913b495ba 100644 --- a/example/shell/Icons/forward.svg +++ b/example/shell/Icons/forward.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/gender_female.svg b/example/shell/Icons/gender_female.svg index 297572509..5fc7f7c66 100644 --- a/example/shell/Icons/gender_female.svg +++ b/example/shell/Icons/gender_female.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/help_circle_filled.svg b/example/shell/Icons/help_circle_filled.svg index 2327809f6..950b27922 100644 --- a/example/shell/Icons/help_circle_filled.svg +++ b/example/shell/Icons/help_circle_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/home.svg b/example/shell/Icons/home.svg index 447f62876..0e55052f5 100644 --- a/example/shell/Icons/home.svg +++ b/example/shell/Icons/home.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/image.svg b/example/shell/Icons/image.svg index 593d0594e..eb4a04150 100644 --- a/example/shell/Icons/image.svg +++ b/example/shell/Icons/image.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/info_circle.svg b/example/shell/Icons/info_circle.svg index 16630815a..6e3804382 100644 --- a/example/shell/Icons/info_circle.svg +++ b/example/shell/Icons/info_circle.svg @@ -1,5 +1,5 @@ - - + + diff --git a/example/shell/Icons/info_circle_filled.svg b/example/shell/Icons/info_circle_filled.svg index 2809cf7f0..ca9b9ba23 100644 --- a/example/shell/Icons/info_circle_filled.svg +++ b/example/shell/Icons/info_circle_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/laptop.svg b/example/shell/Icons/laptop.svg index 8284df639..d645b6e69 100644 --- a/example/shell/Icons/laptop.svg +++ b/example/shell/Icons/laptop.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/layers.svg b/example/shell/Icons/layers.svg index 6992bd724..3baa696a9 100644 --- a/example/shell/Icons/layers.svg +++ b/example/shell/Icons/layers.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/example/shell/Icons/link.svg b/example/shell/Icons/link.svg index 0431142e1..7e226f628 100644 --- a/example/shell/Icons/link.svg +++ b/example/shell/Icons/link.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/example/shell/Icons/link_unlink.svg b/example/shell/Icons/link_unlink.svg index d7ca696bd..ab1ff0971 100644 --- a/example/shell/Icons/link_unlink.svg +++ b/example/shell/Icons/link_unlink.svg @@ -1,10 +1,10 @@ - - - - - - - - + + + + + + + + diff --git a/example/shell/Icons/loading(1).svg b/example/shell/Icons/loading(1).svg deleted file mode 100644 index 51e24771f..000000000 --- a/example/shell/Icons/loading(1).svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/example/shell/Icons/loading.svg b/example/shell/Icons/loading.svg deleted file mode 100644 index 72d36d1e3..000000000 --- a/example/shell/Icons/loading.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/example/shell/Icons/loading_blue.svg b/example/shell/Icons/loading_blue.svg deleted file mode 100644 index da60479b3..000000000 --- a/example/shell/Icons/loading_blue.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/example/shell/Icons/location.svg b/example/shell/Icons/location.svg index 017620741..cfcc5cd82 100644 --- a/example/shell/Icons/location.svg +++ b/example/shell/Icons/location.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/lock_on.svg b/example/shell/Icons/lock_on.svg index acf033d41..b6a39b855 100644 --- a/example/shell/Icons/lock_on.svg +++ b/example/shell/Icons/lock_on.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/login.svg b/example/shell/Icons/login.svg index 8b66abf54..6d9d7703c 100644 --- a/example/shell/Icons/login.svg +++ b/example/shell/Icons/login.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/logo_android.svg b/example/shell/Icons/logo_android.svg index e9292f2a5..6b30ec7fd 100644 --- a/example/shell/Icons/logo_android.svg +++ b/example/shell/Icons/logo_android.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/logo_apple.svg b/example/shell/Icons/logo_apple.svg index e528342f2..aaa31cd13 100644 --- a/example/shell/Icons/logo_apple.svg +++ b/example/shell/Icons/logo_apple.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/logo_chrome.svg b/example/shell/Icons/logo_chrome.svg index 53c49930d..bf1ead0a7 100644 --- a/example/shell/Icons/logo_chrome.svg +++ b/example/shell/Icons/logo_chrome.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/logo_codepen.svg b/example/shell/Icons/logo_codepen.svg index cc5f9ec7b..8f860b52f 100644 --- a/example/shell/Icons/logo_codepen.svg +++ b/example/shell/Icons/logo_codepen.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/logo_ie.svg b/example/shell/Icons/logo_ie.svg index 547f06d0f..21a96b702 100644 --- a/example/shell/Icons/logo_ie.svg +++ b/example/shell/Icons/logo_ie.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/logo_ie_filled.svg b/example/shell/Icons/logo_ie_filled.svg index 37d4d18a5..09ce8f406 100644 --- a/example/shell/Icons/logo_ie_filled.svg +++ b/example/shell/Icons/logo_ie_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/logo_wechat.svg b/example/shell/Icons/logo_wechat.svg index 59c4444a3..dbdfab31a 100644 --- a/example/shell/Icons/logo_wechat.svg +++ b/example/shell/Icons/logo_wechat.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/logo_wecom.svg b/example/shell/Icons/logo_wecom.svg index ce8bc52b8..190568457 100644 --- a/example/shell/Icons/logo_wecom.svg +++ b/example/shell/Icons/logo_wecom.svg @@ -1,7 +1,7 @@ - - - - - + + + + + diff --git a/example/shell/Icons/logo_windows_filled.svg b/example/shell/Icons/logo_windows_filled.svg index 94d9b6f3f..db3a3650c 100644 --- a/example/shell/Icons/logo_windows_filled.svg +++ b/example/shell/Icons/logo_windows_filled.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/example/shell/Icons/mail.svg b/example/shell/Icons/mail.svg index 9c8746eaf..404a982c8 100644 --- a/example/shell/Icons/mail.svg +++ b/example/shell/Icons/mail.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/menu_application.svg b/example/shell/Icons/menu_application.svg index 78170a66e..e1850f931 100644 --- a/example/shell/Icons/menu_application.svg +++ b/example/shell/Icons/menu_application.svg @@ -1,11 +1,11 @@ - + - + - + - + diff --git a/example/shell/Icons/menu_fold.svg b/example/shell/Icons/menu_fold.svg index 85fe43df7..31a43bf1e 100644 --- a/example/shell/Icons/menu_fold.svg +++ b/example/shell/Icons/menu_fold.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/example/shell/Icons/menu_unfold.svg b/example/shell/Icons/menu_unfold.svg index 230743e3e..d5a479094 100644 --- a/example/shell/Icons/menu_unfold.svg +++ b/example/shell/Icons/menu_unfold.svg @@ -2,5 +2,5 @@ - + diff --git a/example/shell/Icons/minus_circle.svg b/example/shell/Icons/minus_circle.svg index 50ff5ea28..bdf10091e 100644 --- a/example/shell/Icons/minus_circle.svg +++ b/example/shell/Icons/minus_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/minus_circle_filled.svg b/example/shell/Icons/minus_circle_filled.svg index e6bb2912e..470351510 100644 --- a/example/shell/Icons/minus_circle_filled.svg +++ b/example/shell/Icons/minus_circle_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/minus_rectangle.svg b/example/shell/Icons/minus_rectangle.svg index b63110b6f..0b10ed40f 100644 --- a/example/shell/Icons/minus_rectangle.svg +++ b/example/shell/Icons/minus_rectangle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/mirror.svg b/example/shell/Icons/mirror.svg index dba6ff289..076ff9fc5 100644 --- a/example/shell/Icons/mirror.svg +++ b/example/shell/Icons/mirror.svg @@ -1,5 +1,5 @@ - + - + diff --git a/example/shell/Icons/mobile.svg b/example/shell/Icons/mobile.svg index 5411c3094..1b0541009 100644 --- a/example/shell/Icons/mobile.svg +++ b/example/shell/Icons/mobile.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/money_circle.svg b/example/shell/Icons/money_circle.svg index 49a7f31b6..2521af167 100644 --- a/example/shell/Icons/money_circle.svg +++ b/example/shell/Icons/money_circle.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/more.svg b/example/shell/Icons/more.svg index 929d77450..b983a477a 100644 --- a/example/shell/Icons/more.svg +++ b/example/shell/Icons/more.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/move.svg b/example/shell/Icons/move.svg index 2801f7818..9a40ca2c3 100644 --- a/example/shell/Icons/move.svg +++ b/example/shell/Icons/move.svg @@ -1,10 +1,10 @@ - + - + - + diff --git a/example/shell/Icons/order_ascending.svg b/example/shell/Icons/order_ascending.svg index 387d07cec..00a41d7c8 100644 --- a/example/shell/Icons/order_ascending.svg +++ b/example/shell/Icons/order_ascending.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/example/shell/Icons/order_descending.svg b/example/shell/Icons/order_descending.svg index 6b2e65294..e020ed056 100644 --- a/example/shell/Icons/order_descending.svg +++ b/example/shell/Icons/order_descending.svg @@ -1,6 +1,6 @@ - + - + diff --git a/example/shell/Icons/page_first.svg b/example/shell/Icons/page_first.svg index 7a0e96ded..76634e612 100644 --- a/example/shell/Icons/page_first.svg +++ b/example/shell/Icons/page_first.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/page_last.svg b/example/shell/Icons/page_last.svg index 3f9c5b150..e2c9c4655 100644 --- a/example/shell/Icons/page_last.svg +++ b/example/shell/Icons/page_last.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/pause_circle_filled.svg b/example/shell/Icons/pause_circle_filled.svg index a6de72217..986ca1781 100644 --- a/example/shell/Icons/pause_circle_filled.svg +++ b/example/shell/Icons/pause_circle_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/photo.svg b/example/shell/Icons/photo.svg index 11ea3d29d..aa758cb94 100644 --- a/example/shell/Icons/photo.svg +++ b/example/shell/Icons/photo.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/pin.svg b/example/shell/Icons/pin.svg index fde01aee1..d4df5bf10 100644 --- a/example/shell/Icons/pin.svg +++ b/example/shell/Icons/pin.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/pin_filled.svg b/example/shell/Icons/pin_filled.svg index b4e9c7622..54f7190ec 100644 --- a/example/shell/Icons/pin_filled.svg +++ b/example/shell/Icons/pin_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/play.svg b/example/shell/Icons/play.svg index 254d6a400..ca804fe60 100644 --- a/example/shell/Icons/play.svg +++ b/example/shell/Icons/play.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/poweroff.svg b/example/shell/Icons/poweroff.svg index 57f5d82a1..4dfd82d14 100644 --- a/example/shell/Icons/poweroff.svg +++ b/example/shell/Icons/poweroff.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/precise.monitor.svg b/example/shell/Icons/precise.monitor.svg index 99d96d6d2..b38b2b169 100644 --- a/example/shell/Icons/precise.monitor.svg +++ b/example/shell/Icons/precise.monitor.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/print.svg b/example/shell/Icons/print.svg index 63fb0460f..82afbae25 100644 --- a/example/shell/Icons/print.svg +++ b/example/shell/Icons/print.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/qrcode.svg b/example/shell/Icons/qrcode.svg index a02931602..3969c584c 100644 --- a/example/shell/Icons/qrcode.svg +++ b/example/shell/Icons/qrcode.svg @@ -2,9 +2,9 @@ - + - - + + diff --git a/example/shell/Icons/rectangle.svg b/example/shell/Icons/rectangle.svg index 0124612bc..cd51dacfd 100644 --- a/example/shell/Icons/rectangle.svg +++ b/example/shell/Icons/rectangle.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/refresh.svg b/example/shell/Icons/refresh.svg index bf974ad39..62fbd366c 100644 --- a/example/shell/Icons/refresh.svg +++ b/example/shell/Icons/refresh.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/relativity.svg b/example/shell/Icons/relativity.svg index 1570b0a4f..e374d63e8 100644 --- a/example/shell/Icons/relativity.svg +++ b/example/shell/Icons/relativity.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/remove.svg b/example/shell/Icons/remove.svg index 1b3ce7d5f..725e07877 100644 --- a/example/shell/Icons/remove.svg +++ b/example/shell/Icons/remove.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/root_list.svg b/example/shell/Icons/root_list.svg index 013325f93..4ce46b4e5 100644 --- a/example/shell/Icons/root_list.svg +++ b/example/shell/Icons/root_list.svg @@ -1,6 +1,6 @@ - + diff --git a/example/shell/Icons/scan.svg b/example/shell/Icons/scan.svg index f165f37ed..c7c1cbc34 100644 --- a/example/shell/Icons/scan.svg +++ b/example/shell/Icons/scan.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/service.svg b/example/shell/Icons/service.svg index d9b48be8e..887df4ff4 100644 --- a/example/shell/Icons/service.svg +++ b/example/shell/Icons/service.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/share.svg b/example/shell/Icons/share.svg index 60b0e81d2..8e606988b 100644 --- a/example/shell/Icons/share.svg +++ b/example/shell/Icons/share.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/slash.svg b/example/shell/Icons/slash.svg index 157e97de5..ec045700a 100644 --- a/example/shell/Icons/slash.svg +++ b/example/shell/Icons/slash.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/sound.svg b/example/shell/Icons/sound.svg index 64eba5555..7a14d1081 100644 --- a/example/shell/Icons/sound.svg +++ b/example/shell/Icons/sound.svg @@ -1,5 +1,5 @@ - - + + diff --git a/example/shell/Icons/star.svg b/example/shell/Icons/star.svg index 6e3d7f63f..2adaa03ba 100644 --- a/example/shell/Icons/star.svg +++ b/example/shell/Icons/star.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/star_filled.svg b/example/shell/Icons/star_filled.svg index 588fb5f16..147d15c47 100644 --- a/example/shell/Icons/star_filled.svg +++ b/example/shell/Icons/star_filled.svg @@ -1,7 +1,7 @@ - + - + diff --git a/example/shell/Icons/stop_circle.svg b/example/shell/Icons/stop_circle.svg index 0e757f72b..ac7a4accb 100644 --- a/example/shell/Icons/stop_circle.svg +++ b/example/shell/Icons/stop_circle.svg @@ -1,5 +1,5 @@ - - + + diff --git a/example/shell/Icons/stop_circle(1).svg b/example/shell/Icons/stop_circle_1.svg similarity index 100% rename from example/shell/Icons/stop_circle(1).svg rename to example/shell/Icons/stop_circle_1.svg diff --git a/example/shell/Icons/swap.svg b/example/shell/Icons/swap.svg index 3c3cc40c1..6bb7d25db 100644 --- a/example/shell/Icons/swap.svg +++ b/example/shell/Icons/swap.svg @@ -1,4 +1,4 @@ - - + + diff --git a/example/shell/Icons/time.svg b/example/shell/Icons/time.svg index 0018afca6..b4753d7b7 100644 --- a/example/shell/Icons/time.svg +++ b/example/shell/Icons/time.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/time_filled.svg b/example/shell/Icons/time_filled.svg index 8d063517b..8653a8bd7 100644 --- a/example/shell/Icons/time_filled.svg +++ b/example/shell/Icons/time_filled.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/tools.svg b/example/shell/Icons/tools.svg index 7d845fa1f..3da349f03 100644 --- a/example/shell/Icons/tools.svg +++ b/example/shell/Icons/tools.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/unfold_less.svg b/example/shell/Icons/unfold_less.svg index ddbfdcc0f..5a07523e7 100644 --- a/example/shell/Icons/unfold_less.svg +++ b/example/shell/Icons/unfold_less.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/unfold_more.svg b/example/shell/Icons/unfold_more.svg index 1dc607a63..cfc8bd5aa 100644 --- a/example/shell/Icons/unfold_more.svg +++ b/example/shell/Icons/unfold_more.svg @@ -1,4 +1,4 @@ - + diff --git a/example/shell/Icons/usb.svg b/example/shell/Icons/usb.svg index c8f60c838..485a58253 100644 --- a/example/shell/Icons/usb.svg +++ b/example/shell/Icons/usb.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/user_add.svg b/example/shell/Icons/user_add.svg index 326f632e5..ced38d530 100644 --- a/example/shell/Icons/user_add.svg +++ b/example/shell/Icons/user_add.svg @@ -1,5 +1,5 @@ - + - + diff --git a/example/shell/Icons/user_avatar.svg b/example/shell/Icons/user_avatar.svg index 86e65cfbe..b7c58da7c 100644 --- a/example/shell/Icons/user_avatar.svg +++ b/example/shell/Icons/user_avatar.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/user_clear.svg b/example/shell/Icons/user_clear.svg index 64b608495..4fb77e220 100644 --- a/example/shell/Icons/user_clear.svg +++ b/example/shell/Icons/user_clear.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/user_talk.svg b/example/shell/Icons/user_talk.svg index b98c6f7e4..c78513c71 100644 --- a/example/shell/Icons/user_talk.svg +++ b/example/shell/Icons/user_talk.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/example/shell/Icons/usergroup.svg b/example/shell/Icons/usergroup.svg index 2f09ea001..cedfff73c 100644 --- a/example/shell/Icons/usergroup.svg +++ b/example/shell/Icons/usergroup.svg @@ -2,5 +2,5 @@ - + diff --git a/example/shell/Icons/usergroup_add.svg b/example/shell/Icons/usergroup_add.svg index c7004bc29..6bea98f0c 100644 --- a/example/shell/Icons/usergroup_add.svg +++ b/example/shell/Icons/usergroup_add.svg @@ -1,7 +1,7 @@ - - - + + + diff --git a/example/shell/Icons/usergroup_clear.svg b/example/shell/Icons/usergroup_clear.svg index 372dda396..3f69be642 100644 --- a/example/shell/Icons/usergroup_clear.svg +++ b/example/shell/Icons/usergroup_clear.svg @@ -1,7 +1,7 @@ - - + + - + diff --git a/example/shell/Icons/view_column.svg b/example/shell/Icons/view_column.svg index 448f8a332..1dbea27e9 100644 --- a/example/shell/Icons/view_column.svg +++ b/example/shell/Icons/view_column.svg @@ -1,3 +1,3 @@ - + diff --git a/example/shell/Icons/view_list.svg b/example/shell/Icons/view_list.svg index d1ed8f72b..09f59eb62 100644 --- a/example/shell/Icons/view_list.svg +++ b/example/shell/Icons/view_list.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/view_module.svg b/example/shell/Icons/view_module.svg index 22cfc1eef..bca50898d 100644 --- a/example/shell/Icons/view_module.svg +++ b/example/shell/Icons/view_module.svg @@ -1,5 +1,5 @@ - + diff --git a/example/shell/Icons/wifi.svg b/example/shell/Icons/wifi.svg index d19ee4965..3f03fac47 100644 --- a/example/shell/Icons/wifi.svg +++ b/example/shell/Icons/wifi.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/example/shell/Icons/zoom_in.svg b/example/shell/Icons/zoom_in.svg index cd7bd2f57..4e29caff8 100644 --- a/example/shell/Icons/zoom_in.svg +++ b/example/shell/Icons/zoom_in.svg @@ -1,4 +1,4 @@ - + diff --git a/lib/src/components/icon/td_icons.dart b/lib/src/components/icon/td_icons.dart index 8ab1e6bc4..556ce2dba 100644 --- a/lib/src/components/icon/td_icons.dart +++ b/lib/src/components/icon/td_icons.dart @@ -9,7 +9,7 @@ class _TDIconsData extends IconData { : super( codePoint, fontFamily: 'TDIcons', - fontPackage: 'tdesign_flutter', + fontPackage: 'tdesign_flutter', ); final String name; @@ -23,8 +23,7 @@ class TDIcons { static const add_rectangle = _TDIconsData(0xf102, 'add_rectangle'); static const add = _TDIconsData(0xf103, 'add'); static const app = _TDIconsData(0xf104, 'app'); - static const arrow_down_rectangle = - _TDIconsData(0xf105, 'arrow_down_rectangle'); + static const arrow_down_rectangle = _TDIconsData(0xf105, 'arrow_down_rectangle'); static const arrow_down = _TDIconsData(0xf106, 'arrow_down'); static const arrow_left = _TDIconsData(0xf107, 'arrow_left'); static const arrow_right = _TDIconsData(0xf108, 'arrow_right'); @@ -54,40 +53,28 @@ class TDIcons { static const chart_pie = _TDIconsData(0xf120, 'chart_pie'); static const chart = _TDIconsData(0xf121, 'chart'); static const chat = _TDIconsData(0xf122, 'chat'); - static const check_circle_filled = - _TDIconsData(0xf123, 'check_circle_filled'); + static const check_circle_filled = _TDIconsData(0xf123, 'check_circle_filled'); static const check_circle = _TDIconsData(0xf124, 'check_circle'); - static const check_rectangle_filled = - _TDIconsData(0xf125, 'check_rectangle_filled'); + static const check_rectangle_filled = _TDIconsData(0xf125, 'check_rectangle_filled'); static const check_rectangle = _TDIconsData(0xf126, 'check_rectangle'); static const check = _TDIconsData(0xf127, 'check'); - static const chevron_down_circle = - _TDIconsData(0xf128, 'chevron_down_circle'); - static const chevron_down_rectangle = - _TDIconsData(0xf129, 'chevron_down_rectangle'); + static const chevron_down_circle = _TDIconsData(0xf128, 'chevron_down_circle'); + static const chevron_down_rectangle = _TDIconsData(0xf129, 'chevron_down_rectangle'); static const chevron_down = _TDIconsData(0xf12a, 'chevron_down'); - static const chevron_left_circle = - _TDIconsData(0xf12b, 'chevron_left_circle'); - static const chevron_left_rectangle = - _TDIconsData(0xf12c, 'chevron_left_rectangle'); - static const chevron_left_double = - _TDIconsData(0xf12d, 'chevron_left_double'); + static const chevron_left_circle = _TDIconsData(0xf12b, 'chevron_left_circle'); + static const chevron_left_rectangle = _TDIconsData(0xf12c, 'chevron_left_rectangle'); + static const chevron_left_double = _TDIconsData(0xf12d, 'chevron_left_double'); static const chevron_left = _TDIconsData(0xf12e, 'chevron_left'); - static const chevron_right_circle = - _TDIconsData(0xf12f, 'chevron_right_circle'); - static const chevron_right_rectangle = - _TDIconsData(0xf130, 'chevron_right_rectangle'); - static const chevron_right_double = - _TDIconsData(0xf131, 'chevron_right_double'); + static const chevron_right_circle = _TDIconsData(0xf12f, 'chevron_right_circle'); + static const chevron_right_rectangle = _TDIconsData(0xf130, 'chevron_right_rectangle'); + static const chevron_right_double = _TDIconsData(0xf131, 'chevron_right_double'); static const chevron_right = _TDIconsData(0xf132, 'chevron_right'); static const chevron_up_circle = _TDIconsData(0xf133, 'chevron_up_circle'); - static const chevron_up_rectangle = - _TDIconsData(0xf134, 'chevron_up_rectangle'); + static const chevron_up_rectangle = _TDIconsData(0xf134, 'chevron_up_rectangle'); static const chevron_up = _TDIconsData(0xf135, 'chevron_up'); static const circle = _TDIconsData(0xf136, 'circle'); static const clear = _TDIconsData(0xf137, 'clear'); - static const close_circle_filled = - _TDIconsData(0xf138, 'close_circle_filled'); + static const close_circle_filled = _TDIconsData(0xf138, 'close_circle_filled'); static const close_circle = _TDIconsData(0xf139, 'close_circle'); static const close_rectangle = _TDIconsData(0xf13a, 'close_rectangle'); static const close = _TDIconsData(0xf13b, 'close'); @@ -107,8 +94,7 @@ class TDIcons { static const edit = _TDIconsData(0xf149, 'edit'); static const ellipsis = _TDIconsData(0xf14a, 'ellipsis'); static const enter = _TDIconsData(0xf14b, 'enter'); - static const error_circle_filled = - _TDIconsData(0xf14c, 'error_circle_filled'); + static const error_circle_filled = _TDIconsData(0xf14c, 'error_circle_filled'); static const error_circle = _TDIconsData(0xf14d, 'error_circle'); static const error = _TDIconsData(0xf14e, 'error'); static const file_add = _TDIconsData(0xf14f, 'file_add'); @@ -129,18 +115,12 @@ class TDIcons { static const folder_open = _TDIconsData(0xf15e, 'folder_open'); static const folder = _TDIconsData(0xf15f, 'folder'); static const fork = _TDIconsData(0xf160, 'fork'); - static const format_horizontal_align_bottom = - _TDIconsData(0xf161, 'format_horizontal_align_bottom'); - static const format_horizontal_align_center = - _TDIconsData(0xf162, 'format_horizontal_align_center'); - static const format_horizontal_align_top = - _TDIconsData(0xf163, 'format_horizontal_align_top'); - static const format_vertical_align_center = - _TDIconsData(0xf164, 'format_vertical_align_center'); - static const format_vertical_align_left = - _TDIconsData(0xf165, 'format_vertical_align_left'); - static const format_vertical_align_right = - _TDIconsData(0xf166, 'format_vertical_align_right'); + static const format_horizontal_align_bottom = _TDIconsData(0xf161, 'format_horizontal_align_bottom'); + static const format_horizontal_align_center = _TDIconsData(0xf162, 'format_horizontal_align_center'); + static const format_horizontal_align_top = _TDIconsData(0xf163, 'format_horizontal_align_top'); + static const format_vertical_align_center = _TDIconsData(0xf164, 'format_vertical_align_center'); + static const format_vertical_align_left = _TDIconsData(0xf165, 'format_vertical_align_left'); + static const format_vertical_align_right = _TDIconsData(0xf166, 'format_vertical_align_right'); static const forward = _TDIconsData(0xf167, 'forward'); static const fullscreen_exit = _TDIconsData(0xf168, 'fullscreen_exit'); static const fullsreen = _TDIconsData(0xf169, 'fullsreen'); @@ -155,9 +135,8 @@ class TDIcons { static const history = _TDIconsData(0xf172, 'history'); static const home = _TDIconsData(0xf173, 'home'); static const hourglass = _TDIconsData(0xf174, 'hourglass'); - static const image = _TDIconsData(0xf175, 'image'); - static const info_circle_filled_1 = - _TDIconsData(0xf176, 'info_circle_filled_1'); + static const image_error = _TDIconsData(0xf175, 'image_error'); + static const image = _TDIconsData(0xf176, 'image'); static const info_circle_filled = _TDIconsData(0xf177, 'info_circle_filled'); static const info_circle = _TDIconsData(0xf178, 'info_circle'); static const internet = _TDIconsData(0xf179, 'internet'); @@ -166,116 +145,116 @@ class TDIcons { static const layers = _TDIconsData(0xf17c, 'layers'); static const link_unlink = _TDIconsData(0xf17d, 'link_unlink'); static const link = _TDIconsData(0xf17e, 'link'); - static const loading_blue = _TDIconsData(0xf17f, 'loading_blue'); - static const loading = _TDIconsData(0xf180, 'loading'); - static const location = _TDIconsData(0xf181, 'location'); - static const lock_off = _TDIconsData(0xf182, 'lock_off'); - static const lock_on = _TDIconsData(0xf183, 'lock_on'); - static const login = _TDIconsData(0xf184, 'login'); - static const logo_android = _TDIconsData(0xf185, 'logo_android'); - static const logo_apple_filled = _TDIconsData(0xf186, 'logo_apple_filled'); - static const logo_apple = _TDIconsData(0xf187, 'logo_apple'); - static const logo_chrome_filled = _TDIconsData(0xf188, 'logo_chrome_filled'); - static const logo_chrome = _TDIconsData(0xf189, 'logo_chrome'); - static const logo_codepen = _TDIconsData(0xf18a, 'logo_codepen'); - static const logo_github_filled = _TDIconsData(0xf18b, 'logo_github_filled'); - static const logo_github = _TDIconsData(0xf18c, 'logo_github'); - static const logo_ie_filled = _TDIconsData(0xf18d, 'logo_ie_filled'); - static const logo_ie = _TDIconsData(0xf18e, 'logo_ie'); - static const logo_windows_filled = - _TDIconsData(0xf18f, 'logo_windows_filled'); - static const logo_windows = _TDIconsData(0xf190, 'logo_windows'); - static const logout = _TDIconsData(0xf191, 'logout'); - static const mail = _TDIconsData(0xf192, 'mail'); - static const menu_fold = _TDIconsData(0xf193, 'menu_fold'); - static const menu_unfold = _TDIconsData(0xf194, 'menu_unfold'); - static const minus_circle_filled = - _TDIconsData(0xf195, 'minus_circle_filled'); - static const minus_circle = _TDIconsData(0xf196, 'minus_circle'); - static const minus_rectangle = _TDIconsData(0xf197, 'minus_rectangle'); - static const mobile_vibrate = _TDIconsData(0xf198, 'mobile_vibrate'); - static const mobile = _TDIconsData(0xf199, 'mobile'); - static const money_circle = _TDIconsData(0xf19a, 'money_circle'); - static const more = _TDIconsData(0xf19b, 'more'); - static const move = _TDIconsData(0xf19c, 'move'); - static const next = _TDIconsData(0xf19d, 'next'); - static const notification_filled = - _TDIconsData(0xf19e, 'notification_filled'); - static const notification = _TDIconsData(0xf19f, 'notification'); - static const order_adjustment_column = - _TDIconsData(0xf1a0, 'order_adjustment_column'); - static const order_ascending = _TDIconsData(0xf1a1, 'order_ascending'); - static const order_descending = _TDIconsData(0xf1a2, 'order_descending'); - static const page_first = _TDIconsData(0xf1a3, 'page_first'); - static const page_last = _TDIconsData(0xf1a4, 'page_last'); - static const pause_circle_filled = - _TDIconsData(0xf1a5, 'pause_circle_filled'); - static const photo = _TDIconsData(0xf1a6, 'photo'); - static const pin = _TDIconsData(0xf1a7, 'pin'); - static const play_circle_filled = _TDIconsData(0xf1a8, 'play_circle_filled'); - static const play_circle_stroke = _TDIconsData(0xf1a9, 'play_circle_stroke'); - static const play_circle = _TDIconsData(0xf1aa, 'play_circle'); - static const play = _TDIconsData(0xf1ab, 'play'); - static const poweroff = _TDIconsData(0xf1ac, 'poweroff'); - static const precise_monitor = _TDIconsData(0xf1ad, 'precise_monitor'); - static const previous = _TDIconsData(0xf1ae, 'previous'); - static const print = _TDIconsData(0xf1af, 'print'); - static const qrcode = _TDIconsData(0xf1b0, 'qrcode'); - static const queue = _TDIconsData(0xf1b1, 'queue'); - static const rectangle = _TDIconsData(0xf1b2, 'rectangle'); - static const refresh = _TDIconsData(0xf1b3, 'refresh'); - static const remove = _TDIconsData(0xf1b4, 'remove'); - static const rollback = _TDIconsData(0xf1b5, 'rollback'); - static const root_list = _TDIconsData(0xf1b6, 'root_list'); - static const round = _TDIconsData(0xf1b7, 'round'); - static const save = _TDIconsData(0xf1b8, 'save'); - static const scan = _TDIconsData(0xf1b9, 'scan'); - static const search = _TDIconsData(0xf1ba, 'search'); - static const secured = _TDIconsData(0xf1bb, 'secured'); - static const server = _TDIconsData(0xf1bc, 'server'); - static const service = _TDIconsData(0xf1bd, 'service'); - static const setting = _TDIconsData(0xf1be, 'setting'); - static const share = _TDIconsData(0xf1bf, 'share'); - static const shop = _TDIconsData(0xf1c0, 'shop'); - static const slash = _TDIconsData(0xf1c1, 'slash'); - static const sound = _TDIconsData(0xf1c2, 'sound'); - static const star_filled = _TDIconsData(0xf1c3, 'star_filled'); - static const star = _TDIconsData(0xf1c4, 'star'); - static const stop_circle_1 = _TDIconsData(0xf1c5, 'stop_circle_1'); - static const stop_circle_filled = _TDIconsData(0xf1c6, 'stop_circle_filled'); - static const stop_circle = _TDIconsData(0xf1c7, 'stop_circle'); - static const stop = _TDIconsData(0xf1c8, 'stop'); - static const swap_left = _TDIconsData(0xf1c9, 'swap_left'); - static const swap_right = _TDIconsData(0xf1ca, 'swap_right'); - static const swap = _TDIconsData(0xf1cb, 'swap'); - static const thumb_down = _TDIconsData(0xf1cc, 'thumb_down'); - static const thumb_up = _TDIconsData(0xf1cd, 'thumb_up'); - static const time_filled = _TDIconsData(0xf1ce, 'time_filled'); - static const time = _TDIconsData(0xf1cf, 'time'); - static const tips = _TDIconsData(0xf1d0, 'tips'); - static const tools = _TDIconsData(0xf1d1, 'tools'); - static const unfold_less = _TDIconsData(0xf1d2, 'unfold_less'); - static const unfold_more = _TDIconsData(0xf1d3, 'unfold_more'); - static const upload = _TDIconsData(0xf1d4, 'upload'); - static const usb = _TDIconsData(0xf1d5, 'usb'); - static const user_add = _TDIconsData(0xf1d6, 'user_add'); - static const user_avatar = _TDIconsData(0xf1d7, 'user_avatar'); - static const user_circle = _TDIconsData(0xf1d8, 'user_circle'); - static const user_clear = _TDIconsData(0xf1d9, 'user_clear'); - static const user_talk = _TDIconsData(0xf1da, 'user_talk'); - static const user = _TDIconsData(0xf1db, 'user'); - static const user2 = _TDIconsData(0xf1dc, 'user2'); - static const usergroup_add = _TDIconsData(0xf1dd, 'usergroup_add'); - static const usergroup_clear = _TDIconsData(0xf1de, 'usergroup_clear'); - static const usergroup = _TDIconsData(0xf1df, 'usergroup'); - static const video = _TDIconsData(0xf1e0, 'video'); - static const view_column = _TDIconsData(0xf1e1, 'view_column'); - static const view_list = _TDIconsData(0xf1e2, 'view_list'); - static const view_module = _TDIconsData(0xf1e3, 'view_module'); - static const wallet = _TDIconsData(0xf1e4, 'wallet'); - static const wifi = _TDIconsData(0xf1e5, 'wifi'); - static const zoom_in = _TDIconsData(0xf1e6, 'zoom_in'); - static const zoom_out = _TDIconsData(0xf1e7, 'zoom_out'); + static const location = _TDIconsData(0xf17f, 'location'); + static const lock_off = _TDIconsData(0xf180, 'lock_off'); + static const lock_on = _TDIconsData(0xf181, 'lock_on'); + static const login = _TDIconsData(0xf182, 'login'); + static const logo_android = _TDIconsData(0xf183, 'logo_android'); + static const logo_apple_filled = _TDIconsData(0xf184, 'logo_apple_filled'); + static const logo_apple = _TDIconsData(0xf185, 'logo_apple'); + static const logo_chrome_filled = _TDIconsData(0xf186, 'logo_chrome_filled'); + static const logo_chrome = _TDIconsData(0xf187, 'logo_chrome'); + static const logo_codepen = _TDIconsData(0xf188, 'logo_codepen'); + static const logo_github_filled = _TDIconsData(0xf189, 'logo_github_filled'); + static const logo_github = _TDIconsData(0xf18a, 'logo_github'); + static const logo_ie_filled = _TDIconsData(0xf18b, 'logo_ie_filled'); + static const logo_ie = _TDIconsData(0xf18c, 'logo_ie'); + static const logo_qq = _TDIconsData(0xf18d, 'logo_qq'); + static const logo_wechat = _TDIconsData(0xf18e, 'logo_wechat'); + static const logo_wecom = _TDIconsData(0xf18f, 'logo_wecom'); + static const logo_windows_filled = _TDIconsData(0xf190, 'logo_windows_filled'); + static const logo_windows = _TDIconsData(0xf191, 'logo_windows'); + static const logout = _TDIconsData(0xf192, 'logout'); + static const mail = _TDIconsData(0xf193, 'mail'); + static const menu_application = _TDIconsData(0xf194, 'menu_application'); + static const menu_fold = _TDIconsData(0xf195, 'menu_fold'); + static const menu_unfold = _TDIconsData(0xf196, 'menu_unfold'); + static const minus_circle_filled = _TDIconsData(0xf197, 'minus_circle_filled'); + static const minus_circle = _TDIconsData(0xf198, 'minus_circle'); + static const minus_rectangle = _TDIconsData(0xf199, 'minus_rectangle'); + static const mirror = _TDIconsData(0xf19a, 'mirror'); + static const mobile_vibrate = _TDIconsData(0xf19b, 'mobile_vibrate'); + static const mobile = _TDIconsData(0xf19c, 'mobile'); + static const money_circle = _TDIconsData(0xf19d, 'money_circle'); + static const more = _TDIconsData(0xf19e, 'more'); + static const move = _TDIconsData(0xf19f, 'move'); + static const next = _TDIconsData(0xf1a0, 'next'); + static const notification_filled = _TDIconsData(0xf1a1, 'notification_filled'); + static const notification = _TDIconsData(0xf1a2, 'notification'); + static const order_adjustment_column = _TDIconsData(0xf1a3, 'order_adjustment_column'); + static const order_ascending = _TDIconsData(0xf1a4, 'order_ascending'); + static const order_descending = _TDIconsData(0xf1a5, 'order_descending'); + static const page_first = _TDIconsData(0xf1a6, 'page_first'); + static const page_last = _TDIconsData(0xf1a7, 'page_last'); + static const pause_circle_filled = _TDIconsData(0xf1a8, 'pause_circle_filled'); + static const photo = _TDIconsData(0xf1a9, 'photo'); + static const pin_filled = _TDIconsData(0xf1aa, 'pin_filled'); + static const pin = _TDIconsData(0xf1ab, 'pin'); + static const play_circle_filled = _TDIconsData(0xf1ac, 'play_circle_filled'); + static const play_circle_stroke = _TDIconsData(0xf1ad, 'play_circle_stroke'); + static const play_circle = _TDIconsData(0xf1ae, 'play_circle'); + static const play = _TDIconsData(0xf1af, 'play'); + static const poweroff = _TDIconsData(0xf1b0, 'poweroff'); + static const precise_monitor = _TDIconsData(0xf1b1, 'precise_monitor'); + static const previous = _TDIconsData(0xf1b2, 'previous'); + static const print = _TDIconsData(0xf1b3, 'print'); + static const qrcode = _TDIconsData(0xf1b4, 'qrcode'); + static const queue = _TDIconsData(0xf1b5, 'queue'); + static const rectangle = _TDIconsData(0xf1b6, 'rectangle'); + static const refresh = _TDIconsData(0xf1b7, 'refresh'); + static const relativity = _TDIconsData(0xf1b8, 'relativity'); + static const remove = _TDIconsData(0xf1b9, 'remove'); + static const rollback = _TDIconsData(0xf1ba, 'rollback'); + static const root_list = _TDIconsData(0xf1bb, 'root_list'); + static const rotation = _TDIconsData(0xf1bc, 'rotation'); + static const round = _TDIconsData(0xf1bd, 'round'); + static const save = _TDIconsData(0xf1be, 'save'); + static const scan = _TDIconsData(0xf1bf, 'scan'); + static const search = _TDIconsData(0xf1c0, 'search'); + static const secured = _TDIconsData(0xf1c1, 'secured'); + static const server = _TDIconsData(0xf1c2, 'server'); + static const service = _TDIconsData(0xf1c3, 'service'); + static const setting = _TDIconsData(0xf1c4, 'setting'); + static const share = _TDIconsData(0xf1c5, 'share'); + static const shop = _TDIconsData(0xf1c6, 'shop'); + static const slash = _TDIconsData(0xf1c7, 'slash'); + static const sound = _TDIconsData(0xf1c8, 'sound'); + static const star_filled = _TDIconsData(0xf1c9, 'star_filled'); + static const star = _TDIconsData(0xf1ca, 'star'); + static const stop_circle_1 = _TDIconsData(0xf1cb, 'stop_circle_1'); + static const stop_circle_filled = _TDIconsData(0xf1cc, 'stop_circle_filled'); + static const stop_circle = _TDIconsData(0xf1cd, 'stop_circle'); + static const stop = _TDIconsData(0xf1ce, 'stop'); + static const swap_left = _TDIconsData(0xf1cf, 'swap_left'); + static const swap_right = _TDIconsData(0xf1d0, 'swap_right'); + static const swap = _TDIconsData(0xf1d1, 'swap'); + static const thumb_down = _TDIconsData(0xf1d2, 'thumb_down'); + static const thumb_up = _TDIconsData(0xf1d3, 'thumb_up'); + static const time_filled = _TDIconsData(0xf1d4, 'time_filled'); + static const time = _TDIconsData(0xf1d5, 'time'); + static const tips = _TDIconsData(0xf1d6, 'tips'); + static const tools = _TDIconsData(0xf1d7, 'tools'); + static const unfold_less = _TDIconsData(0xf1d8, 'unfold_less'); + static const unfold_more = _TDIconsData(0xf1d9, 'unfold_more'); + static const upload = _TDIconsData(0xf1da, 'upload'); + static const usb = _TDIconsData(0xf1db, 'usb'); + static const user_add = _TDIconsData(0xf1dc, 'user_add'); + static const user_avatar = _TDIconsData(0xf1dd, 'user_avatar'); + static const user_circle = _TDIconsData(0xf1de, 'user_circle'); + static const user_clear = _TDIconsData(0xf1df, 'user_clear'); + static const user_talk = _TDIconsData(0xf1e0, 'user_talk'); + static const user = _TDIconsData(0xf1e1, 'user'); + static const usergroup_add = _TDIconsData(0xf1e2, 'usergroup_add'); + static const usergroup_clear = _TDIconsData(0xf1e3, 'usergroup_clear'); + static const usergroup = _TDIconsData(0xf1e4, 'usergroup'); + static const video = _TDIconsData(0xf1e5, 'video'); + static const view_column = _TDIconsData(0xf1e6, 'view_column'); + static const view_list = _TDIconsData(0xf1e7, 'view_list'); + static const view_module = _TDIconsData(0xf1e8, 'view_module'); + static const wallet = _TDIconsData(0xf1e9, 'wallet'); + static const wifi = _TDIconsData(0xf1ea, 'wifi'); + static const zoom_in = _TDIconsData(0xf1eb, 'zoom_in'); + static const zoom_out = _TDIconsData(0xf1ec, 'zoom_out'); static const all = { 'add_circle': add_circle, @@ -394,8 +373,8 @@ class TDIcons { 'history': history, 'home': home, 'hourglass': hourglass, + 'image_error': image_error, 'image': image, - 'info_circle_filled_1': info_circle_filled_1, 'info_circle_filled': info_circle_filled, 'info_circle': info_circle, 'internet': internet, @@ -404,8 +383,6 @@ class TDIcons { 'layers': layers, 'link_unlink': link_unlink, 'link': link, - 'loading_blue': loading_blue, - 'loading': loading, 'location': location, 'lock_off': lock_off, 'lock_on': lock_on, @@ -420,15 +397,20 @@ class TDIcons { 'logo_github': logo_github, 'logo_ie_filled': logo_ie_filled, 'logo_ie': logo_ie, + 'logo_qq': logo_qq, + 'logo_wechat': logo_wechat, + 'logo_wecom': logo_wecom, 'logo_windows_filled': logo_windows_filled, 'logo_windows': logo_windows, 'logout': logout, 'mail': mail, + 'menu_application': menu_application, 'menu_fold': menu_fold, 'menu_unfold': menu_unfold, 'minus_circle_filled': minus_circle_filled, 'minus_circle': minus_circle, 'minus_rectangle': minus_rectangle, + 'mirror': mirror, 'mobile_vibrate': mobile_vibrate, 'mobile': mobile, 'money_circle': money_circle, @@ -444,6 +426,7 @@ class TDIcons { 'page_last': page_last, 'pause_circle_filled': pause_circle_filled, 'photo': photo, + 'pin_filled': pin_filled, 'pin': pin, 'play_circle_filled': play_circle_filled, 'play_circle_stroke': play_circle_stroke, @@ -457,9 +440,11 @@ class TDIcons { 'queue': queue, 'rectangle': rectangle, 'refresh': refresh, + 'relativity': relativity, 'remove': remove, 'rollback': rollback, 'root_list': root_list, + 'rotation': rotation, 'round': round, 'save': save, 'scan': scan, @@ -497,7 +482,6 @@ class TDIcons { 'user_clear': user_clear, 'user_talk': user_talk, 'user': user, - 'user2': user2, 'usergroup_add': usergroup_add, 'usergroup_clear': usergroup_clear, 'usergroup': usergroup, diff --git a/lib/src/components/icon/td_icons_new.dart b/lib/src/components/icon/td_icons_new.dart deleted file mode 100644 index ff4c83593..000000000 --- a/lib/src/components/icon/td_icons_new.dart +++ /dev/null @@ -1,505 +0,0 @@ -import 'package:flutter/widgets.dart'; - -// GENERATED CODE - DO NOT MODIFY BY HAND -// ignore_for_file: non_constant_identifier_names -// ignore_for_file: constant_identifier_names -@immutable -class _TDIconsData extends IconData { - const _TDIconsData(int codePoint, this.name) - : super( - codePoint, - fontFamily: 'NewTDIcons', - fontPackage: 'tdesign_flutter', - ); - - final String name; -} - -@immutable -class TDIcons { - const TDIcons._(); - - static const add_circle = _TDIconsData(0xf101, 'add_circle'); - static const add_rectangle = _TDIconsData(0xf102, 'add_rectangle'); - static const add = _TDIconsData(0xf103, 'add'); - static const app = _TDIconsData(0xf104, 'app'); - static const arrow_down_rectangle = _TDIconsData(0xf105, 'arrow_down_rectangle'); - static const arrow_down = _TDIconsData(0xf106, 'arrow_down'); - static const arrow_left = _TDIconsData(0xf107, 'arrow_left'); - static const arrow_right = _TDIconsData(0xf108, 'arrow_right'); - static const arrow_up = _TDIconsData(0xf109, 'arrow_up'); - static const attach = _TDIconsData(0xf10a, 'attach'); - static const backtop_rectangle = _TDIconsData(0xf10b, 'backtop_rectangle'); - static const backtop = _TDIconsData(0xf10c, 'backtop'); - static const backward = _TDIconsData(0xf10d, 'backward'); - static const barcode = _TDIconsData(0xf10e, 'barcode'); - static const books = _TDIconsData(0xf10f, 'books'); - static const browse_off = _TDIconsData(0xf110, 'browse_off'); - static const browse = _TDIconsData(0xf111, 'browse'); - static const bulletpoint = _TDIconsData(0xf112, 'bulletpoint'); - static const calendar = _TDIconsData(0xf113, 'calendar'); - static const call = _TDIconsData(0xf114, 'call'); - static const caret_down_small = _TDIconsData(0xf115, 'caret_down_small'); - static const caret_down = _TDIconsData(0xf116, 'caret_down'); - static const caret_left_small = _TDIconsData(0xf117, 'caret_left_small'); - static const caret_left = _TDIconsData(0xf118, 'caret_left'); - static const caret_right_small = _TDIconsData(0xf119, 'caret_right_small'); - static const caret_right = _TDIconsData(0xf11a, 'caret_right'); - static const caret_up_small = _TDIconsData(0xf11b, 'caret_up_small'); - static const caret_up = _TDIconsData(0xf11c, 'caret_up'); - static const cart = _TDIconsData(0xf11d, 'cart'); - static const chart_bar = _TDIconsData(0xf11e, 'chart_bar'); - static const chart_bubble = _TDIconsData(0xf11f, 'chart_bubble'); - static const chart_pie = _TDIconsData(0xf120, 'chart_pie'); - static const chart = _TDIconsData(0xf121, 'chart'); - static const chat = _TDIconsData(0xf122, 'chat'); - static const check_circle_filled = _TDIconsData(0xf123, 'check_circle_filled'); - static const check_circle = _TDIconsData(0xf124, 'check_circle'); - static const check_rectangle_filled = _TDIconsData(0xf125, 'check_rectangle_filled'); - static const check_rectangle = _TDIconsData(0xf126, 'check_rectangle'); - static const check = _TDIconsData(0xf127, 'check'); - static const chevron_down_circle = _TDIconsData(0xf128, 'chevron_down_circle'); - static const chevron_down_rectangle = _TDIconsData(0xf129, 'chevron_down_rectangle'); - static const chevron_down = _TDIconsData(0xf12a, 'chevron_down'); - static const chevron_left_circle = _TDIconsData(0xf12b, 'chevron_left_circle'); - static const chevron_left_rectangle = _TDIconsData(0xf12c, 'chevron_left_rectangle'); - static const chevron_left_double = _TDIconsData(0xf12d, 'chevron_left_double'); - static const chevron_left = _TDIconsData(0xf12e, 'chevron_left'); - static const chevron_right_circle = _TDIconsData(0xf12f, 'chevron_right_circle'); - static const chevron_right_rectangle = _TDIconsData(0xf130, 'chevron_right_rectangle'); - static const chevron_right_double = _TDIconsData(0xf131, 'chevron_right_double'); - static const chevron_right = _TDIconsData(0xf132, 'chevron_right'); - static const chevron_up_circle = _TDIconsData(0xf133, 'chevron_up_circle'); - static const chevron_up_rectangle = _TDIconsData(0xf134, 'chevron_up_rectangle'); - static const chevron_up = _TDIconsData(0xf135, 'chevron_up'); - static const circle = _TDIconsData(0xf136, 'circle'); - static const clear = _TDIconsData(0xf137, 'clear'); - static const close_circle_filled = _TDIconsData(0xf138, 'close_circle_filled'); - static const close_circle = _TDIconsData(0xf139, 'close_circle'); - static const close_rectangle = _TDIconsData(0xf13a, 'close_rectangle'); - static const close = _TDIconsData(0xf13b, 'close'); - static const cloud_download = _TDIconsData(0xf13c, 'cloud_download'); - static const cloud_upload = _TDIconsData(0xf13d, 'cloud_upload'); - static const cloud = _TDIconsData(0xf13e, 'cloud'); - static const code = _TDIconsData(0xf13f, 'code'); - static const control_platform = _TDIconsData(0xf140, 'control_platform'); - static const creditcard = _TDIconsData(0xf141, 'creditcard'); - static const dashboard = _TDIconsData(0xf142, 'dashboard'); - static const delete = _TDIconsData(0xf143, 'delete'); - static const desktop = _TDIconsData(0xf144, 'desktop'); - static const discount_filled = _TDIconsData(0xf145, 'discount_filled'); - static const discount = _TDIconsData(0xf146, 'discount'); - static const download = _TDIconsData(0xf147, 'download'); - static const edit_1 = _TDIconsData(0xf148, 'edit_1'); - static const edit = _TDIconsData(0xf149, 'edit'); - static const ellipsis = _TDIconsData(0xf14a, 'ellipsis'); - static const enter = _TDIconsData(0xf14b, 'enter'); - static const error_circle_filled = _TDIconsData(0xf14c, 'error_circle_filled'); - static const error_circle = _TDIconsData(0xf14d, 'error_circle'); - static const error = _TDIconsData(0xf14e, 'error'); - static const file_add = _TDIconsData(0xf14f, 'file_add'); - static const file_copy = _TDIconsData(0xf150, 'file_copy'); - static const file_excel = _TDIconsData(0xf151, 'file_excel'); - static const file_icon = _TDIconsData(0xf152, 'file_icon'); - static const file_image = _TDIconsData(0xf153, 'file_image'); - static const file_paste = _TDIconsData(0xf154, 'file_paste'); - static const file_pdf = _TDIconsData(0xf155, 'file_pdf'); - static const file_powerpoint = _TDIconsData(0xf156, 'file_powerpoint'); - static const file_unknown = _TDIconsData(0xf157, 'file_unknown'); - static const file_word = _TDIconsData(0xf158, 'file_word'); - static const file = _TDIconsData(0xf159, 'file'); - static const filter_clear = _TDIconsData(0xf15a, 'filter_clear'); - static const filter = _TDIconsData(0xf15b, 'filter'); - static const flag = _TDIconsData(0xf15c, 'flag'); - static const folder_add = _TDIconsData(0xf15d, 'folder_add'); - static const folder_open = _TDIconsData(0xf15e, 'folder_open'); - static const folder = _TDIconsData(0xf15f, 'folder'); - static const fork = _TDIconsData(0xf160, 'fork'); - static const format_horizontal_align_bottom = _TDIconsData(0xf161, 'format_horizontal_align_bottom'); - static const format_horizontal_align_center = _TDIconsData(0xf162, 'format_horizontal_align_center'); - static const format_horizontal_align_top = _TDIconsData(0xf163, 'format_horizontal_align_top'); - static const format_vertical_align_center = _TDIconsData(0xf164, 'format_vertical_align_center'); - static const format_vertical_align_left = _TDIconsData(0xf165, 'format_vertical_align_left'); - static const format_vertical_align_right = _TDIconsData(0xf166, 'format_vertical_align_right'); - static const forward = _TDIconsData(0xf167, 'forward'); - static const fullscreen_exit = _TDIconsData(0xf168, 'fullscreen_exit'); - static const fullsreen = _TDIconsData(0xf169, 'fullsreen'); - static const gender_female = _TDIconsData(0xf16a, 'gender_female'); - static const gender_male = _TDIconsData(0xf16b, 'gender_male'); - static const gift = _TDIconsData(0xf16c, 'gift'); - static const heart_filled = _TDIconsData(0xf16d, 'heart_filled'); - static const heart = _TDIconsData(0xf16e, 'heart'); - static const help_circle_filled = _TDIconsData(0xf16f, 'help_circle_filled'); - static const help_circle = _TDIconsData(0xf170, 'help_circle'); - static const help = _TDIconsData(0xf171, 'help'); - static const history = _TDIconsData(0xf172, 'history'); - static const home = _TDIconsData(0xf173, 'home'); - static const hourglass = _TDIconsData(0xf174, 'hourglass'); - static const image_error = _TDIconsData(0xf175, 'image_error'); - static const image = _TDIconsData(0xf176, 'image'); - static const info_circle_filled = _TDIconsData(0xf177, 'info_circle_filled'); - static const info_circle = _TDIconsData(0xf178, 'info_circle'); - static const internet = _TDIconsData(0xf179, 'internet'); - static const jump = _TDIconsData(0xf17a, 'jump'); - static const laptop = _TDIconsData(0xf17b, 'laptop'); - static const layers = _TDIconsData(0xf17c, 'layers'); - static const link_unlink = _TDIconsData(0xf17d, 'link_unlink'); - static const link = _TDIconsData(0xf17e, 'link'); - static const loading_blue = _TDIconsData(0xf17f, 'loading_blue'); - static const loading = _TDIconsData(0xf180, 'loading'); - static const loading_1 = _TDIconsData(0xf181, 'loading_1'); - static const location = _TDIconsData(0xf182, 'location'); - static const lock_off = _TDIconsData(0xf183, 'lock_off'); - static const lock_on = _TDIconsData(0xf184, 'lock_on'); - static const login = _TDIconsData(0xf185, 'login'); - static const logo_android = _TDIconsData(0xf186, 'logo_android'); - static const logo_apple_filled = _TDIconsData(0xf187, 'logo_apple_filled'); - static const logo_apple = _TDIconsData(0xf188, 'logo_apple'); - static const logo_chrome_filled = _TDIconsData(0xf189, 'logo_chrome_filled'); - static const logo_chrome = _TDIconsData(0xf18a, 'logo_chrome'); - static const logo_codepen = _TDIconsData(0xf18b, 'logo_codepen'); - static const logo_github_filled = _TDIconsData(0xf18c, 'logo_github_filled'); - static const logo_github = _TDIconsData(0xf18d, 'logo_github'); - static const logo_ie_filled = _TDIconsData(0xf18e, 'logo_ie_filled'); - static const logo_ie = _TDIconsData(0xf18f, 'logo_ie'); - static const logo_qq = _TDIconsData(0xf190, 'logo_qq'); - static const logo_wechat = _TDIconsData(0xf191, 'logo_wechat'); - static const logo_wecom = _TDIconsData(0xf192, 'logo_wecom'); - static const logo_windows_filled = _TDIconsData(0xf193, 'logo_windows_filled'); - static const logo_windows = _TDIconsData(0xf194, 'logo_windows'); - static const logout = _TDIconsData(0xf195, 'logout'); - static const mail = _TDIconsData(0xf196, 'mail'); - static const menu_application = _TDIconsData(0xf197, 'menu_application'); - static const menu_fold = _TDIconsData(0xf198, 'menu_fold'); - static const menu_unfold = _TDIconsData(0xf199, 'menu_unfold'); - static const minus_circle_filled = _TDIconsData(0xf19a, 'minus_circle_filled'); - static const minus_circle = _TDIconsData(0xf19b, 'minus_circle'); - static const minus_rectangle = _TDIconsData(0xf19c, 'minus_rectangle'); - static const mirror = _TDIconsData(0xf19d, 'mirror'); - static const mobile_vibrate = _TDIconsData(0xf19e, 'mobile_vibrate'); - static const mobile = _TDIconsData(0xf19f, 'mobile'); - static const money_circle = _TDIconsData(0xf1a0, 'money_circle'); - static const more = _TDIconsData(0xf1a1, 'more'); - static const move = _TDIconsData(0xf1a2, 'move'); - static const next = _TDIconsData(0xf1a3, 'next'); - static const notification_filled = _TDIconsData(0xf1a4, 'notification_filled'); - static const notification = _TDIconsData(0xf1a5, 'notification'); - static const order_adjustment_column = _TDIconsData(0xf1a6, 'order_adjustment_column'); - static const order_ascending = _TDIconsData(0xf1a7, 'order_ascending'); - static const order_descending = _TDIconsData(0xf1a8, 'order_descending'); - static const page_first = _TDIconsData(0xf1a9, 'page_first'); - static const page_last = _TDIconsData(0xf1aa, 'page_last'); - static const pause_circle_filled = _TDIconsData(0xf1ab, 'pause_circle_filled'); - static const photo = _TDIconsData(0xf1ac, 'photo'); - static const pin_filled = _TDIconsData(0xf1ad, 'pin_filled'); - static const pin = _TDIconsData(0xf1ae, 'pin'); - static const play_circle_filled = _TDIconsData(0xf1af, 'play_circle_filled'); - static const play_circle_stroke = _TDIconsData(0xf1b0, 'play_circle_stroke'); - static const play_circle = _TDIconsData(0xf1b1, 'play_circle'); - static const play = _TDIconsData(0xf1b2, 'play'); - static const poweroff = _TDIconsData(0xf1b3, 'poweroff'); - static const precise_monitor = _TDIconsData(0xf1b4, 'precise_monitor'); - static const previous = _TDIconsData(0xf1b5, 'previous'); - static const print = _TDIconsData(0xf1b6, 'print'); - static const qrcode = _TDIconsData(0xf1b7, 'qrcode'); - static const queue = _TDIconsData(0xf1b8, 'queue'); - static const rectangle = _TDIconsData(0xf1b9, 'rectangle'); - static const refresh = _TDIconsData(0xf1ba, 'refresh'); - static const relativity = _TDIconsData(0xf1bb, 'relativity'); - static const remove = _TDIconsData(0xf1bc, 'remove'); - static const rollback = _TDIconsData(0xf1bd, 'rollback'); - static const root_list = _TDIconsData(0xf1be, 'root_list'); - static const rotation = _TDIconsData(0xf1bf, 'rotation'); - static const round = _TDIconsData(0xf1c0, 'round'); - static const save = _TDIconsData(0xf1c1, 'save'); - static const scan = _TDIconsData(0xf1c2, 'scan'); - static const search = _TDIconsData(0xf1c3, 'search'); - static const secured = _TDIconsData(0xf1c4, 'secured'); - static const server = _TDIconsData(0xf1c5, 'server'); - static const service = _TDIconsData(0xf1c6, 'service'); - static const setting = _TDIconsData(0xf1c7, 'setting'); - static const share = _TDIconsData(0xf1c8, 'share'); - static const shop = _TDIconsData(0xf1c9, 'shop'); - static const slash = _TDIconsData(0xf1ca, 'slash'); - static const sound = _TDIconsData(0xf1cb, 'sound'); - static const star_filled = _TDIconsData(0xf1cc, 'star_filled'); - static const star = _TDIconsData(0xf1cd, 'star'); - static const stop_circle_filled = _TDIconsData(0xf1ce, 'stop_circle_filled'); - static const stop_circle = _TDIconsData(0xf1cf, 'stop_circle'); - static const stop_circle_1 = _TDIconsData(0xf1d0, 'stop_circle_1'); - static const stop = _TDIconsData(0xf1d1, 'stop'); - static const swap_left = _TDIconsData(0xf1d2, 'swap_left'); - static const swap_right = _TDIconsData(0xf1d3, 'swap_right'); - static const swap = _TDIconsData(0xf1d4, 'swap'); - static const t_design_logo = _TDIconsData(0xf1d5, 't_design_logo'); - static const thumb_down = _TDIconsData(0xf1d6, 'thumb_down'); - static const thumb_up = _TDIconsData(0xf1d7, 'thumb_up'); - static const time_filled = _TDIconsData(0xf1d8, 'time_filled'); - static const time = _TDIconsData(0xf1d9, 'time'); - static const tips = _TDIconsData(0xf1da, 'tips'); - static const tools = _TDIconsData(0xf1db, 'tools'); - static const unfold_less = _TDIconsData(0xf1dc, 'unfold_less'); - static const unfold_more = _TDIconsData(0xf1dd, 'unfold_more'); - static const upload = _TDIconsData(0xf1de, 'upload'); - static const usb = _TDIconsData(0xf1df, 'usb'); - static const user_add = _TDIconsData(0xf1e0, 'user_add'); - static const user_avatar = _TDIconsData(0xf1e1, 'user_avatar'); - static const user_circle = _TDIconsData(0xf1e2, 'user_circle'); - static const user_clear = _TDIconsData(0xf1e3, 'user_clear'); - static const user_talk = _TDIconsData(0xf1e4, 'user_talk'); - static const user = _TDIconsData(0xf1e5, 'user'); - static const usergroup_add = _TDIconsData(0xf1e6, 'usergroup_add'); - static const usergroup_clear = _TDIconsData(0xf1e7, 'usergroup_clear'); - static const usergroup = _TDIconsData(0xf1e8, 'usergroup'); - static const video = _TDIconsData(0xf1e9, 'video'); - static const view_column = _TDIconsData(0xf1ea, 'view_column'); - static const view_list = _TDIconsData(0xf1eb, 'view_list'); - static const view_module = _TDIconsData(0xf1ec, 'view_module'); - static const wallet = _TDIconsData(0xf1ed, 'wallet'); - static const wifi = _TDIconsData(0xf1ee, 'wifi'); - static const zoom_in = _TDIconsData(0xf1ef, 'zoom_in'); - static const zoom_out = _TDIconsData(0xf1f0, 'zoom_out'); - - static const all = { - 'add_circle': add_circle, - 'add_rectangle': add_rectangle, - 'add': add, - 'app': app, - 'arrow_down_rectangle': arrow_down_rectangle, - 'arrow_down': arrow_down, - 'arrow_left': arrow_left, - 'arrow_right': arrow_right, - 'arrow_up': arrow_up, - 'attach': attach, - 'backtop_rectangle': backtop_rectangle, - 'backtop': backtop, - 'backward': backward, - 'barcode': barcode, - 'books': books, - 'browse_off': browse_off, - 'browse': browse, - 'bulletpoint': bulletpoint, - 'calendar': calendar, - 'call': call, - 'caret_down_small': caret_down_small, - 'caret_down': caret_down, - 'caret_left_small': caret_left_small, - 'caret_left': caret_left, - 'caret_right_small': caret_right_small, - 'caret_right': caret_right, - 'caret_up_small': caret_up_small, - 'caret_up': caret_up, - 'cart': cart, - 'chart_bar': chart_bar, - 'chart_bubble': chart_bubble, - 'chart_pie': chart_pie, - 'chart': chart, - 'chat': chat, - 'check_circle_filled': check_circle_filled, - 'check_circle': check_circle, - 'check_rectangle_filled': check_rectangle_filled, - 'check_rectangle': check_rectangle, - 'check': check, - 'chevron_down_circle': chevron_down_circle, - 'chevron_down_rectangle': chevron_down_rectangle, - 'chevron_down': chevron_down, - 'chevron_left_circle': chevron_left_circle, - 'chevron_left_rectangle': chevron_left_rectangle, - 'chevron_left_double': chevron_left_double, - 'chevron_left': chevron_left, - 'chevron_right_circle': chevron_right_circle, - 'chevron_right_rectangle': chevron_right_rectangle, - 'chevron_right_double': chevron_right_double, - 'chevron_right': chevron_right, - 'chevron_up_circle': chevron_up_circle, - 'chevron_up_rectangle': chevron_up_rectangle, - 'chevron_up': chevron_up, - 'circle': circle, - 'clear': clear, - 'close_circle_filled': close_circle_filled, - 'close_circle': close_circle, - 'close_rectangle': close_rectangle, - 'close': close, - 'cloud_download': cloud_download, - 'cloud_upload': cloud_upload, - 'cloud': cloud, - 'code': code, - 'control_platform': control_platform, - 'creditcard': creditcard, - 'dashboard': dashboard, - 'delete': delete, - 'desktop': desktop, - 'discount_filled': discount_filled, - 'discount': discount, - 'download': download, - 'edit_1': edit_1, - 'edit': edit, - 'ellipsis': ellipsis, - 'enter': enter, - 'error_circle_filled': error_circle_filled, - 'error_circle': error_circle, - 'error': error, - 'file_add': file_add, - 'file_copy': file_copy, - 'file_excel': file_excel, - 'file_icon': file_icon, - 'file_image': file_image, - 'file_paste': file_paste, - 'file_pdf': file_pdf, - 'file_powerpoint': file_powerpoint, - 'file_unknown': file_unknown, - 'file_word': file_word, - 'file': file, - 'filter_clear': filter_clear, - 'filter': filter, - 'flag': flag, - 'folder_add': folder_add, - 'folder_open': folder_open, - 'folder': folder, - 'fork': fork, - 'format_horizontal_align_bottom': format_horizontal_align_bottom, - 'format_horizontal_align_center': format_horizontal_align_center, - 'format_horizontal_align_top': format_horizontal_align_top, - 'format_vertical_align_center': format_vertical_align_center, - 'format_vertical_align_left': format_vertical_align_left, - 'format_vertical_align_right': format_vertical_align_right, - 'forward': forward, - 'fullscreen_exit': fullscreen_exit, - 'fullsreen': fullsreen, - 'gender_female': gender_female, - 'gender_male': gender_male, - 'gift': gift, - 'heart_filled': heart_filled, - 'heart': heart, - 'help_circle_filled': help_circle_filled, - 'help_circle': help_circle, - 'help': help, - 'history': history, - 'home': home, - 'hourglass': hourglass, - 'image_error': image_error, - 'image': image, - 'info_circle_filled': info_circle_filled, - 'info_circle': info_circle, - 'internet': internet, - 'jump': jump, - 'laptop': laptop, - 'layers': layers, - 'link_unlink': link_unlink, - 'link': link, - 'loading_blue': loading_blue, - 'loading': loading, - 'loading_1': loading_1, - 'location': location, - 'lock_off': lock_off, - 'lock_on': lock_on, - 'login': login, - 'logo_android': logo_android, - 'logo_apple_filled': logo_apple_filled, - 'logo_apple': logo_apple, - 'logo_chrome_filled': logo_chrome_filled, - 'logo_chrome': logo_chrome, - 'logo_codepen': logo_codepen, - 'logo_github_filled': logo_github_filled, - 'logo_github': logo_github, - 'logo_ie_filled': logo_ie_filled, - 'logo_ie': logo_ie, - 'logo_qq': logo_qq, - 'logo_wechat': logo_wechat, - 'logo_wecom': logo_wecom, - 'logo_windows_filled': logo_windows_filled, - 'logo_windows': logo_windows, - 'logout': logout, - 'mail': mail, - 'menu_application': menu_application, - 'menu_fold': menu_fold, - 'menu_unfold': menu_unfold, - 'minus_circle_filled': minus_circle_filled, - 'minus_circle': minus_circle, - 'minus_rectangle': minus_rectangle, - 'mirror': mirror, - 'mobile_vibrate': mobile_vibrate, - 'mobile': mobile, - 'money_circle': money_circle, - 'more': more, - 'move': move, - 'next': next, - 'notification_filled': notification_filled, - 'notification': notification, - 'order_adjustment_column': order_adjustment_column, - 'order_ascending': order_ascending, - 'order_descending': order_descending, - 'page_first': page_first, - 'page_last': page_last, - 'pause_circle_filled': pause_circle_filled, - 'photo': photo, - 'pin_filled': pin_filled, - 'pin': pin, - 'play_circle_filled': play_circle_filled, - 'play_circle_stroke': play_circle_stroke, - 'play_circle': play_circle, - 'play': play, - 'poweroff': poweroff, - 'precise_monitor': precise_monitor, - 'previous': previous, - 'print': print, - 'qrcode': qrcode, - 'queue': queue, - 'rectangle': rectangle, - 'refresh': refresh, - 'relativity': relativity, - 'remove': remove, - 'rollback': rollback, - 'root_list': root_list, - 'rotation': rotation, - 'round': round, - 'save': save, - 'scan': scan, - 'search': search, - 'secured': secured, - 'server': server, - 'service': service, - 'setting': setting, - 'share': share, - 'shop': shop, - 'slash': slash, - 'sound': sound, - 'star_filled': star_filled, - 'star': star, - 'stop_circle_filled': stop_circle_filled, - 'stop_circle': stop_circle, - 'stop_circle(1)': stop_circle_1, - 'stop': stop, - 'swap_left': swap_left, - 'swap_right': swap_right, - 'swap': swap, - 't_design_logo': t_design_logo, - 'thumb_down': thumb_down, - 'thumb_up': thumb_up, - 'time_filled': time_filled, - 'time': time, - 'tips': tips, - 'tools': tools, - 'unfold_less': unfold_less, - 'unfold_more': unfold_more, - 'upload': upload, - 'usb': usb, - 'user_add': user_add, - 'user_avatar': user_avatar, - 'user_circle': user_circle, - 'user_clear': user_clear, - 'user_talk': user_talk, - 'user': user, - 'usergroup_add': usergroup_add, - 'usergroup_clear': usergroup_clear, - 'usergroup': usergroup, - 'video': video, - 'view_column': view_column, - 'view_list': view_list, - 'view_module': view_module, - 'wallet': wallet, - 'wifi': wifi, - 'zoom_in': zoom_in, - 'zoom_out': zoom_out, - }; -} diff --git a/pubspec.yaml b/pubspec.yaml index 412f4c6a7..6cb6452fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,9 +36,6 @@ flutter: - family: TDIcons fonts: - asset: assets/tdesign/td_icons.ttf - - family: NewTDIcons - fonts: - - asset: assets/tdesign/td_icons_new.ttf # To add assets to your plugin package, add an assets section, like this: