fabler_icons 1.2.3
fabler_icons: ^1.2.3 copied to clipboard
set of Tabler icons for flutter platforms
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:fabler_icons/fabler_icons.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Tabler Icons',
theme: ThemeData(
primarySwatch: Colors.blue,
visualDensity: VisualDensity.adaptivePlatformDensity,
),
home: MyHomePage(),
);
}
}
class MyHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text("Tabler Icons"),
),
body: SingleChildScrollView(
child: Wrap(
children: <Widget>[
Icon(FablerIcons.twofa),
Icon(FablerIcons.threed_cube_sphere),
Icon(FablerIcons.a_b),
Icon(FablerIcons.access_point_off),
Icon(FablerIcons.access_point),
Icon(FablerIcons.accessible),
Icon(FablerIcons.activity),
Icon(FablerIcons.ad_2),
Icon(FablerIcons.ad),
Icon(FablerIcons.adjustments_alt),
Icon(FablerIcons.adjustments_horizontal),
Icon(FablerIcons.adjustments),
Icon(FablerIcons.aerial_lift),
Icon(FablerIcons.affiliate),
Icon(FablerIcons.alarm),
Icon(FablerIcons.alert_circle),
Icon(FablerIcons.alert_octagon),
Icon(FablerIcons.alert_triangle),
Icon(FablerIcons.alien),
Icon(FablerIcons.align_center),
Icon(FablerIcons.align_justified),
Icon(FablerIcons.align_left),
Icon(FablerIcons.align_right),
Icon(FablerIcons.ambulance),
Icon(FablerIcons.anchor),
Icon(FablerIcons.angle),
Icon(FablerIcons.antenna_bars_1),
Icon(FablerIcons.antenna_bars_2),
Icon(FablerIcons.antenna_bars_3),
Icon(FablerIcons.antenna_bars_4),
Icon(FablerIcons.antenna_bars_5),
Icon(FablerIcons.aperture),
Icon(FablerIcons.apple),
Icon(FablerIcons.apps),
Icon(FablerIcons.archive),
Icon(FablerIcons.arrow_back_up),
Icon(FablerIcons.arrow_back),
Icon(FablerIcons.arrow_bar_down),
Icon(FablerIcons.arrow_bar_left),
Icon(FablerIcons.arrow_bar_right),
Icon(FablerIcons.arrow_bar_to_down),
Icon(FablerIcons.arrow_bar_to_left),
Icon(FablerIcons.arrow_bar_to_right),
Icon(FablerIcons.arrow_bar_to_up),
Icon(FablerIcons.arrow_bar_up),
Icon(FablerIcons.arrow_big_down),
Icon(FablerIcons.arrow_big_left),
Icon(FablerIcons.arrow_big_right),
Icon(FablerIcons.arrow_big_top),
Icon(FablerIcons.arrow_bottom_bar),
Icon(FablerIcons.arrow_bottom_circle),
Icon(FablerIcons.arrow_bottom_square),
Icon(FablerIcons.arrow_bottom_tail),
Icon(FablerIcons.arrow_down_circle),
Icon(FablerIcons.arrow_down_left_circle),
Icon(FablerIcons.arrow_down_left),
Icon(FablerIcons.arrow_down_right_circle),
Icon(FablerIcons.arrow_down_right),
Icon(FablerIcons.arrow_down),
Icon(FablerIcons.arrow_forward_up),
Icon(FablerIcons.arrow_forward),
Icon(FablerIcons.arrow_left_bar),
Icon(FablerIcons.arrow_left_circle),
Icon(FablerIcons.arrow_left_square),
Icon(FablerIcons.arrow_left_tail),
Icon(FablerIcons.arrow_left),
Icon(FablerIcons.arrow_loop_left),
Icon(FablerIcons.arrow_loop_right),
Icon(FablerIcons.arrow_narrow_down),
Icon(FablerIcons.arrow_narrow_left),
Icon(FablerIcons.arrow_narrow_right),
Icon(FablerIcons.arrow_narrow_up),
Icon(FablerIcons.arrow_ramp_left),
Icon(FablerIcons.arrow_ramp_right),
Icon(FablerIcons.arrow_right_bar),
Icon(FablerIcons.arrow_right_circle),
Icon(FablerIcons.arrow_right_square),
Icon(FablerIcons.arrow_right_tail),
Icon(FablerIcons.arrow_right),
Icon(FablerIcons.arrow_top_bar),
Icon(FablerIcons.arrow_top_circle),
Icon(FablerIcons.arrow_top_square),
Icon(FablerIcons.arrow_top_tail),
Icon(FablerIcons.arrow_up_circle),
Icon(FablerIcons.arrow_up_left_circle),
Icon(FablerIcons.arrow_up_left),
Icon(FablerIcons.arrow_up_right_circle),
Icon(FablerIcons.arrow_up_right),
Icon(FablerIcons.arrow_up),
Icon(FablerIcons.arrow_wave_left_down),
Icon(FablerIcons.arrow_wave_left_up),
Icon(FablerIcons.arrow_wave_right_down),
Icon(FablerIcons.arrow_wave_right_up),
Icon(FablerIcons.arrows_diagonal_2),
Icon(FablerIcons.arrows_diagonal),
Icon(FablerIcons.arrows_double_ne_sw),
Icon(FablerIcons.arrows_double_nw_se),
Icon(FablerIcons.arrows_double_se_nw),
Icon(FablerIcons.arrows_double_sw_ne),
Icon(FablerIcons.arrows_down_up),
Icon(FablerIcons.arrows_down),
Icon(FablerIcons.arrows_horizontal),
Icon(FablerIcons.arrows_join_2),
Icon(FablerIcons.arrows_join),
Icon(FablerIcons.arrows_left_down),
Icon(FablerIcons.arrows_left_right),
Icon(FablerIcons.arrows_left),
Icon(FablerIcons.arrows_maximize),
Icon(FablerIcons.arrows_minimize),
Icon(FablerIcons.arrows_right_down),
Icon(FablerIcons.arrows_right_left),
Icon(FablerIcons.arrows_right),
Icon(FablerIcons.arrows_sort),
Icon(FablerIcons.arrows_split_2),
Icon(FablerIcons.arrows_split),
Icon(FablerIcons.arrows_up_down),
Icon(FablerIcons.arrows_up_left),
Icon(FablerIcons.arrows_up_right),
Icon(FablerIcons.arrows_up),
Icon(FablerIcons.arrows_vertical),
Icon(FablerIcons.artboard),
Icon(FablerIcons.aspect_ratio),
Icon(FablerIcons.at),
Icon(FablerIcons.atom_2),
Icon(FablerIcons.atom),
Icon(FablerIcons.award),
Icon(FablerIcons.backhoe),
Icon(FablerIcons.backspace),
Icon(FablerIcons.ball_american_football),
Icon(FablerIcons.ball_basketball),
Icon(FablerIcons.ball_bowling),
Icon(FablerIcons.ball_football_off),
Icon(FablerIcons.ball_football),
Icon(FablerIcons.ball_tennis),
Icon(FablerIcons.ball_volleyball),
Icon(FablerIcons.ban),
Icon(FablerIcons.bandage),
Icon(FablerIcons.barcode),
Icon(FablerIcons.basket),
Icon(FablerIcons.battery_1),
Icon(FablerIcons.battery_2),
Icon(FablerIcons.battery_3),
Icon(FablerIcons.battery_4),
Icon(FablerIcons.battery_automotive),
Icon(FablerIcons.battery_charging),
Icon(FablerIcons.battery_off),
Icon(FablerIcons.battery),
Icon(FablerIcons.bed),
Icon(FablerIcons.bell_minus),
Icon(FablerIcons.bell_off),
Icon(FablerIcons.bell_plus),
Icon(FablerIcons.bell_ringing_2),
Icon(FablerIcons.bell_ringing),
Icon(FablerIcons.bell_x),
Icon(FablerIcons.bell),
Icon(FablerIcons.bike),
Icon(FablerIcons.binary),
Icon(FablerIcons.biohazard),
Icon(FablerIcons.blockquote),
Icon(FablerIcons.bluetooth_connected),
Icon(FablerIcons.bluetooth_off),
Icon(FablerIcons.bluetooth),
Icon(FablerIcons.bold),
Icon(FablerIcons.bolt_off),
Icon(FablerIcons.bolt),
Icon(FablerIcons.bone),
Icon(FablerIcons.book),
Icon(FablerIcons.bookmark_off),
Icon(FablerIcons.bookmark),
Icon(FablerIcons.bookmarks),
Icon(FablerIcons.border_all),
Icon(FablerIcons.border_bottom),
Icon(FablerIcons.border_horizontal),
Icon(FablerIcons.border_inner),
Icon(FablerIcons.border_left),
Icon(FablerIcons.border_none),
Icon(FablerIcons.border_outer),
Icon(FablerIcons.border_radius),
Icon(FablerIcons.border_right),
Icon(FablerIcons.border_style_2),
Icon(FablerIcons.border_style),
Icon(FablerIcons.border_top),
Icon(FablerIcons.border_vertical),
Icon(FablerIcons.bottle),
Icon(FablerIcons.box_margin),
Icon(FablerIcons.box_model_2),
Icon(FablerIcons.box_model),
Icon(FablerIcons.box_multiple_0),
Icon(FablerIcons.box_multiple_1),
Icon(FablerIcons.box_multiple_2),
Icon(FablerIcons.box_multiple_3),
Icon(FablerIcons.box_multiple_4),
Icon(FablerIcons.box_multiple_5),
Icon(FablerIcons.box_multiple_6),
Icon(FablerIcons.box_multiple_7),
Icon(FablerIcons.box_multiple_8),
Icon(FablerIcons.box_multiple_9),
Icon(FablerIcons.box_multiple),
Icon(FablerIcons.box_padding),
Icon(FablerIcons.box),
Icon(FablerIcons.braces),
Icon(FablerIcons.brackets),
Icon(FablerIcons.brand_airbnb),
Icon(FablerIcons.brand_android),
Icon(FablerIcons.brand_apple_arcade),
Icon(FablerIcons.brand_apple),
Icon(FablerIcons.brand_appstore),
Icon(FablerIcons.brand_asana),
Icon(FablerIcons.brand_behance),
Icon(FablerIcons.brand_bing),
Icon(FablerIcons.brand_bitbucket),
Icon(FablerIcons.brand_booking),
Icon(FablerIcons.brand_chrome),
Icon(FablerIcons.brand_codepen),
Icon(FablerIcons.brand_codesandbox),
Icon(FablerIcons.brand_css3),
Icon(FablerIcons.brand_deviantart),
Icon(FablerIcons.brand_discord),
Icon(FablerIcons.brand_disqus),
Icon(FablerIcons.brand_docker),
Icon(FablerIcons.brand_dribbble),
Icon(FablerIcons.brand_edge),
Icon(FablerIcons.brand_facebook),
Icon(FablerIcons.brand_figma),
Icon(FablerIcons.brand_firefox),
Icon(FablerIcons.brand_flickr),
Icon(FablerIcons.brand_foursquare),
Icon(FablerIcons.brand_framer),
Icon(FablerIcons.brand_github),
Icon(FablerIcons.brand_gitlab),
Icon(FablerIcons.brand_google_analytics),
Icon(FablerIcons.brand_google_drive),
Icon(FablerIcons.brand_google_play),
Icon(FablerIcons.brand_google),
Icon(FablerIcons.brand_gravatar),
Icon(FablerIcons.brand_hipchat),
Icon(FablerIcons.brand_html5),
Icon(FablerIcons.brand_instagram),
Icon(FablerIcons.brand_javascript),
Icon(FablerIcons.brand_kickstarter),
Icon(FablerIcons.brand_kotlin),
Icon(FablerIcons.brand_linkedin),
Icon(FablerIcons.brand_medium),
Icon(FablerIcons.brand_messenger),
Icon(FablerIcons.brand_netflix),
Icon(FablerIcons.brand_open_source),
Icon(FablerIcons.brand_opera),
Icon(FablerIcons.brand_pagekit),
Icon(FablerIcons.brand_patreon),
Icon(FablerIcons.brand_paypal),
Icon(FablerIcons.brand_pinterest),
Icon(FablerIcons.brand_pocket),
Icon(FablerIcons.brand_producthunt),
Icon(FablerIcons.brand_python),
Icon(FablerIcons.brand_reddit),
Icon(FablerIcons.brand_safari),
Icon(FablerIcons.brand_sass),
Icon(FablerIcons.brand_sentry),
Icon(FablerIcons.brand_shazam),
Icon(FablerIcons.brand_sketch),
Icon(FablerIcons.brand_skype),
Icon(FablerIcons.brand_slack),
Icon(FablerIcons.brand_snapchat),
Icon(FablerIcons.brand_soundcloud),
Icon(FablerIcons.brand_spotify),
Icon(FablerIcons.brand_steam),
Icon(FablerIcons.brand_stripe),
Icon(FablerIcons.brand_tabler),
Icon(FablerIcons.brand_tailwind),
Icon(FablerIcons.brand_telegram),
Icon(FablerIcons.brand_tidal),
Icon(FablerIcons.brand_tiktok),
Icon(FablerIcons.brand_tinder),
Icon(FablerIcons.brand_tumblr),
Icon(FablerIcons.brand_twitch),
Icon(FablerIcons.brand_twitter),
Icon(FablerIcons.brand_unsplash),
Icon(FablerIcons.brand_vercel),
Icon(FablerIcons.brand_vimeo),
Icon(FablerIcons.brand_vk),
Icon(FablerIcons.brand_whatsapp),
Icon(FablerIcons.brand_windows),
Icon(FablerIcons.brand_yahoo),
Icon(FablerIcons.brand_ycombinator),
Icon(FablerIcons.brand_youtube),
Icon(FablerIcons.briefcase),
Icon(FablerIcons.brightness_2),
Icon(FablerIcons.brightness_down),
Icon(FablerIcons.brightness_half),
Icon(FablerIcons.brightness_up),
Icon(FablerIcons.brightness),
Icon(FablerIcons.browser),
Icon(FablerIcons.brush),
Icon(FablerIcons.bucket),
Icon(FablerIcons.bug),
Icon(FablerIcons.building_arch),
Icon(FablerIcons.building_bank),
Icon(FablerIcons.building_bridge_2),
Icon(FablerIcons.building_bridge),
Icon(FablerIcons.building_carousel),
Icon(FablerIcons.building_castle),
Icon(FablerIcons.building_church),
Icon(FablerIcons.building_community),
Icon(FablerIcons.building_cottage),
Icon(FablerIcons.building_factory),
Icon(FablerIcons.building_fortress),
Icon(FablerIcons.building_hospital),
Icon(FablerIcons.building_lighthouse),
Icon(FablerIcons.building_monument),
Icon(FablerIcons.building_pavilon),
Icon(FablerIcons.building_skyscraper),
Icon(FablerIcons.building_store),
Icon(FablerIcons.building_warehouse),
Icon(FablerIcons.building),
Icon(FablerIcons.bulb_off),
Icon(FablerIcons.bulb),
Icon(FablerIcons.bulldozer),
Icon(FablerIcons.bus),
Icon(FablerIcons.businessplan),
Icon(FablerIcons.calculator),
Icon(FablerIcons.calendar_event),
Icon(FablerIcons.calendar_minus),
Icon(FablerIcons.calendar_off),
Icon(FablerIcons.calendar_plus),
Icon(FablerIcons.calendar_stats),
Icon(FablerIcons.calendar_time),
Icon(FablerIcons.calendar),
Icon(FablerIcons.camera_minus),
Icon(FablerIcons.camera_off),
Icon(FablerIcons.camera_plus),
Icon(FablerIcons.camera_rotate),
Icon(FablerIcons.camera_selfie),
Icon(FablerIcons.camera),
Icon(FablerIcons.candy),
Icon(FablerIcons.capture),
Icon(FablerIcons.car_crane),
Icon(FablerIcons.car),
Icon(FablerIcons.caravan),
Icon(FablerIcons.cardboards),
Icon(FablerIcons.caret_down),
Icon(FablerIcons.caret_left),
Icon(FablerIcons.caret_right),
Icon(FablerIcons.caret_up),
Icon(FablerIcons.cash_banknote_off),
Icon(FablerIcons.cash_banknote),
Icon(FablerIcons.cash),
Icon(FablerIcons.cast),
Icon(FablerIcons.ce),
Icon(FablerIcons.certificate),
Icon(FablerIcons.charging_pile),
Icon(FablerIcons.chart_arcs_3),
Icon(FablerIcons.chart_arcs),
Icon(FablerIcons.chart_area_line),
Icon(FablerIcons.chart_area),
Icon(FablerIcons.chart_arrows_vertical),
Icon(FablerIcons.chart_arrows),
Icon(FablerIcons.chart_bar),
Icon(FablerIcons.chart_bubble),
Icon(FablerIcons.chart_candle),
Icon(FablerIcons.chart_circles),
Icon(FablerIcons.chart_donut_2),
Icon(FablerIcons.chart_donut_3),
Icon(FablerIcons.chart_donut_4),
Icon(FablerIcons.chart_donut),
Icon(FablerIcons.chart_dots),
Icon(FablerIcons.chart_infographic),
Icon(FablerIcons.chart_line),
Icon(FablerIcons.chart_pie_2),
Icon(FablerIcons.chart_pie_3),
Icon(FablerIcons.chart_pie_4),
Icon(FablerIcons.chart_pie),
Icon(FablerIcons.chart_radar),
Icon(FablerIcons.check),
Icon(FablerIcons.checkbox),
Icon(FablerIcons.checks),
Icon(FablerIcons.cheese),
Icon(FablerIcons.chevron_down_left),
Icon(FablerIcons.chevron_down_right),
Icon(FablerIcons.chevron_down),
Icon(FablerIcons.chevron_left),
Icon(FablerIcons.chevron_right),
Icon(FablerIcons.chevron_up_left),
Icon(FablerIcons.chevron_up_right),
Icon(FablerIcons.chevron_up),
Icon(FablerIcons.chevrons_down_left),
Icon(FablerIcons.chevrons_down_right),
Icon(FablerIcons.chevrons_down),
Icon(FablerIcons.chevrons_left),
Icon(FablerIcons.chevrons_right),
Icon(FablerIcons.chevrons_up_left),
Icon(FablerIcons.chevrons_up_right),
Icon(FablerIcons.chevrons_up),
Icon(FablerIcons.christmas_tree),
Icon(FablerIcons.circle_0),
Icon(FablerIcons.circle_1),
Icon(FablerIcons.circle_2),
Icon(FablerIcons.circle_3),
Icon(FablerIcons.circle_4),
Icon(FablerIcons.circle_5),
Icon(FablerIcons.circle_6),
Icon(FablerIcons.circle_7),
Icon(FablerIcons.circle_8),
Icon(FablerIcons.circle_9),
Icon(FablerIcons.circle_check),
Icon(FablerIcons.circle_dashed),
Icon(FablerIcons.circle_dotted),
Icon(FablerIcons.circle_half_vertical),
Icon(FablerIcons.circle_half),
Icon(FablerIcons.circle_minus),
Icon(FablerIcons.circle_off),
Icon(FablerIcons.circle_plus),
Icon(FablerIcons.circle_square),
Icon(FablerIcons.circle_x),
Icon(FablerIcons.circle),
Icon(FablerIcons.circles),
Icon(FablerIcons.clear_all),
Icon(FablerIcons.clear_formatting),
Icon(FablerIcons.click),
Icon(FablerIcons.clipboard_check),
Icon(FablerIcons.clipboard_list),
Icon(FablerIcons.clipboard_x),
Icon(FablerIcons.clipboard),
Icon(FablerIcons.clock),
Icon(FablerIcons.cloud_download),
Icon(FablerIcons.cloud_fog),
Icon(FablerIcons.cloud_off),
Icon(FablerIcons.cloud_rain),
Icon(FablerIcons.cloud_snow),
Icon(FablerIcons.cloud_storm),
Icon(FablerIcons.cloud_upload),
Icon(FablerIcons.cloud),
Icon(FablerIcons.code_minus),
Icon(FablerIcons.code_plus),
Icon(FablerIcons.code),
Icon(FablerIcons.coffee),
Icon(FablerIcons.coin),
Icon(FablerIcons.color_picker),
Icon(FablerIcons.color_swatch),
Icon(FablerIcons.column_insert_left),
Icon(FablerIcons.column_insert_right),
Icon(FablerIcons.columns),
Icon(FablerIcons.comet),
Icon(FablerIcons.command),
Icon(FablerIcons.compass),
Icon(FablerIcons.confetti),
Icon(FablerIcons.container),
Icon(FablerIcons.contrast),
Icon(FablerIcons.cookie),
Icon(FablerIcons.copy),
Icon(FablerIcons.copyleft),
Icon(FablerIcons.copyright),
Icon(FablerIcons.corner_down_left_double),
Icon(FablerIcons.corner_down_left),
Icon(FablerIcons.corner_down_right_double),
Icon(FablerIcons.corner_down_right),
Icon(FablerIcons.corner_left_down_double),
Icon(FablerIcons.corner_left_down),
Icon(FablerIcons.corner_left_up_double),
Icon(FablerIcons.corner_left_up),
Icon(FablerIcons.corner_right_down_double),
Icon(FablerIcons.corner_right_down),
Icon(FablerIcons.corner_right_up_double),
Icon(FablerIcons.corner_right_up),
Icon(FablerIcons.corner_up_left_double),
Icon(FablerIcons.corner_up_left),
Icon(FablerIcons.corner_up_right_double),
Icon(FablerIcons.corner_up_right),
Icon(FablerIcons.crane),
Icon(FablerIcons.credit_card_off),
Icon(FablerIcons.credit_card),
Icon(FablerIcons.crop),
Icon(FablerIcons.crosshair),
Icon(FablerIcons.crown_off),
Icon(FablerIcons.crown),
Icon(FablerIcons.cup),
Icon(FablerIcons.curly_loop),
Icon(FablerIcons.currency_bahraini),
Icon(FablerIcons.currency_bath),
Icon(FablerIcons.currency_bitcoin),
Icon(FablerIcons.currency_cent),
Icon(FablerIcons.currency_dinar),
Icon(FablerIcons.currency_dirham),
Icon(FablerIcons.currency_dollar_australian),
Icon(FablerIcons.currency_dollar_canadian),
Icon(FablerIcons.currency_dollar_singapore),
Icon(FablerIcons.currency_dollar),
Icon(FablerIcons.currency_ethereum),
Icon(FablerIcons.currency_euro),
Icon(FablerIcons.currency_forint),
Icon(FablerIcons.currency_frank),
Icon(FablerIcons.currency_krone_czech),
Icon(FablerIcons.currency_krone_danish),
Icon(FablerIcons.currency_krone_swedish),
Icon(FablerIcons.currency_leu),
Icon(FablerIcons.currency_lira),
Icon(FablerIcons.currency_litecoin),
Icon(FablerIcons.currency_naira),
Icon(FablerIcons.currency_pound),
Icon(FablerIcons.currency_real),
Icon(FablerIcons.currency_renminbi),
Icon(FablerIcons.currency_ripple),
Icon(FablerIcons.currency_riyal),
Icon(FablerIcons.currency_rubel),
Icon(FablerIcons.currency_rupee),
Icon(FablerIcons.currency_shekel),
Icon(FablerIcons.currency_taka),
Icon(FablerIcons.currency_tugrik),
Icon(FablerIcons.currency_won),
Icon(FablerIcons.currency_yen),
Icon(FablerIcons.currency_zloty),
Icon(FablerIcons.current_location),
Icon(FablerIcons.cursor_text),
Icon(FablerIcons.cut),
Icon(FablerIcons.dashboard),
Icon(FablerIcons.database_export),
Icon(FablerIcons.database_import),
Icon(FablerIcons.database_off),
Icon(FablerIcons.database),
Icon(FablerIcons.details),
Icon(FablerIcons.device_analytics),
Icon(FablerIcons.device_audio_tape),
Icon(FablerIcons.device_cctv),
Icon(FablerIcons.device_computer_camera_off),
Icon(FablerIcons.device_computer_camera),
Icon(FablerIcons.device_desktop_analytics),
Icon(FablerIcons.device_desktop_off),
Icon(FablerIcons.device_desktop),
Icon(FablerIcons.device_floppy),
Icon(FablerIcons.device_gamepad),
Icon(FablerIcons.device_laptop),
Icon(FablerIcons.device_mobile_message),
Icon(FablerIcons.device_mobile_rotated),
Icon(FablerIcons.device_mobile_vibration),
Icon(FablerIcons.device_mobile),
Icon(FablerIcons.device_speaker),
Icon(FablerIcons.device_tablet),
Icon(FablerIcons.device_tv),
Icon(FablerIcons.device_watch),
Icon(FablerIcons.devices_2),
Icon(FablerIcons.devices_pc),
Icon(FablerIcons.devices),
Icon(FablerIcons.diamond),
Icon(FablerIcons.dice),
Icon(FablerIcons.dimensions),
Icon(FablerIcons.direction_horizontal),
Icon(FablerIcons.direction),
Icon(FablerIcons.directions),
Icon(FablerIcons.disabled_2),
Icon(FablerIcons.disabled),
Icon(FablerIcons.disc),
Icon(FablerIcons.discount_2),
Icon(FablerIcons.discount),
Icon(FablerIcons.divide),
Icon(FablerIcons.dna),
Icon(FablerIcons.dog_bowl),
Icon(FablerIcons.dots_circle_horizontal),
Icon(FablerIcons.dots_diagonal_2),
Icon(FablerIcons.dots_diagonal),
Icon(FablerIcons.dots_vertical),
Icon(FablerIcons.dots),
Icon(FablerIcons.download),
Icon(FablerIcons.drag_drop_2),
Icon(FablerIcons.drag_drop),
Icon(FablerIcons.drone_off),
Icon(FablerIcons.drone),
Icon(FablerIcons.droplet_filled_2),
Icon(FablerIcons.droplet_filled),
Icon(FablerIcons.droplet_half_2),
Icon(FablerIcons.droplet_half),
Icon(FablerIcons.droplet_off),
Icon(FablerIcons.droplet),
Icon(FablerIcons.ear_off),
Icon(FablerIcons.ear),
Icon(FablerIcons.edit_circle),
Icon(FablerIcons.edit),
Icon(FablerIcons.egg),
Icon(FablerIcons.emphasis),
Icon(FablerIcons.equal_not),
Icon(FablerIcons.equal),
Icon(FablerIcons.eraser),
Icon(FablerIcons.exchange),
Icon(FablerIcons.exposure),
Icon(FablerIcons.external_link),
Icon(FablerIcons.eye_check),
Icon(FablerIcons.eye_off),
Icon(FablerIcons.eye),
Icon(FablerIcons.eyeglass_2),
Icon(FablerIcons.eyeglass),
Icon(FablerIcons.face_id),
Icon(FablerIcons.fall),
Icon(FablerIcons.feather),
Icon(FablerIcons.fence),
Icon(FablerIcons.file_alert),
Icon(FablerIcons.file_analytics),
Icon(FablerIcons.file_certificate),
Icon(FablerIcons.file_check),
Icon(FablerIcons.file_code_2),
Icon(FablerIcons.file_code),
Icon(FablerIcons.file_diff),
Icon(FablerIcons.file_dislike),
Icon(FablerIcons.file_download),
Icon(FablerIcons.file_export),
Icon(FablerIcons.file_horizontal),
Icon(FablerIcons.file_import),
Icon(FablerIcons.file_info),
Icon(FablerIcons.file_invoice),
Icon(FablerIcons.file_like),
Icon(FablerIcons.file_minus),
Icon(FablerIcons.file_music),
Icon(FablerIcons.file_off),
Icon(FablerIcons.file_phone),
Icon(FablerIcons.file_plus),
Icon(FablerIcons.file_report),
Icon(FablerIcons.file_search),
Icon(FablerIcons.file_shredder),
Icon(FablerIcons.file_symlink),
Icon(FablerIcons.file_text),
Icon(FablerIcons.file_upload),
Icon(FablerIcons.file_x),
Icon(FablerIcons.file_zip),
Icon(FablerIcons.file),
Icon(FablerIcons.files_off),
Icon(FablerIcons.files),
Icon(FablerIcons.filter_off),
Icon(FablerIcons.filter),
Icon(FablerIcons.fingerprint),
Icon(FablerIcons.firetruck),
Icon(FablerIcons.fish),
Icon(FablerIcons.flag_2),
Icon(FablerIcons.flag_3),
Icon(FablerIcons.flag),
Icon(FablerIcons.flame),
Icon(FablerIcons.flare),
Icon(FablerIcons.flask),
Icon(FablerIcons.flip_horizontal),
Icon(FablerIcons.flip_vertical),
Icon(FablerIcons.float_center),
Icon(FablerIcons.float_left),
Icon(FablerIcons.float_none),
Icon(FablerIcons.float_right),
Icon(FablerIcons.focus_2),
Icon(FablerIcons.focus),
Icon(FablerIcons.fold_down),
Icon(FablerIcons.fold_up),
Icon(FablerIcons.fold),
Icon(FablerIcons.folder_minus),
Icon(FablerIcons.folder_off),
Icon(FablerIcons.folder_plus),
Icon(FablerIcons.folder_x),
Icon(FablerIcons.folder),
Icon(FablerIcons.folders),
Icon(FablerIcons.forbid_2),
Icon(FablerIcons.forbid),
Icon(FablerIcons.forklift),
Icon(FablerIcons.forms),
Icon(FablerIcons.frame),
Icon(FablerIcons.friends),
Icon(FablerIcons.gas_station),
Icon(FablerIcons.gauge),
Icon(FablerIcons.geometry),
Icon(FablerIcons.ghost),
Icon(FablerIcons.gift),
Icon(FablerIcons.git_branch),
Icon(FablerIcons.git_commit),
Icon(FablerIcons.git_compare),
Icon(FablerIcons.git_fork),
Icon(FablerIcons.git_merge),
Icon(FablerIcons.git_pull_request),
Icon(FablerIcons.glass_full),
Icon(FablerIcons.glass_off),
Icon(FablerIcons.glass),
Icon(FablerIcons.globe),
Icon(FablerIcons.golf),
Icon(FablerIcons.gps),
Icon(FablerIcons.grain),
Icon(FablerIcons.grid_dots),
Icon(FablerIcons.grip_horizontal),
Icon(FablerIcons.grip_vertical),
Icon(FablerIcons.growth),
Icon(FablerIcons.h_1),
Icon(FablerIcons.h_2),
Icon(FablerIcons.h_3),
Icon(FablerIcons.h_4),
Icon(FablerIcons.h_5),
Icon(FablerIcons.h_6),
Icon(FablerIcons.hand_finger),
Icon(FablerIcons.hand_little_finger),
Icon(FablerIcons.hand_middle_finger),
Icon(FablerIcons.hand_off),
Icon(FablerIcons.hand_ring_finger),
Icon(FablerIcons.hand_rock),
Icon(FablerIcons.hand_stop),
Icon(FablerIcons.hand_three_fingers),
Icon(FablerIcons.hand_two_fingers),
Icon(FablerIcons.hanger),
Icon(FablerIcons.hash),
Icon(FablerIcons.heading),
Icon(FablerIcons.headphones_off),
Icon(FablerIcons.headphones),
Icon(FablerIcons.headset),
Icon(FablerIcons.heart_broken),
Icon(FablerIcons.heart),
Icon(FablerIcons.helicopter_landing),
Icon(FablerIcons.helicopter),
Icon(FablerIcons.help),
Icon(FablerIcons.hexagon_off),
Icon(FablerIcons.hexagon),
Icon(FablerIcons.hierarchy_2),
Icon(FablerIcons.hierarchy),
Icon(FablerIcons.history),
Icon(FablerIcons.home_2),
Icon(FablerIcons.home),
Icon(FablerIcons.ice_cream_2),
Icon(FablerIcons.ice_cream),
Icon(FablerIcons.id),
Icon(FablerIcons.inbox),
Icon(FablerIcons.indent_decrease),
Icon(FablerIcons.indent_increase),
Icon(FablerIcons.infinity),
Icon(FablerIcons.info_circle),
Icon(FablerIcons.info_square),
Icon(FablerIcons.italic),
Icon(FablerIcons.jump_rope),
Icon(FablerIcons.karate),
Icon(FablerIcons.key),
Icon(FablerIcons.keyboard_hide),
Icon(FablerIcons.keyboard_off),
Icon(FablerIcons.keyboard_show),
Icon(FablerIcons.keyboard),
Icon(FablerIcons.language),
Icon(FablerIcons.layers_difference),
Icon(FablerIcons.layers_intersect),
Icon(FablerIcons.layers_linked),
Icon(FablerIcons.layers_subtract),
Icon(FablerIcons.layers_union),
Icon(FablerIcons.layout_2),
Icon(FablerIcons.layout_align_bottom),
Icon(FablerIcons.layout_align_center),
Icon(FablerIcons.layout_align_left),
Icon(FablerIcons.layout_align_middle),
Icon(FablerIcons.layout_align_right),
Icon(FablerIcons.layout_align_top),
Icon(FablerIcons.layout_bottombar),
Icon(FablerIcons.layout_cards),
Icon(FablerIcons.layout_columns),
Icon(FablerIcons.layout_distribute_horizontal),
Icon(FablerIcons.layout_distribute_vertical),
Icon(FablerIcons.layout_grid_add),
Icon(FablerIcons.layout_grid),
Icon(FablerIcons.layout_kanban),
Icon(FablerIcons.layout_list),
Icon(FablerIcons.layout_navbar),
Icon(FablerIcons.layout_rows),
Icon(FablerIcons.layout_sidebar_right),
Icon(FablerIcons.layout_sidebar),
Icon(FablerIcons.layout),
Icon(FablerIcons.leaf),
Icon(FablerIcons.lego),
Icon(FablerIcons.lemon),
Icon(FablerIcons.letter_a),
Icon(FablerIcons.letter_b),
Icon(FablerIcons.letter_c),
Icon(FablerIcons.letter_case_lower),
Icon(FablerIcons.letter_case_toggle),
Icon(FablerIcons.letter_case_upper),
Icon(FablerIcons.letter_case),
Icon(FablerIcons.letter_d),
Icon(FablerIcons.letter_e),
Icon(FablerIcons.letter_f),
Icon(FablerIcons.letter_g),
Icon(FablerIcons.letter_h),
Icon(FablerIcons.letter_i),
Icon(FablerIcons.letter_j),
Icon(FablerIcons.letter_k),
Icon(FablerIcons.letter_l),
Icon(FablerIcons.letter_m),
Icon(FablerIcons.letter_n),
Icon(FablerIcons.letter_o),
Icon(FablerIcons.letter_p),
Icon(FablerIcons.letter_q),
Icon(FablerIcons.letter_r),
Icon(FablerIcons.letter_s),
Icon(FablerIcons.letter_spacing),
Icon(FablerIcons.letter_t),
Icon(FablerIcons.letter_u),
Icon(FablerIcons.letter_v),
Icon(FablerIcons.letter_w),
Icon(FablerIcons.letter_x),
Icon(FablerIcons.letter_y),
Icon(FablerIcons.letter_z),
Icon(FablerIcons.letters_case),
Icon(FablerIcons.license),
Icon(FablerIcons.lifebuoy),
Icon(FablerIcons.line_dashed),
Icon(FablerIcons.line_dotted),
Icon(FablerIcons.line_height),
Icon(FablerIcons.line),
Icon(FablerIcons.link),
Icon(FablerIcons.list_check),
Icon(FablerIcons.list_numbers),
Icon(FablerIcons.list_search),
Icon(FablerIcons.list),
Icon(FablerIcons.live_photo),
Icon(FablerIcons.live_view),
Icon(FablerIcons.loader_quarter),
Icon(FablerIcons.loader),
Icon(FablerIcons.location),
Icon(FablerIcons.lock_access),
Icon(FablerIcons.lock_off),
Icon(FablerIcons.lock_open),
Icon(FablerIcons.lock),
Icon(FablerIcons.login),
Icon(FablerIcons.logout),
Icon(FablerIcons.macro),
Icon(FablerIcons.magnet),
Icon(FablerIcons.mail_forward),
Icon(FablerIcons.mail_opened),
Icon(FablerIcons.mail),
Icon(FablerIcons.mailbox),
Icon(FablerIcons.man),
Icon(FablerIcons.manual_gearbox),
Icon(FablerIcons.map_2),
Icon(FablerIcons.map_pin_off),
Icon(FablerIcons.map_pin),
Icon(FablerIcons.map_pins),
Icon(FablerIcons.map),
Icon(FablerIcons.markdown),
Icon(FablerIcons.marquee_2),
Icon(FablerIcons.marquee),
Icon(FablerIcons.mars),
Icon(FablerIcons.mask_off),
Icon(FablerIcons.mask),
Icon(FablerIcons.massage),
Icon(FablerIcons.math_function),
Icon(FablerIcons.math_symbols),
Icon(FablerIcons.math),
Icon(FablerIcons.maximize),
Icon(FablerIcons.meat),
Icon(FablerIcons.medal),
Icon(FablerIcons.medical_cross),
Icon(FablerIcons.menu_2),
Icon(FablerIcons.menu),
Icon(FablerIcons.message_2),
Icon(FablerIcons.message_circle_2),
Icon(FablerIcons.message_circle_off),
Icon(FablerIcons.message_circle),
Icon(FablerIcons.message_dots),
Icon(FablerIcons.message_off),
Icon(FablerIcons.message_plus),
Icon(FablerIcons.message_report),
Icon(FablerIcons.message),
Icon(FablerIcons.messages_off),
Icon(FablerIcons.messages),
Icon(FablerIcons.microphone_2),
Icon(FablerIcons.microphone_off),
Icon(FablerIcons.microphone),
Icon(FablerIcons.milk),
Icon(FablerIcons.minimize),
Icon(FablerIcons.minus_vertical),
Icon(FablerIcons.minus),
Icon(FablerIcons.mist),
Icon(FablerIcons.mood_boy),
Icon(FablerIcons.mood_confuzed),
Icon(FablerIcons.mood_crazy_happy),
Icon(FablerIcons.mood_cry),
Icon(FablerIcons.mood_empty),
Icon(FablerIcons.mood_happy),
Icon(FablerIcons.mood_kid),
Icon(FablerIcons.mood_neutral),
Icon(FablerIcons.mood_sad),
Icon(FablerIcons.mood_smile),
Icon(FablerIcons.mood_suprised),
Icon(FablerIcons.mood_tongue),
Icon(FablerIcons.moon_2),
Icon(FablerIcons.moon_stars),
Icon(FablerIcons.moon),
Icon(FablerIcons.moped),
Icon(FablerIcons.motorbike),
Icon(FablerIcons.mouse),
Icon(FablerIcons.movie),
Icon(FablerIcons.mug),
Icon(FablerIcons.mushroom),
Icon(FablerIcons.music),
Icon(FablerIcons.new_section),
Icon(FablerIcons.news),
Icon(FablerIcons.nfc),
Icon(FablerIcons.note),
Icon(FablerIcons.notebook),
Icon(FablerIcons.notes),
Icon(FablerIcons.notification),
Icon(FablerIcons.number_0),
Icon(FablerIcons.number_1),
Icon(FablerIcons.number_2),
Icon(FablerIcons.number_3),
Icon(FablerIcons.number_4),
Icon(FablerIcons.number_5),
Icon(FablerIcons.number_6),
Icon(FablerIcons.number_7),
Icon(FablerIcons.number_8),
Icon(FablerIcons.number_9),
Icon(FablerIcons.octagon_off),
Icon(FablerIcons.octagon),
Icon(FablerIcons.old),
Icon(FablerIcons.olympics),
Icon(FablerIcons.omega),
Icon(FablerIcons.outlet),
Icon(FablerIcons.overline),
Icon(FablerIcons.package),
Icon(FablerIcons.pacman),
Icon(FablerIcons.page_break),
Icon(FablerIcons.paint),
Icon(FablerIcons.palette),
Icon(FablerIcons.panorama_horizontal),
Icon(FablerIcons.panorama_vertical),
Icon(FablerIcons.paperclip),
Icon(FablerIcons.parachute),
Icon(FablerIcons.parentheses),
Icon(FablerIcons.parking),
Icon(FablerIcons.peace),
Icon(FablerIcons.pencil),
Icon(FablerIcons.pennant),
Icon(FablerIcons.pepper),
Icon(FablerIcons.percentage),
Icon(FablerIcons.perspective),
Icon(FablerIcons.phone_call),
Icon(FablerIcons.phone_calling),
Icon(FablerIcons.phone_check),
Icon(FablerIcons.phone_incoming),
Icon(FablerIcons.phone_off),
Icon(FablerIcons.phone_outgoing),
Icon(FablerIcons.phone_pause),
Icon(FablerIcons.phone_plus),
Icon(FablerIcons.phone_x),
Icon(FablerIcons.phone),
Icon(FablerIcons.photo_off),
Icon(FablerIcons.photo),
Icon(FablerIcons.physotherapist),
Icon(FablerIcons.picture_in_picture_off),
Icon(FablerIcons.picture_in_picture_on),
Icon(FablerIcons.picture_in_picture),
Icon(FablerIcons.pill),
Icon(FablerIcons.pin),
Icon(FablerIcons.pinned_off),
Icon(FablerIcons.pinned),
Icon(FablerIcons.pizza),
Icon(FablerIcons.plane_arrival),
Icon(FablerIcons.plane_departure),
Icon(FablerIcons.plane),
Icon(FablerIcons.planet),
Icon(FablerIcons.plant_2),
Icon(FablerIcons.plant),
Icon(FablerIcons.play_card),
Icon(FablerIcons.player_pause),
Icon(FablerIcons.player_play),
Icon(FablerIcons.player_record),
Icon(FablerIcons.player_skip_back),
Icon(FablerIcons.player_skip_forward),
Icon(FablerIcons.player_stop),
Icon(FablerIcons.player_track_next),
Icon(FablerIcons.player_track_prev),
Icon(FablerIcons.playlist),
Icon(FablerIcons.plug),
Icon(FablerIcons.plus),
Icon(FablerIcons.point),
Icon(FablerIcons.pokeball),
Icon(FablerIcons.polaroid),
Icon(FablerIcons.pool),
Icon(FablerIcons.power),
Icon(FablerIcons.pray),
Icon(FablerIcons.presentation_analytics),
Icon(FablerIcons.presentation),
Icon(FablerIcons.printer),
Icon(FablerIcons.prompt),
Icon(FablerIcons.propeller),
Icon(FablerIcons.puzzle),
Icon(FablerIcons.pyramid),
Icon(FablerIcons.qrcode),
Icon(FablerIcons.question_mark),
Icon(FablerIcons.radio),
Icon(FablerIcons.radioactive),
Icon(FablerIcons.radius_bottom_left),
Icon(FablerIcons.radius_bottom_right),
Icon(FablerIcons.radius_top_left),
Icon(FablerIcons.radius_top_right),
Icon(FablerIcons.rainbow),
Icon(FablerIcons.receipt_2),
Icon(FablerIcons.receipt_off),
Icon(FablerIcons.receipt_refund),
Icon(FablerIcons.receipt_tax),
Icon(FablerIcons.receipt),
Icon(FablerIcons.recharging),
Icon(FablerIcons.record_mail),
Icon(FablerIcons.rectangle_vertical),
Icon(FablerIcons.rectangle),
Icon(FablerIcons.recycle),
Icon(FablerIcons.refresh_alert),
Icon(FablerIcons.refresh),
Icon(FablerIcons.registered),
Icon(FablerIcons.relation_many_to_many),
Icon(FablerIcons.relation_one_to_many),
Icon(FablerIcons.relation_one_to_one),
Icon(FablerIcons.repeat_once),
Icon(FablerIcons.repeat),
Icon(FablerIcons.replace),
Icon(FablerIcons.report_analytics),
Icon(FablerIcons.report_medical),
Icon(FablerIcons.report_money),
Icon(FablerIcons.report),
Icon(FablerIcons.resize),
Icon(FablerIcons.ripple),
Icon(FablerIcons.road_sign),
Icon(FablerIcons.rocket),
Icon(FablerIcons.rotate_2),
Icon(FablerIcons.rotate_clockwise_2),
Icon(FablerIcons.rotate_clockwise),
Icon(FablerIcons.rotate_rectangle),
Icon(FablerIcons.rotate),
Icon(FablerIcons.route),
Icon(FablerIcons.router),
Icon(FablerIcons.row_insert_bottom),
Icon(FablerIcons.row_insert_top),
Icon(FablerIcons.rss),
Icon(FablerIcons.ruler_2),
Icon(FablerIcons.ruler),
Icon(FablerIcons.run),
Icon(FablerIcons.sailboat),
Icon(FablerIcons.salt),
Icon(FablerIcons.satellite),
Icon(FablerIcons.sausage),
Icon(FablerIcons.scale),
Icon(FablerIcons.scan),
Icon(FablerIcons.school),
Icon(FablerIcons.scissors),
Icon(FablerIcons.scooter_electric),
Icon(FablerIcons.scooter),
Icon(FablerIcons.screen_share_off),
Icon(FablerIcons.screen_share),
Icon(FablerIcons.scuba_mask),
Icon(FablerIcons.search),
Icon(FablerIcons.section),
Icon(FablerIcons.seeding),
Icon(FablerIcons.select),
Icon(FablerIcons.selector),
Icon(FablerIcons.send),
Icon(FablerIcons.separator_horizontal),
Icon(FablerIcons.separator_vertical),
Icon(FablerIcons.separator),
Icon(FablerIcons.server),
Icon(FablerIcons.servicemark),
Icon(FablerIcons.settings_automation),
Icon(FablerIcons.settings),
Icon(FablerIcons.shadow_off),
Icon(FablerIcons.shadow),
Icon(FablerIcons.shape_2),
Icon(FablerIcons.shape_3),
Icon(FablerIcons.shape),
Icon(FablerIcons.share),
Icon(FablerIcons.shield_check),
Icon(FablerIcons.shield_lock),
Icon(FablerIcons.shield_off),
Icon(FablerIcons.shield_x),
Icon(FablerIcons.shield),
Icon(FablerIcons.ship),
Icon(FablerIcons.shirt),
Icon(FablerIcons.shopping_cart_discount),
Icon(FablerIcons.shopping_cart_off),
Icon(FablerIcons.shopping_cart_plus),
Icon(FablerIcons.shopping_cart_x),
Icon(FablerIcons.shopping_cart),
Icon(FablerIcons.shredder),
Icon(FablerIcons.signature),
Icon(FablerIcons.sitemap),
Icon(FablerIcons.skateboard),
Icon(FablerIcons.slice),
Icon(FablerIcons.slideshow),
Icon(FablerIcons.smart_home),
Icon(FablerIcons.smoking_no),
Icon(FablerIcons.smoking),
Icon(FablerIcons.snowflake),
Icon(FablerIcons.soccer_field),
Icon(FablerIcons.social),
Icon(FablerIcons.sock),
Icon(FablerIcons.sort_ascending_2),
Icon(FablerIcons.sort_ascending_letters),
Icon(FablerIcons.sort_ascending_numbers),
Icon(FablerIcons.sort_ascending),
Icon(FablerIcons.sort_descending_2),
Icon(FablerIcons.sort_descending_letters),
Icon(FablerIcons.sort_descending_numbers),
Icon(FablerIcons.sort_descending),
Icon(FablerIcons.soup),
Icon(FablerIcons.space),
Icon(FablerIcons.speakerphone),
Icon(FablerIcons.speedboat),
Icon(FablerIcons.sport_billard),
Icon(FablerIcons.square_0),
Icon(FablerIcons.square_1),
Icon(FablerIcons.square_2),
Icon(FablerIcons.square_3),
Icon(FablerIcons.square_4),
Icon(FablerIcons.square_5),
Icon(FablerIcons.square_6),
Icon(FablerIcons.square_7),
Icon(FablerIcons.square_8),
Icon(FablerIcons.square_9),
Icon(FablerIcons.square_check),
Icon(FablerIcons.square_dot),
Icon(FablerIcons.square_forbid_2),
Icon(FablerIcons.square_forbid),
Icon(FablerIcons.square_minus),
Icon(FablerIcons.square_off),
Icon(FablerIcons.square_plus),
Icon(FablerIcons.square_root_2),
Icon(FablerIcons.square_root),
Icon(FablerIcons.square_rotated_off),
Icon(FablerIcons.square_rotated),
Icon(FablerIcons.square_toggle_horizontal),
Icon(FablerIcons.square_toggle),
Icon(FablerIcons.square_x),
Icon(FablerIcons.square),
Icon(FablerIcons.squares_diagonal),
Icon(FablerIcons.squares_filled),
Icon(FablerIcons.stack_2),
Icon(FablerIcons.stack),
Icon(FablerIcons.stairs_down),
Icon(FablerIcons.stairs_up),
Icon(FablerIcons.stairs),
Icon(FablerIcons.star_half),
Icon(FablerIcons.star_off),
Icon(FablerIcons.star),
Icon(FablerIcons.stars),
Icon(FablerIcons.steering_wheel),
Icon(FablerIcons.step_into),
Icon(FablerIcons.step_out),
Icon(FablerIcons.stethoscope),
Icon(FablerIcons.sticker),
Icon(FablerIcons.strikethrough),
Icon(FablerIcons.submarine),
Icon(FablerIcons.subscript),
Icon(FablerIcons.subtask),
Icon(FablerIcons.sum),
Icon(FablerIcons.sun_off),
Icon(FablerIcons.sun),
Icon(FablerIcons.sunrise),
Icon(FablerIcons.sunset),
Icon(FablerIcons.superscript),
Icon(FablerIcons.swimming),
Icon(FablerIcons.switch_2),
Icon(FablerIcons.switch_3),
Icon(FablerIcons.switch_horizontal),
Icon(FablerIcons.switch_vertical),
Icon(FablerIcons.switch_),
Icon(FablerIcons.table_export),
Icon(FablerIcons.table_import),
Icon(FablerIcons.table_off),
Icon(FablerIcons.table),
Icon(FablerIcons.tag),
Icon(FablerIcons.tallymark_1),
Icon(FablerIcons.tallymark_2),
Icon(FablerIcons.tallymark_3),
Icon(FablerIcons.tallymark_4),
Icon(FablerIcons.tallymarks),
Icon(FablerIcons.tank),
Icon(FablerIcons.target),
Icon(FablerIcons.temperature_celsius),
Icon(FablerIcons.temperature_fahrenheit),
Icon(FablerIcons.temperature_minus),
Icon(FablerIcons.temperature_plus),
Icon(FablerIcons.temperature),
Icon(FablerIcons.template),
Icon(FablerIcons.tent),
Icon(FablerIcons.terminal_2),
Icon(FablerIcons.terminal),
Icon(FablerIcons.test_pipe),
Icon(FablerIcons.text_direction_ltr),
Icon(FablerIcons.text_direction_rtl),
Icon(FablerIcons.text_wrap_disabled),
Icon(FablerIcons.text_wrap),
Icon(FablerIcons.thumb_down),
Icon(FablerIcons.thumb_up),
Icon(FablerIcons.ticket),
Icon(FablerIcons.tilt_shift),
Icon(FablerIcons.tir),
Icon(FablerIcons.toggle_left),
Icon(FablerIcons.toggle_right),
Icon(FablerIcons.tool),
Icon(FablerIcons.tools_kitchen_2),
Icon(FablerIcons.tools_kitchen),
Icon(FablerIcons.tools),
Icon(FablerIcons.tornado),
Icon(FablerIcons.tournament),
Icon(FablerIcons.track),
Icon(FablerIcons.tractor),
Icon(FablerIcons.trademark),
Icon(FablerIcons.traffic_cone),
Icon(FablerIcons.traffic_lights),
Icon(FablerIcons.train),
Icon(FablerIcons.transfer_in),
Icon(FablerIcons.transfer_out),
Icon(FablerIcons.trash_off),
Icon(FablerIcons.trash),
Icon(FablerIcons.tree),
Icon(FablerIcons.trees),
Icon(FablerIcons.trending_down_2),
Icon(FablerIcons.trending_down_3),
Icon(FablerIcons.trending_down),
Icon(FablerIcons.trending_up_2),
Icon(FablerIcons.trending_up_3),
Icon(FablerIcons.trending_up),
Icon(FablerIcons.triangle_off),
Icon(FablerIcons.triangle_square_circle),
Icon(FablerIcons.triangle),
Icon(FablerIcons.trident),
Icon(FablerIcons.trophy),
Icon(FablerIcons.truck_delivery),
Icon(FablerIcons.truck_off),
Icon(FablerIcons.truck_return),
Icon(FablerIcons.truck),
Icon(FablerIcons.typography),
Icon(FablerIcons.umbrella),
Icon(FablerIcons.underline),
Icon(FablerIcons.unlink),
Icon(FablerIcons.upload),
Icon(FablerIcons.urgent),
Icon(FablerIcons.user_check),
Icon(FablerIcons.user_exclamation),
Icon(FablerIcons.user_minus),
Icon(FablerIcons.user_off),
Icon(FablerIcons.user_plus),
Icon(FablerIcons.user_x),
Icon(FablerIcons.user),
Icon(FablerIcons.users),
Icon(FablerIcons.vaccine),
Icon(FablerIcons.variable),
Icon(FablerIcons.vector_beizer_2),
Icon(FablerIcons.vector_bezier),
Icon(FablerIcons.vector_triangle),
Icon(FablerIcons.vector),
Icon(FablerIcons.venus),
Icon(FablerIcons.versions),
Icon(FablerIcons.video_minus),
Icon(FablerIcons.video_off),
Icon(FablerIcons.video_plus),
Icon(FablerIcons.video),
Icon(FablerIcons.view_360),
Icon(FablerIcons.viewfinder),
Icon(FablerIcons.viewport_narrow),
Icon(FablerIcons.viewport_wide),
Icon(FablerIcons.virus_off),
Icon(FablerIcons.virus_search),
Icon(FablerIcons.virus),
Icon(FablerIcons.vocabulary),
Icon(FablerIcons.volume_2),
Icon(FablerIcons.volume_3),
Icon(FablerIcons.volume),
Icon(FablerIcons.walk),
Icon(FablerIcons.wallet),
Icon(FablerIcons.wand),
Icon(FablerIcons.wave_saw_tool),
Icon(FablerIcons.wave_sine),
Icon(FablerIcons.wave_square),
Icon(FablerIcons.wifi_0),
Icon(FablerIcons.wifi_1),
Icon(FablerIcons.wifi_2),
Icon(FablerIcons.wifi_off),
Icon(FablerIcons.wifi),
Icon(FablerIcons.wind),
Icon(FablerIcons.windmill),
Icon(FablerIcons.window),
Icon(FablerIcons.wiper_wash),
Icon(FablerIcons.wiper),
Icon(FablerIcons.woman),
Icon(FablerIcons.world_latitude),
Icon(FablerIcons.world_longitude),
Icon(FablerIcons.world),
Icon(FablerIcons.wrecking_ball),
Icon(FablerIcons.writing_sign),
Icon(FablerIcons.writing),
Icon(FablerIcons.x),
Icon(FablerIcons.yin_yang),
Icon(FablerIcons.zodiac_aquarius),
Icon(FablerIcons.zodiac_aries),
Icon(FablerIcons.zodiac_cancer),
Icon(FablerIcons.zodiac_capricorn),
Icon(FablerIcons.zodiac_gemini),
Icon(FablerIcons.zodiac_leo),
Icon(FablerIcons.zodiac_libra),
Icon(FablerIcons.zodiac_pisces),
Icon(FablerIcons.zodiac_sagittarius),
Icon(FablerIcons.zodiac_scorpio),
Icon(FablerIcons.zodiac_taurus),
Icon(FablerIcons.zodiac_virgo),
Icon(FablerIcons.zoom_cancel),
Icon(FablerIcons.zoom_check),
Icon(FablerIcons.zoom_in),
Icon(FablerIcons.zoom_money),
Icon(FablerIcons.zoom_out),
Icon(FablerIcons.zoom_question),
],
),
),
);
}
}