From c6d96ea24e7ec7a8e27f7ed7d787804303892e6d Mon Sep 17 00:00:00 2001 From: heavybeard Date: Tue, 5 Jul 2022 16:24:49 +0200 Subject: [PATCH] feat(flutter): create package (#173) --- .github/workflows/release.yaml | 70 +- analysis_options.yaml | 2 + bin/build.js | 215 ++- bin/prepublish.js | 38 +- bin/templates/__svgfilename__.dart | 20 + package.json | 4 +- packages/iconoir-flutter/.gitignore | 30 + packages/iconoir-flutter/.metadata | 10 + packages/iconoir-flutter/.pubignore | 1 + packages/iconoir-flutter/CHANGELOG.md | 0 packages/iconoir-flutter/LICENSE | 21 + packages/iconoir-flutter/README.md | 76 ++ .../iconoir-flutter/analysis_options.yaml | 1 + packages/iconoir-flutter/example/main.dart | 28 + .../iconoir-flutter/lib/3_d_add_hole.dart | 26 + packages/iconoir-flutter/lib/3_d_arc.dart | 25 + .../lib/3_d_arc_center_pt.dart | 26 + packages/iconoir-flutter/lib/3_d_bridge.dart | 27 + .../iconoir-flutter/lib/3_d_center_box.dart | 28 + packages/iconoir-flutter/lib/3_d_ellipse.dart | 25 + .../lib/3_d_ellipse_three_pts.dart | 29 + packages/iconoir-flutter/lib/3_d_pt_box.dart | 26 + .../lib/3_d_rect_corner_to_corner.dart | 25 + .../lib/3_d_rect_from_center.dart | 24 + .../lib/3_d_rect_three_pts.dart | 31 + .../iconoir-flutter/lib/3_d_select_edge.dart | 25 + .../iconoir-flutter/lib/3_d_select_face.dart | 26 + .../iconoir-flutter/lib/3_d_select_point.dart | 24 + .../iconoir-flutter/lib/3_d_select_solid.dart | 25 + .../lib/3_d_three_pts_box.dart | 28 + .../iconoir-flutter/lib/accessibility.dart | 25 + .../lib/accessibility_sign.dart | 26 + .../lib/accessibility_tech.dart | 27 + packages/iconoir-flutter/lib/activity.dart | 23 + .../lib/add_circled_outline.dart | 24 + .../lib/add_database_script.dart | 25 + packages/iconoir-flutter/lib/add_folder.dart | 25 + packages/iconoir-flutter/lib/add_frame.dart | 31 + packages/iconoir-flutter/lib/add_hexagon.dart | 24 + .../iconoir-flutter/lib/add_keyframe.dart | 24 + .../iconoir-flutter/lib/add_keyframe_alt.dart | 24 + .../iconoir-flutter/lib/add_keyframes.dart | 26 + packages/iconoir-flutter/lib/add_lens.dart | 26 + .../iconoir-flutter/lib/add_media_image.dart | 26 + .../iconoir-flutter/lib/add_media_video.dart | 25 + packages/iconoir-flutter/lib/add_page.dart | 25 + packages/iconoir-flutter/lib/add_pin_alt.dart | 25 + .../iconoir-flutter/lib/add_selection.dart | 31 + packages/iconoir-flutter/lib/add_square.dart | 24 + packages/iconoir-flutter/lib/add_to_cart.dart | 26 + packages/iconoir-flutter/lib/add_user.dart | 25 + .../iconoir-flutter/lib/african_tree.dart | 31 + .../iconoir-flutter/lib/air_conditioner.dart | 29 + packages/iconoir-flutter/lib/airplane.dart | 23 + .../iconoir-flutter/lib/airplane_helix.dart | 27 + .../lib/airplane_helix_45_deg.dart | 27 + .../iconoir-flutter/lib/airplane_off.dart | 24 + .../lib/airplane_rotation.dart | 27 + packages/iconoir-flutter/lib/airplay.dart | 24 + packages/iconoir-flutter/lib/alarm.dart | 26 + packages/iconoir-flutter/lib/album.dart | 25 + .../iconoir-flutter/lib/album_carousel.dart | 26 + packages/iconoir-flutter/lib/album_list.dart | 26 + packages/iconoir-flutter/lib/album_open.dart | 27 + .../iconoir-flutter/lib/align_bottom_box.dart | 30 + .../iconoir-flutter/lib/align_center.dart | 26 + .../iconoir-flutter/lib/align_justify.dart | 26 + packages/iconoir-flutter/lib/align_left.dart | 26 + .../iconoir-flutter/lib/align_left_box.dart | 30 + packages/iconoir-flutter/lib/align_right.dart | 26 + .../iconoir-flutter/lib/align_right_box.dart | 30 + .../iconoir-flutter/lib/align_top_box.dart | 30 + packages/iconoir-flutter/lib/antenna.dart | 26 + packages/iconoir-flutter/lib/antenna_off.dart | 25 + .../iconoir-flutter/lib/antenna_signal.dart | 27 + .../lib/antenna_signal_rounded.dart | 28 + .../iconoir-flutter/lib/app_notification.dart | 24 + packages/iconoir-flutter/lib/app_window.dart | 27 + packages/iconoir-flutter/lib/apple.dart | 24 + packages/iconoir-flutter/lib/apple_half.dart | 26 + .../iconoir-flutter/lib/apple_half_alt.dart | 26 + .../iconoir-flutter/lib/apple_imac_2021.dart | 23 + .../lib/apple_imac_2021_side.dart | 24 + packages/iconoir-flutter/lib/apple_mac.dart | 24 + packages/iconoir-flutter/lib/apple_swift.dart | 23 + .../iconoir-flutter/lib/apple_wallet.dart | 26 + packages/iconoir-flutter/lib/ar_symbol.dart | 25 + packages/iconoir-flutter/lib/arcade.dart | 27 + packages/iconoir-flutter/lib/archery.dart | 24 + .../iconoir-flutter/lib/archery_match.dart | 24 + packages/iconoir-flutter/lib/archive.dart | 26 + packages/iconoir-flutter/lib/area_search.dart | 30 + .../iconoir-flutter/lib/arrow_archery.dart | 23 + packages/iconoir-flutter/lib/arrow_down.dart | 23 + .../lib/arrow_down_circled.dart | 24 + packages/iconoir-flutter/lib/arrow_left.dart | 23 + .../lib/arrow_left_circled.dart | 24 + packages/iconoir-flutter/lib/arrow_right.dart | 23 + .../lib/arrow_right_circled.dart | 24 + .../iconoir-flutter/lib/arrow_separate.dart | 24 + .../lib/arrow_separate_vertical.dart | 24 + packages/iconoir-flutter/lib/arrow_union.dart | 24 + .../lib/arrow_union_vertical.dart | 24 + packages/iconoir-flutter/lib/arrow_up.dart | 23 + .../iconoir-flutter/lib/arrow_up_circled.dart | 24 + packages/iconoir-flutter/lib/asana.dart | 25 + packages/iconoir-flutter/lib/atom.dart | 26 + packages/iconoir-flutter/lib/attachment.dart | 23 + .../lib/augmented_reality.dart | 25 + packages/iconoir-flutter/lib/auto_flash.dart | 24 + packages/iconoir-flutter/lib/axes.dart | 26 + .../lib/backward_15_seconds.dart | 26 + packages/iconoir-flutter/lib/bag.dart | 24 + packages/iconoir-flutter/lib/bank.dart | 29 + packages/iconoir-flutter/lib/barcode.dart | 29 + packages/iconoir-flutter/lib/basketball.dart | 27 + .../iconoir-flutter/lib/basketball_alt.dart | 34 + .../iconoir-flutter/lib/basketball_field.dart | 26 + packages/iconoir-flutter/lib/battery_25.dart | 25 + packages/iconoir-flutter/lib/battery_50.dart | 25 + packages/iconoir-flutter/lib/battery_75.dart | 25 + .../iconoir-flutter/lib/battery_charging.dart | 25 + .../iconoir-flutter/lib/battery_empty.dart | 24 + .../iconoir-flutter/lib/battery_full.dart | 25 + .../lib/battery_indicator.dart | 25 + .../iconoir-flutter/lib/battery_warning.dart | 26 + packages/iconoir-flutter/lib/bbq.dart | 30 + packages/iconoir-flutter/lib/beach_bag.dart | 24 + .../iconoir-flutter/lib/beach_bag_big.dart | 23 + packages/iconoir-flutter/lib/bed.dart | 25 + packages/iconoir-flutter/lib/bed_ready.dart | 26 + packages/iconoir-flutter/lib/behance.dart | 26 + .../iconoir-flutter/lib/behance_squared.dart | 27 + packages/iconoir-flutter/lib/bell.dart | 24 + .../lib/bell_notification.dart | 25 + packages/iconoir-flutter/lib/bell_off.dart | 26 + packages/iconoir-flutter/lib/bicycle.dart | 27 + packages/iconoir-flutter/lib/bin.dart | 24 + packages/iconoir-flutter/lib/bin_add.dart | 25 + packages/iconoir-flutter/lib/bin_full.dart | 26 + packages/iconoir-flutter/lib/bin_half.dart | 27 + packages/iconoir-flutter/lib/bin_minus.dart | 25 + packages/iconoir-flutter/lib/bishop.dart | 27 + packages/iconoir-flutter/lib/bitbucket.dart | 24 + packages/iconoir-flutter/lib/bluetooth.dart | 23 + .../lib/bluetooth_rounded.dart | 24 + packages/iconoir-flutter/lib/bold.dart | 23 + .../lib/bold_square_outline.dart | 24 + packages/iconoir-flutter/lib/bonfire.dart | 27 + packages/iconoir-flutter/lib/book.dart | 27 + packages/iconoir-flutter/lib/book_stack.dart | 29 + .../iconoir-flutter/lib/bookmark_book.dart | 27 + .../iconoir-flutter/lib/bookmark_circled.dart | 24 + .../iconoir-flutter/lib/bookmark_empty.dart | 23 + packages/iconoir-flutter/lib/border_bl.dart | 30 + .../iconoir-flutter/lib/border_bottom.dart | 35 + packages/iconoir-flutter/lib/border_br.dart | 30 + .../iconoir-flutter/lib/border_inner.dart | 35 + packages/iconoir-flutter/lib/border_left.dart | 35 + packages/iconoir-flutter/lib/border_out.dart | 28 + .../iconoir-flutter/lib/border_right.dart | 35 + packages/iconoir-flutter/lib/border_tl.dart | 30 + packages/iconoir-flutter/lib/border_top.dart | 35 + packages/iconoir-flutter/lib/border_tr.dart | 30 + packages/iconoir-flutter/lib/bounce_left.dart | 24 + .../iconoir-flutter/lib/bounce_right.dart | 24 + .../iconoir-flutter/lib/bowling_ball.dart | 26 + packages/iconoir-flutter/lib/box.dart | 25 + packages/iconoir-flutter/lib/box_iso.dart | 25 + .../iconoir-flutter/lib/boxing_glove.dart | 25 + packages/iconoir-flutter/lib/brightness.dart | 25 + .../lib/brightness_window.dart | 29 + .../iconoir-flutter/lib/bubble_download.dart | 24 + .../iconoir-flutter/lib/bubble_error.dart | 24 + .../iconoir-flutter/lib/bubble_income.dart | 24 + .../iconoir-flutter/lib/bubble_outcome.dart | 24 + .../iconoir-flutter/lib/bubble_search.dart | 25 + packages/iconoir-flutter/lib/bubble_star.dart | 24 + .../iconoir-flutter/lib/bubble_upload.dart | 24 + .../iconoir-flutter/lib/bubble_warning.dart | 25 + packages/iconoir-flutter/lib/building.dart | 29 + packages/iconoir-flutter/lib/bus_outline.dart | 29 + packages/iconoir-flutter/lib/bus_stop.dart | 29 + .../iconoir-flutter/lib/cable_rounded.dart | 24 + packages/iconoir-flutter/lib/calculator.dart | 28 + packages/iconoir-flutter/lib/calendar.dart | 26 + packages/iconoir-flutter/lib/camera.dart | 24 + packages/iconoir-flutter/lib/cancel.dart | 23 + packages/iconoir-flutter/lib/car_outline.dart | 26 + packages/iconoir-flutter/lib/carbon.dart | 24 + packages/iconoir-flutter/lib/card_wallet.dart | 27 + packages/iconoir-flutter/lib/cart.dart | 26 + packages/iconoir-flutter/lib/cart_alt.dart | 27 + packages/iconoir-flutter/lib/cash.dart | 25 + packages/iconoir-flutter/lib/cell_2_x_2.dart | 26 + .../iconoir-flutter/lib/center_align.dart | 39 + packages/iconoir-flutter/lib/chat_add.dart | 24 + packages/iconoir-flutter/lib/chat_bubble.dart | 26 + .../lib/chat_bubble_check.dart | 24 + .../lib/chat_bubble_check_1.dart | 24 + .../lib/chat_bubble_empty.dart | 23 + .../lib/chat_bubble_error.dart | 24 + .../lib/chat_bubble_question.dart | 25 + .../lib/chat_bubble_translate.dart | 24 + .../lib/chat_bubble_warning.dart | 25 + packages/iconoir-flutter/lib/chat_lines.dart | 25 + packages/iconoir-flutter/lib/chat_remove.dart | 24 + packages/iconoir-flutter/lib/check.dart | 23 + .../lib/check_circled_outline.dart | 24 + .../iconoir-flutter/lib/check_window.dart | 28 + packages/iconoir-flutter/lib/chocolate.dart | 26 + packages/iconoir-flutter/lib/chromecast.dart | 26 + .../lib/chromecast_active.dart | 27 + packages/iconoir-flutter/lib/church.dart | 28 + packages/iconoir-flutter/lib/church_alt.dart | 27 + packages/iconoir-flutter/lib/cinema_old.dart | 27 + packages/iconoir-flutter/lib/circle.dart | 23 + packages/iconoir-flutter/lib/city.dart | 29 + packages/iconoir-flutter/lib/clean_water.dart | 31 + .../iconoir-flutter/lib/clipboard_check.dart | 26 + .../iconoir-flutter/lib/clock_outline.dart | 24 + packages/iconoir-flutter/lib/closet.dart | 25 + packages/iconoir-flutter/lib/cloud.dart | 23 + .../iconoir-flutter/lib/cloud_book_alt.dart | 24 + packages/iconoir-flutter/lib/cloud_check.dart | 24 + .../iconoir-flutter/lib/cloud_desync.dart | 27 + .../iconoir-flutter/lib/cloud_download.dart | 24 + packages/iconoir-flutter/lib/cloud_error.dart | 24 + packages/iconoir-flutter/lib/cloud_sunny.dart | 29 + packages/iconoir-flutter/lib/cloud_sync.dart | 27 + .../iconoir-flutter/lib/cloud_upload.dart | 24 + packages/iconoir-flutter/lib/code.dart | 25 + .../iconoir-flutter/lib/code_brackets.dart | 24 + .../lib/code_brackets_square.dart | 25 + packages/iconoir-flutter/lib/codepen.dart | 28 + packages/iconoir-flutter/lib/coin.dart | 24 + .../iconoir-flutter/lib/collage_frame.dart | 25 + packages/iconoir-flutter/lib/collapse.dart | 26 + .../iconoir-flutter/lib/color_filter.dart | 25 + .../iconoir-flutter/lib/color_picker.dart | 24 + .../lib/color_picker_empty.dart | 24 + packages/iconoir-flutter/lib/combine.dart | 24 + .../iconoir-flutter/lib/compact_disc.dart | 24 + packages/iconoir-flutter/lib/compass.dart | 24 + packages/iconoir-flutter/lib/compress.dart | 25 + .../iconoir-flutter/lib/compress_lines.dart | 26 + packages/iconoir-flutter/lib/computer.dart | 25 + packages/iconoir-flutter/lib/consumable.dart | 26 + .../iconoir-flutter/lib/control_slider.dart | 24 + packages/iconoir-flutter/lib/cookie.dart | 30 + packages/iconoir-flutter/lib/copy.dart | 24 + packages/iconoir-flutter/lib/copyright.dart | 24 + .../lib/corner_bottom_left.dart | 34 + .../lib/corner_bottom_right.dart | 34 + .../iconoir-flutter/lib/corner_top_left.dart | 34 + .../iconoir-flutter/lib/corner_top_right.dart | 34 + packages/iconoir-flutter/lib/cpu.dart | 36 + packages/iconoir-flutter/lib/cpu_warning.dart | 35 + packages/iconoir-flutter/lib/cracked_egg.dart | 24 + .../iconoir-flutter/lib/creative_commons.dart | 25 + packages/iconoir-flutter/lib/credit_card.dart | 24 + .../iconoir-flutter/lib/credit_card_2.dart | 24 + packages/iconoir-flutter/lib/crib.dart | 33 + packages/iconoir-flutter/lib/crop.dart | 24 + .../iconoir-flutter/lib/crop_rotate_bl.dart | 28 + .../iconoir-flutter/lib/crop_rotate_br.dart | 28 + .../iconoir-flutter/lib/crop_rotate_tl.dart | 28 + .../iconoir-flutter/lib/crop_rotate_tr.dart | 28 + packages/iconoir-flutter/lib/css_3.dart | 25 + .../iconoir-flutter/lib/cursor_pointer.dart | 23 + packages/iconoir-flutter/lib/cut.dart | 26 + packages/iconoir-flutter/lib/cut_alt.dart | 26 + packages/iconoir-flutter/lib/cycling.dart | 26 + packages/iconoir-flutter/lib/cylinder.dart | 26 + packages/iconoir-flutter/lib/dash_flag.dart | 24 + packages/iconoir-flutter/lib/dashboard.dart | 28 + .../iconoir-flutter/lib/dashboard_dots.dart | 32 + .../iconoir-flutter/lib/dashboard_speed.dart | 30 + .../lib/data_transfer_both.dart | 24 + .../lib/data_transfer_check.dart | 25 + .../lib/data_transfer_down.dart | 26 + .../iconoir-flutter/lib/data_transfer_up.dart | 26 + .../lib/data_transfer_warning.dart | 28 + .../iconoir-flutter/lib/database_backup.dart | 30 + .../iconoir-flutter/lib/database_export.dart | 26 + .../iconoir-flutter/lib/database_monitor.dart | 26 + .../iconoir-flutter/lib/database_restore.dart | 26 + .../iconoir-flutter/lib/database_rounded.dart | 25 + .../iconoir-flutter/lib/database_script.dart | 24 + .../lib/database_settings.dart | 27 + .../iconoir-flutter/lib/database_star.dart | 26 + .../iconoir-flutter/lib/database_stats.dart | 28 + packages/iconoir-flutter/lib/db.dart | 25 + packages/iconoir-flutter/lib/db_check.dart | 26 + packages/iconoir-flutter/lib/db_error.dart | 26 + packages/iconoir-flutter/lib/db_search.dart | 27 + packages/iconoir-flutter/lib/db_star.dart | 24 + packages/iconoir-flutter/lib/db_warning.dart | 27 + packages/iconoir-flutter/lib/de_compress.dart | 25 + .../lib/delete_circled_outline.dart | 24 + packages/iconoir-flutter/lib/delivery.dart | 25 + .../iconoir-flutter/lib/delivery_truck.dart | 29 + packages/iconoir-flutter/lib/depth.dart | 31 + .../iconoir-flutter/lib/design_pencil.dart | 25 + packages/iconoir-flutter/lib/desk.dart | 30 + packages/iconoir-flutter/lib/dialpad.dart | 32 + packages/iconoir-flutter/lib/dice_five.dart | 28 + packages/iconoir-flutter/lib/dice_four.dart | 27 + packages/iconoir-flutter/lib/dice_one.dart | 24 + packages/iconoir-flutter/lib/dice_six.dart | 29 + packages/iconoir-flutter/lib/dice_three.dart | 26 + packages/iconoir-flutter/lib/dice_two.dart | 25 + .../iconoir-flutter/lib/dimmer_switch.dart | 25 + .../iconoir-flutter/lib/director_chair.dart | 29 + packages/iconoir-flutter/lib/discord.dart | 27 + packages/iconoir-flutter/lib/dishwasher.dart | 28 + packages/iconoir-flutter/lib/display_4_k.dart | 25 + .../lib/divide_selection_1.dart | 27 + .../lib/divide_selection_2.dart | 29 + packages/iconoir-flutter/lib/doc_search.dart | 26 + .../iconoir-flutter/lib/doc_search_alt.dart | 26 + packages/iconoir-flutter/lib/doc_star.dart | 25 + .../iconoir-flutter/lib/doc_star_alt.dart | 25 + packages/iconoir-flutter/lib/dollar.dart | 23 + .../iconoir-flutter/lib/domotic_issue.dart | 26 + packages/iconoir-flutter/lib/donate.dart | 27 + .../iconoir-flutter/lib/double_check.dart | 25 + .../iconoir-flutter/lib/down_round_arrow.dart | 24 + packages/iconoir-flutter/lib/download.dart | 24 + .../lib/download_circled_outline.dart | 25 + .../lib/download_data_window.dart | 28 + .../lib/download_square_outline.dart | 25 + .../lib/drag_hand_gesture.dart | 28 + packages/iconoir-flutter/lib/drawer.dart | 30 + packages/iconoir-flutter/lib/dribbble.dart | 26 + packages/iconoir-flutter/lib/drone.dart | 31 + .../lib/drone_charge_full.dart | 34 + .../lib/drone_charge_half.dart | 33 + .../iconoir-flutter/lib/drone_charge_low.dart | 32 + packages/iconoir-flutter/lib/drone_check.dart | 31 + packages/iconoir-flutter/lib/drone_error.dart | 31 + .../iconoir-flutter/lib/drone_landing.dart | 31 + .../iconoir-flutter/lib/drone_refresh.dart | 33 + .../iconoir-flutter/lib/drone_take_off.dart | 31 + packages/iconoir-flutter/lib/droplet.dart | 23 + .../iconoir-flutter/lib/droplet_half.dart | 23 + .../lib/ease_curve_control_points.dart | 27 + packages/iconoir-flutter/lib/ease_in.dart | 23 + .../lib/ease_in_control_point.dart | 25 + packages/iconoir-flutter/lib/ease_in_out.dart | 23 + packages/iconoir-flutter/lib/ease_out.dart | 23 + .../lib/ease_out_control_point.dart | 25 + .../iconoir-flutter/lib/ecology_book.dart | 28 + packages/iconoir-flutter/lib/edit.dart | 24 + packages/iconoir-flutter/lib/edit_pencil.dart | 23 + packages/iconoir-flutter/lib/egg.dart | 23 + packages/iconoir-flutter/lib/eject.dart | 24 + .../iconoir-flutter/lib/electronics_chip.dart | 33 + .../lib/electronics_transistor.dart | 23 + packages/iconoir-flutter/lib/emoji.dart | 26 + packages/iconoir-flutter/lib/emoji_ball.dart | 23 + .../iconoir-flutter/lib/emoji_blink_left.dart | 25 + .../lib/emoji_blink_right.dart | 25 + .../lib/emoji_look_bottom.dart | 25 + .../iconoir-flutter/lib/emoji_look_left.dart | 24 + .../iconoir-flutter/lib/emoji_look_right.dart | 24 + .../iconoir-flutter/lib/emoji_look_top.dart | 25 + .../iconoir-flutter/lib/emoji_puzzled.dart | 28 + packages/iconoir-flutter/lib/emoji_quite.dart | 25 + .../iconoir-flutter/lib/emoji_really.dart | 23 + packages/iconoir-flutter/lib/emoji_sad.dart | 26 + .../iconoir-flutter/lib/emoji_satisfied.dart | 24 + .../iconoir-flutter/lib/emoji_sing_left.dart | 26 + .../lib/emoji_sing_left_note.dart | 28 + .../iconoir-flutter/lib/emoji_sing_right.dart | 28 + .../lib/emoji_sing_right_note.dart | 28 + .../iconoir-flutter/lib/emoji_surprise.dart | 26 + .../lib/emoji_surprise_alt.dart | 26 + .../lib/emoji_talking_angry.dart | 23 + .../lib/emoji_talking_happy.dart | 23 + .../iconoir-flutter/lib/emoji_think_left.dart | 25 + .../lib/emoji_think_right.dart | 25 + packages/iconoir-flutter/lib/empty_page.dart | 24 + .../lib/energy_usage_window.dart | 28 + packages/iconoir-flutter/lib/enlarge.dart | 24 + .../lib/enlarge_round_arrow.dart | 25 + packages/iconoir-flutter/lib/erase.dart | 25 + .../iconoir-flutter/lib/error_window.dart | 28 + packages/iconoir-flutter/lib/euro.dart | 25 + packages/iconoir-flutter/lib/euro_square.dart | 26 + packages/iconoir-flutter/lib/ev_charge.dart | 27 + .../iconoir-flutter/lib/ev_charge_alt.dart | 29 + packages/iconoir-flutter/lib/ev_plug.dart | 26 + .../iconoir-flutter/lib/ev_plug_charging.dart | 27 + .../iconoir-flutter/lib/ev_plug_error.dart | 27 + packages/iconoir-flutter/lib/ev_rounded.dart | 26 + packages/iconoir-flutter/lib/ev_station.dart | 26 + packages/iconoir-flutter/lib/exclude.dart | 26 + packages/iconoir-flutter/lib/expand.dart | 26 + .../iconoir-flutter/lib/expand_lines.dart | 26 + packages/iconoir-flutter/lib/eye_alt.dart | 24 + packages/iconoir-flutter/lib/eye_close.dart | 26 + packages/iconoir-flutter/lib/eye_empty.dart | 24 + packages/iconoir-flutter/lib/eye_off.dart | 26 + packages/iconoir-flutter/lib/face_id.dart | 30 + packages/iconoir-flutter/lib/facebook.dart | 23 + .../iconoir-flutter/lib/facebook_squared.dart | 25 + packages/iconoir-flutter/lib/facetime.dart | 25 + packages/iconoir-flutter/lib/farm.dart | 26 + .../iconoir-flutter/lib/fast_arrow_down.dart | 24 + .../lib/fast_arrow_down_box.dart | 25 + .../iconoir-flutter/lib/fast_arrow_left.dart | 24 + .../lib/fast_arrow_left_box.dart | 25 + .../iconoir-flutter/lib/fast_arrow_right.dart | 24 + .../lib/fast_arrow_right_box.dart | 25 + .../iconoir-flutter/lib/fast_arrow_top.dart | 24 + .../lib/fast_arrow_up_box.dart | 25 + .../lib/fast_bottom_circle.dart | 25 + .../iconoir-flutter/lib/fast_left_circle.dart | 25 + .../lib/fast_right_circle.dart | 25 + .../iconoir-flutter/lib/fast_top_circle.dart | 25 + .../iconoir-flutter/lib/favourite_book.dart | 27 + .../iconoir-flutter/lib/favourite_window.dart | 28 + packages/iconoir-flutter/lib/female.dart | 23 + packages/iconoir-flutter/lib/figma.dart | 27 + .../iconoir-flutter/lib/file_not_found.dart | 30 + packages/iconoir-flutter/lib/filter.dart | 23 + packages/iconoir-flutter/lib/filter_alt.dart | 23 + packages/iconoir-flutter/lib/finder.dart | 27 + .../lib/finger_print_window.dart | 29 + packages/iconoir-flutter/lib/fingerprint.dart | 31 + .../lib/fingerprint_circled.dart | 25 + .../lib/fingerprint_circled_error.dart | 26 + .../lib/fingerprint_circled_lock.dart | 26 + .../lib/fingerprint_circled_ok.dart | 26 + .../lib/fingerprint_phone.dart | 26 + .../iconoir-flutter/lib/fingerprint_scan.dart | 28 + .../lib/fingerprint_squared.dart | 25 + packages/iconoir-flutter/lib/fire_flame.dart | 24 + packages/iconoir-flutter/lib/fishing.dart | 23 + packages/iconoir-flutter/lib/flare.dart | 23 + packages/iconoir-flutter/lib/flash.dart | 23 + packages/iconoir-flutter/lib/flash_off.dart | 25 + packages/iconoir-flutter/lib/flask.dart | 27 + packages/iconoir-flutter/lib/flip.dart | 28 + .../iconoir-flutter/lib/flip_reverse.dart | 28 + packages/iconoir-flutter/lib/flower.dart | 31 + packages/iconoir-flutter/lib/fluorine.dart | 25 + packages/iconoir-flutter/lib/fog.dart | 26 + packages/iconoir-flutter/lib/folder.dart | 23 + .../iconoir-flutter/lib/folder_alert.dart | 26 + .../iconoir-flutter/lib/folder_settings.dart | 27 + packages/iconoir-flutter/lib/font_size.dart | 25 + packages/iconoir-flutter/lib/football.dart | 25 + .../iconoir-flutter/lib/football_ball.dart | 23 + .../lib/forward_15_seconds.dart | 26 + .../iconoir-flutter/lib/forward_outline.dart | 24 + packages/iconoir-flutter/lib/frame.dart | 38 + packages/iconoir-flutter/lib/frame_alt.dart | 27 + .../iconoir-flutter/lib/frame_alt_empty.dart | 26 + .../iconoir-flutter/lib/frame_select.dart | 32 + .../iconoir-flutter/lib/frame_simple.dart | 30 + packages/iconoir-flutter/lib/frame_tool.dart | 23 + packages/iconoir-flutter/lib/fridge.dart | 25 + packages/iconoir-flutter/lib/fx.dart | 25 + packages/iconoir-flutter/lib/fx_rounded.dart | 26 + packages/iconoir-flutter/lib/gamepad.dart | 31 + packages/iconoir-flutter/lib/garage.dart | 23 + packages/iconoir-flutter/lib/gas.dart | 25 + packages/iconoir-flutter/lib/gas_tank.dart | 24 + .../iconoir-flutter/lib/gas_tank_drop.dart | 24 + packages/iconoir-flutter/lib/gift.dart | 27 + packages/iconoir-flutter/lib/git_branch.dart | 26 + packages/iconoir-flutter/lib/git_command.dart | 24 + packages/iconoir-flutter/lib/git_commit.dart | 25 + packages/iconoir-flutter/lib/git_compare.dart | 28 + packages/iconoir-flutter/lib/git_fork.dart | 27 + packages/iconoir-flutter/lib/git_hub.dart | 24 + .../iconoir-flutter/lib/git_hub_outline.dart | 25 + .../iconoir-flutter/lib/git_lab_full.dart | 23 + packages/iconoir-flutter/lib/git_merge.dart | 26 + .../iconoir-flutter/lib/git_pull_request.dart | 28 + packages/iconoir-flutter/lib/glass_empty.dart | 25 + packages/iconoir-flutter/lib/glass_half.dart | 26 + .../iconoir-flutter/lib/glass_half_alt.dart | 27 + packages/iconoir-flutter/lib/glasses.dart | 25 + packages/iconoir-flutter/lib/globe.dart | 27 + packages/iconoir-flutter/lib/golf.dart | 24 + packages/iconoir-flutter/lib/google.dart | 24 + .../iconoir-flutter/lib/google_circled.dart | 24 + packages/iconoir-flutter/lib/google_docs.dart | 26 + .../iconoir-flutter/lib/google_drive.dart | 23 + .../lib/google_drive_check.dart | 31 + .../lib/google_drive_sync.dart | 27 + .../lib/google_drive_warning.dart | 25 + packages/iconoir-flutter/lib/google_home.dart | 26 + packages/iconoir-flutter/lib/google_one.dart | 24 + packages/iconoir-flutter/lib/gps.dart | 25 + packages/iconoir-flutter/lib/graph_down.dart | 24 + packages/iconoir-flutter/lib/graph_up.dart | 24 + packages/iconoir-flutter/lib/green_bus.dart | 29 + packages/iconoir-flutter/lib/green_truck.dart | 28 + .../iconoir-flutter/lib/green_vehicle.dart | 29 + packages/iconoir-flutter/lib/grid_add.dart | 26 + packages/iconoir-flutter/lib/grid_minus.dart | 26 + packages/iconoir-flutter/lib/grid_remove.dart | 26 + packages/iconoir-flutter/lib/group.dart | 26 + packages/iconoir-flutter/lib/gym.dart | 27 + packages/iconoir-flutter/lib/half_cookie.dart | 32 + packages/iconoir-flutter/lib/half_moon.dart | 23 + packages/iconoir-flutter/lib/hand_brake.dart | 27 + packages/iconoir-flutter/lib/handbag.dart | 23 + packages/iconoir-flutter/lib/hard_drive.dart | 25 + packages/iconoir-flutter/lib/hat.dart | 24 + packages/iconoir-flutter/lib/hd.dart | 24 + packages/iconoir-flutter/lib/hd_display.dart | 25 + packages/iconoir-flutter/lib/hdr.dart | 25 + packages/iconoir-flutter/lib/headset.dart | 25 + .../iconoir-flutter/lib/headset_charge.dart | 26 + .../iconoir-flutter/lib/headset_help.dart | 27 + .../iconoir-flutter/lib/headset_issue.dart | 27 + .../iconoir-flutter/lib/health_shield.dart | 24 + packages/iconoir-flutter/lib/healthcare.dart | 27 + packages/iconoir-flutter/lib/heart.dart | 23 + packages/iconoir-flutter/lib/heavy_rain.dart | 26 + packages/iconoir-flutter/lib/heptagon.dart | 23 + packages/iconoir-flutter/lib/her_slips.dart | 23 + .../lib/hesa_warning_outline.dart | 25 + packages/iconoir-flutter/lib/hexagon.dart | 23 + packages/iconoir-flutter/lib/hexagon_alt.dart | 30 + .../iconoir-flutter/lib/hexagon_dice.dart | 31 + .../iconoir-flutter/lib/high_priority.dart | 25 + .../iconoir-flutter/lib/historic_shield.dart | 23 + .../lib/historic_shield_alt.dart | 25 + packages/iconoir-flutter/lib/home.dart | 24 + packages/iconoir-flutter/lib/home_alt.dart | 25 + .../iconoir-flutter/lib/home_alt_slim.dart | 25 + .../lib/home_alt_slim_horiz.dart | 25 + .../iconoir-flutter/lib/home_hospital.dart | 25 + packages/iconoir-flutter/lib/home_sale.dart | 27 + packages/iconoir-flutter/lib/home_secure.dart | 25 + packages/iconoir-flutter/lib/home_shield.dart | 25 + packages/iconoir-flutter/lib/home_simple.dart | 24 + .../iconoir-flutter/lib/home_simple_door.dart | 23 + packages/iconoir-flutter/lib/home_table.dart | 26 + packages/iconoir-flutter/lib/home_user.dart | 25 + .../lib/horiz_distribution_left.dart | 24 + .../lib/horiz_distribution_right.dart | 24 + packages/iconoir-flutter/lib/hospital.dart | 30 + .../iconoir-flutter/lib/hospital_sign.dart | 24 + .../iconoir-flutter/lib/hot_air_balloon.dart | 26 + packages/iconoir-flutter/lib/hourglass.dart | 25 + packages/iconoir-flutter/lib/html_5.dart | 24 + packages/iconoir-flutter/lib/hydrogen.dart | 24 + packages/iconoir-flutter/lib/iconoir.dart | 24 + .../iconoir-flutter/lib/iconoir_flutter.dart | 1153 +++++++++++++++++ packages/iconoir-flutter/lib/import.dart | 24 + packages/iconoir-flutter/lib/industry.dart | 25 + packages/iconoir-flutter/lib/infinite.dart | 24 + packages/iconoir-flutter/lib/info_empty.dart | 25 + packages/iconoir-flutter/lib/input_field.dart | 24 + .../iconoir-flutter/lib/input_output.dart | 24 + .../iconoir-flutter/lib/input_search.dart | 24 + packages/iconoir-flutter/lib/instagram.dart | 25 + packages/iconoir-flutter/lib/internet.dart | 28 + packages/iconoir-flutter/lib/intersect.dart | 32 + .../iconoir-flutter/lib/intersect_alt.dart | 38 + .../iconoir-flutter/lib/ios_settings.dart | 27 + packages/iconoir-flutter/lib/ip_address.dart | 26 + packages/iconoir-flutter/lib/iris_scan.dart | 28 + packages/iconoir-flutter/lib/italic.dart | 23 + .../lib/italic_square_outline.dart | 24 + packages/iconoir-flutter/lib/journal.dart | 28 + .../iconoir-flutter/lib/journal_page.dart | 29 + .../iconoir-flutter/lib/kanban_board.dart | 27 + packages/iconoir-flutter/lib/key_alt.dart | 24 + .../iconoir-flutter/lib/key_alt_back.dart | 24 + .../iconoir-flutter/lib/key_alt_minus.dart | 25 + .../iconoir-flutter/lib/key_alt_plus.dart | 25 + .../iconoir-flutter/lib/key_alt_remove.dart | 25 + packages/iconoir-flutter/lib/keyframe.dart | 23 + .../lib/keyframe_align_center.dart | 27 + .../lib/keyframe_align_horizontal.dart | 25 + .../lib/keyframe_align_vertical.dart | 25 + .../lib/keyframe_position.dart | 24 + packages/iconoir-flutter/lib/keyframes.dart | 25 + .../iconoir-flutter/lib/keyframes_couple.dart | 24 + .../iconoir-flutter/lib/label_outline.dart | 23 + packages/iconoir-flutter/lib/lamp.dart | 23 + packages/iconoir-flutter/lib/language.dart | 27 + packages/iconoir-flutter/lib/laptop.dart | 24 + .../iconoir-flutter/lib/laptop_charging.dart | 25 + packages/iconoir-flutter/lib/laptop_fix.dart | 28 + .../iconoir-flutter/lib/laptop_issue.dart | 26 + .../iconoir-flutter/lib/large_suitcase.dart | 23 + packages/iconoir-flutter/lib/layout_left.dart | 25 + .../iconoir-flutter/lib/layout_right.dart | 25 + packages/iconoir-flutter/lib/leaderboard.dart | 26 + .../iconoir-flutter/lib/leaderboard_star.dart | 26 + packages/iconoir-flutter/lib/leaf.dart | 24 + .../iconoir-flutter/lib/left_round_arrow.dart | 24 + packages/iconoir-flutter/lib/lens.dart | 25 + packages/iconoir-flutter/lib/lifebelt.dart | 28 + packages/iconoir-flutter/lib/light_bulb.dart | 25 + .../iconoir-flutter/lib/light_bulb_off.dart | 27 + .../iconoir-flutter/lib/light_bulb_on.dart | 29 + packages/iconoir-flutter/lib/line_space.dart | 26 + packages/iconoir-flutter/lib/linear.dart | 23 + packages/iconoir-flutter/lib/link.dart | 24 + packages/iconoir-flutter/lib/linked_in.dart | 26 + packages/iconoir-flutter/lib/linux.dart | 29 + packages/iconoir-flutter/lib/list.dart | 28 + .../lib/load_action_floppy.dart | 27 + packages/iconoir-flutter/lib/lock.dart | 23 + packages/iconoir-flutter/lib/lock_key.dart | 24 + packages/iconoir-flutter/lib/locked_book.dart | 27 + .../iconoir-flutter/lib/locked_window.dart | 28 + packages/iconoir-flutter/lib/log_denied.dart | 24 + packages/iconoir-flutter/lib/log_in.dart | 24 + packages/iconoir-flutter/lib/log_out.dart | 24 + .../lib/long_arrow_down_left.dart | 24 + .../lib/long_arrow_down_right.dart | 24 + .../lib/long_arrow_left_down.dart | 24 + .../lib/long_arrow_left_up.dart | 24 + .../lib/long_arrow_right_down.dart | 24 + .../lib/long_arrow_right_up.dart | 24 + .../lib/long_arrow_right_up_1.dart | 23 + .../lib/long_arrow_up_left.dart | 24 + .../lib/long_arrow_up_right.dart | 24 + packages/iconoir-flutter/lib/lot_of_cash.dart | 24 + .../iconoir-flutter/lib/mac_control_key.dart | 24 + packages/iconoir-flutter/lib/mac_dock.dart | 28 + .../iconoir-flutter/lib/mac_option_key.dart | 25 + .../iconoir-flutter/lib/mac_os_window.dart | 26 + packages/iconoir-flutter/lib/magnet.dart | 26 + .../iconoir-flutter/lib/magnet_energy.dart | 29 + packages/iconoir-flutter/lib/mail.dart | 24 + packages/iconoir-flutter/lib/mail_opened.dart | 24 + packages/iconoir-flutter/lib/male.dart | 23 + packages/iconoir-flutter/lib/map.dart | 23 + packages/iconoir-flutter/lib/map_issue.dart | 25 + packages/iconoir-flutter/lib/maps_arrow.dart | 23 + .../lib/maps_arrow_diagonal.dart | 23 + .../iconoir-flutter/lib/maps_arrow_issue.dart | 24 + .../iconoir-flutter/lib/maps_go_straight.dart | 24 + .../iconoir-flutter/lib/maps_turn_back.dart | 25 + .../iconoir-flutter/lib/maps_turn_left.dart | 25 + .../iconoir-flutter/lib/maps_turn_right.dart | 25 + packages/iconoir-flutter/lib/mask_square.dart | 24 + packages/iconoir-flutter/lib/math_book.dart | 29 + packages/iconoir-flutter/lib/maximize.dart | 26 + packages/iconoir-flutter/lib/medal.dart | 23 + packages/iconoir-flutter/lib/medal_1_st.dart | 24 + packages/iconoir-flutter/lib/media_image.dart | 25 + .../lib/media_image_folder.dart | 26 + .../iconoir-flutter/lib/media_image_list.dart | 26 + packages/iconoir-flutter/lib/media_video.dart | 24 + .../lib/media_video_folder.dart | 25 + .../iconoir-flutter/lib/media_video_list.dart | 25 + packages/iconoir-flutter/lib/medium.dart | 25 + packages/iconoir-flutter/lib/megaphone.dart | 24 + packages/iconoir-flutter/lib/menu.dart | 25 + packages/iconoir-flutter/lib/menu_scale.dart | 25 + packages/iconoir-flutter/lib/message.dart | 23 + .../iconoir-flutter/lib/message_alert.dart | 25 + .../iconoir-flutter/lib/message_text.dart | 25 + packages/iconoir-flutter/lib/metro.dart | 29 + packages/iconoir-flutter/lib/mic.dart | 25 + packages/iconoir-flutter/lib/mic_add.dart | 26 + packages/iconoir-flutter/lib/mic_check.dart | 26 + packages/iconoir-flutter/lib/mic_mute.dart | 26 + packages/iconoir-flutter/lib/mic_remove.dart | 26 + .../iconoir-flutter/lib/mic_speaking.dart | 26 + packages/iconoir-flutter/lib/mic_warning.dart | 27 + packages/iconoir-flutter/lib/minus.dart | 23 + packages/iconoir-flutter/lib/minus_1.dart | 23 + .../iconoir-flutter/lib/minus_hexagon.dart | 24 + .../iconoir-flutter/lib/minus_pin_alt.dart | 25 + .../iconoir-flutter/lib/minus_square.dart | 24 + packages/iconoir-flutter/lib/mirror.dart | 25 + .../iconoir-flutter/lib/missing_font.dart | 25 + packages/iconoir-flutter/lib/modern_tv.dart | 24 + .../iconoir-flutter/lib/modern_tv_4_k.dart | 26 + .../iconoir-flutter/lib/money_square.dart | 24 + packages/iconoir-flutter/lib/moon_sat.dart | 27 + packages/iconoir-flutter/lib/more_horiz.dart | 25 + .../lib/more_horiz_circled_outline.dart | 26 + packages/iconoir-flutter/lib/more_vert.dart | 25 + .../lib/more_vert_circled_outline.dart | 26 + packages/iconoir-flutter/lib/motorcycle.dart | 28 + .../lib/mouse_button_left.dart | 24 + .../lib/mouse_button_right.dart | 24 + .../lib/mouse_scroll_wheel.dart | 23 + packages/iconoir-flutter/lib/move_down.dart | 24 + packages/iconoir-flutter/lib/move_left.dart | 24 + packages/iconoir-flutter/lib/move_right.dart | 24 + packages/iconoir-flutter/lib/move_ruler.dart | 27 + packages/iconoir-flutter/lib/move_up.dart | 24 + packages/iconoir-flutter/lib/movie.dart | 29 + .../iconoir-flutter/lib/multi_bubble.dart | 24 + .../lib/multi_mac_os_window.dart | 30 + .../iconoir-flutter/lib/multi_window.dart | 26 + .../iconoir-flutter/lib/multiple_pages.dart | 28 + .../lib/multiple_pages_add.dart | 26 + .../lib/multiple_pages_delete.dart | 26 + .../lib/multiple_pages_empty.dart | 25 + .../lib/multiple_pages_remove.dart | 26 + packages/iconoir-flutter/lib/music_1.dart | 25 + packages/iconoir-flutter/lib/music_1_add.dart | 27 + packages/iconoir-flutter/lib/music_2.dart | 23 + packages/iconoir-flutter/lib/music_2_add.dart | 24 + .../iconoir-flutter/lib/nav_arrow_down.dart | 23 + .../iconoir-flutter/lib/nav_arrow_left.dart | 23 + .../iconoir-flutter/lib/nav_arrow_right.dart | 23 + .../iconoir-flutter/lib/nav_arrow_up.dart | 23 + packages/iconoir-flutter/lib/navigator.dart | 24 + .../iconoir-flutter/lib/navigator_alt.dart | 24 + packages/iconoir-flutter/lib/network.dart | 27 + packages/iconoir-flutter/lib/network_alt.dart | 27 + .../iconoir-flutter/lib/network_left.dart | 27 + .../iconoir-flutter/lib/network_right.dart | 27 + packages/iconoir-flutter/lib/new_tab.dart | 25 + .../iconoir-flutter/lib/nintendo_switch.dart | 26 + packages/iconoir-flutter/lib/nitrogen.dart | 24 + .../iconoir-flutter/lib/no_access_window.dart | 28 + packages/iconoir-flutter/lib/no_battery.dart | 25 + packages/iconoir-flutter/lib/no_coin.dart | 29 + .../iconoir-flutter/lib/no_credit_card.dart | 28 + packages/iconoir-flutter/lib/no_link.dart | 26 + packages/iconoir-flutter/lib/no_lock.dart | 27 + packages/iconoir-flutter/lib/no_smoking.dart | 28 + .../lib/no_smoking_circled.dart | 30 + packages/iconoir-flutter/lib/notes.dart | 26 + .../lib/numbered_list_left.dart | 29 + .../lib/numbered_list_right.dart | 29 + packages/iconoir-flutter/lib/octagon.dart | 23 + packages/iconoir-flutter/lib/off_rounded.dart | 28 + .../iconoir-flutter/lib/oil_industry.dart | 26 + packages/iconoir-flutter/lib/on_rounded.dart | 25 + .../lib/one_finger_select_hand_gesture.dart | 27 + .../iconoir-flutter/lib/one_point_circle.dart | 26 + packages/iconoir-flutter/lib/open_book.dart | 28 + .../iconoir-flutter/lib/open_in_browser.dart | 26 + .../iconoir-flutter/lib/open_in_window.dart | 24 + .../iconoir-flutter/lib/open_new_window.dart | 24 + .../lib/open_select_hand_gesture.dart | 27 + packages/iconoir-flutter/lib/open_vpn.dart | 23 + packages/iconoir-flutter/lib/orange_half.dart | 23 + .../iconoir-flutter/lib/orange_slice.dart | 23 + .../iconoir-flutter/lib/orange_slice_alt.dart | 23 + .../iconoir-flutter/lib/organic_food.dart | 25 + .../lib/organic_food_squared.dart | 25 + .../iconoir-flutter/lib/orthogonal_view.dart | 29 + packages/iconoir-flutter/lib/oxygen.dart | 24 + packages/iconoir-flutter/lib/package.dart | 24 + .../iconoir-flutter/lib/package_lock.dart | 25 + packages/iconoir-flutter/lib/packages.dart | 28 + packages/iconoir-flutter/lib/pacman.dart | 26 + packages/iconoir-flutter/lib/page.dart | 27 + packages/iconoir-flutter/lib/page_edit.dart | 26 + packages/iconoir-flutter/lib/page_flip.dart | 26 + packages/iconoir-flutter/lib/page_search.dart | 27 + packages/iconoir-flutter/lib/page_star.dart | 26 + packages/iconoir-flutter/lib/palette.dart | 28 + .../iconoir-flutter/lib/panorama_enlarge.dart | 23 + .../iconoir-flutter/lib/panorama_reduce.dart | 23 + packages/iconoir-flutter/lib/pants.dart | 25 + packages/iconoir-flutter/lib/pants_alt.dart | 23 + packages/iconoir-flutter/lib/parking.dart | 24 + .../iconoir-flutter/lib/password_cursor.dart | 27 + .../iconoir-flutter/lib/password_error.dart | 27 + .../iconoir-flutter/lib/password_pass.dart | 27 + .../iconoir-flutter/lib/paste_clipboard.dart | 24 + .../iconoir-flutter/lib/pause_outline.dart | 24 + .../iconoir-flutter/lib/pause_window.dart | 29 + packages/iconoir-flutter/lib/pc_check.dart | 25 + packages/iconoir-flutter/lib/pc_firewall.dart | 25 + packages/iconoir-flutter/lib/pc_mouse.dart | 23 + packages/iconoir-flutter/lib/pc_no_entry.dart | 25 + packages/iconoir-flutter/lib/pc_warning.dart | 26 + packages/iconoir-flutter/lib/peace_hand.dart | 27 + .../lib/pen_connect_bluetooth.dart | 32 + .../iconoir-flutter/lib/pen_connect_wifi.dart | 26 + packages/iconoir-flutter/lib/pen_tablet.dart | 27 + .../lib/pen_tablet_connect_usb.dart | 29 + .../lib/pen_tablet_connect_wifi.dart | 28 + packages/iconoir-flutter/lib/pentagon.dart | 23 + .../iconoir-flutter/lib/people_rounded.dart | 26 + packages/iconoir-flutter/lib/percentage.dart | 25 + .../iconoir-flutter/lib/percentage_round.dart | 26 + .../lib/percentage_square.dart | 26 + .../iconoir-flutter/lib/perspective_view.dart | 29 + .../lib/pharmacy_circled_cross.dart | 24 + .../lib/pharmacy_squared_cross.dart | 24 + packages/iconoir-flutter/lib/phone.dart | 23 + packages/iconoir-flutter/lib/phone_add.dart | 24 + .../iconoir-flutter/lib/phone_delete.dart | 31 + .../iconoir-flutter/lib/phone_disabled.dart | 24 + .../iconoir-flutter/lib/phone_income.dart | 24 + .../iconoir-flutter/lib/phone_outcome.dart | 24 + .../iconoir-flutter/lib/phone_paused.dart | 25 + .../iconoir-flutter/lib/phone_remove.dart | 24 + packages/iconoir-flutter/lib/piggy_bank.dart | 27 + packages/iconoir-flutter/lib/pillow.dart | 25 + packages/iconoir-flutter/lib/pin.dart | 24 + packages/iconoir-flutter/lib/pin_alt.dart | 24 + packages/iconoir-flutter/lib/pine_tree.dart | 26 + packages/iconoir-flutter/lib/pinterest.dart | 25 + packages/iconoir-flutter/lib/pizza_slice.dart | 27 + packages/iconoir-flutter/lib/planet.dart | 24 + packages/iconoir-flutter/lib/planet_alt.dart | 24 + packages/iconoir-flutter/lib/planet_sat.dart | 25 + .../iconoir-flutter/lib/play_outline.dart | 23 + packages/iconoir-flutter/lib/playlist.dart | 27 + .../iconoir-flutter/lib/playlist_add.dart | 26 + .../iconoir-flutter/lib/playlist_play.dart | 26 + .../lib/playstation_gamepad.dart | 26 + packages/iconoir-flutter/lib/plug_type_a.dart | 25 + packages/iconoir-flutter/lib/plug_type_c.dart | 25 + packages/iconoir-flutter/lib/plug_type_g.dart | 26 + packages/iconoir-flutter/lib/plug_type_l.dart | 27 + packages/iconoir-flutter/lib/plus.dart | 23 + packages/iconoir-flutter/lib/pocket.dart | 24 + packages/iconoir-flutter/lib/podcast.dart | 27 + packages/iconoir-flutter/lib/pokeball.dart | 26 + packages/iconoir-flutter/lib/position.dart | 27 + .../iconoir-flutter/lib/position_align.dart | 39 + packages/iconoir-flutter/lib/potion.dart | 26 + packages/iconoir-flutter/lib/pound.dart | 25 + .../iconoir-flutter/lib/precision_tool.dart | 27 + packages/iconoir-flutter/lib/printer.dart | 24 + packages/iconoir-flutter/lib/printer_alt.dart | 24 + .../iconoir-flutter/lib/printing_page.dart | 26 + .../iconoir-flutter/lib/priority_down.dart | 24 + packages/iconoir-flutter/lib/priority_up.dart | 24 + .../iconoir-flutter/lib/private_wifi.dart | 27 + .../iconoir-flutter/lib/profile_circled.dart | 25 + packages/iconoir-flutter/lib/prohibition.dart | 23 + packages/iconoir-flutter/lib/puzzle.dart | 30 + packages/iconoir-flutter/lib/qr_code.dart | 42 + .../iconoir-flutter/lib/question_mark.dart | 24 + .../lib/question_mark_circle.dart | 25 + .../lib/question_square_outline.dart | 25 + packages/iconoir-flutter/lib/quote.dart | 24 + .../iconoir-flutter/lib/quote_message.dart | 25 + packages/iconoir-flutter/lib/rain.dart | 27 + .../iconoir-flutter/lib/receive_dollars.dart | 24 + .../iconoir-flutter/lib/receive_euros.dart | 26 + .../iconoir-flutter/lib/receive_pounds.dart | 26 + .../iconoir-flutter/lib/receive_yens.dart | 26 + packages/iconoir-flutter/lib/redo.dart | 24 + packages/iconoir-flutter/lib/redo_action.dart | 25 + packages/iconoir-flutter/lib/redo_circle.dart | 25 + packages/iconoir-flutter/lib/reduce.dart | 24 + .../lib/reduce_round_arrow.dart | 25 + packages/iconoir-flutter/lib/refresh.dart | 24 + .../iconoir-flutter/lib/refresh_circular.dart | 27 + .../iconoir-flutter/lib/refresh_double.dart | 26 + .../iconoir-flutter/lib/reload_window.dart | 31 + .../lib/reminder_hand_gesture.dart | 27 + .../lib/remove_database_script.dart | 25 + .../iconoir-flutter/lib/remove_empty.dart | 24 + .../iconoir-flutter/lib/remove_folder.dart | 25 + .../iconoir-flutter/lib/remove_frame.dart | 31 + .../iconoir-flutter/lib/remove_from_cart.dart | 26 + .../iconoir-flutter/lib/remove_keyframe.dart | 24 + .../lib/remove_keyframe_alt.dart | 24 + .../iconoir-flutter/lib/remove_keyframes.dart | 26 + packages/iconoir-flutter/lib/remove_link.dart | 26 + .../lib/remove_media_image.dart | 26 + .../lib/remove_media_video.dart | 25 + packages/iconoir-flutter/lib/remove_page.dart | 25 + packages/iconoir-flutter/lib/remove_pin.dart | 25 + .../iconoir-flutter/lib/remove_pin_alt.dart | 25 + .../iconoir-flutter/lib/remove_selection.dart | 31 + .../iconoir-flutter/lib/remove_square.dart | 24 + packages/iconoir-flutter/lib/remove_user.dart | 32 + packages/iconoir-flutter/lib/repeat.dart | 24 + packages/iconoir-flutter/lib/repeat_once.dart | 26 + .../iconoir-flutter/lib/report_columns.dart | 26 + packages/iconoir-flutter/lib/reports.dart | 23 + packages/iconoir-flutter/lib/repository.dart | 26 + packages/iconoir-flutter/lib/restart.dart | 32 + .../iconoir-flutter/lib/rewind_outline.dart | 24 + packages/iconoir-flutter/lib/rhombus.dart | 23 + .../lib/right_round_arrow.dart | 24 + packages/iconoir-flutter/lib/rings.dart | 24 + packages/iconoir-flutter/lib/rocket.dart | 27 + packages/iconoir-flutter/lib/rook.dart | 28 + .../lib/rotate_camera_left.dart | 26 + .../lib/rotate_camera_right.dart | 26 + packages/iconoir-flutter/lib/round_flask.dart | 27 + .../iconoir-flutter/lib/rounded_mirror.dart | 25 + packages/iconoir-flutter/lib/rss_feed.dart | 25 + .../iconoir-flutter/lib/rss_feed_squared.dart | 26 + packages/iconoir-flutter/lib/ruler.dart | 23 + packages/iconoir-flutter/lib/ruler_add.dart | 24 + .../iconoir-flutter/lib/ruler_combine.dart | 27 + .../iconoir-flutter/lib/ruler_remove.dart | 24 + packages/iconoir-flutter/lib/running.dart | 26 + packages/iconoir-flutter/lib/safari.dart | 30 + packages/iconoir-flutter/lib/sandals.dart | 24 + .../lib/save_action_floppy.dart | 28 + .../iconoir-flutter/lib/save_floppy_disk.dart | 25 + .../lib/scale_frame_enlarge.dart | 31 + .../lib/scale_frame_reduce.dart | 27 + .../iconoir-flutter/lib/scan_barcode.dart | 37 + .../iconoir-flutter/lib/scan_qr_code.dart | 39 + packages/iconoir-flutter/lib/scanning.dart | 31 + packages/iconoir-flutter/lib/scarf.dart | 26 + packages/iconoir-flutter/lib/scissor.dart | 24 + packages/iconoir-flutter/lib/scissor_alt.dart | 24 + packages/iconoir-flutter/lib/sea_and_sun.dart | 25 + packages/iconoir-flutter/lib/sea_waves.dart | 24 + packages/iconoir-flutter/lib/search.dart | 24 + .../iconoir-flutter/lib/search_engine.dart | 24 + packages/iconoir-flutter/lib/search_font.dart | 26 + .../iconoir-flutter/lib/search_window.dart | 28 + .../iconoir-flutter/lib/secure_window.dart | 28 + .../iconoir-flutter/lib/security_pass.dart | 24 + .../iconoir-flutter/lib/select_window.dart | 28 + packages/iconoir-flutter/lib/selection.dart | 30 + .../iconoir-flutter/lib/selective_tool.dart | 24 + .../iconoir-flutter/lib/send_dollars.dart | 24 + packages/iconoir-flutter/lib/send_euros.dart | 26 + packages/iconoir-flutter/lib/send_pounds.dart | 26 + packages/iconoir-flutter/lib/send_yens.dart | 26 + packages/iconoir-flutter/lib/server.dart | 26 + .../lib/server_connection.dart | 25 + packages/iconoir-flutter/lib/settings.dart | 24 + .../iconoir-flutter/lib/settings_cloud.dart | 24 + .../lib/settings_profiles.dart | 24 + .../iconoir-flutter/lib/share_android.dart | 27 + packages/iconoir-flutter/lib/share_ios.dart | 24 + packages/iconoir-flutter/lib/shield.dart | 23 + packages/iconoir-flutter/lib/shield_add.dart | 24 + .../iconoir-flutter/lib/shield_alert.dart | 25 + packages/iconoir-flutter/lib/shield_alt.dart | 23 + .../iconoir-flutter/lib/shield_broken.dart | 24 + .../iconoir-flutter/lib/shield_check.dart | 24 + .../iconoir-flutter/lib/shield_cross.dart | 24 + .../iconoir-flutter/lib/shield_download.dart | 24 + packages/iconoir-flutter/lib/shield_eye.dart | 25 + .../iconoir-flutter/lib/shield_loading.dart | 26 + .../iconoir-flutter/lib/shield_minus.dart | 24 + .../iconoir-flutter/lib/shield_question.dart | 25 + .../iconoir-flutter/lib/shield_search.dart | 25 + .../iconoir-flutter/lib/shield_upload.dart | 24 + packages/iconoir-flutter/lib/shop.dart | 27 + packages/iconoir-flutter/lib/shop_alt.dart | 28 + .../iconoir-flutter/lib/shopping_bag.dart | 24 + .../iconoir-flutter/lib/shopping_bag_add.dart | 25 + .../iconoir-flutter/lib/shopping_bag_alt.dart | 26 + .../lib/shopping_bag_arrow_down.dart | 25 + .../lib/shopping_bag_arrow_up.dart | 25 + .../lib/shopping_bag_check.dart | 25 + .../lib/shopping_bag_issue.dart | 26 + .../lib/shopping_bag_remove.dart | 25 + .../iconoir-flutter/lib/shopping_code.dart | 34 + .../lib/shopping_code_check.dart | 33 + .../lib/shopping_code_error.dart | 33 + packages/iconoir-flutter/lib/short_pants.dart | 25 + .../iconoir-flutter/lib/short_pants_alt.dart | 23 + packages/iconoir-flutter/lib/shuffle.dart | 26 + .../iconoir-flutter/lib/sidebar_collapse.dart | 25 + .../iconoir-flutter/lib/sidebar_expand.dart | 25 + .../iconoir-flutter/lib/sigma_function.dart | 25 + packages/iconoir-flutter/lib/simple_cart.dart | 25 + .../lib/single_tap_gesture.dart | 24 + packages/iconoir-flutter/lib/skateboard.dart | 25 + .../iconoir-flutter/lib/skateboarding.dart | 29 + .../lib/skip_next_outline.dart | 24 + .../lib/skip_prev_outline.dart | 24 + .../iconoir-flutter/lib/sleeper_chair.dart | 26 + packages/iconoir-flutter/lib/small_lamp.dart | 25 + .../iconoir-flutter/lib/small_lamp_alt.dart | 25 + packages/iconoir-flutter/lib/small_shop.dart | 26 + .../iconoir-flutter/lib/small_shop_alt.dart | 27 + .../lib/smartphone_device.dart | 24 + packages/iconoir-flutter/lib/smoking.dart | 27 + packages/iconoir-flutter/lib/snapchat.dart | 24 + packages/iconoir-flutter/lib/snow.dart | 24 + packages/iconoir-flutter/lib/snow_flake.dart | 23 + packages/iconoir-flutter/lib/soap.dart | 25 + packages/iconoir-flutter/lib/soccer_ball.dart | 23 + packages/iconoir-flutter/lib/sofa.dart | 26 + packages/iconoir-flutter/lib/soil.dart | 37 + packages/iconoir-flutter/lib/soil_alt.dart | 33 + packages/iconoir-flutter/lib/sort.dart | 27 + packages/iconoir-flutter/lib/sort_down.dart | 27 + packages/iconoir-flutter/lib/sort_up.dart | 27 + packages/iconoir-flutter/lib/sound_high.dart | 25 + packages/iconoir-flutter/lib/sound_low.dart | 24 + packages/iconoir-flutter/lib/sound_min.dart | 23 + packages/iconoir-flutter/lib/sound_off.dart | 24 + packages/iconoir-flutter/lib/spades.dart | 24 + packages/iconoir-flutter/lib/sphere.dart | 24 + packages/iconoir-flutter/lib/spiral.dart | 29 + .../lib/spock_hand_gesture.dart | 26 + packages/iconoir-flutter/lib/square.dart | 23 + .../iconoir-flutter/lib/stackoverflow.dart | 28 + packages/iconoir-flutter/lib/star_dashed.dart | 32 + .../iconoir-flutter/lib/star_half_dashed.dart | 29 + .../iconoir-flutter/lib/star_outline.dart | 23 + packages/iconoir-flutter/lib/stat_down.dart | 24 + packages/iconoir-flutter/lib/stat_up.dart | 24 + .../iconoir-flutter/lib/stats_report.dart | 27 + .../lib/stats_square_down.dart | 26 + .../iconoir-flutter/lib/stats_square_up.dart | 26 + packages/iconoir-flutter/lib/stretching.dart | 25 + packages/iconoir-flutter/lib/stroller.dart | 35 + .../iconoir-flutter/lib/style_border.dart | 24 + packages/iconoir-flutter/lib/substract.dart | 29 + packages/iconoir-flutter/lib/suggestion.dart | 24 + packages/iconoir-flutter/lib/sun_light.dart | 31 + packages/iconoir-flutter/lib/swimming.dart | 26 + .../lib/swipe_down_gesture.dart | 23 + .../lib/swipe_left_gesture.dart | 23 + .../lib/swipe_right_gesture.dart | 23 + .../lib/swipe_two_fingers_down_gesture.dart | 24 + .../lib/swipe_two_fingers_left_gesture.dart | 24 + .../lib/swipe_two_fingers_right_gesture.dart | 24 + .../lib/swipe_two_fingers_up_gesture.dart | 24 + .../iconoir-flutter/lib/swipe_up_gesture.dart | 23 + .../lib/switch_off_outline.dart | 24 + .../lib/switch_on_outline.dart | 24 + .../iconoir-flutter/lib/system_restart.dart | 30 + packages/iconoir-flutter/lib/system_shut.dart | 24 + packages/iconoir-flutter/lib/table.dart | 29 + .../iconoir-flutter/lib/table_2_columns.dart | 27 + packages/iconoir-flutter/lib/table_rows.dart | 23 + packages/iconoir-flutter/lib/task_list.dart | 28 + packages/iconoir-flutter/lib/telegram.dart | 23 + .../iconoir-flutter/lib/telegram_circled.dart | 24 + packages/iconoir-flutter/lib/tennis_ball.dart | 25 + .../iconoir-flutter/lib/tennis_ball_alt.dart | 25 + .../iconoir-flutter/lib/terminal_outline.dart | 25 + .../iconoir-flutter/lib/terminal_simple.dart | 24 + packages/iconoir-flutter/lib/test_tube.dart | 24 + packages/iconoir-flutter/lib/text.dart | 24 + packages/iconoir-flutter/lib/text_alt.dart | 25 + packages/iconoir-flutter/lib/text_size.dart | 26 + .../lib/three_points_circle.dart | 30 + packages/iconoir-flutter/lib/three_stars.dart | 25 + packages/iconoir-flutter/lib/thumbs_down.dart | 24 + packages/iconoir-flutter/lib/thumbs_up.dart | 24 + .../iconoir-flutter/lib/thunderstorm.dart | 24 + packages/iconoir-flutter/lib/tik_tok.dart | 24 + packages/iconoir-flutter/lib/timer.dart | 25 + packages/iconoir-flutter/lib/timer_off.dart | 26 + packages/iconoir-flutter/lib/tournament.dart | 26 + packages/iconoir-flutter/lib/tower.dart | 23 + packages/iconoir-flutter/lib/tower_check.dart | 24 + .../iconoir-flutter/lib/tower_no_access.dart | 24 + .../iconoir-flutter/lib/tower_warning.dart | 25 + packages/iconoir-flutter/lib/trademark.dart | 24 + .../iconoir-flutter/lib/train_outline.dart | 28 + packages/iconoir-flutter/lib/tram.dart | 27 + .../lib/transition_bottom.dart | 25 + .../iconoir-flutter/lib/transition_left.dart | 25 + .../iconoir-flutter/lib/transition_right.dart | 25 + .../iconoir-flutter/lib/transition_top.dart | 25 + packages/iconoir-flutter/lib/translate.dart | 24 + packages/iconoir-flutter/lib/trash.dart | 26 + packages/iconoir-flutter/lib/treadmill.dart | 29 + packages/iconoir-flutter/lib/tree.dart | 26 + packages/iconoir-flutter/lib/trekking.dart | 27 + packages/iconoir-flutter/lib/trello.dart | 25 + packages/iconoir-flutter/lib/triangle.dart | 23 + .../iconoir-flutter/lib/triangle_flag.dart | 23 + .../lib/triangle_flag_circle.dart | 23 + .../lib/triangle_flag_full.dart | 24 + packages/iconoir-flutter/lib/trophy.dart | 26 + packages/iconoir-flutter/lib/truck.dart | 28 + .../iconoir-flutter/lib/truck_length.dart | 29 + packages/iconoir-flutter/lib/tunnel.dart | 26 + packages/iconoir-flutter/lib/tv.dart | 24 + packages/iconoir-flutter/lib/tv_fix.dart | 27 + packages/iconoir-flutter/lib/tv_issue.dart | 26 + packages/iconoir-flutter/lib/twitter.dart | 23 + .../lib/twitter_verified_badge.dart | 24 + .../lib/two_points_circle.dart | 30 + .../iconoir-flutter/lib/two_seater_sofa.dart | 27 + packages/iconoir-flutter/lib/type.dart | 24 + .../iconoir-flutter/lib/umbrella_full.dart | 24 + packages/iconoir-flutter/lib/underline.dart | 24 + .../lib/underline_square_outline.dart | 25 + packages/iconoir-flutter/lib/undo.dart | 24 + packages/iconoir-flutter/lib/undo_action.dart | 25 + packages/iconoir-flutter/lib/undo_circle.dart | 25 + packages/iconoir-flutter/lib/union.dart | 24 + packages/iconoir-flutter/lib/union_alt.dart | 24 + .../iconoir-flutter/lib/union_horiz_alt.dart | 24 + packages/iconoir-flutter/lib/unity.dart | 30 + packages/iconoir-flutter/lib/unity_5.dart | 24 + .../iconoir-flutter/lib/up_round_arrow.dart | 24 + packages/iconoir-flutter/lib/upload.dart | 24 + .../lib/upload_data_window.dart | 28 + .../lib/upload_square_outline.dart | 25 + packages/iconoir-flutter/lib/usb.dart | 29 + packages/iconoir-flutter/lib/user.dart | 24 + packages/iconoir-flutter/lib/user_bag.dart | 26 + packages/iconoir-flutter/lib/user_cart.dart | 27 + .../iconoir-flutter/lib/user_circle_alt.dart | 25 + packages/iconoir-flutter/lib/user_scan.dart | 28 + .../iconoir-flutter/lib/user_square_alt.dart | 25 + packages/iconoir-flutter/lib/vegan.dart | 24 + .../iconoir-flutter/lib/vegan_rounded.dart | 25 + .../iconoir-flutter/lib/vegan_squared.dart | 25 + .../iconoir-flutter/lib/verified_badge.dart | 24 + .../iconoir-flutter/lib/verified_user.dart | 26 + .../iconoir-flutter/lib/video_camera.dart | 23 + .../iconoir-flutter/lib/video_camera_off.dart | 24 + packages/iconoir-flutter/lib/view_360.dart | 26 + .../iconoir-flutter/lib/view_columns_2.dart | 23 + .../iconoir-flutter/lib/view_columns_3.dart | 23 + packages/iconoir-flutter/lib/view_grid.dart | 26 + .../lib/view_structure_down.dart | 25 + .../lib/view_structure_up.dart | 25 + packages/iconoir-flutter/lib/voice.dart | 27 + .../iconoir-flutter/lib/voice_circled.dart | 28 + .../lib/voice_circled_lock.dart | 29 + packages/iconoir-flutter/lib/voice_error.dart | 28 + packages/iconoir-flutter/lib/voice_ok.dart | 28 + packages/iconoir-flutter/lib/voice_phone.dart | 29 + packages/iconoir-flutter/lib/voice_scan.dart | 31 + .../iconoir-flutter/lib/voice_squared.dart | 28 + packages/iconoir-flutter/lib/vr_symbol.dart | 25 + packages/iconoir-flutter/lib/waist.dart | 26 + packages/iconoir-flutter/lib/walking.dart | 26 + packages/iconoir-flutter/lib/wallet.dart | 25 + .../lib/warning_circled_outline.dart | 25 + .../lib/warning_square_outline.dart | 25 + .../lib/warning_triangle_outline.dart | 25 + .../iconoir-flutter/lib/warning_window.dart | 29 + packages/iconoir-flutter/lib/wash.dart | 24 + .../iconoir-flutter/lib/washing_machine.dart | 26 + .../iconoir-flutter/lib/watering_soil.dart | 31 + packages/iconoir-flutter/lib/web_window.dart | 24 + .../iconoir-flutter/lib/web_window_close.dart | 25 + .../lib/web_window_energy_consumption.dart | 25 + packages/iconoir-flutter/lib/weight.dart | 25 + packages/iconoir-flutter/lib/weight_alt.dart | 26 + packages/iconoir-flutter/lib/white_flag.dart | 23 + packages/iconoir-flutter/lib/wifi.dart | 26 + packages/iconoir-flutter/lib/wifi_error.dart | 27 + packages/iconoir-flutter/lib/wifi_issue.dart | 25 + packages/iconoir-flutter/lib/wifi_off.dart | 27 + .../iconoir-flutter/lib/wifi_rounded.dart | 26 + .../iconoir-flutter/lib/wifi_signal_none.dart | 23 + packages/iconoir-flutter/lib/wind.dart | 25 + packages/iconoir-flutter/lib/windows.dart | 25 + packages/iconoir-flutter/lib/wrap_text.dart | 26 + packages/iconoir-flutter/lib/wristwatch.dart | 26 + packages/iconoir-flutter/lib/www.dart | 31 + packages/iconoir-flutter/lib/xbox_a.dart | 25 + packages/iconoir-flutter/lib/xbox_b.dart | 24 + packages/iconoir-flutter/lib/xbox_x.dart | 25 + packages/iconoir-flutter/lib/xbox_y.dart | 25 + packages/iconoir-flutter/lib/xray_view.dart | 26 + packages/iconoir-flutter/lib/yen.dart | 25 + packages/iconoir-flutter/lib/yen_square.dart | 26 + packages/iconoir-flutter/lib/yoga.dart | 26 + packages/iconoir-flutter/lib/you_tube.dart | 24 + packages/iconoir-flutter/lib/zoom_in.dart | 25 + packages/iconoir-flutter/lib/zoom_out.dart | 25 + packages/iconoir-flutter/pubspec.yaml | 24 + .../test/iconoir_flutter_test.dart | 5 + pnpm-lock.yaml | 298 ++++- 1169 files changed, 31672 insertions(+), 57 deletions(-) create mode 100644 analysis_options.yaml create mode 100644 bin/templates/__svgfilename__.dart create mode 100644 packages/iconoir-flutter/.gitignore create mode 100644 packages/iconoir-flutter/.metadata create mode 100644 packages/iconoir-flutter/.pubignore create mode 100644 packages/iconoir-flutter/CHANGELOG.md create mode 100644 packages/iconoir-flutter/LICENSE create mode 100644 packages/iconoir-flutter/README.md create mode 100644 packages/iconoir-flutter/analysis_options.yaml create mode 100644 packages/iconoir-flutter/example/main.dart create mode 100644 packages/iconoir-flutter/lib/3_d_add_hole.dart create mode 100644 packages/iconoir-flutter/lib/3_d_arc.dart create mode 100644 packages/iconoir-flutter/lib/3_d_arc_center_pt.dart create mode 100644 packages/iconoir-flutter/lib/3_d_bridge.dart create mode 100644 packages/iconoir-flutter/lib/3_d_center_box.dart create mode 100644 packages/iconoir-flutter/lib/3_d_ellipse.dart create mode 100644 packages/iconoir-flutter/lib/3_d_ellipse_three_pts.dart create mode 100644 packages/iconoir-flutter/lib/3_d_pt_box.dart create mode 100644 packages/iconoir-flutter/lib/3_d_rect_corner_to_corner.dart create mode 100644 packages/iconoir-flutter/lib/3_d_rect_from_center.dart create mode 100644 packages/iconoir-flutter/lib/3_d_rect_three_pts.dart create mode 100644 packages/iconoir-flutter/lib/3_d_select_edge.dart create mode 100644 packages/iconoir-flutter/lib/3_d_select_face.dart create mode 100644 packages/iconoir-flutter/lib/3_d_select_point.dart create mode 100644 packages/iconoir-flutter/lib/3_d_select_solid.dart create mode 100644 packages/iconoir-flutter/lib/3_d_three_pts_box.dart create mode 100644 packages/iconoir-flutter/lib/accessibility.dart create mode 100644 packages/iconoir-flutter/lib/accessibility_sign.dart create mode 100644 packages/iconoir-flutter/lib/accessibility_tech.dart create mode 100644 packages/iconoir-flutter/lib/activity.dart create mode 100644 packages/iconoir-flutter/lib/add_circled_outline.dart create mode 100644 packages/iconoir-flutter/lib/add_database_script.dart create mode 100644 packages/iconoir-flutter/lib/add_folder.dart create mode 100644 packages/iconoir-flutter/lib/add_frame.dart create mode 100644 packages/iconoir-flutter/lib/add_hexagon.dart create mode 100644 packages/iconoir-flutter/lib/add_keyframe.dart create mode 100644 packages/iconoir-flutter/lib/add_keyframe_alt.dart create mode 100644 packages/iconoir-flutter/lib/add_keyframes.dart create mode 100644 packages/iconoir-flutter/lib/add_lens.dart create mode 100644 packages/iconoir-flutter/lib/add_media_image.dart create mode 100644 packages/iconoir-flutter/lib/add_media_video.dart create mode 100644 packages/iconoir-flutter/lib/add_page.dart create mode 100644 packages/iconoir-flutter/lib/add_pin_alt.dart create mode 100644 packages/iconoir-flutter/lib/add_selection.dart create mode 100644 packages/iconoir-flutter/lib/add_square.dart create mode 100644 packages/iconoir-flutter/lib/add_to_cart.dart create mode 100644 packages/iconoir-flutter/lib/add_user.dart create mode 100644 packages/iconoir-flutter/lib/african_tree.dart create mode 100644 packages/iconoir-flutter/lib/air_conditioner.dart create mode 100644 packages/iconoir-flutter/lib/airplane.dart create mode 100644 packages/iconoir-flutter/lib/airplane_helix.dart create mode 100644 packages/iconoir-flutter/lib/airplane_helix_45_deg.dart create mode 100644 packages/iconoir-flutter/lib/airplane_off.dart create mode 100644 packages/iconoir-flutter/lib/airplane_rotation.dart create mode 100644 packages/iconoir-flutter/lib/airplay.dart create mode 100644 packages/iconoir-flutter/lib/alarm.dart create mode 100644 packages/iconoir-flutter/lib/album.dart create mode 100644 packages/iconoir-flutter/lib/album_carousel.dart create mode 100644 packages/iconoir-flutter/lib/album_list.dart create mode 100644 packages/iconoir-flutter/lib/album_open.dart create mode 100644 packages/iconoir-flutter/lib/align_bottom_box.dart create mode 100644 packages/iconoir-flutter/lib/align_center.dart create mode 100644 packages/iconoir-flutter/lib/align_justify.dart create mode 100644 packages/iconoir-flutter/lib/align_left.dart create mode 100644 packages/iconoir-flutter/lib/align_left_box.dart create mode 100644 packages/iconoir-flutter/lib/align_right.dart create mode 100644 packages/iconoir-flutter/lib/align_right_box.dart create mode 100644 packages/iconoir-flutter/lib/align_top_box.dart create mode 100644 packages/iconoir-flutter/lib/antenna.dart create mode 100644 packages/iconoir-flutter/lib/antenna_off.dart create mode 100644 packages/iconoir-flutter/lib/antenna_signal.dart create mode 100644 packages/iconoir-flutter/lib/antenna_signal_rounded.dart create mode 100644 packages/iconoir-flutter/lib/app_notification.dart create mode 100644 packages/iconoir-flutter/lib/app_window.dart create mode 100644 packages/iconoir-flutter/lib/apple.dart create mode 100644 packages/iconoir-flutter/lib/apple_half.dart create mode 100644 packages/iconoir-flutter/lib/apple_half_alt.dart create mode 100644 packages/iconoir-flutter/lib/apple_imac_2021.dart create mode 100644 packages/iconoir-flutter/lib/apple_imac_2021_side.dart create mode 100644 packages/iconoir-flutter/lib/apple_mac.dart create mode 100644 packages/iconoir-flutter/lib/apple_swift.dart create mode 100644 packages/iconoir-flutter/lib/apple_wallet.dart create mode 100644 packages/iconoir-flutter/lib/ar_symbol.dart create mode 100644 packages/iconoir-flutter/lib/arcade.dart create mode 100644 packages/iconoir-flutter/lib/archery.dart create mode 100644 packages/iconoir-flutter/lib/archery_match.dart create mode 100644 packages/iconoir-flutter/lib/archive.dart create mode 100644 packages/iconoir-flutter/lib/area_search.dart create mode 100644 packages/iconoir-flutter/lib/arrow_archery.dart create mode 100644 packages/iconoir-flutter/lib/arrow_down.dart create mode 100644 packages/iconoir-flutter/lib/arrow_down_circled.dart create mode 100644 packages/iconoir-flutter/lib/arrow_left.dart create mode 100644 packages/iconoir-flutter/lib/arrow_left_circled.dart create mode 100644 packages/iconoir-flutter/lib/arrow_right.dart create mode 100644 packages/iconoir-flutter/lib/arrow_right_circled.dart create mode 100644 packages/iconoir-flutter/lib/arrow_separate.dart create mode 100644 packages/iconoir-flutter/lib/arrow_separate_vertical.dart create mode 100644 packages/iconoir-flutter/lib/arrow_union.dart create mode 100644 packages/iconoir-flutter/lib/arrow_union_vertical.dart create mode 100644 packages/iconoir-flutter/lib/arrow_up.dart create mode 100644 packages/iconoir-flutter/lib/arrow_up_circled.dart create mode 100644 packages/iconoir-flutter/lib/asana.dart create mode 100644 packages/iconoir-flutter/lib/atom.dart create mode 100644 packages/iconoir-flutter/lib/attachment.dart create mode 100644 packages/iconoir-flutter/lib/augmented_reality.dart create mode 100644 packages/iconoir-flutter/lib/auto_flash.dart create mode 100644 packages/iconoir-flutter/lib/axes.dart create mode 100644 packages/iconoir-flutter/lib/backward_15_seconds.dart create mode 100644 packages/iconoir-flutter/lib/bag.dart create mode 100644 packages/iconoir-flutter/lib/bank.dart create mode 100644 packages/iconoir-flutter/lib/barcode.dart create mode 100644 packages/iconoir-flutter/lib/basketball.dart create mode 100644 packages/iconoir-flutter/lib/basketball_alt.dart create mode 100644 packages/iconoir-flutter/lib/basketball_field.dart create mode 100644 packages/iconoir-flutter/lib/battery_25.dart create mode 100644 packages/iconoir-flutter/lib/battery_50.dart create mode 100644 packages/iconoir-flutter/lib/battery_75.dart create mode 100644 packages/iconoir-flutter/lib/battery_charging.dart create mode 100644 packages/iconoir-flutter/lib/battery_empty.dart create mode 100644 packages/iconoir-flutter/lib/battery_full.dart create mode 100644 packages/iconoir-flutter/lib/battery_indicator.dart create mode 100644 packages/iconoir-flutter/lib/battery_warning.dart create mode 100644 packages/iconoir-flutter/lib/bbq.dart create mode 100644 packages/iconoir-flutter/lib/beach_bag.dart create mode 100644 packages/iconoir-flutter/lib/beach_bag_big.dart create mode 100644 packages/iconoir-flutter/lib/bed.dart create mode 100644 packages/iconoir-flutter/lib/bed_ready.dart create mode 100644 packages/iconoir-flutter/lib/behance.dart create mode 100644 packages/iconoir-flutter/lib/behance_squared.dart create mode 100644 packages/iconoir-flutter/lib/bell.dart create mode 100644 packages/iconoir-flutter/lib/bell_notification.dart create mode 100644 packages/iconoir-flutter/lib/bell_off.dart create mode 100644 packages/iconoir-flutter/lib/bicycle.dart create mode 100644 packages/iconoir-flutter/lib/bin.dart create mode 100644 packages/iconoir-flutter/lib/bin_add.dart create mode 100644 packages/iconoir-flutter/lib/bin_full.dart create mode 100644 packages/iconoir-flutter/lib/bin_half.dart create mode 100644 packages/iconoir-flutter/lib/bin_minus.dart create mode 100644 packages/iconoir-flutter/lib/bishop.dart create mode 100644 packages/iconoir-flutter/lib/bitbucket.dart create mode 100644 packages/iconoir-flutter/lib/bluetooth.dart create mode 100644 packages/iconoir-flutter/lib/bluetooth_rounded.dart create mode 100644 packages/iconoir-flutter/lib/bold.dart create mode 100644 packages/iconoir-flutter/lib/bold_square_outline.dart create mode 100644 packages/iconoir-flutter/lib/bonfire.dart create mode 100644 packages/iconoir-flutter/lib/book.dart create mode 100644 packages/iconoir-flutter/lib/book_stack.dart create mode 100644 packages/iconoir-flutter/lib/bookmark_book.dart create mode 100644 packages/iconoir-flutter/lib/bookmark_circled.dart create mode 100644 packages/iconoir-flutter/lib/bookmark_empty.dart create mode 100644 packages/iconoir-flutter/lib/border_bl.dart create mode 100644 packages/iconoir-flutter/lib/border_bottom.dart create mode 100644 packages/iconoir-flutter/lib/border_br.dart create mode 100644 packages/iconoir-flutter/lib/border_inner.dart create mode 100644 packages/iconoir-flutter/lib/border_left.dart create mode 100644 packages/iconoir-flutter/lib/border_out.dart create mode 100644 packages/iconoir-flutter/lib/border_right.dart create mode 100644 packages/iconoir-flutter/lib/border_tl.dart create mode 100644 packages/iconoir-flutter/lib/border_top.dart create mode 100644 packages/iconoir-flutter/lib/border_tr.dart create mode 100644 packages/iconoir-flutter/lib/bounce_left.dart create mode 100644 packages/iconoir-flutter/lib/bounce_right.dart create mode 100644 packages/iconoir-flutter/lib/bowling_ball.dart create mode 100644 packages/iconoir-flutter/lib/box.dart create mode 100644 packages/iconoir-flutter/lib/box_iso.dart create mode 100644 packages/iconoir-flutter/lib/boxing_glove.dart create mode 100644 packages/iconoir-flutter/lib/brightness.dart create mode 100644 packages/iconoir-flutter/lib/brightness_window.dart create mode 100644 packages/iconoir-flutter/lib/bubble_download.dart create mode 100644 packages/iconoir-flutter/lib/bubble_error.dart create mode 100644 packages/iconoir-flutter/lib/bubble_income.dart create mode 100644 packages/iconoir-flutter/lib/bubble_outcome.dart create mode 100644 packages/iconoir-flutter/lib/bubble_search.dart create mode 100644 packages/iconoir-flutter/lib/bubble_star.dart create mode 100644 packages/iconoir-flutter/lib/bubble_upload.dart create mode 100644 packages/iconoir-flutter/lib/bubble_warning.dart create mode 100644 packages/iconoir-flutter/lib/building.dart create mode 100644 packages/iconoir-flutter/lib/bus_outline.dart create mode 100644 packages/iconoir-flutter/lib/bus_stop.dart create mode 100644 packages/iconoir-flutter/lib/cable_rounded.dart create mode 100644 packages/iconoir-flutter/lib/calculator.dart create mode 100644 packages/iconoir-flutter/lib/calendar.dart create mode 100644 packages/iconoir-flutter/lib/camera.dart create mode 100644 packages/iconoir-flutter/lib/cancel.dart create mode 100644 packages/iconoir-flutter/lib/car_outline.dart create mode 100644 packages/iconoir-flutter/lib/carbon.dart create mode 100644 packages/iconoir-flutter/lib/card_wallet.dart create mode 100644 packages/iconoir-flutter/lib/cart.dart create mode 100644 packages/iconoir-flutter/lib/cart_alt.dart create mode 100644 packages/iconoir-flutter/lib/cash.dart create mode 100644 packages/iconoir-flutter/lib/cell_2_x_2.dart create mode 100644 packages/iconoir-flutter/lib/center_align.dart create mode 100644 packages/iconoir-flutter/lib/chat_add.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble_check.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble_check_1.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble_empty.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble_error.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble_question.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble_translate.dart create mode 100644 packages/iconoir-flutter/lib/chat_bubble_warning.dart create mode 100644 packages/iconoir-flutter/lib/chat_lines.dart create mode 100644 packages/iconoir-flutter/lib/chat_remove.dart create mode 100644 packages/iconoir-flutter/lib/check.dart create mode 100644 packages/iconoir-flutter/lib/check_circled_outline.dart create mode 100644 packages/iconoir-flutter/lib/check_window.dart create mode 100644 packages/iconoir-flutter/lib/chocolate.dart create mode 100644 packages/iconoir-flutter/lib/chromecast.dart create mode 100644 packages/iconoir-flutter/lib/chromecast_active.dart create mode 100644 packages/iconoir-flutter/lib/church.dart create mode 100644 packages/iconoir-flutter/lib/church_alt.dart create mode 100644 packages/iconoir-flutter/lib/cinema_old.dart create mode 100644 packages/iconoir-flutter/lib/circle.dart create mode 100644 packages/iconoir-flutter/lib/city.dart create mode 100644 packages/iconoir-flutter/lib/clean_water.dart create mode 100644 packages/iconoir-flutter/lib/clipboard_check.dart create mode 100644 packages/iconoir-flutter/lib/clock_outline.dart create mode 100644 packages/iconoir-flutter/lib/closet.dart create mode 100644 packages/iconoir-flutter/lib/cloud.dart create mode 100644 packages/iconoir-flutter/lib/cloud_book_alt.dart create mode 100644 packages/iconoir-flutter/lib/cloud_check.dart create mode 100644 packages/iconoir-flutter/lib/cloud_desync.dart create mode 100644 packages/iconoir-flutter/lib/cloud_download.dart create mode 100644 packages/iconoir-flutter/lib/cloud_error.dart create mode 100644 packages/iconoir-flutter/lib/cloud_sunny.dart create mode 100644 packages/iconoir-flutter/lib/cloud_sync.dart create mode 100644 packages/iconoir-flutter/lib/cloud_upload.dart create mode 100644 packages/iconoir-flutter/lib/code.dart create mode 100644 packages/iconoir-flutter/lib/code_brackets.dart create mode 100644 packages/iconoir-flutter/lib/code_brackets_square.dart create mode 100644 packages/iconoir-flutter/lib/codepen.dart create mode 100644 packages/iconoir-flutter/lib/coin.dart create mode 100644 packages/iconoir-flutter/lib/collage_frame.dart create mode 100644 packages/iconoir-flutter/lib/collapse.dart create mode 100644 packages/iconoir-flutter/lib/color_filter.dart create mode 100644 packages/iconoir-flutter/lib/color_picker.dart create mode 100644 packages/iconoir-flutter/lib/color_picker_empty.dart create mode 100644 packages/iconoir-flutter/lib/combine.dart create mode 100644 packages/iconoir-flutter/lib/compact_disc.dart create mode 100644 packages/iconoir-flutter/lib/compass.dart create mode 100644 packages/iconoir-flutter/lib/compress.dart create mode 100644 packages/iconoir-flutter/lib/compress_lines.dart create mode 100644 packages/iconoir-flutter/lib/computer.dart create mode 100644 packages/iconoir-flutter/lib/consumable.dart create mode 100644 packages/iconoir-flutter/lib/control_slider.dart create mode 100644 packages/iconoir-flutter/lib/cookie.dart create mode 100644 packages/iconoir-flutter/lib/copy.dart create mode 100644 packages/iconoir-flutter/lib/copyright.dart create mode 100644 packages/iconoir-flutter/lib/corner_bottom_left.dart create mode 100644 packages/iconoir-flutter/lib/corner_bottom_right.dart create mode 100644 packages/iconoir-flutter/lib/corner_top_left.dart create mode 100644 packages/iconoir-flutter/lib/corner_top_right.dart create mode 100644 packages/iconoir-flutter/lib/cpu.dart create mode 100644 packages/iconoir-flutter/lib/cpu_warning.dart create mode 100644 packages/iconoir-flutter/lib/cracked_egg.dart create mode 100644 packages/iconoir-flutter/lib/creative_commons.dart create mode 100644 packages/iconoir-flutter/lib/credit_card.dart create mode 100644 packages/iconoir-flutter/lib/credit_card_2.dart create mode 100644 packages/iconoir-flutter/lib/crib.dart create mode 100644 packages/iconoir-flutter/lib/crop.dart create mode 100644 packages/iconoir-flutter/lib/crop_rotate_bl.dart create mode 100644 packages/iconoir-flutter/lib/crop_rotate_br.dart create mode 100644 packages/iconoir-flutter/lib/crop_rotate_tl.dart create mode 100644 packages/iconoir-flutter/lib/crop_rotate_tr.dart create mode 100644 packages/iconoir-flutter/lib/css_3.dart create mode 100644 packages/iconoir-flutter/lib/cursor_pointer.dart create mode 100644 packages/iconoir-flutter/lib/cut.dart create mode 100644 packages/iconoir-flutter/lib/cut_alt.dart create mode 100644 packages/iconoir-flutter/lib/cycling.dart create mode 100644 packages/iconoir-flutter/lib/cylinder.dart create mode 100644 packages/iconoir-flutter/lib/dash_flag.dart create mode 100644 packages/iconoir-flutter/lib/dashboard.dart create mode 100644 packages/iconoir-flutter/lib/dashboard_dots.dart create mode 100644 packages/iconoir-flutter/lib/dashboard_speed.dart create mode 100644 packages/iconoir-flutter/lib/data_transfer_both.dart create mode 100644 packages/iconoir-flutter/lib/data_transfer_check.dart create mode 100644 packages/iconoir-flutter/lib/data_transfer_down.dart create mode 100644 packages/iconoir-flutter/lib/data_transfer_up.dart create mode 100644 packages/iconoir-flutter/lib/data_transfer_warning.dart create mode 100644 packages/iconoir-flutter/lib/database_backup.dart create mode 100644 packages/iconoir-flutter/lib/database_export.dart create mode 100644 packages/iconoir-flutter/lib/database_monitor.dart create mode 100644 packages/iconoir-flutter/lib/database_restore.dart create mode 100644 packages/iconoir-flutter/lib/database_rounded.dart create mode 100644 packages/iconoir-flutter/lib/database_script.dart create mode 100644 packages/iconoir-flutter/lib/database_settings.dart create mode 100644 packages/iconoir-flutter/lib/database_star.dart create mode 100644 packages/iconoir-flutter/lib/database_stats.dart create mode 100644 packages/iconoir-flutter/lib/db.dart create mode 100644 packages/iconoir-flutter/lib/db_check.dart create mode 100644 packages/iconoir-flutter/lib/db_error.dart create mode 100644 packages/iconoir-flutter/lib/db_search.dart create mode 100644 packages/iconoir-flutter/lib/db_star.dart create mode 100644 packages/iconoir-flutter/lib/db_warning.dart create mode 100644 packages/iconoir-flutter/lib/de_compress.dart create mode 100644 packages/iconoir-flutter/lib/delete_circled_outline.dart create mode 100644 packages/iconoir-flutter/lib/delivery.dart create mode 100644 packages/iconoir-flutter/lib/delivery_truck.dart create mode 100644 packages/iconoir-flutter/lib/depth.dart create mode 100644 packages/iconoir-flutter/lib/design_pencil.dart create mode 100644 packages/iconoir-flutter/lib/desk.dart create mode 100644 packages/iconoir-flutter/lib/dialpad.dart create mode 100644 packages/iconoir-flutter/lib/dice_five.dart create mode 100644 packages/iconoir-flutter/lib/dice_four.dart create mode 100644 packages/iconoir-flutter/lib/dice_one.dart create mode 100644 packages/iconoir-flutter/lib/dice_six.dart create mode 100644 packages/iconoir-flutter/lib/dice_three.dart create mode 100644 packages/iconoir-flutter/lib/dice_two.dart create mode 100644 packages/iconoir-flutter/lib/dimmer_switch.dart create mode 100644 packages/iconoir-flutter/lib/director_chair.dart create mode 100644 packages/iconoir-flutter/lib/discord.dart create mode 100644 packages/iconoir-flutter/lib/dishwasher.dart create mode 100644 packages/iconoir-flutter/lib/display_4_k.dart create mode 100644 packages/iconoir-flutter/lib/divide_selection_1.dart create mode 100644 packages/iconoir-flutter/lib/divide_selection_2.dart create mode 100644 packages/iconoir-flutter/lib/doc_search.dart create mode 100644 packages/iconoir-flutter/lib/doc_search_alt.dart create mode 100644 packages/iconoir-flutter/lib/doc_star.dart create mode 100644 packages/iconoir-flutter/lib/doc_star_alt.dart create mode 100644 packages/iconoir-flutter/lib/dollar.dart create mode 100644 packages/iconoir-flutter/lib/domotic_issue.dart create mode 100644 packages/iconoir-flutter/lib/donate.dart create mode 100644 packages/iconoir-flutter/lib/double_check.dart create mode 100644 packages/iconoir-flutter/lib/down_round_arrow.dart create mode 100644 packages/iconoir-flutter/lib/download.dart create mode 100644 packages/iconoir-flutter/lib/download_circled_outline.dart create mode 100644 packages/iconoir-flutter/lib/download_data_window.dart create mode 100644 packages/iconoir-flutter/lib/download_square_outline.dart create mode 100644 packages/iconoir-flutter/lib/drag_hand_gesture.dart create mode 100644 packages/iconoir-flutter/lib/drawer.dart create mode 100644 packages/iconoir-flutter/lib/dribbble.dart create mode 100644 packages/iconoir-flutter/lib/drone.dart create mode 100644 packages/iconoir-flutter/lib/drone_charge_full.dart create mode 100644 packages/iconoir-flutter/lib/drone_charge_half.dart create mode 100644 packages/iconoir-flutter/lib/drone_charge_low.dart create mode 100644 packages/iconoir-flutter/lib/drone_check.dart create mode 100644 packages/iconoir-flutter/lib/drone_error.dart create mode 100644 packages/iconoir-flutter/lib/drone_landing.dart create mode 100644 packages/iconoir-flutter/lib/drone_refresh.dart create mode 100644 packages/iconoir-flutter/lib/drone_take_off.dart create mode 100644 packages/iconoir-flutter/lib/droplet.dart create mode 100644 packages/iconoir-flutter/lib/droplet_half.dart create mode 100644 packages/iconoir-flutter/lib/ease_curve_control_points.dart create mode 100644 packages/iconoir-flutter/lib/ease_in.dart create mode 100644 packages/iconoir-flutter/lib/ease_in_control_point.dart create mode 100644 packages/iconoir-flutter/lib/ease_in_out.dart create mode 100644 packages/iconoir-flutter/lib/ease_out.dart create mode 100644 packages/iconoir-flutter/lib/ease_out_control_point.dart create mode 100644 packages/iconoir-flutter/lib/ecology_book.dart create mode 100644 packages/iconoir-flutter/lib/edit.dart create mode 100644 packages/iconoir-flutter/lib/edit_pencil.dart create mode 100644 packages/iconoir-flutter/lib/egg.dart create mode 100644 packages/iconoir-flutter/lib/eject.dart create mode 100644 packages/iconoir-flutter/lib/electronics_chip.dart create mode 100644 packages/iconoir-flutter/lib/electronics_transistor.dart create mode 100644 packages/iconoir-flutter/lib/emoji.dart create mode 100644 packages/iconoir-flutter/lib/emoji_ball.dart create mode 100644 packages/iconoir-flutter/lib/emoji_blink_left.dart create mode 100644 packages/iconoir-flutter/lib/emoji_blink_right.dart create mode 100644 packages/iconoir-flutter/lib/emoji_look_bottom.dart create mode 100644 packages/iconoir-flutter/lib/emoji_look_left.dart create mode 100644 packages/iconoir-flutter/lib/emoji_look_right.dart create mode 100644 packages/iconoir-flutter/lib/emoji_look_top.dart create mode 100644 packages/iconoir-flutter/lib/emoji_puzzled.dart create mode 100644 packages/iconoir-flutter/lib/emoji_quite.dart create mode 100644 packages/iconoir-flutter/lib/emoji_really.dart create mode 100644 packages/iconoir-flutter/lib/emoji_sad.dart create mode 100644 packages/iconoir-flutter/lib/emoji_satisfied.dart create mode 100644 packages/iconoir-flutter/lib/emoji_sing_left.dart create mode 100644 packages/iconoir-flutter/lib/emoji_sing_left_note.dart create mode 100644 packages/iconoir-flutter/lib/emoji_sing_right.dart create mode 100644 packages/iconoir-flutter/lib/emoji_sing_right_note.dart create mode 100644 packages/iconoir-flutter/lib/emoji_surprise.dart create mode 100644 packages/iconoir-flutter/lib/emoji_surprise_alt.dart create mode 100644 packages/iconoir-flutter/lib/emoji_talking_angry.dart create mode 100644 packages/iconoir-flutter/lib/emoji_talking_happy.dart create mode 100644 packages/iconoir-flutter/lib/emoji_think_left.dart create mode 100644 packages/iconoir-flutter/lib/emoji_think_right.dart create mode 100644 packages/iconoir-flutter/lib/empty_page.dart create mode 100644 packages/iconoir-flutter/lib/energy_usage_window.dart create mode 100644 packages/iconoir-flutter/lib/enlarge.dart create mode 100644 packages/iconoir-flutter/lib/enlarge_round_arrow.dart create mode 100644 packages/iconoir-flutter/lib/erase.dart create mode 100644 packages/iconoir-flutter/lib/error_window.dart create mode 100644 packages/iconoir-flutter/lib/euro.dart create mode 100644 packages/iconoir-flutter/lib/euro_square.dart create mode 100644 packages/iconoir-flutter/lib/ev_charge.dart create mode 100644 packages/iconoir-flutter/lib/ev_charge_alt.dart create mode 100644 packages/iconoir-flutter/lib/ev_plug.dart create mode 100644 packages/iconoir-flutter/lib/ev_plug_charging.dart create mode 100644 packages/iconoir-flutter/lib/ev_plug_error.dart create mode 100644 packages/iconoir-flutter/lib/ev_rounded.dart create mode 100644 packages/iconoir-flutter/lib/ev_station.dart create mode 100644 packages/iconoir-flutter/lib/exclude.dart create mode 100644 packages/iconoir-flutter/lib/expand.dart create mode 100644 packages/iconoir-flutter/lib/expand_lines.dart create mode 100644 packages/iconoir-flutter/lib/eye_alt.dart create mode 100644 packages/iconoir-flutter/lib/eye_close.dart create mode 100644 packages/iconoir-flutter/lib/eye_empty.dart create mode 100644 packages/iconoir-flutter/lib/eye_off.dart create mode 100644 packages/iconoir-flutter/lib/face_id.dart create mode 100644 packages/iconoir-flutter/lib/facebook.dart create mode 100644 packages/iconoir-flutter/lib/facebook_squared.dart create mode 100644 packages/iconoir-flutter/lib/facetime.dart create mode 100644 packages/iconoir-flutter/lib/farm.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_down.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_down_box.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_left.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_left_box.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_right.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_right_box.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_top.dart create mode 100644 packages/iconoir-flutter/lib/fast_arrow_up_box.dart create mode 100644 packages/iconoir-flutter/lib/fast_bottom_circle.dart create mode 100644 packages/iconoir-flutter/lib/fast_left_circle.dart create mode 100644 packages/iconoir-flutter/lib/fast_right_circle.dart create mode 100644 packages/iconoir-flutter/lib/fast_top_circle.dart create mode 100644 packages/iconoir-flutter/lib/favourite_book.dart create mode 100644 packages/iconoir-flutter/lib/favourite_window.dart create mode 100644 packages/iconoir-flutter/lib/female.dart create mode 100644 packages/iconoir-flutter/lib/figma.dart create mode 100644 packages/iconoir-flutter/lib/file_not_found.dart create mode 100644 packages/iconoir-flutter/lib/filter.dart create mode 100644 packages/iconoir-flutter/lib/filter_alt.dart create mode 100644 packages/iconoir-flutter/lib/finder.dart create mode 100644 packages/iconoir-flutter/lib/finger_print_window.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint_circled.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint_circled_error.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint_circled_lock.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint_circled_ok.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint_phone.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint_scan.dart create mode 100644 packages/iconoir-flutter/lib/fingerprint_squared.dart create mode 100644 packages/iconoir-flutter/lib/fire_flame.dart create mode 100644 packages/iconoir-flutter/lib/fishing.dart create mode 100644 packages/iconoir-flutter/lib/flare.dart create mode 100644 packages/iconoir-flutter/lib/flash.dart create mode 100644 packages/iconoir-flutter/lib/flash_off.dart create mode 100644 packages/iconoir-flutter/lib/flask.dart create mode 100644 packages/iconoir-flutter/lib/flip.dart create mode 100644 packages/iconoir-flutter/lib/flip_reverse.dart create mode 100644 packages/iconoir-flutter/lib/flower.dart create mode 100644 packages/iconoir-flutter/lib/fluorine.dart create mode 100644 packages/iconoir-flutter/lib/fog.dart create mode 100644 packages/iconoir-flutter/lib/folder.dart create mode 100644 packages/iconoir-flutter/lib/folder_alert.dart create mode 100644 packages/iconoir-flutter/lib/folder_settings.dart create mode 100644 packages/iconoir-flutter/lib/font_size.dart create mode 100644 packages/iconoir-flutter/lib/football.dart create mode 100644 packages/iconoir-flutter/lib/football_ball.dart create mode 100644 packages/iconoir-flutter/lib/forward_15_seconds.dart create mode 100644 packages/iconoir-flutter/lib/forward_outline.dart create mode 100644 packages/iconoir-flutter/lib/frame.dart create mode 100644 packages/iconoir-flutter/lib/frame_alt.dart create mode 100644 packages/iconoir-flutter/lib/frame_alt_empty.dart create mode 100644 packages/iconoir-flutter/lib/frame_select.dart create mode 100644 packages/iconoir-flutter/lib/frame_simple.dart create mode 100644 packages/iconoir-flutter/lib/frame_tool.dart create mode 100644 packages/iconoir-flutter/lib/fridge.dart create mode 100644 packages/iconoir-flutter/lib/fx.dart create mode 100644 packages/iconoir-flutter/lib/fx_rounded.dart create mode 100644 packages/iconoir-flutter/lib/gamepad.dart create mode 100644 packages/iconoir-flutter/lib/garage.dart create mode 100644 packages/iconoir-flutter/lib/gas.dart create mode 100644 packages/iconoir-flutter/lib/gas_tank.dart create mode 100644 packages/iconoir-flutter/lib/gas_tank_drop.dart create mode 100644 packages/iconoir-flutter/lib/gift.dart create mode 100644 packages/iconoir-flutter/lib/git_branch.dart create mode 100644 packages/iconoir-flutter/lib/git_command.dart create mode 100644 packages/iconoir-flutter/lib/git_commit.dart create mode 100644 packages/iconoir-flutter/lib/git_compare.dart create mode 100644 packages/iconoir-flutter/lib/git_fork.dart create mode 100644 packages/iconoir-flutter/lib/git_hub.dart create mode 100644 packages/iconoir-flutter/lib/git_hub_outline.dart create mode 100644 packages/iconoir-flutter/lib/git_lab_full.dart create mode 100644 packages/iconoir-flutter/lib/git_merge.dart create mode 100644 packages/iconoir-flutter/lib/git_pull_request.dart create mode 100644 packages/iconoir-flutter/lib/glass_empty.dart create mode 100644 packages/iconoir-flutter/lib/glass_half.dart create mode 100644 packages/iconoir-flutter/lib/glass_half_alt.dart create mode 100644 packages/iconoir-flutter/lib/glasses.dart create mode 100644 packages/iconoir-flutter/lib/globe.dart create mode 100644 packages/iconoir-flutter/lib/golf.dart create mode 100644 packages/iconoir-flutter/lib/google.dart create mode 100644 packages/iconoir-flutter/lib/google_circled.dart create mode 100644 packages/iconoir-flutter/lib/google_docs.dart create mode 100644 packages/iconoir-flutter/lib/google_drive.dart create mode 100644 packages/iconoir-flutter/lib/google_drive_check.dart create mode 100644 packages/iconoir-flutter/lib/google_drive_sync.dart create mode 100644 packages/iconoir-flutter/lib/google_drive_warning.dart create mode 100644 packages/iconoir-flutter/lib/google_home.dart create mode 100644 packages/iconoir-flutter/lib/google_one.dart create mode 100644 packages/iconoir-flutter/lib/gps.dart create mode 100644 packages/iconoir-flutter/lib/graph_down.dart create mode 100644 packages/iconoir-flutter/lib/graph_up.dart create mode 100644 packages/iconoir-flutter/lib/green_bus.dart create mode 100644 packages/iconoir-flutter/lib/green_truck.dart create mode 100644 packages/iconoir-flutter/lib/green_vehicle.dart create mode 100644 packages/iconoir-flutter/lib/grid_add.dart create mode 100644 packages/iconoir-flutter/lib/grid_minus.dart create mode 100644 packages/iconoir-flutter/lib/grid_remove.dart create mode 100644 packages/iconoir-flutter/lib/group.dart create mode 100644 packages/iconoir-flutter/lib/gym.dart create mode 100644 packages/iconoir-flutter/lib/half_cookie.dart create mode 100644 packages/iconoir-flutter/lib/half_moon.dart create mode 100644 packages/iconoir-flutter/lib/hand_brake.dart create mode 100644 packages/iconoir-flutter/lib/handbag.dart create mode 100644 packages/iconoir-flutter/lib/hard_drive.dart create mode 100644 packages/iconoir-flutter/lib/hat.dart create mode 100644 packages/iconoir-flutter/lib/hd.dart create mode 100644 packages/iconoir-flutter/lib/hd_display.dart create mode 100644 packages/iconoir-flutter/lib/hdr.dart create mode 100644 packages/iconoir-flutter/lib/headset.dart create mode 100644 packages/iconoir-flutter/lib/headset_charge.dart create mode 100644 packages/iconoir-flutter/lib/headset_help.dart create mode 100644 packages/iconoir-flutter/lib/headset_issue.dart create mode 100644 packages/iconoir-flutter/lib/health_shield.dart create mode 100644 packages/iconoir-flutter/lib/healthcare.dart create mode 100644 packages/iconoir-flutter/lib/heart.dart create mode 100644 packages/iconoir-flutter/lib/heavy_rain.dart create mode 100644 packages/iconoir-flutter/lib/heptagon.dart create mode 100644 packages/iconoir-flutter/lib/her_slips.dart create mode 100644 packages/iconoir-flutter/lib/hesa_warning_outline.dart create mode 100644 packages/iconoir-flutter/lib/hexagon.dart create mode 100644 packages/iconoir-flutter/lib/hexagon_alt.dart create mode 100644 packages/iconoir-flutter/lib/hexagon_dice.dart create mode 100644 packages/iconoir-flutter/lib/high_priority.dart create mode 100644 packages/iconoir-flutter/lib/historic_shield.dart create mode 100644 packages/iconoir-flutter/lib/historic_shield_alt.dart create mode 100644 packages/iconoir-flutter/lib/home.dart create mode 100644 packages/iconoir-flutter/lib/home_alt.dart create mode 100644 packages/iconoir-flutter/lib/home_alt_slim.dart create mode 100644 packages/iconoir-flutter/lib/home_alt_slim_horiz.dart create mode 100644 packages/iconoir-flutter/lib/home_hospital.dart create mode 100644 packages/iconoir-flutter/lib/home_sale.dart create mode 100644 packages/iconoir-flutter/lib/home_secure.dart create mode 100644 packages/iconoir-flutter/lib/home_shield.dart create mode 100644 packages/iconoir-flutter/lib/home_simple.dart create mode 100644 packages/iconoir-flutter/lib/home_simple_door.dart create mode 100644 packages/iconoir-flutter/lib/home_table.dart create mode 100644 packages/iconoir-flutter/lib/home_user.dart create mode 100644 packages/iconoir-flutter/lib/horiz_distribution_left.dart create mode 100644 packages/iconoir-flutter/lib/horiz_distribution_right.dart create mode 100644 packages/iconoir-flutter/lib/hospital.dart create mode 100644 packages/iconoir-flutter/lib/hospital_sign.dart create mode 100644 packages/iconoir-flutter/lib/hot_air_balloon.dart create mode 100644 packages/iconoir-flutter/lib/hourglass.dart create mode 100644 packages/iconoir-flutter/lib/html_5.dart create mode 100644 packages/iconoir-flutter/lib/hydrogen.dart create mode 100644 packages/iconoir-flutter/lib/iconoir.dart create mode 100644 packages/iconoir-flutter/lib/iconoir_flutter.dart create mode 100644 packages/iconoir-flutter/lib/import.dart create mode 100644 packages/iconoir-flutter/lib/industry.dart create mode 100644 packages/iconoir-flutter/lib/infinite.dart create mode 100644 packages/iconoir-flutter/lib/info_empty.dart create mode 100644 packages/iconoir-flutter/lib/input_field.dart create mode 100644 packages/iconoir-flutter/lib/input_output.dart create mode 100644 packages/iconoir-flutter/lib/input_search.dart create mode 100644 packages/iconoir-flutter/lib/instagram.dart create mode 100644 packages/iconoir-flutter/lib/internet.dart create mode 100644 packages/iconoir-flutter/lib/intersect.dart create mode 100644 packages/iconoir-flutter/lib/intersect_alt.dart create mode 100644 packages/iconoir-flutter/lib/ios_settings.dart create mode 100644 packages/iconoir-flutter/lib/ip_address.dart create mode 100644 packages/iconoir-flutter/lib/iris_scan.dart create mode 100644 packages/iconoir-flutter/lib/italic.dart create mode 100644 packages/iconoir-flutter/lib/italic_square_outline.dart create mode 100644 packages/iconoir-flutter/lib/journal.dart create mode 100644 packages/iconoir-flutter/lib/journal_page.dart create mode 100644 packages/iconoir-flutter/lib/kanban_board.dart create mode 100644 packages/iconoir-flutter/lib/key_alt.dart create mode 100644 packages/iconoir-flutter/lib/key_alt_back.dart create mode 100644 packages/iconoir-flutter/lib/key_alt_minus.dart create mode 100644 packages/iconoir-flutter/lib/key_alt_plus.dart create mode 100644 packages/iconoir-flutter/lib/key_alt_remove.dart create mode 100644 packages/iconoir-flutter/lib/keyframe.dart create mode 100644 packages/iconoir-flutter/lib/keyframe_align_center.dart create mode 100644 packages/iconoir-flutter/lib/keyframe_align_horizontal.dart create mode 100644 packages/iconoir-flutter/lib/keyframe_align_vertical.dart create mode 100644 packages/iconoir-flutter/lib/keyframe_position.dart create mode 100644 packages/iconoir-flutter/lib/keyframes.dart create mode 100644 packages/iconoir-flutter/lib/keyframes_couple.dart create mode 100644 packages/iconoir-flutter/lib/label_outline.dart create mode 100644 packages/iconoir-flutter/lib/lamp.dart create mode 100644 packages/iconoir-flutter/lib/language.dart create mode 100644 packages/iconoir-flutter/lib/laptop.dart create mode 100644 packages/iconoir-flutter/lib/laptop_charging.dart create mode 100644 packages/iconoir-flutter/lib/laptop_fix.dart create mode 100644 packages/iconoir-flutter/lib/laptop_issue.dart create mode 100644 packages/iconoir-flutter/lib/large_suitcase.dart create mode 100644 packages/iconoir-flutter/lib/layout_left.dart create mode 100644 packages/iconoir-flutter/lib/layout_right.dart create mode 100644 packages/iconoir-flutter/lib/leaderboard.dart create mode 100644 packages/iconoir-flutter/lib/leaderboard_star.dart create mode 100644 packages/iconoir-flutter/lib/leaf.dart create mode 100644 packages/iconoir-flutter/lib/left_round_arrow.dart create mode 100644 packages/iconoir-flutter/lib/lens.dart create mode 100644 packages/iconoir-flutter/lib/lifebelt.dart create mode 100644 packages/iconoir-flutter/lib/light_bulb.dart create mode 100644 packages/iconoir-flutter/lib/light_bulb_off.dart create mode 100644 packages/iconoir-flutter/lib/light_bulb_on.dart create mode 100644 packages/iconoir-flutter/lib/line_space.dart create mode 100644 packages/iconoir-flutter/lib/linear.dart create mode 100644 packages/iconoir-flutter/lib/link.dart create mode 100644 packages/iconoir-flutter/lib/linked_in.dart create mode 100644 packages/iconoir-flutter/lib/linux.dart create mode 100644 packages/iconoir-flutter/lib/list.dart create mode 100644 packages/iconoir-flutter/lib/load_action_floppy.dart create mode 100644 packages/iconoir-flutter/lib/lock.dart create mode 100644 packages/iconoir-flutter/lib/lock_key.dart create mode 100644 packages/iconoir-flutter/lib/locked_book.dart create mode 100644 packages/iconoir-flutter/lib/locked_window.dart create mode 100644 packages/iconoir-flutter/lib/log_denied.dart create mode 100644 packages/iconoir-flutter/lib/log_in.dart create mode 100644 packages/iconoir-flutter/lib/log_out.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_down_left.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_down_right.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_left_down.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_left_up.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_right_down.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_right_up.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_right_up_1.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_up_left.dart create mode 100644 packages/iconoir-flutter/lib/long_arrow_up_right.dart create mode 100644 packages/iconoir-flutter/lib/lot_of_cash.dart create mode 100644 packages/iconoir-flutter/lib/mac_control_key.dart create mode 100644 packages/iconoir-flutter/lib/mac_dock.dart create mode 100644 packages/iconoir-flutter/lib/mac_option_key.dart create mode 100644 packages/iconoir-flutter/lib/mac_os_window.dart create mode 100644 packages/iconoir-flutter/lib/magnet.dart create mode 100644 packages/iconoir-flutter/lib/magnet_energy.dart create mode 100644 packages/iconoir-flutter/lib/mail.dart create mode 100644 packages/iconoir-flutter/lib/mail_opened.dart create mode 100644 packages/iconoir-flutter/lib/male.dart create mode 100644 packages/iconoir-flutter/lib/map.dart create mode 100644 packages/iconoir-flutter/lib/map_issue.dart create mode 100644 packages/iconoir-flutter/lib/maps_arrow.dart create mode 100644 packages/iconoir-flutter/lib/maps_arrow_diagonal.dart create mode 100644 packages/iconoir-flutter/lib/maps_arrow_issue.dart create mode 100644 packages/iconoir-flutter/lib/maps_go_straight.dart create mode 100644 packages/iconoir-flutter/lib/maps_turn_back.dart create mode 100644 packages/iconoir-flutter/lib/maps_turn_left.dart create mode 100644 packages/iconoir-flutter/lib/maps_turn_right.dart create mode 100644 packages/iconoir-flutter/lib/mask_square.dart create mode 100644 packages/iconoir-flutter/lib/math_book.dart create mode 100644 packages/iconoir-flutter/lib/maximize.dart create mode 100644 packages/iconoir-flutter/lib/medal.dart create mode 100644 packages/iconoir-flutter/lib/medal_1_st.dart create mode 100644 packages/iconoir-flutter/lib/media_image.dart create mode 100644 packages/iconoir-flutter/lib/media_image_folder.dart create mode 100644 packages/iconoir-flutter/lib/media_image_list.dart create mode 100644 packages/iconoir-flutter/lib/media_video.dart create mode 100644 packages/iconoir-flutter/lib/media_video_folder.dart create mode 100644 packages/iconoir-flutter/lib/media_video_list.dart create mode 100644 packages/iconoir-flutter/lib/medium.dart create mode 100644 packages/iconoir-flutter/lib/megaphone.dart create mode 100644 packages/iconoir-flutter/lib/menu.dart create mode 100644 packages/iconoir-flutter/lib/menu_scale.dart create mode 100644 packages/iconoir-flutter/lib/message.dart create mode 100644 packages/iconoir-flutter/lib/message_alert.dart create mode 100644 packages/iconoir-flutter/lib/message_text.dart create mode 100644 packages/iconoir-flutter/lib/metro.dart create mode 100644 packages/iconoir-flutter/lib/mic.dart create mode 100644 packages/iconoir-flutter/lib/mic_add.dart create mode 100644 packages/iconoir-flutter/lib/mic_check.dart create mode 100644 packages/iconoir-flutter/lib/mic_mute.dart create mode 100644 packages/iconoir-flutter/lib/mic_remove.dart create mode 100644 packages/iconoir-flutter/lib/mic_speaking.dart create mode 100644 packages/iconoir-flutter/lib/mic_warning.dart create mode 100644 packages/iconoir-flutter/lib/minus.dart create mode 100644 packages/iconoir-flutter/lib/minus_1.dart create mode 100644 packages/iconoir-flutter/lib/minus_hexagon.dart create mode 100644 packages/iconoir-flutter/lib/minus_pin_alt.dart create mode 100644 packages/iconoir-flutter/lib/minus_square.dart create mode 100644 packages/iconoir-flutter/lib/mirror.dart create mode 100644 packages/iconoir-flutter/lib/missing_font.dart create mode 100644 packages/iconoir-flutter/lib/modern_tv.dart create mode 100644 packages/iconoir-flutter/lib/modern_tv_4_k.dart create mode 100644 packages/iconoir-flutter/lib/money_square.dart create mode 100644 packages/iconoir-flutter/lib/moon_sat.dart create mode 100644 packages/iconoir-flutter/lib/more_horiz.dart create mode 100644 packages/iconoir-flutter/lib/more_horiz_circled_outline.dart create mode 100644 packages/iconoir-flutter/lib/more_vert.dart create mode 100644 packages/iconoir-flutter/lib/more_vert_circled_outline.dart create mode 100644 packages/iconoir-flutter/lib/motorcycle.dart create mode 100644 packages/iconoir-flutter/lib/mouse_button_left.dart create mode 100644 packages/iconoir-flutter/lib/mouse_button_right.dart create mode 100644 packages/iconoir-flutter/lib/mouse_scroll_wheel.dart create mode 100644 packages/iconoir-flutter/lib/move_down.dart create mode 100644 packages/iconoir-flutter/lib/move_left.dart create mode 100644 packages/iconoir-flutter/lib/move_right.dart create mode 100644 packages/iconoir-flutter/lib/move_ruler.dart create mode 100644 packages/iconoir-flutter/lib/move_up.dart create mode 100644 packages/iconoir-flutter/lib/movie.dart create mode 100644 packages/iconoir-flutter/lib/multi_bubble.dart create mode 100644 packages/iconoir-flutter/lib/multi_mac_os_window.dart create mode 100644 packages/iconoir-flutter/lib/multi_window.dart create mode 100644 packages/iconoir-flutter/lib/multiple_pages.dart create mode 100644 packages/iconoir-flutter/lib/multiple_pages_add.dart create mode 100644 packages/iconoir-flutter/lib/multiple_pages_delete.dart create mode 100644 packages/iconoir-flutter/lib/multiple_pages_empty.dart create mode 100644 packages/iconoir-flutter/lib/multiple_pages_remove.dart create mode 100644 packages/iconoir-flutter/lib/music_1.dart create mode 100644 packages/iconoir-flutter/lib/music_1_add.dart create mode 100644 packages/iconoir-flutter/lib/music_2.dart create mode 100644 packages/iconoir-flutter/lib/music_2_add.dart create mode 100644 packages/iconoir-flutter/lib/nav_arrow_down.dart create mode 100644 packages/iconoir-flutter/lib/nav_arrow_left.dart create mode 100644 packages/iconoir-flutter/lib/nav_arrow_right.dart create mode 100644 packages/iconoir-flutter/lib/nav_arrow_up.dart create mode 100644 packages/iconoir-flutter/lib/navigator.dart create mode 100644 packages/iconoir-flutter/lib/navigator_alt.dart create mode 100644 packages/iconoir-flutter/lib/network.dart create mode 100644 packages/iconoir-flutter/lib/network_alt.dart create mode 100644 packages/iconoir-flutter/lib/network_left.dart create mode 100644 packages/iconoir-flutter/lib/network_right.dart create mode 100644 packages/iconoir-flutter/lib/new_tab.dart create mode 100644 packages/iconoir-flutter/lib/nintendo_switch.dart create mode 100644 packages/iconoir-flutter/lib/nitrogen.dart create mode 100644 packages/iconoir-flutter/lib/no_access_window.dart create mode 100644 packages/iconoir-flutter/lib/no_battery.dart create mode 100644 packages/iconoir-flutter/lib/no_coin.dart create mode 100644 packages/iconoir-flutter/lib/no_credit_card.dart create mode 100644 packages/iconoir-flutter/lib/no_link.dart create mode 100644 packages/iconoir-flutter/lib/no_lock.dart create mode 100644 packages/iconoir-flutter/lib/no_smoking.dart create mode 100644 packages/iconoir-flutter/lib/no_smoking_circled.dart create mode 100644 packages/iconoir-flutter/lib/notes.dart create mode 100644 packages/iconoir-flutter/lib/numbered_list_left.dart create mode 100644 packages/iconoir-flutter/lib/numbered_list_right.dart create mode 100644 packages/iconoir-flutter/lib/octagon.dart create mode 100644 packages/iconoir-flutter/lib/off_rounded.dart create mode 100644 packages/iconoir-flutter/lib/oil_industry.dart create mode 100644 packages/iconoir-flutter/lib/on_rounded.dart create mode 100644 packages/iconoir-flutter/lib/one_finger_select_hand_gesture.dart create mode 100644 packages/iconoir-flutter/lib/one_point_circle.dart create mode 100644 packages/iconoir-flutter/lib/open_book.dart create mode 100644 packages/iconoir-flutter/lib/open_in_browser.dart create mode 100644 packages/iconoir-flutter/lib/open_in_window.dart create mode 100644 packages/iconoir-flutter/lib/open_new_window.dart create mode 100644 packages/iconoir-flutter/lib/open_select_hand_gesture.dart create mode 100644 packages/iconoir-flutter/lib/open_vpn.dart create mode 100644 packages/iconoir-flutter/lib/orange_half.dart create mode 100644 packages/iconoir-flutter/lib/orange_slice.dart create mode 100644 packages/iconoir-flutter/lib/orange_slice_alt.dart create mode 100644 packages/iconoir-flutter/lib/organic_food.dart create mode 100644 packages/iconoir-flutter/lib/organic_food_squared.dart create mode 100644 packages/iconoir-flutter/lib/orthogonal_view.dart create mode 100644 packages/iconoir-flutter/lib/oxygen.dart create mode 100644 packages/iconoir-flutter/lib/package.dart create mode 100644 packages/iconoir-flutter/lib/package_lock.dart create mode 100644 packages/iconoir-flutter/lib/packages.dart create mode 100644 packages/iconoir-flutter/lib/pacman.dart create mode 100644 packages/iconoir-flutter/lib/page.dart create mode 100644 packages/iconoir-flutter/lib/page_edit.dart create mode 100644 packages/iconoir-flutter/lib/page_flip.dart create mode 100644 packages/iconoir-flutter/lib/page_search.dart create mode 100644 packages/iconoir-flutter/lib/page_star.dart create mode 100644 packages/iconoir-flutter/lib/palette.dart create mode 100644 packages/iconoir-flutter/lib/panorama_enlarge.dart create mode 100644 packages/iconoir-flutter/lib/panorama_reduce.dart create mode 100644 packages/iconoir-flutter/lib/pants.dart create mode 100644 packages/iconoir-flutter/lib/pants_alt.dart create mode 100644 packages/iconoir-flutter/lib/parking.dart create mode 100644 packages/iconoir-flutter/lib/password_cursor.dart create mode 100644 packages/iconoir-flutter/lib/password_error.dart create mode 100644 packages/iconoir-flutter/lib/password_pass.dart create mode 100644 packages/iconoir-flutter/lib/paste_clipboard.dart create mode 100644 packages/iconoir-flutter/lib/pause_outline.dart create mode 100644 packages/iconoir-flutter/lib/pause_window.dart create mode 100644 packages/iconoir-flutter/lib/pc_check.dart create mode 100644 packages/iconoir-flutter/lib/pc_firewall.dart create mode 100644 packages/iconoir-flutter/lib/pc_mouse.dart create mode 100644 packages/iconoir-flutter/lib/pc_no_entry.dart create mode 100644 packages/iconoir-flutter/lib/pc_warning.dart create mode 100644 packages/iconoir-flutter/lib/peace_hand.dart create mode 100644 packages/iconoir-flutter/lib/pen_connect_bluetooth.dart create mode 100644 packages/iconoir-flutter/lib/pen_connect_wifi.dart create mode 100644 packages/iconoir-flutter/lib/pen_tablet.dart create mode 100644 packages/iconoir-flutter/lib/pen_tablet_connect_usb.dart create mode 100644 packages/iconoir-flutter/lib/pen_tablet_connect_wifi.dart create mode 100644 packages/iconoir-flutter/lib/pentagon.dart create mode 100644 packages/iconoir-flutter/lib/people_rounded.dart create mode 100644 packages/iconoir-flutter/lib/percentage.dart create mode 100644 packages/iconoir-flutter/lib/percentage_round.dart create mode 100644 packages/iconoir-flutter/lib/percentage_square.dart create mode 100644 packages/iconoir-flutter/lib/perspective_view.dart create mode 100644 packages/iconoir-flutter/lib/pharmacy_circled_cross.dart create mode 100644 packages/iconoir-flutter/lib/pharmacy_squared_cross.dart create mode 100644 packages/iconoir-flutter/lib/phone.dart create mode 100644 packages/iconoir-flutter/lib/phone_add.dart create mode 100644 packages/iconoir-flutter/lib/phone_delete.dart create mode 100644 packages/iconoir-flutter/lib/phone_disabled.dart create mode 100644 packages/iconoir-flutter/lib/phone_income.dart create mode 100644 packages/iconoir-flutter/lib/phone_outcome.dart create mode 100644 packages/iconoir-flutter/lib/phone_paused.dart create mode 100644 packages/iconoir-flutter/lib/phone_remove.dart create mode 100644 packages/iconoir-flutter/lib/piggy_bank.dart create mode 100644 packages/iconoir-flutter/lib/pillow.dart create mode 100644 packages/iconoir-flutter/lib/pin.dart create mode 100644 packages/iconoir-flutter/lib/pin_alt.dart create mode 100644 packages/iconoir-flutter/lib/pine_tree.dart create mode 100644 packages/iconoir-flutter/lib/pinterest.dart create mode 100644 packages/iconoir-flutter/lib/pizza_slice.dart create mode 100644 packages/iconoir-flutter/lib/planet.dart create mode 100644 packages/iconoir-flutter/lib/planet_alt.dart create mode 100644 packages/iconoir-flutter/lib/planet_sat.dart create mode 100644 packages/iconoir-flutter/lib/play_outline.dart create mode 100644 packages/iconoir-flutter/lib/playlist.dart create mode 100644 packages/iconoir-flutter/lib/playlist_add.dart create mode 100644 packages/iconoir-flutter/lib/playlist_play.dart create mode 100644 packages/iconoir-flutter/lib/playstation_gamepad.dart create mode 100644 packages/iconoir-flutter/lib/plug_type_a.dart create mode 100644 packages/iconoir-flutter/lib/plug_type_c.dart create mode 100644 packages/iconoir-flutter/lib/plug_type_g.dart create mode 100644 packages/iconoir-flutter/lib/plug_type_l.dart create mode 100644 packages/iconoir-flutter/lib/plus.dart create mode 100644 packages/iconoir-flutter/lib/pocket.dart create mode 100644 packages/iconoir-flutter/lib/podcast.dart create mode 100644 packages/iconoir-flutter/lib/pokeball.dart create mode 100644 packages/iconoir-flutter/lib/position.dart create mode 100644 packages/iconoir-flutter/lib/position_align.dart create mode 100644 packages/iconoir-flutter/lib/potion.dart create mode 100644 packages/iconoir-flutter/lib/pound.dart create mode 100644 packages/iconoir-flutter/lib/precision_tool.dart create mode 100644 packages/iconoir-flutter/lib/printer.dart create mode 100644 packages/iconoir-flutter/lib/printer_alt.dart create mode 100644 packages/iconoir-flutter/lib/printing_page.dart create mode 100644 packages/iconoir-flutter/lib/priority_down.dart create mode 100644 packages/iconoir-flutter/lib/priority_up.dart create mode 100644 packages/iconoir-flutter/lib/private_wifi.dart create mode 100644 packages/iconoir-flutter/lib/profile_circled.dart create mode 100644 packages/iconoir-flutter/lib/prohibition.dart create mode 100644 packages/iconoir-flutter/lib/puzzle.dart create mode 100644 packages/iconoir-flutter/lib/qr_code.dart create mode 100644 packages/iconoir-flutter/lib/question_mark.dart create mode 100644 packages/iconoir-flutter/lib/question_mark_circle.dart create mode 100644 packages/iconoir-flutter/lib/question_square_outline.dart create mode 100644 packages/iconoir-flutter/lib/quote.dart create mode 100644 packages/iconoir-flutter/lib/quote_message.dart create mode 100644 packages/iconoir-flutter/lib/rain.dart create mode 100644 packages/iconoir-flutter/lib/receive_dollars.dart create mode 100644 packages/iconoir-flutter/lib/receive_euros.dart create mode 100644 packages/iconoir-flutter/lib/receive_pounds.dart create mode 100644 packages/iconoir-flutter/lib/receive_yens.dart create mode 100644 packages/iconoir-flutter/lib/redo.dart create mode 100644 packages/iconoir-flutter/lib/redo_action.dart create mode 100644 packages/iconoir-flutter/lib/redo_circle.dart create mode 100644 packages/iconoir-flutter/lib/reduce.dart create mode 100644 packages/iconoir-flutter/lib/reduce_round_arrow.dart create mode 100644 packages/iconoir-flutter/lib/refresh.dart create mode 100644 packages/iconoir-flutter/lib/refresh_circular.dart create mode 100644 packages/iconoir-flutter/lib/refresh_double.dart create mode 100644 packages/iconoir-flutter/lib/reload_window.dart create mode 100644 packages/iconoir-flutter/lib/reminder_hand_gesture.dart create mode 100644 packages/iconoir-flutter/lib/remove_database_script.dart create mode 100644 packages/iconoir-flutter/lib/remove_empty.dart create mode 100644 packages/iconoir-flutter/lib/remove_folder.dart create mode 100644 packages/iconoir-flutter/lib/remove_frame.dart create mode 100644 packages/iconoir-flutter/lib/remove_from_cart.dart create mode 100644 packages/iconoir-flutter/lib/remove_keyframe.dart create mode 100644 packages/iconoir-flutter/lib/remove_keyframe_alt.dart create mode 100644 packages/iconoir-flutter/lib/remove_keyframes.dart create mode 100644 packages/iconoir-flutter/lib/remove_link.dart create mode 100644 packages/iconoir-flutter/lib/remove_media_image.dart create mode 100644 packages/iconoir-flutter/lib/remove_media_video.dart create mode 100644 packages/iconoir-flutter/lib/remove_page.dart create mode 100644 packages/iconoir-flutter/lib/remove_pin.dart create mode 100644 packages/iconoir-flutter/lib/remove_pin_alt.dart create mode 100644 packages/iconoir-flutter/lib/remove_selection.dart create mode 100644 packages/iconoir-flutter/lib/remove_square.dart create mode 100644 packages/iconoir-flutter/lib/remove_user.dart create mode 100644 packages/iconoir-flutter/lib/repeat.dart create mode 100644 packages/iconoir-flutter/lib/repeat_once.dart create mode 100644 packages/iconoir-flutter/lib/report_columns.dart create mode 100644 packages/iconoir-flutter/lib/reports.dart create mode 100644 packages/iconoir-flutter/lib/repository.dart create mode 100644 packages/iconoir-flutter/lib/restart.dart create mode 100644 packages/iconoir-flutter/lib/rewind_outline.dart create mode 100644 packages/iconoir-flutter/lib/rhombus.dart create mode 100644 packages/iconoir-flutter/lib/right_round_arrow.dart create mode 100644 packages/iconoir-flutter/lib/rings.dart create mode 100644 packages/iconoir-flutter/lib/rocket.dart create mode 100644 packages/iconoir-flutter/lib/rook.dart create mode 100644 packages/iconoir-flutter/lib/rotate_camera_left.dart create mode 100644 packages/iconoir-flutter/lib/rotate_camera_right.dart create mode 100644 packages/iconoir-flutter/lib/round_flask.dart create mode 100644 packages/iconoir-flutter/lib/rounded_mirror.dart create mode 100644 packages/iconoir-flutter/lib/rss_feed.dart create mode 100644 packages/iconoir-flutter/lib/rss_feed_squared.dart create mode 100644 packages/iconoir-flutter/lib/ruler.dart create mode 100644 packages/iconoir-flutter/lib/ruler_add.dart create mode 100644 packages/iconoir-flutter/lib/ruler_combine.dart create mode 100644 packages/iconoir-flutter/lib/ruler_remove.dart create mode 100644 packages/iconoir-flutter/lib/running.dart create mode 100644 packages/iconoir-flutter/lib/safari.dart create mode 100644 packages/iconoir-flutter/lib/sandals.dart create mode 100644 packages/iconoir-flutter/lib/save_action_floppy.dart create mode 100644 packages/iconoir-flutter/lib/save_floppy_disk.dart create mode 100644 packages/iconoir-flutter/lib/scale_frame_enlarge.dart create mode 100644 packages/iconoir-flutter/lib/scale_frame_reduce.dart create mode 100644 packages/iconoir-flutter/lib/scan_barcode.dart create mode 100644 packages/iconoir-flutter/lib/scan_qr_code.dart create mode 100644 packages/iconoir-flutter/lib/scanning.dart create mode 100644 packages/iconoir-flutter/lib/scarf.dart create mode 100644 packages/iconoir-flutter/lib/scissor.dart create mode 100644 packages/iconoir-flutter/lib/scissor_alt.dart create mode 100644 packages/iconoir-flutter/lib/sea_and_sun.dart create mode 100644 packages/iconoir-flutter/lib/sea_waves.dart create mode 100644 packages/iconoir-flutter/lib/search.dart create mode 100644 packages/iconoir-flutter/lib/search_engine.dart create mode 100644 packages/iconoir-flutter/lib/search_font.dart create mode 100644 packages/iconoir-flutter/lib/search_window.dart create mode 100644 packages/iconoir-flutter/lib/secure_window.dart create mode 100644 packages/iconoir-flutter/lib/security_pass.dart create mode 100644 packages/iconoir-flutter/lib/select_window.dart create mode 100644 packages/iconoir-flutter/lib/selection.dart create mode 100644 packages/iconoir-flutter/lib/selective_tool.dart create mode 100644 packages/iconoir-flutter/lib/send_dollars.dart create mode 100644 packages/iconoir-flutter/lib/send_euros.dart create mode 100644 packages/iconoir-flutter/lib/send_pounds.dart create mode 100644 packages/iconoir-flutter/lib/send_yens.dart create mode 100644 packages/iconoir-flutter/lib/server.dart create mode 100644 packages/iconoir-flutter/lib/server_connection.dart create mode 100644 packages/iconoir-flutter/lib/settings.dart create mode 100644 packages/iconoir-flutter/lib/settings_cloud.dart create mode 100644 packages/iconoir-flutter/lib/settings_profiles.dart create mode 100644 packages/iconoir-flutter/lib/share_android.dart create mode 100644 packages/iconoir-flutter/lib/share_ios.dart create mode 100644 packages/iconoir-flutter/lib/shield.dart create mode 100644 packages/iconoir-flutter/lib/shield_add.dart create mode 100644 packages/iconoir-flutter/lib/shield_alert.dart create mode 100644 packages/iconoir-flutter/lib/shield_alt.dart create mode 100644 packages/iconoir-flutter/lib/shield_broken.dart create mode 100644 packages/iconoir-flutter/lib/shield_check.dart create mode 100644 packages/iconoir-flutter/lib/shield_cross.dart create mode 100644 packages/iconoir-flutter/lib/shield_download.dart create mode 100644 packages/iconoir-flutter/lib/shield_eye.dart create mode 100644 packages/iconoir-flutter/lib/shield_loading.dart create mode 100644 packages/iconoir-flutter/lib/shield_minus.dart create mode 100644 packages/iconoir-flutter/lib/shield_question.dart create mode 100644 packages/iconoir-flutter/lib/shield_search.dart create mode 100644 packages/iconoir-flutter/lib/shield_upload.dart create mode 100644 packages/iconoir-flutter/lib/shop.dart create mode 100644 packages/iconoir-flutter/lib/shop_alt.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag_add.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag_alt.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag_arrow_down.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag_arrow_up.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag_check.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag_issue.dart create mode 100644 packages/iconoir-flutter/lib/shopping_bag_remove.dart create mode 100644 packages/iconoir-flutter/lib/shopping_code.dart create mode 100644 packages/iconoir-flutter/lib/shopping_code_check.dart create mode 100644 packages/iconoir-flutter/lib/shopping_code_error.dart create mode 100644 packages/iconoir-flutter/lib/short_pants.dart create mode 100644 packages/iconoir-flutter/lib/short_pants_alt.dart create mode 100644 packages/iconoir-flutter/lib/shuffle.dart create mode 100644 packages/iconoir-flutter/lib/sidebar_collapse.dart create mode 100644 packages/iconoir-flutter/lib/sidebar_expand.dart create mode 100644 packages/iconoir-flutter/lib/sigma_function.dart create mode 100644 packages/iconoir-flutter/lib/simple_cart.dart create mode 100644 packages/iconoir-flutter/lib/single_tap_gesture.dart create mode 100644 packages/iconoir-flutter/lib/skateboard.dart create mode 100644 packages/iconoir-flutter/lib/skateboarding.dart create mode 100644 packages/iconoir-flutter/lib/skip_next_outline.dart create mode 100644 packages/iconoir-flutter/lib/skip_prev_outline.dart create mode 100644 packages/iconoir-flutter/lib/sleeper_chair.dart create mode 100644 packages/iconoir-flutter/lib/small_lamp.dart create mode 100644 packages/iconoir-flutter/lib/small_lamp_alt.dart create mode 100644 packages/iconoir-flutter/lib/small_shop.dart create mode 100644 packages/iconoir-flutter/lib/small_shop_alt.dart create mode 100644 packages/iconoir-flutter/lib/smartphone_device.dart create mode 100644 packages/iconoir-flutter/lib/smoking.dart create mode 100644 packages/iconoir-flutter/lib/snapchat.dart create mode 100644 packages/iconoir-flutter/lib/snow.dart create mode 100644 packages/iconoir-flutter/lib/snow_flake.dart create mode 100644 packages/iconoir-flutter/lib/soap.dart create mode 100644 packages/iconoir-flutter/lib/soccer_ball.dart create mode 100644 packages/iconoir-flutter/lib/sofa.dart create mode 100644 packages/iconoir-flutter/lib/soil.dart create mode 100644 packages/iconoir-flutter/lib/soil_alt.dart create mode 100644 packages/iconoir-flutter/lib/sort.dart create mode 100644 packages/iconoir-flutter/lib/sort_down.dart create mode 100644 packages/iconoir-flutter/lib/sort_up.dart create mode 100644 packages/iconoir-flutter/lib/sound_high.dart create mode 100644 packages/iconoir-flutter/lib/sound_low.dart create mode 100644 packages/iconoir-flutter/lib/sound_min.dart create mode 100644 packages/iconoir-flutter/lib/sound_off.dart create mode 100644 packages/iconoir-flutter/lib/spades.dart create mode 100644 packages/iconoir-flutter/lib/sphere.dart create mode 100644 packages/iconoir-flutter/lib/spiral.dart create mode 100644 packages/iconoir-flutter/lib/spock_hand_gesture.dart create mode 100644 packages/iconoir-flutter/lib/square.dart create mode 100644 packages/iconoir-flutter/lib/stackoverflow.dart create mode 100644 packages/iconoir-flutter/lib/star_dashed.dart create mode 100644 packages/iconoir-flutter/lib/star_half_dashed.dart create mode 100644 packages/iconoir-flutter/lib/star_outline.dart create mode 100644 packages/iconoir-flutter/lib/stat_down.dart create mode 100644 packages/iconoir-flutter/lib/stat_up.dart create mode 100644 packages/iconoir-flutter/lib/stats_report.dart create mode 100644 packages/iconoir-flutter/lib/stats_square_down.dart create mode 100644 packages/iconoir-flutter/lib/stats_square_up.dart create mode 100644 packages/iconoir-flutter/lib/stretching.dart create mode 100644 packages/iconoir-flutter/lib/stroller.dart create mode 100644 packages/iconoir-flutter/lib/style_border.dart create mode 100644 packages/iconoir-flutter/lib/substract.dart create mode 100644 packages/iconoir-flutter/lib/suggestion.dart create mode 100644 packages/iconoir-flutter/lib/sun_light.dart create mode 100644 packages/iconoir-flutter/lib/swimming.dart create mode 100644 packages/iconoir-flutter/lib/swipe_down_gesture.dart create mode 100644 packages/iconoir-flutter/lib/swipe_left_gesture.dart create mode 100644 packages/iconoir-flutter/lib/swipe_right_gesture.dart create mode 100644 packages/iconoir-flutter/lib/swipe_two_fingers_down_gesture.dart create mode 100644 packages/iconoir-flutter/lib/swipe_two_fingers_left_gesture.dart create mode 100644 packages/iconoir-flutter/lib/swipe_two_fingers_right_gesture.dart create mode 100644 packages/iconoir-flutter/lib/swipe_two_fingers_up_gesture.dart create mode 100644 packages/iconoir-flutter/lib/swipe_up_gesture.dart create mode 100644 packages/iconoir-flutter/lib/switch_off_outline.dart create mode 100644 packages/iconoir-flutter/lib/switch_on_outline.dart create mode 100644 packages/iconoir-flutter/lib/system_restart.dart create mode 100644 packages/iconoir-flutter/lib/system_shut.dart create mode 100644 packages/iconoir-flutter/lib/table.dart create mode 100644 packages/iconoir-flutter/lib/table_2_columns.dart create mode 100644 packages/iconoir-flutter/lib/table_rows.dart create mode 100644 packages/iconoir-flutter/lib/task_list.dart create mode 100644 packages/iconoir-flutter/lib/telegram.dart create mode 100644 packages/iconoir-flutter/lib/telegram_circled.dart create mode 100644 packages/iconoir-flutter/lib/tennis_ball.dart create mode 100644 packages/iconoir-flutter/lib/tennis_ball_alt.dart create mode 100644 packages/iconoir-flutter/lib/terminal_outline.dart create mode 100644 packages/iconoir-flutter/lib/terminal_simple.dart create mode 100644 packages/iconoir-flutter/lib/test_tube.dart create mode 100644 packages/iconoir-flutter/lib/text.dart create mode 100644 packages/iconoir-flutter/lib/text_alt.dart create mode 100644 packages/iconoir-flutter/lib/text_size.dart create mode 100644 packages/iconoir-flutter/lib/three_points_circle.dart create mode 100644 packages/iconoir-flutter/lib/three_stars.dart create mode 100644 packages/iconoir-flutter/lib/thumbs_down.dart create mode 100644 packages/iconoir-flutter/lib/thumbs_up.dart create mode 100644 packages/iconoir-flutter/lib/thunderstorm.dart create mode 100644 packages/iconoir-flutter/lib/tik_tok.dart create mode 100644 packages/iconoir-flutter/lib/timer.dart create mode 100644 packages/iconoir-flutter/lib/timer_off.dart create mode 100644 packages/iconoir-flutter/lib/tournament.dart create mode 100644 packages/iconoir-flutter/lib/tower.dart create mode 100644 packages/iconoir-flutter/lib/tower_check.dart create mode 100644 packages/iconoir-flutter/lib/tower_no_access.dart create mode 100644 packages/iconoir-flutter/lib/tower_warning.dart create mode 100644 packages/iconoir-flutter/lib/trademark.dart create mode 100644 packages/iconoir-flutter/lib/train_outline.dart create mode 100644 packages/iconoir-flutter/lib/tram.dart create mode 100644 packages/iconoir-flutter/lib/transition_bottom.dart create mode 100644 packages/iconoir-flutter/lib/transition_left.dart create mode 100644 packages/iconoir-flutter/lib/transition_right.dart create mode 100644 packages/iconoir-flutter/lib/transition_top.dart create mode 100644 packages/iconoir-flutter/lib/translate.dart create mode 100644 packages/iconoir-flutter/lib/trash.dart create mode 100644 packages/iconoir-flutter/lib/treadmill.dart create mode 100644 packages/iconoir-flutter/lib/tree.dart create mode 100644 packages/iconoir-flutter/lib/trekking.dart create mode 100644 packages/iconoir-flutter/lib/trello.dart create mode 100644 packages/iconoir-flutter/lib/triangle.dart create mode 100644 packages/iconoir-flutter/lib/triangle_flag.dart create mode 100644 packages/iconoir-flutter/lib/triangle_flag_circle.dart create mode 100644 packages/iconoir-flutter/lib/triangle_flag_full.dart create mode 100644 packages/iconoir-flutter/lib/trophy.dart create mode 100644 packages/iconoir-flutter/lib/truck.dart create mode 100644 packages/iconoir-flutter/lib/truck_length.dart create mode 100644 packages/iconoir-flutter/lib/tunnel.dart create mode 100644 packages/iconoir-flutter/lib/tv.dart create mode 100644 packages/iconoir-flutter/lib/tv_fix.dart create mode 100644 packages/iconoir-flutter/lib/tv_issue.dart create mode 100644 packages/iconoir-flutter/lib/twitter.dart create mode 100644 packages/iconoir-flutter/lib/twitter_verified_badge.dart create mode 100644 packages/iconoir-flutter/lib/two_points_circle.dart create mode 100644 packages/iconoir-flutter/lib/two_seater_sofa.dart create mode 100644 packages/iconoir-flutter/lib/type.dart create mode 100644 packages/iconoir-flutter/lib/umbrella_full.dart create mode 100644 packages/iconoir-flutter/lib/underline.dart create mode 100644 packages/iconoir-flutter/lib/underline_square_outline.dart create mode 100644 packages/iconoir-flutter/lib/undo.dart create mode 100644 packages/iconoir-flutter/lib/undo_action.dart create mode 100644 packages/iconoir-flutter/lib/undo_circle.dart create mode 100644 packages/iconoir-flutter/lib/union.dart create mode 100644 packages/iconoir-flutter/lib/union_alt.dart create mode 100644 packages/iconoir-flutter/lib/union_horiz_alt.dart create mode 100644 packages/iconoir-flutter/lib/unity.dart create mode 100644 packages/iconoir-flutter/lib/unity_5.dart create mode 100644 packages/iconoir-flutter/lib/up_round_arrow.dart create mode 100644 packages/iconoir-flutter/lib/upload.dart create mode 100644 packages/iconoir-flutter/lib/upload_data_window.dart create mode 100644 packages/iconoir-flutter/lib/upload_square_outline.dart create mode 100644 packages/iconoir-flutter/lib/usb.dart create mode 100644 packages/iconoir-flutter/lib/user.dart create mode 100644 packages/iconoir-flutter/lib/user_bag.dart create mode 100644 packages/iconoir-flutter/lib/user_cart.dart create mode 100644 packages/iconoir-flutter/lib/user_circle_alt.dart create mode 100644 packages/iconoir-flutter/lib/user_scan.dart create mode 100644 packages/iconoir-flutter/lib/user_square_alt.dart create mode 100644 packages/iconoir-flutter/lib/vegan.dart create mode 100644 packages/iconoir-flutter/lib/vegan_rounded.dart create mode 100644 packages/iconoir-flutter/lib/vegan_squared.dart create mode 100644 packages/iconoir-flutter/lib/verified_badge.dart create mode 100644 packages/iconoir-flutter/lib/verified_user.dart create mode 100644 packages/iconoir-flutter/lib/video_camera.dart create mode 100644 packages/iconoir-flutter/lib/video_camera_off.dart create mode 100644 packages/iconoir-flutter/lib/view_360.dart create mode 100644 packages/iconoir-flutter/lib/view_columns_2.dart create mode 100644 packages/iconoir-flutter/lib/view_columns_3.dart create mode 100644 packages/iconoir-flutter/lib/view_grid.dart create mode 100644 packages/iconoir-flutter/lib/view_structure_down.dart create mode 100644 packages/iconoir-flutter/lib/view_structure_up.dart create mode 100644 packages/iconoir-flutter/lib/voice.dart create mode 100644 packages/iconoir-flutter/lib/voice_circled.dart create mode 100644 packages/iconoir-flutter/lib/voice_circled_lock.dart create mode 100644 packages/iconoir-flutter/lib/voice_error.dart create mode 100644 packages/iconoir-flutter/lib/voice_ok.dart create mode 100644 packages/iconoir-flutter/lib/voice_phone.dart create mode 100644 packages/iconoir-flutter/lib/voice_scan.dart create mode 100644 packages/iconoir-flutter/lib/voice_squared.dart create mode 100644 packages/iconoir-flutter/lib/vr_symbol.dart create mode 100644 packages/iconoir-flutter/lib/waist.dart create mode 100644 packages/iconoir-flutter/lib/walking.dart create mode 100644 packages/iconoir-flutter/lib/wallet.dart create mode 100644 packages/iconoir-flutter/lib/warning_circled_outline.dart create mode 100644 packages/iconoir-flutter/lib/warning_square_outline.dart create mode 100644 packages/iconoir-flutter/lib/warning_triangle_outline.dart create mode 100644 packages/iconoir-flutter/lib/warning_window.dart create mode 100644 packages/iconoir-flutter/lib/wash.dart create mode 100644 packages/iconoir-flutter/lib/washing_machine.dart create mode 100644 packages/iconoir-flutter/lib/watering_soil.dart create mode 100644 packages/iconoir-flutter/lib/web_window.dart create mode 100644 packages/iconoir-flutter/lib/web_window_close.dart create mode 100644 packages/iconoir-flutter/lib/web_window_energy_consumption.dart create mode 100644 packages/iconoir-flutter/lib/weight.dart create mode 100644 packages/iconoir-flutter/lib/weight_alt.dart create mode 100644 packages/iconoir-flutter/lib/white_flag.dart create mode 100644 packages/iconoir-flutter/lib/wifi.dart create mode 100644 packages/iconoir-flutter/lib/wifi_error.dart create mode 100644 packages/iconoir-flutter/lib/wifi_issue.dart create mode 100644 packages/iconoir-flutter/lib/wifi_off.dart create mode 100644 packages/iconoir-flutter/lib/wifi_rounded.dart create mode 100644 packages/iconoir-flutter/lib/wifi_signal_none.dart create mode 100644 packages/iconoir-flutter/lib/wind.dart create mode 100644 packages/iconoir-flutter/lib/windows.dart create mode 100644 packages/iconoir-flutter/lib/wrap_text.dart create mode 100644 packages/iconoir-flutter/lib/wristwatch.dart create mode 100644 packages/iconoir-flutter/lib/www.dart create mode 100644 packages/iconoir-flutter/lib/xbox_a.dart create mode 100644 packages/iconoir-flutter/lib/xbox_b.dart create mode 100644 packages/iconoir-flutter/lib/xbox_x.dart create mode 100644 packages/iconoir-flutter/lib/xbox_y.dart create mode 100644 packages/iconoir-flutter/lib/xray_view.dart create mode 100644 packages/iconoir-flutter/lib/yen.dart create mode 100644 packages/iconoir-flutter/lib/yen_square.dart create mode 100644 packages/iconoir-flutter/lib/yoga.dart create mode 100644 packages/iconoir-flutter/lib/you_tube.dart create mode 100644 packages/iconoir-flutter/lib/zoom_in.dart create mode 100644 packages/iconoir-flutter/lib/zoom_out.dart create mode 100644 packages/iconoir-flutter/pubspec.yaml create mode 100644 packages/iconoir-flutter/test/iconoir_flutter_test.dart diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a9bd2c9..c8be0d03 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,36 +10,40 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - ref: master # We have to checkout master or PNPM fails. Tag should be on master anyway. - - uses: actions/cache@v2 - with: - path: ~/.pnpm-store - key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}- - - uses: actions/setup-node@v2 - with: - node-version: '14' - registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v2.1.0 - with: - version: 6.27.1 - run_install: true - - run: pnpm run build - - run: pnpm run prepublish-all - env: - TAG_NAME: ${{ github.ref_name }} - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Release Version ${{ github.ref_name }} - branch: master - - run: git -c user.email="actions@github.com" -c user.name="GitHub Actions" tag -fa ${{ github.ref_name }} -m "${{ github.ref_name }}" - - run: git push -f origin ${{ github.ref_name }} - - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: pnpm -r publish --filter ./packages --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - uses: actions/checkout@v2 + with: + ref: master # We have to checkout master or PNPM fails. Tag should be on master anyway. + - uses: actions/cache@v2 + with: + path: ~/.pnpm-store + key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} + restore-keys: | + ${{ runner.os }}- + - uses: actions/setup-node@v2 + with: + node-version: '14' + registry-url: 'https://registry.npmjs.org' + - uses: pnpm/action-setup@v2.1.0 + with: + version: 6.27.1 + run_install: true + - run: pnpm run build + - run: pnpm run prepublish-all + env: + TAG_NAME: ${{ github.ref_name }} + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Release Version ${{ github.ref_name }} + branch: master + - run: git -c user.email="actions@github.com" -c user.name="GitHub Actions" tag -fa ${{ github.ref_name }} -m "${{ github.ref_name }}" + - run: git push -f origin ${{ github.ref_name }} + - run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - run: pnpm -r publish --filter ./packages --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - uses: sakebook/actions-flutter-pub-publisher@v1 + with: + credential: ${{ secrets.PUB_CREDENTIAL_JSON }} + package_directory: ./packages/iconoir-flutter diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 00000000..1f0a503c --- /dev/null +++ b/analysis_options.yaml @@ -0,0 +1,2 @@ +analyzer: + exclude: [bin/templates/**] diff --git a/bin/build.js b/bin/build.js index 9f268b55..d1b3c4a4 100644 --- a/bin/build.js +++ b/bin/build.js @@ -1,10 +1,10 @@ -import path from 'path'; -import os from 'os'; -import { promises as fs, readFileSync } from 'fs'; import execa from 'execa'; +import { promises as fs, readFileSync } from 'fs'; +import { generateTemplateFilesBatch } from 'generate-template-files'; import { Listr } from 'listr2'; +import os from 'os'; +import path, { basename, dirname } from 'path'; import { fileURLToPath } from 'url'; -import { dirname } from 'path'; // Paths const __dirname = dirname(fileURLToPath(import.meta.url)); @@ -29,6 +29,7 @@ const incompatibleNames = { const targets = { 'meta-data': { path: 'meta-data.json' }, css: { path: 'css/iconoir.css' }, + 'iconoir-flutter': { flutter: true, path: 'packages/iconoir-flutter' }, 'iconoir-react': { react: true, path: 'packages/iconoir-react' }, 'iconoir-react-native': { react: true, @@ -250,11 +251,204 @@ const tasks = new Listr( }); }, }, + ], + { concurrent: false } + ), + }, + { + title: 'Building Flutter libraries', + enabled: () => + cliTargets.length === 0 || + cliTargets.filter((cliTarget) => targets[cliTarget]?.flutter) + .length > 0, + task: (_, task) => + task.newListr( + [ { - title: 'Removing temporary directory', - skip: (ctx) => !ctx.tmpDir, + title: 'Creating temporary directory', task: async (ctx) => { - await fs.rm(ctx.tmpDir, { recursive: true }); + try { + ctx.tmpDir = await fs.mkdtemp( + path.join(os.tmpdir(), 'iconoir-') + ); + } catch (err) { + ctx.skip = true; + throw new Error(err.message); + } + }, + }, + { + title: + 'Copying icon files to temporary directory, while renaming icons with incompatible names', + skip: (ctx) => ctx.skip, + task: async (ctx) => { + try { + const promises = ctx.iconoirIconsFiles.map((file) => { + const srcFilePath = path.join( + iconoirIconsDir, + file + ); + const iconName = file.split('.')[0]; + const dstFileName = + iconName in incompatibleNames + ? incompatibleNames[iconName] + : iconName; + const dstFilePath = path.join( + ctx.tmpDir, + `${dstFileName}.svg` + ); + + ctx.dstFilePaths = [ + ...(ctx.dstFilePaths ?? []), + dstFilePath, + ]; + + return fs.copyFile(srcFilePath, dstFilePath); + }); + return Promise.all(promises).catch((err) => { + ctx.skip = true; + throw new Error(err.message); + }); + } catch (err) { + ctx.skip = true; + throw new Error(err.message); + } + }, + }, + { + skip: (ctx) => ctx.skip, + task: (_, task) => { + const targetsToBuild = + cliTargets.length > 0 + ? cliTargets.filter( + (cliTarget) => targets[cliTarget]?.flutter + ) + : Object.keys(targets).filter( + (target) => targets[target].flutter + ); + const tasks = targetsToBuild.map((target) => { + const builtIconsDir = path.join( + rootDir, + targets[target].path, + 'lib' + ); + return { + title: `Building ${target}`, + task: (_, task) => + task.newListr( + [ + { + title: 'Cleaning target directory', + task: async (ctx) => { + try { + const files = await fs.readdir( + builtIconsDir + ); + const promises = files.map((file) => { + return fs.unlink( + path.join(builtIconsDir, file) + ); + }); + return Promise.all(promises).catch( + (err) => { + ctx[target] = { skip: true }; + throw new Error(err.message); + } + ); + } catch (err) { + ctx[target] = { skip: true }; + throw new Error(err.message); + } + }, + }, + { + title: 'Create entry file', + task: async () => { + await fs.writeFile( + path.join( + builtIconsDir, + 'iconoir_flutter.dart' + ), + 'library iconoir_flutter;\n\n' + ); + }, + }, + { + title: 'Building icon files', + skip: (ctx) => ctx[target]?.skip, + task: async (ctx) => { + try { + ctx.dstFilePaths.forEach( + async (file) => { + const svgfilename = + path.parse(file).name; + // Prefix with Svg if icon name starts with a number + const iconname = `${ + /^\d/.test(svgfilename) + ? 'Svg' + : '' + }${svgfilename}`; + + const svgfilecontent = ( + await fs.readFile(file) + ).toString(); + + await generateTemplateFilesBatch([ + { + option: + 'Create Icon Flutter Widget', + entry: { + folderPath: + './bin/templates/__svgfilename__.dart', + }, + dynamicReplacers: [ + { + slot: '__icon__', + slotValue: iconname, + }, + { + slot: '__svgfilecontent__', + slotValue: svgfilecontent, + }, + { + slot: '__svgfilename__', + slotValue: svgfilename, + }, + ], + output: { + path: './packages/iconoir-flutter/lib/__svgfilename__(snakeCase).dart', + pathAndFileNameDefaultCase: + '(snakeCase)', + }, + async onComplete(results) { + await fs.appendFile( + path.join( + builtIconsDir, + 'iconoir_flutter.dart' + ), + `export './${basename( + results.output.path + )}';\n` + ); + }, + }, + ]); + } + ); + } catch (err) { + throw new Error(err.message); + } + }, + }, + ], + { concurrent: false, exitOnError: false } + ), + }; + }); + return task.newListr(tasks, { + concurrent: true, + rendererOptions: { collapse: false }, + }); }, }, ], @@ -265,6 +459,13 @@ const tasks = new Listr( { concurrent: true } ), }, + { + title: 'Removing temporary directory', + skip: (ctx) => !ctx.tmpDir, + task: async (ctx) => { + await fs.rm(ctx.tmpDir, { recursive: true }); + }, + }, ], { concurrent: false, diff --git a/bin/prepublish.js b/bin/prepublish.js index b8928c1a..9d94f682 100644 --- a/bin/prepublish.js +++ b/bin/prepublish.js @@ -1,17 +1,18 @@ -import semver from 'semver'; -import path from 'path'; +import { updateYamlKey } from '@atomist/yaml-updater'; import fs from 'fs'; +import path from 'path'; +import semver from 'semver'; const PACKAGE_BASE = ''; -function publishPackage(name) { - console.info('Publishing %s', name); +const newVersion = semver.valid(semver.coerce(process.env.TAG_NAME)); +console.info('New version is %s', newVersion); +if (!newVersion) { + throw new Error(`Tag name ${process.env.TAG_NAME} is not valid.`); +} - const newVersion = semver.valid(semver.coerce(process.env.TAG_NAME)); - console.info('New version is %s', newVersion); - if (!newVersion) { - throw new Error(`Tag name ${process.env.TAG_NAME} is not valid.`); - } +function publishNpmPackage(name) { + console.info('Publishing %s', name); const packageJsonPath = name === 'iconoir' @@ -26,6 +27,19 @@ function publishPackage(name) { console.info('package.json updated'); } -publishPackage('iconoir'); -publishPackage('iconoir-react'); -publishPackage('iconoir-react-native'); +function publishPubPackage(name) { + const pubspecFilepath = path.join('packages', name, 'pubspec.yaml'); + const pubspecContents = fs.readFileSync(pubspecFilepath).toString(); + + fs.writeFileSync( + pubspecFilepath, + updateYamlKey('version', newVersion, pubspecContents) + ); + + console.info('pubspec.yaml updated'); +} + +publishNpmPackage('iconoir'); +publishNpmPackage('iconoir-react'); +publishNpmPackage('iconoir-react-native'); +publishPubPackage('iconoir-flutter'); diff --git a/bin/templates/__svgfilename__.dart b/bin/templates/__svgfilename__.dart new file mode 100644 index 00000000..2ad4c47f --- /dev/null +++ b/bin/templates/__svgfilename__.dart @@ -0,0 +1,20 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class __icon__(pascalCase) extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const __icon__(pascalCase)({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' +__svgfilecontent__''', + color: color, + width: width, + height: height, + ); +} diff --git a/package.json b/package.json index f3062285..532c5619 100644 --- a/package.json +++ b/package.json @@ -30,13 +30,15 @@ }, "homepage": "https://iconoir.com", "devDependencies": { + "@atomist/yaml-updater": "^1.0.2", "@svgr/cli": "^5.5.0", "eslint": "^8.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "execa": "^5.1.1", + "generate-template-files": "^3.2.0", "listr2": "^3.12.2", "semver": "^7.3.5", "prettier": "^2.4.1" } -} \ No newline at end of file +} diff --git a/packages/iconoir-flutter/.gitignore b/packages/iconoir-flutter/.gitignore new file mode 100644 index 00000000..96486fd9 --- /dev/null +++ b/packages/iconoir-flutter/.gitignore @@ -0,0 +1,30 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. +/pubspec.lock +**/doc/api/ +.dart_tool/ +.packages +build/ diff --git a/packages/iconoir-flutter/.metadata b/packages/iconoir-flutter/.metadata new file mode 100644 index 00000000..756df280 --- /dev/null +++ b/packages/iconoir-flutter/.metadata @@ -0,0 +1,10 @@ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled and should not be manually edited. + +version: + revision: fb57da5f945d02ef4f98dfd9409a72b7cce74268 + channel: stable + +project_type: package diff --git a/packages/iconoir-flutter/.pubignore b/packages/iconoir-flutter/.pubignore new file mode 100644 index 00000000..30d74d25 --- /dev/null +++ b/packages/iconoir-flutter/.pubignore @@ -0,0 +1 @@ +test \ No newline at end of file diff --git a/packages/iconoir-flutter/CHANGELOG.md b/packages/iconoir-flutter/CHANGELOG.md new file mode 100644 index 00000000..e69de29b diff --git a/packages/iconoir-flutter/LICENSE b/packages/iconoir-flutter/LICENSE new file mode 100644 index 00000000..275b7c8b --- /dev/null +++ b/packages/iconoir-flutter/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Nibol S.r.l. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/iconoir-flutter/README.md b/packages/iconoir-flutter/README.md new file mode 100644 index 00000000..10bcb0fc --- /dev/null +++ b/packages/iconoir-flutter/README.md @@ -0,0 +1,76 @@ +## Flutter Iconoir Icons + +![PUB Version](https://img.shields.io/pub/v/iconoir_flutter?style=flat-square) +![PUB Monthly Downloads](https://img.shields.io/pub/dm/iconoir_flutter?style=flat-square) +![PUB License](https://img.shields.io/npm/l/iconoir_flutter?style=flat-square) + +Iconoir is an open source library with 900+ SVG Icons. No premium icons, no email sign-up, no newsletters. You can browse the full suite of icons at [iconoir.com](https://iconoir.com/). + +`iconoir_flutter` is an open source package that exports these icons as Flutter widgets (`flutter_svg`) that can be used in all of your Flutter projects. + +### Installation + +``` +flutter pub add iconoir_flutter +``` + +### Usage + +```dart +import 'package:flutter/material.dart'; +import 'package:iconoir_flutter/iconoir_flutter.dart'; + +void main() { + runApp(const App()); +} + +class App extends StatelessWidget { + const App({ super.key }); + + @override + Widget build(BuildContext context) { + return const MaterialApp( + home: DemoPage(), + ); + } +} + +class DemoPage extends StatelessWidget { + const DemoPage({ super.key }); + + @override + Widget build(BuildContext context) { + return Scaffold( + body: Container( + child: const Iconoir(), + ), + ); + } +} +``` + +Default values for the most common props are given below: + +| Prop name | Default value | +| ----------- | -------------- | +| color | "currentColor" | +| width | "1.5em" | +| height | "1.5em" | + + +### Icon names + +For the most part, the Flutter widgets are named as PascalCase variations of their reference names (i.e. `add-circle-outline` becomes `AddCircleOutline`). However, some names have been altered slightly either because they start with numerical digits, which would lead to invalid Flutter widgets names, or because they are organisations which use PascalCase in their brand names, such as `GitHub`. The altered names are as follows: + +| Iconoir Name | Flutter Widgets | +| ---------------- | --------------- | +| `1st-medal` | `Medal1St` | +| `4k-display` | `Display4K` | +| `4x4-cell` | `Cell4X4` | +| `360-view` | `View360` | +| `github` | `GitHub` | +| `github-outline` | `GitHubOutline` | +| `gitlab-full` | `GitLabFull` | +| `linkedin` | `LinkedIn` | +| `tiktok` | `TikTok` | +| `youtube` | `YouTube` | diff --git a/packages/iconoir-flutter/analysis_options.yaml b/packages/iconoir-flutter/analysis_options.yaml new file mode 100644 index 00000000..f9b30346 --- /dev/null +++ b/packages/iconoir-flutter/analysis_options.yaml @@ -0,0 +1 @@ +include: package:flutter_lints/flutter.yaml diff --git a/packages/iconoir-flutter/example/main.dart b/packages/iconoir-flutter/example/main.dart new file mode 100644 index 00000000..15fbc373 --- /dev/null +++ b/packages/iconoir-flutter/example/main.dart @@ -0,0 +1,28 @@ +import 'package:flutter/material.dart'; +import 'package:iconoir_flutter/iconoir_flutter.dart'; + +void main() { + runApp(const App()); +} + +class App extends StatelessWidget { + const App({super.key}); + + @override + Widget build(BuildContext context) { + return const MaterialApp( + home: DemoPage(), + ); + } +} + +class DemoPage extends StatelessWidget { + const DemoPage({super.key}); + + @override + Widget build(BuildContext context) { + return const Scaffold( + body: Iconoir(), + ); + } +} diff --git a/packages/iconoir-flutter/lib/3_d_add_hole.dart b/packages/iconoir-flutter/lib/3_d_add_hole.dart new file mode 100644 index 00000000..20ea8994 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_add_hole.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DAddHole extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DAddHole({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_arc.dart b/packages/iconoir-flutter/lib/3_d_arc.dart new file mode 100644 index 00000000..ef46e0b9 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_arc.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DArc extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DArc({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_arc_center_pt.dart b/packages/iconoir-flutter/lib/3_d_arc_center_pt.dart new file mode 100644 index 00000000..aa66d016 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_arc_center_pt.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DArcCenterPt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DArcCenterPt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_bridge.dart b/packages/iconoir-flutter/lib/3_d_bridge.dart new file mode 100644 index 00000000..89b16dfb --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_bridge.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DBridge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DBridge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_center_box.dart b/packages/iconoir-flutter/lib/3_d_center_box.dart new file mode 100644 index 00000000..7c4a2e31 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_center_box.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DCenterBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DCenterBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_ellipse.dart b/packages/iconoir-flutter/lib/3_d_ellipse.dart new file mode 100644 index 00000000..b9e699b6 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_ellipse.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DEllipse extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DEllipse({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_ellipse_three_pts.dart b/packages/iconoir-flutter/lib/3_d_ellipse_three_pts.dart new file mode 100644 index 00000000..c280be7e --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_ellipse_three_pts.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DEllipseThreePts extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DEllipseThreePts({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_pt_box.dart b/packages/iconoir-flutter/lib/3_d_pt_box.dart new file mode 100644 index 00000000..7dcafa4d --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_pt_box.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DPtBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DPtBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_rect_corner_to_corner.dart b/packages/iconoir-flutter/lib/3_d_rect_corner_to_corner.dart new file mode 100644 index 00000000..614d0cf4 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_rect_corner_to_corner.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DRectCornerToCorner extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DRectCornerToCorner({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_rect_from_center.dart b/packages/iconoir-flutter/lib/3_d_rect_from_center.dart new file mode 100644 index 00000000..464d35db --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_rect_from_center.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DRectFromCenter extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DRectFromCenter({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_rect_three_pts.dart b/packages/iconoir-flutter/lib/3_d_rect_three_pts.dart new file mode 100644 index 00000000..097dad4e --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_rect_three_pts.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DRectThreePts extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DRectThreePts({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_select_edge.dart b/packages/iconoir-flutter/lib/3_d_select_edge.dart new file mode 100644 index 00000000..2709520b --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_select_edge.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DSelectEdge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DSelectEdge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_select_face.dart b/packages/iconoir-flutter/lib/3_d_select_face.dart new file mode 100644 index 00000000..ae6dbe85 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_select_face.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DSelectFace extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DSelectFace({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_select_point.dart b/packages/iconoir-flutter/lib/3_d_select_point.dart new file mode 100644 index 00000000..258d7a80 --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_select_point.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DSelectPoint extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DSelectPoint({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_select_solid.dart b/packages/iconoir-flutter/lib/3_d_select_solid.dart new file mode 100644 index 00000000..99da130a --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_select_solid.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DSelectSolid extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DSelectSolid({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/3_d_three_pts_box.dart b/packages/iconoir-flutter/lib/3_d_three_pts_box.dart new file mode 100644 index 00000000..5ab877be --- /dev/null +++ b/packages/iconoir-flutter/lib/3_d_three_pts_box.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Svg3DThreePtsBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Svg3DThreePtsBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/accessibility.dart b/packages/iconoir-flutter/lib/accessibility.dart new file mode 100644 index 00000000..5cb65a51 --- /dev/null +++ b/packages/iconoir-flutter/lib/accessibility.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Accessibility extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Accessibility({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/accessibility_sign.dart b/packages/iconoir-flutter/lib/accessibility_sign.dart new file mode 100644 index 00000000..9e2d0d86 --- /dev/null +++ b/packages/iconoir-flutter/lib/accessibility_sign.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AccessibilitySign extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AccessibilitySign({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/accessibility_tech.dart b/packages/iconoir-flutter/lib/accessibility_tech.dart new file mode 100644 index 00000000..6c9d5cac --- /dev/null +++ b/packages/iconoir-flutter/lib/accessibility_tech.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AccessibilityTech extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AccessibilityTech({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/activity.dart b/packages/iconoir-flutter/lib/activity.dart new file mode 100644 index 00000000..42c3a02c --- /dev/null +++ b/packages/iconoir-flutter/lib/activity.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Activity extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Activity({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_circled_outline.dart b/packages/iconoir-flutter/lib/add_circled_outline.dart new file mode 100644 index 00000000..b2e99cf6 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_circled_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddCircledOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddCircledOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_database_script.dart b/packages/iconoir-flutter/lib/add_database_script.dart new file mode 100644 index 00000000..0ffb75c4 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_database_script.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddDatabaseScript extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddDatabaseScript({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_folder.dart b/packages/iconoir-flutter/lib/add_folder.dart new file mode 100644 index 00000000..962f9348 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_folder.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddFolder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddFolder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_frame.dart b/packages/iconoir-flutter/lib/add_frame.dart new file mode 100644 index 00000000..5d005dbc --- /dev/null +++ b/packages/iconoir-flutter/lib/add_frame.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddFrame extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddFrame({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_hexagon.dart b/packages/iconoir-flutter/lib/add_hexagon.dart new file mode 100644 index 00000000..53db2fb3 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_hexagon.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddHexagon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddHexagon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_keyframe.dart b/packages/iconoir-flutter/lib/add_keyframe.dart new file mode 100644 index 00000000..0bba6df6 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_keyframe.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddKeyframe extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddKeyframe({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_keyframe_alt.dart b/packages/iconoir-flutter/lib/add_keyframe_alt.dart new file mode 100644 index 00000000..5a58daf1 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_keyframe_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddKeyframeAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddKeyframeAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_keyframes.dart b/packages/iconoir-flutter/lib/add_keyframes.dart new file mode 100644 index 00000000..1969ba58 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_keyframes.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddKeyframes extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddKeyframes({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_lens.dart b/packages/iconoir-flutter/lib/add_lens.dart new file mode 100644 index 00000000..07407fe2 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_lens.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddLens extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddLens({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_media_image.dart b/packages/iconoir-flutter/lib/add_media_image.dart new file mode 100644 index 00000000..ebc27cb6 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_media_image.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddMediaImage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddMediaImage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_media_video.dart b/packages/iconoir-flutter/lib/add_media_video.dart new file mode 100644 index 00000000..b6ea3c69 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_media_video.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddMediaVideo extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddMediaVideo({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_page.dart b/packages/iconoir-flutter/lib/add_page.dart new file mode 100644 index 00000000..13c89b00 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_page.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddPage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddPage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_pin_alt.dart b/packages/iconoir-flutter/lib/add_pin_alt.dart new file mode 100644 index 00000000..e34a3845 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_pin_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddPinAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddPinAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_selection.dart b/packages/iconoir-flutter/lib/add_selection.dart new file mode 100644 index 00000000..6dcf9a34 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_selection.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddSelection extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddSelection({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_square.dart b/packages/iconoir-flutter/lib/add_square.dart new file mode 100644 index 00000000..05b91502 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_square.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_to_cart.dart b/packages/iconoir-flutter/lib/add_to_cart.dart new file mode 100644 index 00000000..5b5735ee --- /dev/null +++ b/packages/iconoir-flutter/lib/add_to_cart.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddToCart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddToCart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/add_user.dart b/packages/iconoir-flutter/lib/add_user.dart new file mode 100644 index 00000000..c15c0522 --- /dev/null +++ b/packages/iconoir-flutter/lib/add_user.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AddUser extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AddUser({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/african_tree.dart b/packages/iconoir-flutter/lib/african_tree.dart new file mode 100644 index 00000000..fe8afdc5 --- /dev/null +++ b/packages/iconoir-flutter/lib/african_tree.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AfricanTree extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AfricanTree({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/air_conditioner.dart b/packages/iconoir-flutter/lib/air_conditioner.dart new file mode 100644 index 00000000..d14e2d2c --- /dev/null +++ b/packages/iconoir-flutter/lib/air_conditioner.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AirConditioner extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AirConditioner({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/airplane.dart b/packages/iconoir-flutter/lib/airplane.dart new file mode 100644 index 00000000..4f90b8c6 --- /dev/null +++ b/packages/iconoir-flutter/lib/airplane.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Airplane extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Airplane({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/airplane_helix.dart b/packages/iconoir-flutter/lib/airplane_helix.dart new file mode 100644 index 00000000..73078dae --- /dev/null +++ b/packages/iconoir-flutter/lib/airplane_helix.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AirplaneHelix extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AirplaneHelix({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/airplane_helix_45_deg.dart b/packages/iconoir-flutter/lib/airplane_helix_45_deg.dart new file mode 100644 index 00000000..d288fd3b --- /dev/null +++ b/packages/iconoir-flutter/lib/airplane_helix_45_deg.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AirplaneHelix45Deg extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AirplaneHelix45Deg({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/airplane_off.dart b/packages/iconoir-flutter/lib/airplane_off.dart new file mode 100644 index 00000000..48fcdae9 --- /dev/null +++ b/packages/iconoir-flutter/lib/airplane_off.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AirplaneOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AirplaneOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/airplane_rotation.dart b/packages/iconoir-flutter/lib/airplane_rotation.dart new file mode 100644 index 00000000..9d688816 --- /dev/null +++ b/packages/iconoir-flutter/lib/airplane_rotation.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AirplaneRotation extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AirplaneRotation({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/airplay.dart b/packages/iconoir-flutter/lib/airplay.dart new file mode 100644 index 00000000..b6f26edb --- /dev/null +++ b/packages/iconoir-flutter/lib/airplay.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Airplay extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Airplay({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/alarm.dart b/packages/iconoir-flutter/lib/alarm.dart new file mode 100644 index 00000000..197831bb --- /dev/null +++ b/packages/iconoir-flutter/lib/alarm.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Alarm extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Alarm({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/album.dart b/packages/iconoir-flutter/lib/album.dart new file mode 100644 index 00000000..3da3534a --- /dev/null +++ b/packages/iconoir-flutter/lib/album.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Album extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Album({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/album_carousel.dart b/packages/iconoir-flutter/lib/album_carousel.dart new file mode 100644 index 00000000..e7a28bc7 --- /dev/null +++ b/packages/iconoir-flutter/lib/album_carousel.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlbumCarousel extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlbumCarousel({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/album_list.dart b/packages/iconoir-flutter/lib/album_list.dart new file mode 100644 index 00000000..9210deb1 --- /dev/null +++ b/packages/iconoir-flutter/lib/album_list.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlbumList extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlbumList({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/album_open.dart b/packages/iconoir-flutter/lib/album_open.dart new file mode 100644 index 00000000..dd05cb01 --- /dev/null +++ b/packages/iconoir-flutter/lib/album_open.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlbumOpen extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlbumOpen({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_bottom_box.dart b/packages/iconoir-flutter/lib/align_bottom_box.dart new file mode 100644 index 00000000..21c6fbf0 --- /dev/null +++ b/packages/iconoir-flutter/lib/align_bottom_box.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignBottomBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignBottomBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_center.dart b/packages/iconoir-flutter/lib/align_center.dart new file mode 100644 index 00000000..656ab1ed --- /dev/null +++ b/packages/iconoir-flutter/lib/align_center.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignCenter extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignCenter({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_justify.dart b/packages/iconoir-flutter/lib/align_justify.dart new file mode 100644 index 00000000..941aef43 --- /dev/null +++ b/packages/iconoir-flutter/lib/align_justify.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignJustify extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignJustify({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_left.dart b/packages/iconoir-flutter/lib/align_left.dart new file mode 100644 index 00000000..2cce65ad --- /dev/null +++ b/packages/iconoir-flutter/lib/align_left.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_left_box.dart b/packages/iconoir-flutter/lib/align_left_box.dart new file mode 100644 index 00000000..be82995c --- /dev/null +++ b/packages/iconoir-flutter/lib/align_left_box.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignLeftBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignLeftBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_right.dart b/packages/iconoir-flutter/lib/align_right.dart new file mode 100644 index 00000000..1e7ca4af --- /dev/null +++ b/packages/iconoir-flutter/lib/align_right.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_right_box.dart b/packages/iconoir-flutter/lib/align_right_box.dart new file mode 100644 index 00000000..1b13fc94 --- /dev/null +++ b/packages/iconoir-flutter/lib/align_right_box.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignRightBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignRightBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/align_top_box.dart b/packages/iconoir-flutter/lib/align_top_box.dart new file mode 100644 index 00000000..bee26bbd --- /dev/null +++ b/packages/iconoir-flutter/lib/align_top_box.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AlignTopBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AlignTopBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/antenna.dart b/packages/iconoir-flutter/lib/antenna.dart new file mode 100644 index 00000000..f04a6b4e --- /dev/null +++ b/packages/iconoir-flutter/lib/antenna.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Antenna extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Antenna({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/antenna_off.dart b/packages/iconoir-flutter/lib/antenna_off.dart new file mode 100644 index 00000000..91aa8c04 --- /dev/null +++ b/packages/iconoir-flutter/lib/antenna_off.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AntennaOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AntennaOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/antenna_signal.dart b/packages/iconoir-flutter/lib/antenna_signal.dart new file mode 100644 index 00000000..98fe42b5 --- /dev/null +++ b/packages/iconoir-flutter/lib/antenna_signal.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AntennaSignal extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AntennaSignal({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/antenna_signal_rounded.dart b/packages/iconoir-flutter/lib/antenna_signal_rounded.dart new file mode 100644 index 00000000..e94a5817 --- /dev/null +++ b/packages/iconoir-flutter/lib/antenna_signal_rounded.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AntennaSignalRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AntennaSignalRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/app_notification.dart b/packages/iconoir-flutter/lib/app_notification.dart new file mode 100644 index 00000000..9f4b1fd5 --- /dev/null +++ b/packages/iconoir-flutter/lib/app_notification.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppNotification extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppNotification({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/app_window.dart b/packages/iconoir-flutter/lib/app_window.dart new file mode 100644 index 00000000..6c7510e2 --- /dev/null +++ b/packages/iconoir-flutter/lib/app_window.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple.dart b/packages/iconoir-flutter/lib/apple.dart new file mode 100644 index 00000000..e40eed2b --- /dev/null +++ b/packages/iconoir-flutter/lib/apple.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Apple extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Apple({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple_half.dart b/packages/iconoir-flutter/lib/apple_half.dart new file mode 100644 index 00000000..b4fbf752 --- /dev/null +++ b/packages/iconoir-flutter/lib/apple_half.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppleHalf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppleHalf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple_half_alt.dart b/packages/iconoir-flutter/lib/apple_half_alt.dart new file mode 100644 index 00000000..66f64580 --- /dev/null +++ b/packages/iconoir-flutter/lib/apple_half_alt.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppleHalfAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppleHalfAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple_imac_2021.dart b/packages/iconoir-flutter/lib/apple_imac_2021.dart new file mode 100644 index 00000000..2e33bdbe --- /dev/null +++ b/packages/iconoir-flutter/lib/apple_imac_2021.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppleImac2021 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppleImac2021({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple_imac_2021_side.dart b/packages/iconoir-flutter/lib/apple_imac_2021_side.dart new file mode 100644 index 00000000..b91398f6 --- /dev/null +++ b/packages/iconoir-flutter/lib/apple_imac_2021_side.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppleImac2021Side extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppleImac2021Side({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple_mac.dart b/packages/iconoir-flutter/lib/apple_mac.dart new file mode 100644 index 00000000..3e6c4e90 --- /dev/null +++ b/packages/iconoir-flutter/lib/apple_mac.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppleMac extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppleMac({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple_swift.dart b/packages/iconoir-flutter/lib/apple_swift.dart new file mode 100644 index 00000000..efb8c7eb --- /dev/null +++ b/packages/iconoir-flutter/lib/apple_swift.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppleSwift extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppleSwift({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/apple_wallet.dart b/packages/iconoir-flutter/lib/apple_wallet.dart new file mode 100644 index 00000000..2192b0aa --- /dev/null +++ b/packages/iconoir-flutter/lib/apple_wallet.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AppleWallet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AppleWallet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ar_symbol.dart b/packages/iconoir-flutter/lib/ar_symbol.dart new file mode 100644 index 00000000..6c6b4cf1 --- /dev/null +++ b/packages/iconoir-flutter/lib/ar_symbol.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArSymbol extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArSymbol({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arcade.dart b/packages/iconoir-flutter/lib/arcade.dart new file mode 100644 index 00000000..fe4a1fcd --- /dev/null +++ b/packages/iconoir-flutter/lib/arcade.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Arcade extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Arcade({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/archery.dart b/packages/iconoir-flutter/lib/archery.dart new file mode 100644 index 00000000..39273336 --- /dev/null +++ b/packages/iconoir-flutter/lib/archery.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Archery extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Archery({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/archery_match.dart b/packages/iconoir-flutter/lib/archery_match.dart new file mode 100644 index 00000000..e6214ac9 --- /dev/null +++ b/packages/iconoir-flutter/lib/archery_match.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArcheryMatch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArcheryMatch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/archive.dart b/packages/iconoir-flutter/lib/archive.dart new file mode 100644 index 00000000..f3f4ee93 --- /dev/null +++ b/packages/iconoir-flutter/lib/archive.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Archive extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Archive({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/area_search.dart b/packages/iconoir-flutter/lib/area_search.dart new file mode 100644 index 00000000..18b50192 --- /dev/null +++ b/packages/iconoir-flutter/lib/area_search.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AreaSearch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AreaSearch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_archery.dart b/packages/iconoir-flutter/lib/arrow_archery.dart new file mode 100644 index 00000000..c2258b7e --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_archery.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowArchery extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowArchery({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_down.dart b/packages/iconoir-flutter/lib/arrow_down.dart new file mode 100644 index 00000000..510dab27 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_down.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_down_circled.dart b/packages/iconoir-flutter/lib/arrow_down_circled.dart new file mode 100644 index 00000000..dc68eb19 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_down_circled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowDownCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowDownCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_left.dart b/packages/iconoir-flutter/lib/arrow_left.dart new file mode 100644 index 00000000..b88c6858 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_left.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_left_circled.dart b/packages/iconoir-flutter/lib/arrow_left_circled.dart new file mode 100644 index 00000000..bb5a2fc8 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_left_circled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowLeftCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowLeftCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_right.dart b/packages/iconoir-flutter/lib/arrow_right.dart new file mode 100644 index 00000000..91f6c717 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_right.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_right_circled.dart b/packages/iconoir-flutter/lib/arrow_right_circled.dart new file mode 100644 index 00000000..ffe72263 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_right_circled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowRightCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowRightCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_separate.dart b/packages/iconoir-flutter/lib/arrow_separate.dart new file mode 100644 index 00000000..60787a63 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_separate.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowSeparate extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowSeparate({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_separate_vertical.dart b/packages/iconoir-flutter/lib/arrow_separate_vertical.dart new file mode 100644 index 00000000..3abd21c4 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_separate_vertical.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowSeparateVertical extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowSeparateVertical({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_union.dart b/packages/iconoir-flutter/lib/arrow_union.dart new file mode 100644 index 00000000..13c8cbdd --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_union.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowUnion extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowUnion({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_union_vertical.dart b/packages/iconoir-flutter/lib/arrow_union_vertical.dart new file mode 100644 index 00000000..81f0b8fb --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_union_vertical.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowUnionVertical extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowUnionVertical({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_up.dart b/packages/iconoir-flutter/lib/arrow_up.dart new file mode 100644 index 00000000..7dbce425 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_up.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/arrow_up_circled.dart b/packages/iconoir-flutter/lib/arrow_up_circled.dart new file mode 100644 index 00000000..aa065007 --- /dev/null +++ b/packages/iconoir-flutter/lib/arrow_up_circled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ArrowUpCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ArrowUpCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/asana.dart b/packages/iconoir-flutter/lib/asana.dart new file mode 100644 index 00000000..04153fe7 --- /dev/null +++ b/packages/iconoir-flutter/lib/asana.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Asana extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Asana({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/atom.dart b/packages/iconoir-flutter/lib/atom.dart new file mode 100644 index 00000000..4eb17301 --- /dev/null +++ b/packages/iconoir-flutter/lib/atom.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Atom extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Atom({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/attachment.dart b/packages/iconoir-flutter/lib/attachment.dart new file mode 100644 index 00000000..ab94cc98 --- /dev/null +++ b/packages/iconoir-flutter/lib/attachment.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Attachment extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Attachment({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/augmented_reality.dart b/packages/iconoir-flutter/lib/augmented_reality.dart new file mode 100644 index 00000000..f8050c63 --- /dev/null +++ b/packages/iconoir-flutter/lib/augmented_reality.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AugmentedReality extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AugmentedReality({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/auto_flash.dart b/packages/iconoir-flutter/lib/auto_flash.dart new file mode 100644 index 00000000..f3d664af --- /dev/null +++ b/packages/iconoir-flutter/lib/auto_flash.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class AutoFlash extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const AutoFlash({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/axes.dart b/packages/iconoir-flutter/lib/axes.dart new file mode 100644 index 00000000..20bbc6be --- /dev/null +++ b/packages/iconoir-flutter/lib/axes.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Axes extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Axes({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/backward_15_seconds.dart b/packages/iconoir-flutter/lib/backward_15_seconds.dart new file mode 100644 index 00000000..560f3e3e --- /dev/null +++ b/packages/iconoir-flutter/lib/backward_15_seconds.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Backward15Seconds extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Backward15Seconds({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bag.dart b/packages/iconoir-flutter/lib/bag.dart new file mode 100644 index 00000000..4dd46305 --- /dev/null +++ b/packages/iconoir-flutter/lib/bag.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bank.dart b/packages/iconoir-flutter/lib/bank.dart new file mode 100644 index 00000000..bfb61d2a --- /dev/null +++ b/packages/iconoir-flutter/lib/bank.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bank extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bank({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/barcode.dart b/packages/iconoir-flutter/lib/barcode.dart new file mode 100644 index 00000000..b1870490 --- /dev/null +++ b/packages/iconoir-flutter/lib/barcode.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Barcode extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Barcode({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/basketball.dart b/packages/iconoir-flutter/lib/basketball.dart new file mode 100644 index 00000000..19bc6d42 --- /dev/null +++ b/packages/iconoir-flutter/lib/basketball.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Basketball extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Basketball({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/basketball_alt.dart b/packages/iconoir-flutter/lib/basketball_alt.dart new file mode 100644 index 00000000..64f31b0f --- /dev/null +++ b/packages/iconoir-flutter/lib/basketball_alt.dart @@ -0,0 +1,34 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BasketballAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BasketballAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/basketball_field.dart b/packages/iconoir-flutter/lib/basketball_field.dart new file mode 100644 index 00000000..e5521fe7 --- /dev/null +++ b/packages/iconoir-flutter/lib/basketball_field.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BasketballField extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BasketballField({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_25.dart b/packages/iconoir-flutter/lib/battery_25.dart new file mode 100644 index 00000000..0c8f31f7 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_25.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Battery25 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Battery25({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_50.dart b/packages/iconoir-flutter/lib/battery_50.dart new file mode 100644 index 00000000..2002c4f4 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_50.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Battery50 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Battery50({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_75.dart b/packages/iconoir-flutter/lib/battery_75.dart new file mode 100644 index 00000000..91ff7a86 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_75.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Battery75 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Battery75({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_charging.dart b/packages/iconoir-flutter/lib/battery_charging.dart new file mode 100644 index 00000000..7df8abe6 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_charging.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BatteryCharging extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BatteryCharging({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_empty.dart b/packages/iconoir-flutter/lib/battery_empty.dart new file mode 100644 index 00000000..8dc20a52 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_empty.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BatteryEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BatteryEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_full.dart b/packages/iconoir-flutter/lib/battery_full.dart new file mode 100644 index 00000000..303341c3 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_full.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BatteryFull extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BatteryFull({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_indicator.dart b/packages/iconoir-flutter/lib/battery_indicator.dart new file mode 100644 index 00000000..4c4659b5 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_indicator.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BatteryIndicator extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BatteryIndicator({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/battery_warning.dart b/packages/iconoir-flutter/lib/battery_warning.dart new file mode 100644 index 00000000..aa783169 --- /dev/null +++ b/packages/iconoir-flutter/lib/battery_warning.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BatteryWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BatteryWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bbq.dart b/packages/iconoir-flutter/lib/bbq.dart new file mode 100644 index 00000000..fde165be --- /dev/null +++ b/packages/iconoir-flutter/lib/bbq.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bbq extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bbq({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/beach_bag.dart b/packages/iconoir-flutter/lib/beach_bag.dart new file mode 100644 index 00000000..02d52fa7 --- /dev/null +++ b/packages/iconoir-flutter/lib/beach_bag.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BeachBag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BeachBag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/beach_bag_big.dart b/packages/iconoir-flutter/lib/beach_bag_big.dart new file mode 100644 index 00000000..292ab2dd --- /dev/null +++ b/packages/iconoir-flutter/lib/beach_bag_big.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BeachBagBig extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BeachBagBig({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bed.dart b/packages/iconoir-flutter/lib/bed.dart new file mode 100644 index 00000000..84b9172d --- /dev/null +++ b/packages/iconoir-flutter/lib/bed.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bed extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bed({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bed_ready.dart b/packages/iconoir-flutter/lib/bed_ready.dart new file mode 100644 index 00000000..20f64878 --- /dev/null +++ b/packages/iconoir-flutter/lib/bed_ready.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BedReady extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BedReady({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/behance.dart b/packages/iconoir-flutter/lib/behance.dart new file mode 100644 index 00000000..0fa16aab --- /dev/null +++ b/packages/iconoir-flutter/lib/behance.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Behance extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Behance({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/behance_squared.dart b/packages/iconoir-flutter/lib/behance_squared.dart new file mode 100644 index 00000000..e8111502 --- /dev/null +++ b/packages/iconoir-flutter/lib/behance_squared.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BehanceSquared extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BehanceSquared({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bell.dart b/packages/iconoir-flutter/lib/bell.dart new file mode 100644 index 00000000..6a5c6855 --- /dev/null +++ b/packages/iconoir-flutter/lib/bell.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bell extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bell({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bell_notification.dart b/packages/iconoir-flutter/lib/bell_notification.dart new file mode 100644 index 00000000..a47530cc --- /dev/null +++ b/packages/iconoir-flutter/lib/bell_notification.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BellNotification extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BellNotification({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bell_off.dart b/packages/iconoir-flutter/lib/bell_off.dart new file mode 100644 index 00000000..2f674d4c --- /dev/null +++ b/packages/iconoir-flutter/lib/bell_off.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BellOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BellOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bicycle.dart b/packages/iconoir-flutter/lib/bicycle.dart new file mode 100644 index 00000000..10571642 --- /dev/null +++ b/packages/iconoir-flutter/lib/bicycle.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bicycle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bicycle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bin.dart b/packages/iconoir-flutter/lib/bin.dart new file mode 100644 index 00000000..4694f72d --- /dev/null +++ b/packages/iconoir-flutter/lib/bin.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bin extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bin({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bin_add.dart b/packages/iconoir-flutter/lib/bin_add.dart new file mode 100644 index 00000000..a6d3dfc1 --- /dev/null +++ b/packages/iconoir-flutter/lib/bin_add.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BinAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BinAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bin_full.dart b/packages/iconoir-flutter/lib/bin_full.dart new file mode 100644 index 00000000..a2ddfa5f --- /dev/null +++ b/packages/iconoir-flutter/lib/bin_full.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BinFull extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BinFull({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bin_half.dart b/packages/iconoir-flutter/lib/bin_half.dart new file mode 100644 index 00000000..a56332a1 --- /dev/null +++ b/packages/iconoir-flutter/lib/bin_half.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BinHalf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BinHalf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bin_minus.dart b/packages/iconoir-flutter/lib/bin_minus.dart new file mode 100644 index 00000000..070b549f --- /dev/null +++ b/packages/iconoir-flutter/lib/bin_minus.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BinMinus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BinMinus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bishop.dart b/packages/iconoir-flutter/lib/bishop.dart new file mode 100644 index 00000000..25d4a342 --- /dev/null +++ b/packages/iconoir-flutter/lib/bishop.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bishop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bishop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bitbucket.dart b/packages/iconoir-flutter/lib/bitbucket.dart new file mode 100644 index 00000000..af3a39e8 --- /dev/null +++ b/packages/iconoir-flutter/lib/bitbucket.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bitbucket extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bitbucket({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bluetooth.dart b/packages/iconoir-flutter/lib/bluetooth.dart new file mode 100644 index 00000000..11687b7f --- /dev/null +++ b/packages/iconoir-flutter/lib/bluetooth.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bluetooth extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bluetooth({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bluetooth_rounded.dart b/packages/iconoir-flutter/lib/bluetooth_rounded.dart new file mode 100644 index 00000000..cf5ae8a9 --- /dev/null +++ b/packages/iconoir-flutter/lib/bluetooth_rounded.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BluetoothRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BluetoothRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bold.dart b/packages/iconoir-flutter/lib/bold.dart new file mode 100644 index 00000000..c5b19b8a --- /dev/null +++ b/packages/iconoir-flutter/lib/bold.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bold extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bold({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bold_square_outline.dart b/packages/iconoir-flutter/lib/bold_square_outline.dart new file mode 100644 index 00000000..cb803667 --- /dev/null +++ b/packages/iconoir-flutter/lib/bold_square_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BoldSquareOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BoldSquareOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bonfire.dart b/packages/iconoir-flutter/lib/bonfire.dart new file mode 100644 index 00000000..3c5801d1 --- /dev/null +++ b/packages/iconoir-flutter/lib/bonfire.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Bonfire extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Bonfire({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/book.dart b/packages/iconoir-flutter/lib/book.dart new file mode 100644 index 00000000..24a1ed78 --- /dev/null +++ b/packages/iconoir-flutter/lib/book.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Book extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Book({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/book_stack.dart b/packages/iconoir-flutter/lib/book_stack.dart new file mode 100644 index 00000000..d9f7f000 --- /dev/null +++ b/packages/iconoir-flutter/lib/book_stack.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BookStack extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BookStack({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bookmark_book.dart b/packages/iconoir-flutter/lib/bookmark_book.dart new file mode 100644 index 00000000..9ce9ccd7 --- /dev/null +++ b/packages/iconoir-flutter/lib/bookmark_book.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BookmarkBook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BookmarkBook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bookmark_circled.dart b/packages/iconoir-flutter/lib/bookmark_circled.dart new file mode 100644 index 00000000..8559d81f --- /dev/null +++ b/packages/iconoir-flutter/lib/bookmark_circled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BookmarkCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BookmarkCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bookmark_empty.dart b/packages/iconoir-flutter/lib/bookmark_empty.dart new file mode 100644 index 00000000..e41ca7a7 --- /dev/null +++ b/packages/iconoir-flutter/lib/bookmark_empty.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BookmarkEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BookmarkEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_bl.dart b/packages/iconoir-flutter/lib/border_bl.dart new file mode 100644 index 00000000..a9d6ce85 --- /dev/null +++ b/packages/iconoir-flutter/lib/border_bl.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderBl extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderBl({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_bottom.dart b/packages/iconoir-flutter/lib/border_bottom.dart new file mode 100644 index 00000000..62ffe655 --- /dev/null +++ b/packages/iconoir-flutter/lib/border_bottom.dart @@ -0,0 +1,35 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderBottom extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderBottom({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_br.dart b/packages/iconoir-flutter/lib/border_br.dart new file mode 100644 index 00000000..9afa3a82 --- /dev/null +++ b/packages/iconoir-flutter/lib/border_br.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderBr extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderBr({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_inner.dart b/packages/iconoir-flutter/lib/border_inner.dart new file mode 100644 index 00000000..f756690e --- /dev/null +++ b/packages/iconoir-flutter/lib/border_inner.dart @@ -0,0 +1,35 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderInner extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderInner({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_left.dart b/packages/iconoir-flutter/lib/border_left.dart new file mode 100644 index 00000000..8debbf90 --- /dev/null +++ b/packages/iconoir-flutter/lib/border_left.dart @@ -0,0 +1,35 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_out.dart b/packages/iconoir-flutter/lib/border_out.dart new file mode 100644 index 00000000..cce6b5f6 --- /dev/null +++ b/packages/iconoir-flutter/lib/border_out.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderOut extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderOut({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_right.dart b/packages/iconoir-flutter/lib/border_right.dart new file mode 100644 index 00000000..8258c9fb --- /dev/null +++ b/packages/iconoir-flutter/lib/border_right.dart @@ -0,0 +1,35 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_tl.dart b/packages/iconoir-flutter/lib/border_tl.dart new file mode 100644 index 00000000..6fa8b95e --- /dev/null +++ b/packages/iconoir-flutter/lib/border_tl.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderTl extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderTl({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_top.dart b/packages/iconoir-flutter/lib/border_top.dart new file mode 100644 index 00000000..ecd23aed --- /dev/null +++ b/packages/iconoir-flutter/lib/border_top.dart @@ -0,0 +1,35 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderTop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderTop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/border_tr.dart b/packages/iconoir-flutter/lib/border_tr.dart new file mode 100644 index 00000000..b32e616a --- /dev/null +++ b/packages/iconoir-flutter/lib/border_tr.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BorderTr extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BorderTr({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bounce_left.dart b/packages/iconoir-flutter/lib/bounce_left.dart new file mode 100644 index 00000000..6855832c --- /dev/null +++ b/packages/iconoir-flutter/lib/bounce_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BounceLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BounceLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bounce_right.dart b/packages/iconoir-flutter/lib/bounce_right.dart new file mode 100644 index 00000000..4376b46d --- /dev/null +++ b/packages/iconoir-flutter/lib/bounce_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BounceRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BounceRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bowling_ball.dart b/packages/iconoir-flutter/lib/bowling_ball.dart new file mode 100644 index 00000000..b4e30dc3 --- /dev/null +++ b/packages/iconoir-flutter/lib/bowling_ball.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BowlingBall extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BowlingBall({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/box.dart b/packages/iconoir-flutter/lib/box.dart new file mode 100644 index 00000000..4af74fa8 --- /dev/null +++ b/packages/iconoir-flutter/lib/box.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Box extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Box({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/box_iso.dart b/packages/iconoir-flutter/lib/box_iso.dart new file mode 100644 index 00000000..f5f4f970 --- /dev/null +++ b/packages/iconoir-flutter/lib/box_iso.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BoxIso extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BoxIso({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/boxing_glove.dart b/packages/iconoir-flutter/lib/boxing_glove.dart new file mode 100644 index 00000000..613f47f8 --- /dev/null +++ b/packages/iconoir-flutter/lib/boxing_glove.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BoxingGlove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BoxingGlove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/brightness.dart b/packages/iconoir-flutter/lib/brightness.dart new file mode 100644 index 00000000..c51ce0d7 --- /dev/null +++ b/packages/iconoir-flutter/lib/brightness.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Brightness extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Brightness({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/brightness_window.dart b/packages/iconoir-flutter/lib/brightness_window.dart new file mode 100644 index 00000000..ec898f1c --- /dev/null +++ b/packages/iconoir-flutter/lib/brightness_window.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BrightnessWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BrightnessWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_download.dart b/packages/iconoir-flutter/lib/bubble_download.dart new file mode 100644 index 00000000..ae26f19a --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_download.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleDownload extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleDownload({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_error.dart b/packages/iconoir-flutter/lib/bubble_error.dart new file mode 100644 index 00000000..975233d3 --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_error.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_income.dart b/packages/iconoir-flutter/lib/bubble_income.dart new file mode 100644 index 00000000..6fc68418 --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_income.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleIncome extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleIncome({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_outcome.dart b/packages/iconoir-flutter/lib/bubble_outcome.dart new file mode 100644 index 00000000..2916be57 --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_outcome.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleOutcome extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleOutcome({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_search.dart b/packages/iconoir-flutter/lib/bubble_search.dart new file mode 100644 index 00000000..bd366ecb --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_search.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleSearch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleSearch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_star.dart b/packages/iconoir-flutter/lib/bubble_star.dart new file mode 100644 index 00000000..d1735eb6 --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_star.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleStar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleStar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_upload.dart b/packages/iconoir-flutter/lib/bubble_upload.dart new file mode 100644 index 00000000..c810acac --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_upload.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleUpload extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleUpload({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bubble_warning.dart b/packages/iconoir-flutter/lib/bubble_warning.dart new file mode 100644 index 00000000..0ad061b8 --- /dev/null +++ b/packages/iconoir-flutter/lib/bubble_warning.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BubbleWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BubbleWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/building.dart b/packages/iconoir-flutter/lib/building.dart new file mode 100644 index 00000000..79f7598e --- /dev/null +++ b/packages/iconoir-flutter/lib/building.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Building extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Building({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bus_outline.dart b/packages/iconoir-flutter/lib/bus_outline.dart new file mode 100644 index 00000000..5422cb11 --- /dev/null +++ b/packages/iconoir-flutter/lib/bus_outline.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BusOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BusOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/bus_stop.dart b/packages/iconoir-flutter/lib/bus_stop.dart new file mode 100644 index 00000000..a589eb79 --- /dev/null +++ b/packages/iconoir-flutter/lib/bus_stop.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class BusStop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const BusStop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cable_rounded.dart b/packages/iconoir-flutter/lib/cable_rounded.dart new file mode 100644 index 00000000..8a46bb57 --- /dev/null +++ b/packages/iconoir-flutter/lib/cable_rounded.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CableRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CableRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/calculator.dart b/packages/iconoir-flutter/lib/calculator.dart new file mode 100644 index 00000000..4e82da5a --- /dev/null +++ b/packages/iconoir-flutter/lib/calculator.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Calculator extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Calculator({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/calendar.dart b/packages/iconoir-flutter/lib/calendar.dart new file mode 100644 index 00000000..49ab4571 --- /dev/null +++ b/packages/iconoir-flutter/lib/calendar.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Calendar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Calendar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/camera.dart b/packages/iconoir-flutter/lib/camera.dart new file mode 100644 index 00000000..cd70e276 --- /dev/null +++ b/packages/iconoir-flutter/lib/camera.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Camera extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Camera({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cancel.dart b/packages/iconoir-flutter/lib/cancel.dart new file mode 100644 index 00000000..19f900bc --- /dev/null +++ b/packages/iconoir-flutter/lib/cancel.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cancel extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cancel({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/car_outline.dart b/packages/iconoir-flutter/lib/car_outline.dart new file mode 100644 index 00000000..82195e38 --- /dev/null +++ b/packages/iconoir-flutter/lib/car_outline.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CarOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CarOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/carbon.dart b/packages/iconoir-flutter/lib/carbon.dart new file mode 100644 index 00000000..129eef50 --- /dev/null +++ b/packages/iconoir-flutter/lib/carbon.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Carbon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Carbon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/card_wallet.dart b/packages/iconoir-flutter/lib/card_wallet.dart new file mode 100644 index 00000000..7c568a0d --- /dev/null +++ b/packages/iconoir-flutter/lib/card_wallet.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CardWallet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CardWallet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cart.dart b/packages/iconoir-flutter/lib/cart.dart new file mode 100644 index 00000000..26c69ec1 --- /dev/null +++ b/packages/iconoir-flutter/lib/cart.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cart_alt.dart b/packages/iconoir-flutter/lib/cart_alt.dart new file mode 100644 index 00000000..cbb619d5 --- /dev/null +++ b/packages/iconoir-flutter/lib/cart_alt.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CartAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CartAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cash.dart b/packages/iconoir-flutter/lib/cash.dart new file mode 100644 index 00000000..4ecef5c3 --- /dev/null +++ b/packages/iconoir-flutter/lib/cash.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cash extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cash({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cell_2_x_2.dart b/packages/iconoir-flutter/lib/cell_2_x_2.dart new file mode 100644 index 00000000..e6cf3ad3 --- /dev/null +++ b/packages/iconoir-flutter/lib/cell_2_x_2.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cell2X2 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cell2X2({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/center_align.dart b/packages/iconoir-flutter/lib/center_align.dart new file mode 100644 index 00000000..83a96ca3 --- /dev/null +++ b/packages/iconoir-flutter/lib/center_align.dart @@ -0,0 +1,39 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CenterAlign extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CenterAlign({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_add.dart b/packages/iconoir-flutter/lib/chat_add.dart new file mode 100644 index 00000000..5602d0b4 --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_add.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble.dart b/packages/iconoir-flutter/lib/chat_bubble.dart new file mode 100644 index 00000000..5f35f9cb --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubble extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubble({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble_check.dart b/packages/iconoir-flutter/lib/chat_bubble_check.dart new file mode 100644 index 00000000..22d5575e --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble_check.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubbleCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubbleCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble_check_1.dart b/packages/iconoir-flutter/lib/chat_bubble_check_1.dart new file mode 100644 index 00000000..c10ab0e6 --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble_check_1.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubbleCheck1 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubbleCheck1({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble_empty.dart b/packages/iconoir-flutter/lib/chat_bubble_empty.dart new file mode 100644 index 00000000..4519374a --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble_empty.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubbleEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubbleEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble_error.dart b/packages/iconoir-flutter/lib/chat_bubble_error.dart new file mode 100644 index 00000000..d0879c1a --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble_error.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubbleError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubbleError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble_question.dart b/packages/iconoir-flutter/lib/chat_bubble_question.dart new file mode 100644 index 00000000..681df0e3 --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble_question.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubbleQuestion extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubbleQuestion({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble_translate.dart b/packages/iconoir-flutter/lib/chat_bubble_translate.dart new file mode 100644 index 00000000..fa113523 --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble_translate.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubbleTranslate extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubbleTranslate({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_bubble_warning.dart b/packages/iconoir-flutter/lib/chat_bubble_warning.dart new file mode 100644 index 00000000..ac950d57 --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_bubble_warning.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatBubbleWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatBubbleWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_lines.dart b/packages/iconoir-flutter/lib/chat_lines.dart new file mode 100644 index 00000000..9abc7ce8 --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_lines.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatLines extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatLines({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chat_remove.dart b/packages/iconoir-flutter/lib/chat_remove.dart new file mode 100644 index 00000000..b51ac031 --- /dev/null +++ b/packages/iconoir-flutter/lib/chat_remove.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChatRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChatRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/check.dart b/packages/iconoir-flutter/lib/check.dart new file mode 100644 index 00000000..7014e114 --- /dev/null +++ b/packages/iconoir-flutter/lib/check.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Check extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Check({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/check_circled_outline.dart b/packages/iconoir-flutter/lib/check_circled_outline.dart new file mode 100644 index 00000000..76d93e6d --- /dev/null +++ b/packages/iconoir-flutter/lib/check_circled_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CheckCircledOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CheckCircledOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/check_window.dart b/packages/iconoir-flutter/lib/check_window.dart new file mode 100644 index 00000000..12d83c41 --- /dev/null +++ b/packages/iconoir-flutter/lib/check_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CheckWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CheckWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chocolate.dart b/packages/iconoir-flutter/lib/chocolate.dart new file mode 100644 index 00000000..3154bd38 --- /dev/null +++ b/packages/iconoir-flutter/lib/chocolate.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Chocolate extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Chocolate({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chromecast.dart b/packages/iconoir-flutter/lib/chromecast.dart new file mode 100644 index 00000000..db8ff8ab --- /dev/null +++ b/packages/iconoir-flutter/lib/chromecast.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Chromecast extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Chromecast({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/chromecast_active.dart b/packages/iconoir-flutter/lib/chromecast_active.dart new file mode 100644 index 00000000..c921ca12 --- /dev/null +++ b/packages/iconoir-flutter/lib/chromecast_active.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChromecastActive extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChromecastActive({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/church.dart b/packages/iconoir-flutter/lib/church.dart new file mode 100644 index 00000000..46080db1 --- /dev/null +++ b/packages/iconoir-flutter/lib/church.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Church extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Church({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/church_alt.dart b/packages/iconoir-flutter/lib/church_alt.dart new file mode 100644 index 00000000..3ba431b8 --- /dev/null +++ b/packages/iconoir-flutter/lib/church_alt.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ChurchAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ChurchAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cinema_old.dart b/packages/iconoir-flutter/lib/cinema_old.dart new file mode 100644 index 00000000..e7bb1559 --- /dev/null +++ b/packages/iconoir-flutter/lib/cinema_old.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CinemaOld extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CinemaOld({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/circle.dart b/packages/iconoir-flutter/lib/circle.dart new file mode 100644 index 00000000..fdedb8b6 --- /dev/null +++ b/packages/iconoir-flutter/lib/circle.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Circle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Circle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/city.dart b/packages/iconoir-flutter/lib/city.dart new file mode 100644 index 00000000..99432487 --- /dev/null +++ b/packages/iconoir-flutter/lib/city.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class City extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const City({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/clean_water.dart b/packages/iconoir-flutter/lib/clean_water.dart new file mode 100644 index 00000000..ab189dd4 --- /dev/null +++ b/packages/iconoir-flutter/lib/clean_water.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CleanWater extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CleanWater({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/clipboard_check.dart b/packages/iconoir-flutter/lib/clipboard_check.dart new file mode 100644 index 00000000..91d0c08b --- /dev/null +++ b/packages/iconoir-flutter/lib/clipboard_check.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ClipboardCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ClipboardCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/clock_outline.dart b/packages/iconoir-flutter/lib/clock_outline.dart new file mode 100644 index 00000000..118c8075 --- /dev/null +++ b/packages/iconoir-flutter/lib/clock_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ClockOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ClockOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/closet.dart b/packages/iconoir-flutter/lib/closet.dart new file mode 100644 index 00000000..d4edb2e7 --- /dev/null +++ b/packages/iconoir-flutter/lib/closet.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Closet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Closet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud.dart b/packages/iconoir-flutter/lib/cloud.dart new file mode 100644 index 00000000..34e40ee3 --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cloud extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cloud({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_book_alt.dart b/packages/iconoir-flutter/lib/cloud_book_alt.dart new file mode 100644 index 00000000..15ba738b --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_book_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudBookAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudBookAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_check.dart b/packages/iconoir-flutter/lib/cloud_check.dart new file mode 100644 index 00000000..2330413c --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_check.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_desync.dart b/packages/iconoir-flutter/lib/cloud_desync.dart new file mode 100644 index 00000000..1f278172 --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_desync.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudDesync extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudDesync({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_download.dart b/packages/iconoir-flutter/lib/cloud_download.dart new file mode 100644 index 00000000..90b11a99 --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_download.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudDownload extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudDownload({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_error.dart b/packages/iconoir-flutter/lib/cloud_error.dart new file mode 100644 index 00000000..3f03b354 --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_error.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_sunny.dart b/packages/iconoir-flutter/lib/cloud_sunny.dart new file mode 100644 index 00000000..a1367a6a --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_sunny.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudSunny extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudSunny({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_sync.dart b/packages/iconoir-flutter/lib/cloud_sync.dart new file mode 100644 index 00000000..72140661 --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_sync.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudSync extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudSync({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cloud_upload.dart b/packages/iconoir-flutter/lib/cloud_upload.dart new file mode 100644 index 00000000..71e9edeb --- /dev/null +++ b/packages/iconoir-flutter/lib/cloud_upload.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CloudUpload extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CloudUpload({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/code.dart b/packages/iconoir-flutter/lib/code.dart new file mode 100644 index 00000000..e2433729 --- /dev/null +++ b/packages/iconoir-flutter/lib/code.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Code extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Code({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/code_brackets.dart b/packages/iconoir-flutter/lib/code_brackets.dart new file mode 100644 index 00000000..05279e8d --- /dev/null +++ b/packages/iconoir-flutter/lib/code_brackets.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CodeBrackets extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CodeBrackets({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/code_brackets_square.dart b/packages/iconoir-flutter/lib/code_brackets_square.dart new file mode 100644 index 00000000..c59a4b69 --- /dev/null +++ b/packages/iconoir-flutter/lib/code_brackets_square.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CodeBracketsSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CodeBracketsSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/codepen.dart b/packages/iconoir-flutter/lib/codepen.dart new file mode 100644 index 00000000..3bf769d3 --- /dev/null +++ b/packages/iconoir-flutter/lib/codepen.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Codepen extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Codepen({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/coin.dart b/packages/iconoir-flutter/lib/coin.dart new file mode 100644 index 00000000..2d8ef18c --- /dev/null +++ b/packages/iconoir-flutter/lib/coin.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Coin extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Coin({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/collage_frame.dart b/packages/iconoir-flutter/lib/collage_frame.dart new file mode 100644 index 00000000..afc459b6 --- /dev/null +++ b/packages/iconoir-flutter/lib/collage_frame.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CollageFrame extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CollageFrame({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/collapse.dart b/packages/iconoir-flutter/lib/collapse.dart new file mode 100644 index 00000000..33f16979 --- /dev/null +++ b/packages/iconoir-flutter/lib/collapse.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Collapse extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Collapse({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/color_filter.dart b/packages/iconoir-flutter/lib/color_filter.dart new file mode 100644 index 00000000..a95adb8d --- /dev/null +++ b/packages/iconoir-flutter/lib/color_filter.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ColorFilter extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ColorFilter({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/color_picker.dart b/packages/iconoir-flutter/lib/color_picker.dart new file mode 100644 index 00000000..0ad265c2 --- /dev/null +++ b/packages/iconoir-flutter/lib/color_picker.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ColorPicker extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ColorPicker({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/color_picker_empty.dart b/packages/iconoir-flutter/lib/color_picker_empty.dart new file mode 100644 index 00000000..f692dd8d --- /dev/null +++ b/packages/iconoir-flutter/lib/color_picker_empty.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ColorPickerEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ColorPickerEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/combine.dart b/packages/iconoir-flutter/lib/combine.dart new file mode 100644 index 00000000..1ec67910 --- /dev/null +++ b/packages/iconoir-flutter/lib/combine.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Combine extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Combine({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/compact_disc.dart b/packages/iconoir-flutter/lib/compact_disc.dart new file mode 100644 index 00000000..d65d410a --- /dev/null +++ b/packages/iconoir-flutter/lib/compact_disc.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CompactDisc extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CompactDisc({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/compass.dart b/packages/iconoir-flutter/lib/compass.dart new file mode 100644 index 00000000..c7b6fe44 --- /dev/null +++ b/packages/iconoir-flutter/lib/compass.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Compass extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Compass({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/compress.dart b/packages/iconoir-flutter/lib/compress.dart new file mode 100644 index 00000000..09e81782 --- /dev/null +++ b/packages/iconoir-flutter/lib/compress.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Compress extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Compress({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/compress_lines.dart b/packages/iconoir-flutter/lib/compress_lines.dart new file mode 100644 index 00000000..e436d634 --- /dev/null +++ b/packages/iconoir-flutter/lib/compress_lines.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CompressLines extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CompressLines({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/computer.dart b/packages/iconoir-flutter/lib/computer.dart new file mode 100644 index 00000000..53afdacd --- /dev/null +++ b/packages/iconoir-flutter/lib/computer.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Computer extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Computer({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/consumable.dart b/packages/iconoir-flutter/lib/consumable.dart new file mode 100644 index 00000000..5f80f0b0 --- /dev/null +++ b/packages/iconoir-flutter/lib/consumable.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Consumable extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Consumable({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/control_slider.dart b/packages/iconoir-flutter/lib/control_slider.dart new file mode 100644 index 00000000..dfb89e1b --- /dev/null +++ b/packages/iconoir-flutter/lib/control_slider.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ControlSlider extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ControlSlider({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cookie.dart b/packages/iconoir-flutter/lib/cookie.dart new file mode 100644 index 00000000..f1458b83 --- /dev/null +++ b/packages/iconoir-flutter/lib/cookie.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cookie extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cookie({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/copy.dart b/packages/iconoir-flutter/lib/copy.dart new file mode 100644 index 00000000..9904d175 --- /dev/null +++ b/packages/iconoir-flutter/lib/copy.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Copy extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Copy({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/copyright.dart b/packages/iconoir-flutter/lib/copyright.dart new file mode 100644 index 00000000..c4897f49 --- /dev/null +++ b/packages/iconoir-flutter/lib/copyright.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Copyright extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Copyright({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/corner_bottom_left.dart b/packages/iconoir-flutter/lib/corner_bottom_left.dart new file mode 100644 index 00000000..d35c4da8 --- /dev/null +++ b/packages/iconoir-flutter/lib/corner_bottom_left.dart @@ -0,0 +1,34 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CornerBottomLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CornerBottomLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/corner_bottom_right.dart b/packages/iconoir-flutter/lib/corner_bottom_right.dart new file mode 100644 index 00000000..e8dbce58 --- /dev/null +++ b/packages/iconoir-flutter/lib/corner_bottom_right.dart @@ -0,0 +1,34 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CornerBottomRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CornerBottomRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/corner_top_left.dart b/packages/iconoir-flutter/lib/corner_top_left.dart new file mode 100644 index 00000000..122756f7 --- /dev/null +++ b/packages/iconoir-flutter/lib/corner_top_left.dart @@ -0,0 +1,34 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CornerTopLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CornerTopLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/corner_top_right.dart b/packages/iconoir-flutter/lib/corner_top_right.dart new file mode 100644 index 00000000..ccd744f0 --- /dev/null +++ b/packages/iconoir-flutter/lib/corner_top_right.dart @@ -0,0 +1,34 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CornerTopRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CornerTopRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cpu.dart b/packages/iconoir-flutter/lib/cpu.dart new file mode 100644 index 00000000..accb7d13 --- /dev/null +++ b/packages/iconoir-flutter/lib/cpu.dart @@ -0,0 +1,36 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cpu extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cpu({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cpu_warning.dart b/packages/iconoir-flutter/lib/cpu_warning.dart new file mode 100644 index 00000000..ad1df118 --- /dev/null +++ b/packages/iconoir-flutter/lib/cpu_warning.dart @@ -0,0 +1,35 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CpuWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CpuWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cracked_egg.dart b/packages/iconoir-flutter/lib/cracked_egg.dart new file mode 100644 index 00000000..862d6651 --- /dev/null +++ b/packages/iconoir-flutter/lib/cracked_egg.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CrackedEgg extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CrackedEgg({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/creative_commons.dart b/packages/iconoir-flutter/lib/creative_commons.dart new file mode 100644 index 00000000..e944524f --- /dev/null +++ b/packages/iconoir-flutter/lib/creative_commons.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CreativeCommons extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CreativeCommons({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/credit_card.dart b/packages/iconoir-flutter/lib/credit_card.dart new file mode 100644 index 00000000..0e6ed9fd --- /dev/null +++ b/packages/iconoir-flutter/lib/credit_card.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CreditCard extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CreditCard({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/credit_card_2.dart b/packages/iconoir-flutter/lib/credit_card_2.dart new file mode 100644 index 00000000..4468b5b8 --- /dev/null +++ b/packages/iconoir-flutter/lib/credit_card_2.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CreditCard2 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CreditCard2({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/crib.dart b/packages/iconoir-flutter/lib/crib.dart new file mode 100644 index 00000000..fd6faf2e --- /dev/null +++ b/packages/iconoir-flutter/lib/crib.dart @@ -0,0 +1,33 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Crib extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Crib({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/crop.dart b/packages/iconoir-flutter/lib/crop.dart new file mode 100644 index 00000000..dc616224 --- /dev/null +++ b/packages/iconoir-flutter/lib/crop.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Crop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Crop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/crop_rotate_bl.dart b/packages/iconoir-flutter/lib/crop_rotate_bl.dart new file mode 100644 index 00000000..7a76a2f8 --- /dev/null +++ b/packages/iconoir-flutter/lib/crop_rotate_bl.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CropRotateBl extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CropRotateBl({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/crop_rotate_br.dart b/packages/iconoir-flutter/lib/crop_rotate_br.dart new file mode 100644 index 00000000..a6b46171 --- /dev/null +++ b/packages/iconoir-flutter/lib/crop_rotate_br.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CropRotateBr extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CropRotateBr({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/crop_rotate_tl.dart b/packages/iconoir-flutter/lib/crop_rotate_tl.dart new file mode 100644 index 00000000..1d26cf31 --- /dev/null +++ b/packages/iconoir-flutter/lib/crop_rotate_tl.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CropRotateTl extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CropRotateTl({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/crop_rotate_tr.dart b/packages/iconoir-flutter/lib/crop_rotate_tr.dart new file mode 100644 index 00000000..3611973c --- /dev/null +++ b/packages/iconoir-flutter/lib/crop_rotate_tr.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CropRotateTr extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CropRotateTr({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/css_3.dart b/packages/iconoir-flutter/lib/css_3.dart new file mode 100644 index 00000000..25ed84af --- /dev/null +++ b/packages/iconoir-flutter/lib/css_3.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Css3 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Css3({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cursor_pointer.dart b/packages/iconoir-flutter/lib/cursor_pointer.dart new file mode 100644 index 00000000..4bbb4213 --- /dev/null +++ b/packages/iconoir-flutter/lib/cursor_pointer.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CursorPointer extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CursorPointer({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cut.dart b/packages/iconoir-flutter/lib/cut.dart new file mode 100644 index 00000000..1fa53c27 --- /dev/null +++ b/packages/iconoir-flutter/lib/cut.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cut extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cut({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cut_alt.dart b/packages/iconoir-flutter/lib/cut_alt.dart new file mode 100644 index 00000000..23877851 --- /dev/null +++ b/packages/iconoir-flutter/lib/cut_alt.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class CutAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const CutAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cycling.dart b/packages/iconoir-flutter/lib/cycling.dart new file mode 100644 index 00000000..42d36b4f --- /dev/null +++ b/packages/iconoir-flutter/lib/cycling.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cycling extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cycling({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/cylinder.dart b/packages/iconoir-flutter/lib/cylinder.dart new file mode 100644 index 00000000..14640c05 --- /dev/null +++ b/packages/iconoir-flutter/lib/cylinder.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Cylinder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Cylinder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dash_flag.dart b/packages/iconoir-flutter/lib/dash_flag.dart new file mode 100644 index 00000000..3938d9e9 --- /dev/null +++ b/packages/iconoir-flutter/lib/dash_flag.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DashFlag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DashFlag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dashboard.dart b/packages/iconoir-flutter/lib/dashboard.dart new file mode 100644 index 00000000..d6af9c30 --- /dev/null +++ b/packages/iconoir-flutter/lib/dashboard.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Dashboard extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Dashboard({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dashboard_dots.dart b/packages/iconoir-flutter/lib/dashboard_dots.dart new file mode 100644 index 00000000..d9e7fae7 --- /dev/null +++ b/packages/iconoir-flutter/lib/dashboard_dots.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DashboardDots extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DashboardDots({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dashboard_speed.dart b/packages/iconoir-flutter/lib/dashboard_speed.dart new file mode 100644 index 00000000..867aba62 --- /dev/null +++ b/packages/iconoir-flutter/lib/dashboard_speed.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DashboardSpeed extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DashboardSpeed({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/data_transfer_both.dart b/packages/iconoir-flutter/lib/data_transfer_both.dart new file mode 100644 index 00000000..72dc4300 --- /dev/null +++ b/packages/iconoir-flutter/lib/data_transfer_both.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DataTransferBoth extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DataTransferBoth({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/data_transfer_check.dart b/packages/iconoir-flutter/lib/data_transfer_check.dart new file mode 100644 index 00000000..83cd88fb --- /dev/null +++ b/packages/iconoir-flutter/lib/data_transfer_check.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DataTransferCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DataTransferCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/data_transfer_down.dart b/packages/iconoir-flutter/lib/data_transfer_down.dart new file mode 100644 index 00000000..103a294c --- /dev/null +++ b/packages/iconoir-flutter/lib/data_transfer_down.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DataTransferDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DataTransferDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/data_transfer_up.dart b/packages/iconoir-flutter/lib/data_transfer_up.dart new file mode 100644 index 00000000..de18c6a6 --- /dev/null +++ b/packages/iconoir-flutter/lib/data_transfer_up.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DataTransferUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DataTransferUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/data_transfer_warning.dart b/packages/iconoir-flutter/lib/data_transfer_warning.dart new file mode 100644 index 00000000..0395431d --- /dev/null +++ b/packages/iconoir-flutter/lib/data_transfer_warning.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DataTransferWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DataTransferWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_backup.dart b/packages/iconoir-flutter/lib/database_backup.dart new file mode 100644 index 00000000..1a96460a --- /dev/null +++ b/packages/iconoir-flutter/lib/database_backup.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseBackup extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseBackup({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_export.dart b/packages/iconoir-flutter/lib/database_export.dart new file mode 100644 index 00000000..16404fa1 --- /dev/null +++ b/packages/iconoir-flutter/lib/database_export.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseExport extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseExport({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_monitor.dart b/packages/iconoir-flutter/lib/database_monitor.dart new file mode 100644 index 00000000..47f5e307 --- /dev/null +++ b/packages/iconoir-flutter/lib/database_monitor.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseMonitor extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseMonitor({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_restore.dart b/packages/iconoir-flutter/lib/database_restore.dart new file mode 100644 index 00000000..9ab5a0ad --- /dev/null +++ b/packages/iconoir-flutter/lib/database_restore.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseRestore extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseRestore({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_rounded.dart b/packages/iconoir-flutter/lib/database_rounded.dart new file mode 100644 index 00000000..5c72a574 --- /dev/null +++ b/packages/iconoir-flutter/lib/database_rounded.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_script.dart b/packages/iconoir-flutter/lib/database_script.dart new file mode 100644 index 00000000..090ea3f9 --- /dev/null +++ b/packages/iconoir-flutter/lib/database_script.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseScript extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseScript({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_settings.dart b/packages/iconoir-flutter/lib/database_settings.dart new file mode 100644 index 00000000..d3bcebc4 --- /dev/null +++ b/packages/iconoir-flutter/lib/database_settings.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseSettings extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseSettings({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_star.dart b/packages/iconoir-flutter/lib/database_star.dart new file mode 100644 index 00000000..e9fa98c1 --- /dev/null +++ b/packages/iconoir-flutter/lib/database_star.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseStar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseStar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/database_stats.dart b/packages/iconoir-flutter/lib/database_stats.dart new file mode 100644 index 00000000..3a312614 --- /dev/null +++ b/packages/iconoir-flutter/lib/database_stats.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DatabaseStats extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DatabaseStats({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/db.dart b/packages/iconoir-flutter/lib/db.dart new file mode 100644 index 00000000..0be42de9 --- /dev/null +++ b/packages/iconoir-flutter/lib/db.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Db extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Db({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/db_check.dart b/packages/iconoir-flutter/lib/db_check.dart new file mode 100644 index 00000000..f0823c89 --- /dev/null +++ b/packages/iconoir-flutter/lib/db_check.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DbCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DbCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/db_error.dart b/packages/iconoir-flutter/lib/db_error.dart new file mode 100644 index 00000000..45a7fa01 --- /dev/null +++ b/packages/iconoir-flutter/lib/db_error.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DbError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DbError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/db_search.dart b/packages/iconoir-flutter/lib/db_search.dart new file mode 100644 index 00000000..75ab6d7a --- /dev/null +++ b/packages/iconoir-flutter/lib/db_search.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DbSearch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DbSearch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/db_star.dart b/packages/iconoir-flutter/lib/db_star.dart new file mode 100644 index 00000000..0e693bc4 --- /dev/null +++ b/packages/iconoir-flutter/lib/db_star.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DbStar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DbStar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/db_warning.dart b/packages/iconoir-flutter/lib/db_warning.dart new file mode 100644 index 00000000..b7c9b50f --- /dev/null +++ b/packages/iconoir-flutter/lib/db_warning.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DbWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DbWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/de_compress.dart b/packages/iconoir-flutter/lib/de_compress.dart new file mode 100644 index 00000000..ce78d9e9 --- /dev/null +++ b/packages/iconoir-flutter/lib/de_compress.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DeCompress extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DeCompress({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/delete_circled_outline.dart b/packages/iconoir-flutter/lib/delete_circled_outline.dart new file mode 100644 index 00000000..312e7814 --- /dev/null +++ b/packages/iconoir-flutter/lib/delete_circled_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DeleteCircledOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DeleteCircledOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/delivery.dart b/packages/iconoir-flutter/lib/delivery.dart new file mode 100644 index 00000000..97a13357 --- /dev/null +++ b/packages/iconoir-flutter/lib/delivery.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Delivery extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Delivery({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/delivery_truck.dart b/packages/iconoir-flutter/lib/delivery_truck.dart new file mode 100644 index 00000000..e755ecff --- /dev/null +++ b/packages/iconoir-flutter/lib/delivery_truck.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DeliveryTruck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DeliveryTruck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/depth.dart b/packages/iconoir-flutter/lib/depth.dart new file mode 100644 index 00000000..84234fe6 --- /dev/null +++ b/packages/iconoir-flutter/lib/depth.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Depth extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Depth({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/design_pencil.dart b/packages/iconoir-flutter/lib/design_pencil.dart new file mode 100644 index 00000000..b2a53833 --- /dev/null +++ b/packages/iconoir-flutter/lib/design_pencil.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DesignPencil extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DesignPencil({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/desk.dart b/packages/iconoir-flutter/lib/desk.dart new file mode 100644 index 00000000..a8238d18 --- /dev/null +++ b/packages/iconoir-flutter/lib/desk.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Desk extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Desk({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dialpad.dart b/packages/iconoir-flutter/lib/dialpad.dart new file mode 100644 index 00000000..1a371c2c --- /dev/null +++ b/packages/iconoir-flutter/lib/dialpad.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Dialpad extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Dialpad({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dice_five.dart b/packages/iconoir-flutter/lib/dice_five.dart new file mode 100644 index 00000000..3aa1a8f1 --- /dev/null +++ b/packages/iconoir-flutter/lib/dice_five.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DiceFive extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DiceFive({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dice_four.dart b/packages/iconoir-flutter/lib/dice_four.dart new file mode 100644 index 00000000..772d0aa7 --- /dev/null +++ b/packages/iconoir-flutter/lib/dice_four.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DiceFour extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DiceFour({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dice_one.dart b/packages/iconoir-flutter/lib/dice_one.dart new file mode 100644 index 00000000..c38265cc --- /dev/null +++ b/packages/iconoir-flutter/lib/dice_one.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DiceOne extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DiceOne({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dice_six.dart b/packages/iconoir-flutter/lib/dice_six.dart new file mode 100644 index 00000000..b376c7d7 --- /dev/null +++ b/packages/iconoir-flutter/lib/dice_six.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DiceSix extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DiceSix({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dice_three.dart b/packages/iconoir-flutter/lib/dice_three.dart new file mode 100644 index 00000000..205bcc36 --- /dev/null +++ b/packages/iconoir-flutter/lib/dice_three.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DiceThree extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DiceThree({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dice_two.dart b/packages/iconoir-flutter/lib/dice_two.dart new file mode 100644 index 00000000..4c29eb3f --- /dev/null +++ b/packages/iconoir-flutter/lib/dice_two.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DiceTwo extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DiceTwo({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dimmer_switch.dart b/packages/iconoir-flutter/lib/dimmer_switch.dart new file mode 100644 index 00000000..f0a0cee2 --- /dev/null +++ b/packages/iconoir-flutter/lib/dimmer_switch.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DimmerSwitch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DimmerSwitch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/director_chair.dart b/packages/iconoir-flutter/lib/director_chair.dart new file mode 100644 index 00000000..2d4a0ee5 --- /dev/null +++ b/packages/iconoir-flutter/lib/director_chair.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DirectorChair extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DirectorChair({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/discord.dart b/packages/iconoir-flutter/lib/discord.dart new file mode 100644 index 00000000..8d40fa5d --- /dev/null +++ b/packages/iconoir-flutter/lib/discord.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Discord extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Discord({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dishwasher.dart b/packages/iconoir-flutter/lib/dishwasher.dart new file mode 100644 index 00000000..d094bc47 --- /dev/null +++ b/packages/iconoir-flutter/lib/dishwasher.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Dishwasher extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Dishwasher({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/display_4_k.dart b/packages/iconoir-flutter/lib/display_4_k.dart new file mode 100644 index 00000000..be0501fc --- /dev/null +++ b/packages/iconoir-flutter/lib/display_4_k.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Display4K extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Display4K({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/divide_selection_1.dart b/packages/iconoir-flutter/lib/divide_selection_1.dart new file mode 100644 index 00000000..7178f0ba --- /dev/null +++ b/packages/iconoir-flutter/lib/divide_selection_1.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DivideSelection1 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DivideSelection1({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/divide_selection_2.dart b/packages/iconoir-flutter/lib/divide_selection_2.dart new file mode 100644 index 00000000..121aba08 --- /dev/null +++ b/packages/iconoir-flutter/lib/divide_selection_2.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DivideSelection2 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DivideSelection2({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/doc_search.dart b/packages/iconoir-flutter/lib/doc_search.dart new file mode 100644 index 00000000..c197a440 --- /dev/null +++ b/packages/iconoir-flutter/lib/doc_search.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DocSearch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DocSearch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/doc_search_alt.dart b/packages/iconoir-flutter/lib/doc_search_alt.dart new file mode 100644 index 00000000..189bf1cf --- /dev/null +++ b/packages/iconoir-flutter/lib/doc_search_alt.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DocSearchAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DocSearchAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/doc_star.dart b/packages/iconoir-flutter/lib/doc_star.dart new file mode 100644 index 00000000..727de1b0 --- /dev/null +++ b/packages/iconoir-flutter/lib/doc_star.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DocStar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DocStar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/doc_star_alt.dart b/packages/iconoir-flutter/lib/doc_star_alt.dart new file mode 100644 index 00000000..1aa7ba3b --- /dev/null +++ b/packages/iconoir-flutter/lib/doc_star_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DocStarAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DocStarAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dollar.dart b/packages/iconoir-flutter/lib/dollar.dart new file mode 100644 index 00000000..e640199c --- /dev/null +++ b/packages/iconoir-flutter/lib/dollar.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Dollar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Dollar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/domotic_issue.dart b/packages/iconoir-flutter/lib/domotic_issue.dart new file mode 100644 index 00000000..8cf54b1f --- /dev/null +++ b/packages/iconoir-flutter/lib/domotic_issue.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DomoticIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DomoticIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/donate.dart b/packages/iconoir-flutter/lib/donate.dart new file mode 100644 index 00000000..7e9fde2d --- /dev/null +++ b/packages/iconoir-flutter/lib/donate.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Donate extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Donate({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/double_check.dart b/packages/iconoir-flutter/lib/double_check.dart new file mode 100644 index 00000000..632c80c5 --- /dev/null +++ b/packages/iconoir-flutter/lib/double_check.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DoubleCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DoubleCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/down_round_arrow.dart b/packages/iconoir-flutter/lib/down_round_arrow.dart new file mode 100644 index 00000000..3e4da3bd --- /dev/null +++ b/packages/iconoir-flutter/lib/down_round_arrow.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DownRoundArrow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DownRoundArrow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/download.dart b/packages/iconoir-flutter/lib/download.dart new file mode 100644 index 00000000..ca92d075 --- /dev/null +++ b/packages/iconoir-flutter/lib/download.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Download extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Download({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/download_circled_outline.dart b/packages/iconoir-flutter/lib/download_circled_outline.dart new file mode 100644 index 00000000..52d9b129 --- /dev/null +++ b/packages/iconoir-flutter/lib/download_circled_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DownloadCircledOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DownloadCircledOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/download_data_window.dart b/packages/iconoir-flutter/lib/download_data_window.dart new file mode 100644 index 00000000..4cf06fa6 --- /dev/null +++ b/packages/iconoir-flutter/lib/download_data_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DownloadDataWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DownloadDataWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/download_square_outline.dart b/packages/iconoir-flutter/lib/download_square_outline.dart new file mode 100644 index 00000000..f72d92dc --- /dev/null +++ b/packages/iconoir-flutter/lib/download_square_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DownloadSquareOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DownloadSquareOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drag_hand_gesture.dart b/packages/iconoir-flutter/lib/drag_hand_gesture.dart new file mode 100644 index 00000000..c521ece4 --- /dev/null +++ b/packages/iconoir-flutter/lib/drag_hand_gesture.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DragHandGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DragHandGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drawer.dart b/packages/iconoir-flutter/lib/drawer.dart new file mode 100644 index 00000000..636a75c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/drawer.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Drawer extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Drawer({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/dribbble.dart b/packages/iconoir-flutter/lib/dribbble.dart new file mode 100644 index 00000000..08735610 --- /dev/null +++ b/packages/iconoir-flutter/lib/dribbble.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Dribbble extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Dribbble({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone.dart b/packages/iconoir-flutter/lib/drone.dart new file mode 100644 index 00000000..b8799755 --- /dev/null +++ b/packages/iconoir-flutter/lib/drone.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Drone extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Drone({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_charge_full.dart b/packages/iconoir-flutter/lib/drone_charge_full.dart new file mode 100644 index 00000000..c3851246 --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_charge_full.dart @@ -0,0 +1,34 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneChargeFull extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneChargeFull({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_charge_half.dart b/packages/iconoir-flutter/lib/drone_charge_half.dart new file mode 100644 index 00000000..c057ce86 --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_charge_half.dart @@ -0,0 +1,33 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneChargeHalf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneChargeHalf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_charge_low.dart b/packages/iconoir-flutter/lib/drone_charge_low.dart new file mode 100644 index 00000000..6fb2fbfc --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_charge_low.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneChargeLow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneChargeLow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_check.dart b/packages/iconoir-flutter/lib/drone_check.dart new file mode 100644 index 00000000..c093092a --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_check.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_error.dart b/packages/iconoir-flutter/lib/drone_error.dart new file mode 100644 index 00000000..d21bfd70 --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_error.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_landing.dart b/packages/iconoir-flutter/lib/drone_landing.dart new file mode 100644 index 00000000..bd6caf48 --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_landing.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneLanding extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneLanding({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_refresh.dart b/packages/iconoir-flutter/lib/drone_refresh.dart new file mode 100644 index 00000000..741a4a54 --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_refresh.dart @@ -0,0 +1,33 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneRefresh extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneRefresh({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/drone_take_off.dart b/packages/iconoir-flutter/lib/drone_take_off.dart new file mode 100644 index 00000000..a16d310a --- /dev/null +++ b/packages/iconoir-flutter/lib/drone_take_off.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DroneTakeOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DroneTakeOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/droplet.dart b/packages/iconoir-flutter/lib/droplet.dart new file mode 100644 index 00000000..db19b526 --- /dev/null +++ b/packages/iconoir-flutter/lib/droplet.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Droplet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Droplet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/droplet_half.dart b/packages/iconoir-flutter/lib/droplet_half.dart new file mode 100644 index 00000000..a4863955 --- /dev/null +++ b/packages/iconoir-flutter/lib/droplet_half.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class DropletHalf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const DropletHalf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ease_curve_control_points.dart b/packages/iconoir-flutter/lib/ease_curve_control_points.dart new file mode 100644 index 00000000..a1ebae5e --- /dev/null +++ b/packages/iconoir-flutter/lib/ease_curve_control_points.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EaseCurveControlPoints extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EaseCurveControlPoints({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ease_in.dart b/packages/iconoir-flutter/lib/ease_in.dart new file mode 100644 index 00000000..85a05279 --- /dev/null +++ b/packages/iconoir-flutter/lib/ease_in.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EaseIn extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EaseIn({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ease_in_control_point.dart b/packages/iconoir-flutter/lib/ease_in_control_point.dart new file mode 100644 index 00000000..177ca1a7 --- /dev/null +++ b/packages/iconoir-flutter/lib/ease_in_control_point.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EaseInControlPoint extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EaseInControlPoint({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ease_in_out.dart b/packages/iconoir-flutter/lib/ease_in_out.dart new file mode 100644 index 00000000..7ce35fd8 --- /dev/null +++ b/packages/iconoir-flutter/lib/ease_in_out.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EaseInOut extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EaseInOut({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ease_out.dart b/packages/iconoir-flutter/lib/ease_out.dart new file mode 100644 index 00000000..781d6d3a --- /dev/null +++ b/packages/iconoir-flutter/lib/ease_out.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EaseOut extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EaseOut({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ease_out_control_point.dart b/packages/iconoir-flutter/lib/ease_out_control_point.dart new file mode 100644 index 00000000..9191ef49 --- /dev/null +++ b/packages/iconoir-flutter/lib/ease_out_control_point.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EaseOutControlPoint extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EaseOutControlPoint({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ecology_book.dart b/packages/iconoir-flutter/lib/ecology_book.dart new file mode 100644 index 00000000..f550465a --- /dev/null +++ b/packages/iconoir-flutter/lib/ecology_book.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EcologyBook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EcologyBook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/edit.dart b/packages/iconoir-flutter/lib/edit.dart new file mode 100644 index 00000000..0e4a7214 --- /dev/null +++ b/packages/iconoir-flutter/lib/edit.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Edit extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Edit({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/edit_pencil.dart b/packages/iconoir-flutter/lib/edit_pencil.dart new file mode 100644 index 00000000..78952634 --- /dev/null +++ b/packages/iconoir-flutter/lib/edit_pencil.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EditPencil extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EditPencil({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/egg.dart b/packages/iconoir-flutter/lib/egg.dart new file mode 100644 index 00000000..12d642ab --- /dev/null +++ b/packages/iconoir-flutter/lib/egg.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Egg extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Egg({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/eject.dart b/packages/iconoir-flutter/lib/eject.dart new file mode 100644 index 00000000..0d7a06e0 --- /dev/null +++ b/packages/iconoir-flutter/lib/eject.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Eject extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Eject({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/electronics_chip.dart b/packages/iconoir-flutter/lib/electronics_chip.dart new file mode 100644 index 00000000..8b0ebf76 --- /dev/null +++ b/packages/iconoir-flutter/lib/electronics_chip.dart @@ -0,0 +1,33 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ElectronicsChip extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ElectronicsChip({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/electronics_transistor.dart b/packages/iconoir-flutter/lib/electronics_transistor.dart new file mode 100644 index 00000000..a4ddeca3 --- /dev/null +++ b/packages/iconoir-flutter/lib/electronics_transistor.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ElectronicsTransistor extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ElectronicsTransistor({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji.dart b/packages/iconoir-flutter/lib/emoji.dart new file mode 100644 index 00000000..54d81d98 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Emoji extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Emoji({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_ball.dart b/packages/iconoir-flutter/lib/emoji_ball.dart new file mode 100644 index 00000000..05f697b1 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_ball.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiBall extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiBall({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_blink_left.dart b/packages/iconoir-flutter/lib/emoji_blink_left.dart new file mode 100644 index 00000000..19c6a9db --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_blink_left.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiBlinkLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiBlinkLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_blink_right.dart b/packages/iconoir-flutter/lib/emoji_blink_right.dart new file mode 100644 index 00000000..b2561d93 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_blink_right.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiBlinkRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiBlinkRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_look_bottom.dart b/packages/iconoir-flutter/lib/emoji_look_bottom.dart new file mode 100644 index 00000000..efd4a8fb --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_look_bottom.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiLookBottom extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiLookBottom({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_look_left.dart b/packages/iconoir-flutter/lib/emoji_look_left.dart new file mode 100644 index 00000000..40eb3f43 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_look_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiLookLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiLookLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_look_right.dart b/packages/iconoir-flutter/lib/emoji_look_right.dart new file mode 100644 index 00000000..7126ecf8 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_look_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiLookRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiLookRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_look_top.dart b/packages/iconoir-flutter/lib/emoji_look_top.dart new file mode 100644 index 00000000..c43444ec --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_look_top.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiLookTop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiLookTop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_puzzled.dart b/packages/iconoir-flutter/lib/emoji_puzzled.dart new file mode 100644 index 00000000..5b0bac8d --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_puzzled.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiPuzzled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiPuzzled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_quite.dart b/packages/iconoir-flutter/lib/emoji_quite.dart new file mode 100644 index 00000000..15d49cd5 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_quite.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiQuite extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiQuite({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_really.dart b/packages/iconoir-flutter/lib/emoji_really.dart new file mode 100644 index 00000000..4d8c5746 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_really.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiReally extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiReally({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_sad.dart b/packages/iconoir-flutter/lib/emoji_sad.dart new file mode 100644 index 00000000..84651a8c --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_sad.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSad extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSad({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_satisfied.dart b/packages/iconoir-flutter/lib/emoji_satisfied.dart new file mode 100644 index 00000000..ad36e200 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_satisfied.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSatisfied extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSatisfied({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_sing_left.dart b/packages/iconoir-flutter/lib/emoji_sing_left.dart new file mode 100644 index 00000000..3383040a --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_sing_left.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSingLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSingLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_sing_left_note.dart b/packages/iconoir-flutter/lib/emoji_sing_left_note.dart new file mode 100644 index 00000000..b4df8bf5 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_sing_left_note.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSingLeftNote extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSingLeftNote({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_sing_right.dart b/packages/iconoir-flutter/lib/emoji_sing_right.dart new file mode 100644 index 00000000..0274e031 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_sing_right.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSingRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSingRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_sing_right_note.dart b/packages/iconoir-flutter/lib/emoji_sing_right_note.dart new file mode 100644 index 00000000..e476c4bd --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_sing_right_note.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSingRightNote extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSingRightNote({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_surprise.dart b/packages/iconoir-flutter/lib/emoji_surprise.dart new file mode 100644 index 00000000..2c03ce34 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_surprise.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSurprise extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSurprise({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_surprise_alt.dart b/packages/iconoir-flutter/lib/emoji_surprise_alt.dart new file mode 100644 index 00000000..0c5d43f2 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_surprise_alt.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiSurpriseAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiSurpriseAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_talking_angry.dart b/packages/iconoir-flutter/lib/emoji_talking_angry.dart new file mode 100644 index 00000000..ade28e1b --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_talking_angry.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiTalkingAngry extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiTalkingAngry({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_talking_happy.dart b/packages/iconoir-flutter/lib/emoji_talking_happy.dart new file mode 100644 index 00000000..69afd196 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_talking_happy.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiTalkingHappy extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiTalkingHappy({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_think_left.dart b/packages/iconoir-flutter/lib/emoji_think_left.dart new file mode 100644 index 00000000..d60d2d01 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_think_left.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiThinkLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiThinkLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/emoji_think_right.dart b/packages/iconoir-flutter/lib/emoji_think_right.dart new file mode 100644 index 00000000..023aa1f4 --- /dev/null +++ b/packages/iconoir-flutter/lib/emoji_think_right.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmojiThinkRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmojiThinkRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/empty_page.dart b/packages/iconoir-flutter/lib/empty_page.dart new file mode 100644 index 00000000..dd82354f --- /dev/null +++ b/packages/iconoir-flutter/lib/empty_page.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EmptyPage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EmptyPage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/energy_usage_window.dart b/packages/iconoir-flutter/lib/energy_usage_window.dart new file mode 100644 index 00000000..7f38717f --- /dev/null +++ b/packages/iconoir-flutter/lib/energy_usage_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EnergyUsageWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EnergyUsageWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/enlarge.dart b/packages/iconoir-flutter/lib/enlarge.dart new file mode 100644 index 00000000..16112290 --- /dev/null +++ b/packages/iconoir-flutter/lib/enlarge.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Enlarge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Enlarge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/enlarge_round_arrow.dart b/packages/iconoir-flutter/lib/enlarge_round_arrow.dart new file mode 100644 index 00000000..6155f240 --- /dev/null +++ b/packages/iconoir-flutter/lib/enlarge_round_arrow.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EnlargeRoundArrow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EnlargeRoundArrow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/erase.dart b/packages/iconoir-flutter/lib/erase.dart new file mode 100644 index 00000000..7562d31f --- /dev/null +++ b/packages/iconoir-flutter/lib/erase.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Erase extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Erase({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/error_window.dart b/packages/iconoir-flutter/lib/error_window.dart new file mode 100644 index 00000000..82e2dafd --- /dev/null +++ b/packages/iconoir-flutter/lib/error_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ErrorWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ErrorWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/euro.dart b/packages/iconoir-flutter/lib/euro.dart new file mode 100644 index 00000000..43ecace2 --- /dev/null +++ b/packages/iconoir-flutter/lib/euro.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Euro extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Euro({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/euro_square.dart b/packages/iconoir-flutter/lib/euro_square.dart new file mode 100644 index 00000000..15f28b87 --- /dev/null +++ b/packages/iconoir-flutter/lib/euro_square.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EuroSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EuroSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ev_charge.dart b/packages/iconoir-flutter/lib/ev_charge.dart new file mode 100644 index 00000000..c01d4f9b --- /dev/null +++ b/packages/iconoir-flutter/lib/ev_charge.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EvCharge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EvCharge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ev_charge_alt.dart b/packages/iconoir-flutter/lib/ev_charge_alt.dart new file mode 100644 index 00000000..c1cc7102 --- /dev/null +++ b/packages/iconoir-flutter/lib/ev_charge_alt.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EvChargeAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EvChargeAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ev_plug.dart b/packages/iconoir-flutter/lib/ev_plug.dart new file mode 100644 index 00000000..4ed5869b --- /dev/null +++ b/packages/iconoir-flutter/lib/ev_plug.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EvPlug extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EvPlug({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ev_plug_charging.dart b/packages/iconoir-flutter/lib/ev_plug_charging.dart new file mode 100644 index 00000000..f41d5db3 --- /dev/null +++ b/packages/iconoir-flutter/lib/ev_plug_charging.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EvPlugCharging extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EvPlugCharging({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ev_plug_error.dart b/packages/iconoir-flutter/lib/ev_plug_error.dart new file mode 100644 index 00000000..e4de922d --- /dev/null +++ b/packages/iconoir-flutter/lib/ev_plug_error.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EvPlugError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EvPlugError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ev_rounded.dart b/packages/iconoir-flutter/lib/ev_rounded.dart new file mode 100644 index 00000000..d7b7c544 --- /dev/null +++ b/packages/iconoir-flutter/lib/ev_rounded.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EvRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EvRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ev_station.dart b/packages/iconoir-flutter/lib/ev_station.dart new file mode 100644 index 00000000..4fd6dd19 --- /dev/null +++ b/packages/iconoir-flutter/lib/ev_station.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EvStation extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EvStation({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/exclude.dart b/packages/iconoir-flutter/lib/exclude.dart new file mode 100644 index 00000000..6ddf5a8b --- /dev/null +++ b/packages/iconoir-flutter/lib/exclude.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Exclude extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Exclude({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/expand.dart b/packages/iconoir-flutter/lib/expand.dart new file mode 100644 index 00000000..0a26c8ba --- /dev/null +++ b/packages/iconoir-flutter/lib/expand.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Expand extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Expand({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/expand_lines.dart b/packages/iconoir-flutter/lib/expand_lines.dart new file mode 100644 index 00000000..47d96eb0 --- /dev/null +++ b/packages/iconoir-flutter/lib/expand_lines.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ExpandLines extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ExpandLines({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/eye_alt.dart b/packages/iconoir-flutter/lib/eye_alt.dart new file mode 100644 index 00000000..b23e1e42 --- /dev/null +++ b/packages/iconoir-flutter/lib/eye_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EyeAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EyeAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/eye_close.dart b/packages/iconoir-flutter/lib/eye_close.dart new file mode 100644 index 00000000..d91ecbd5 --- /dev/null +++ b/packages/iconoir-flutter/lib/eye_close.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EyeClose extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EyeClose({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/eye_empty.dart b/packages/iconoir-flutter/lib/eye_empty.dart new file mode 100644 index 00000000..b4fdd944 --- /dev/null +++ b/packages/iconoir-flutter/lib/eye_empty.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EyeEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EyeEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/eye_off.dart b/packages/iconoir-flutter/lib/eye_off.dart new file mode 100644 index 00000000..87424fc0 --- /dev/null +++ b/packages/iconoir-flutter/lib/eye_off.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class EyeOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const EyeOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/face_id.dart b/packages/iconoir-flutter/lib/face_id.dart new file mode 100644 index 00000000..ee8c33f1 --- /dev/null +++ b/packages/iconoir-flutter/lib/face_id.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FaceId extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FaceId({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/facebook.dart b/packages/iconoir-flutter/lib/facebook.dart new file mode 100644 index 00000000..ba369fa2 --- /dev/null +++ b/packages/iconoir-flutter/lib/facebook.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Facebook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Facebook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/facebook_squared.dart b/packages/iconoir-flutter/lib/facebook_squared.dart new file mode 100644 index 00000000..1c4f5fd0 --- /dev/null +++ b/packages/iconoir-flutter/lib/facebook_squared.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FacebookSquared extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FacebookSquared({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/facetime.dart b/packages/iconoir-flutter/lib/facetime.dart new file mode 100644 index 00000000..599b6d34 --- /dev/null +++ b/packages/iconoir-flutter/lib/facetime.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Facetime extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Facetime({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/farm.dart b/packages/iconoir-flutter/lib/farm.dart new file mode 100644 index 00000000..7a06facf --- /dev/null +++ b/packages/iconoir-flutter/lib/farm.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Farm extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Farm({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_down.dart b/packages/iconoir-flutter/lib/fast_arrow_down.dart new file mode 100644 index 00000000..ca498d36 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_down_box.dart b/packages/iconoir-flutter/lib/fast_arrow_down_box.dart new file mode 100644 index 00000000..0237d721 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_down_box.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowDownBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowDownBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_left.dart b/packages/iconoir-flutter/lib/fast_arrow_left.dart new file mode 100644 index 00000000..51c7ab0f --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_left_box.dart b/packages/iconoir-flutter/lib/fast_arrow_left_box.dart new file mode 100644 index 00000000..34aefaaa --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_left_box.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowLeftBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowLeftBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_right.dart b/packages/iconoir-flutter/lib/fast_arrow_right.dart new file mode 100644 index 00000000..8f1607c2 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_right_box.dart b/packages/iconoir-flutter/lib/fast_arrow_right_box.dart new file mode 100644 index 00000000..fb7d4e08 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_right_box.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowRightBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowRightBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_top.dart b/packages/iconoir-flutter/lib/fast_arrow_top.dart new file mode 100644 index 00000000..781d31d1 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_top.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowTop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowTop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_arrow_up_box.dart b/packages/iconoir-flutter/lib/fast_arrow_up_box.dart new file mode 100644 index 00000000..8dc7f788 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_arrow_up_box.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastArrowUpBox extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastArrowUpBox({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_bottom_circle.dart b/packages/iconoir-flutter/lib/fast_bottom_circle.dart new file mode 100644 index 00000000..989c789a --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_bottom_circle.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastBottomCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastBottomCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_left_circle.dart b/packages/iconoir-flutter/lib/fast_left_circle.dart new file mode 100644 index 00000000..31941f07 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_left_circle.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastLeftCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastLeftCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_right_circle.dart b/packages/iconoir-flutter/lib/fast_right_circle.dart new file mode 100644 index 00000000..6757e466 --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_right_circle.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastRightCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastRightCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fast_top_circle.dart b/packages/iconoir-flutter/lib/fast_top_circle.dart new file mode 100644 index 00000000..d70b2afd --- /dev/null +++ b/packages/iconoir-flutter/lib/fast_top_circle.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FastTopCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FastTopCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/favourite_book.dart b/packages/iconoir-flutter/lib/favourite_book.dart new file mode 100644 index 00000000..76a94364 --- /dev/null +++ b/packages/iconoir-flutter/lib/favourite_book.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FavouriteBook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FavouriteBook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/favourite_window.dart b/packages/iconoir-flutter/lib/favourite_window.dart new file mode 100644 index 00000000..44359b6e --- /dev/null +++ b/packages/iconoir-flutter/lib/favourite_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FavouriteWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FavouriteWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/female.dart b/packages/iconoir-flutter/lib/female.dart new file mode 100644 index 00000000..d2faacfe --- /dev/null +++ b/packages/iconoir-flutter/lib/female.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Female extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Female({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/figma.dart b/packages/iconoir-flutter/lib/figma.dart new file mode 100644 index 00000000..e8ffcc2d --- /dev/null +++ b/packages/iconoir-flutter/lib/figma.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Figma extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Figma({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/file_not_found.dart b/packages/iconoir-flutter/lib/file_not_found.dart new file mode 100644 index 00000000..d37864f3 --- /dev/null +++ b/packages/iconoir-flutter/lib/file_not_found.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FileNotFound extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FileNotFound({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/filter.dart b/packages/iconoir-flutter/lib/filter.dart new file mode 100644 index 00000000..5e28b3c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/filter.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Filter extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Filter({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/filter_alt.dart b/packages/iconoir-flutter/lib/filter_alt.dart new file mode 100644 index 00000000..930a3e33 --- /dev/null +++ b/packages/iconoir-flutter/lib/filter_alt.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FilterAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FilterAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/finder.dart b/packages/iconoir-flutter/lib/finder.dart new file mode 100644 index 00000000..c1d7fa44 --- /dev/null +++ b/packages/iconoir-flutter/lib/finder.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Finder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Finder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/finger_print_window.dart b/packages/iconoir-flutter/lib/finger_print_window.dart new file mode 100644 index 00000000..675148e0 --- /dev/null +++ b/packages/iconoir-flutter/lib/finger_print_window.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerPrintWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerPrintWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint.dart b/packages/iconoir-flutter/lib/fingerprint.dart new file mode 100644 index 00000000..41944ec3 --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Fingerprint extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Fingerprint({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint_circled.dart b/packages/iconoir-flutter/lib/fingerprint_circled.dart new file mode 100644 index 00000000..0b7a34f6 --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint_circled.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerprintCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerprintCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint_circled_error.dart b/packages/iconoir-flutter/lib/fingerprint_circled_error.dart new file mode 100644 index 00000000..2cbd5e91 --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint_circled_error.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerprintCircledError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerprintCircledError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint_circled_lock.dart b/packages/iconoir-flutter/lib/fingerprint_circled_lock.dart new file mode 100644 index 00000000..385af3fc --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint_circled_lock.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerprintCircledLock extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerprintCircledLock({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint_circled_ok.dart b/packages/iconoir-flutter/lib/fingerprint_circled_ok.dart new file mode 100644 index 00000000..30a45245 --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint_circled_ok.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerprintCircledOk extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerprintCircledOk({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint_phone.dart b/packages/iconoir-flutter/lib/fingerprint_phone.dart new file mode 100644 index 00000000..b46703f9 --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint_phone.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerprintPhone extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerprintPhone({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint_scan.dart b/packages/iconoir-flutter/lib/fingerprint_scan.dart new file mode 100644 index 00000000..63b4f320 --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint_scan.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerprintScan extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerprintScan({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fingerprint_squared.dart b/packages/iconoir-flutter/lib/fingerprint_squared.dart new file mode 100644 index 00000000..d5b74f90 --- /dev/null +++ b/packages/iconoir-flutter/lib/fingerprint_squared.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FingerprintSquared extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FingerprintSquared({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fire_flame.dart b/packages/iconoir-flutter/lib/fire_flame.dart new file mode 100644 index 00000000..34d2c206 --- /dev/null +++ b/packages/iconoir-flutter/lib/fire_flame.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FireFlame extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FireFlame({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fishing.dart b/packages/iconoir-flutter/lib/fishing.dart new file mode 100644 index 00000000..cd515bdd --- /dev/null +++ b/packages/iconoir-flutter/lib/fishing.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Fishing extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Fishing({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/flare.dart b/packages/iconoir-flutter/lib/flare.dart new file mode 100644 index 00000000..040d8aa5 --- /dev/null +++ b/packages/iconoir-flutter/lib/flare.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Flare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Flare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/flash.dart b/packages/iconoir-flutter/lib/flash.dart new file mode 100644 index 00000000..4d00f362 --- /dev/null +++ b/packages/iconoir-flutter/lib/flash.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Flash extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Flash({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/flash_off.dart b/packages/iconoir-flutter/lib/flash_off.dart new file mode 100644 index 00000000..15cc85e8 --- /dev/null +++ b/packages/iconoir-flutter/lib/flash_off.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FlashOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FlashOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/flask.dart b/packages/iconoir-flutter/lib/flask.dart new file mode 100644 index 00000000..5bdf1f30 --- /dev/null +++ b/packages/iconoir-flutter/lib/flask.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Flask extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Flask({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/flip.dart b/packages/iconoir-flutter/lib/flip.dart new file mode 100644 index 00000000..6264caa1 --- /dev/null +++ b/packages/iconoir-flutter/lib/flip.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Flip extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Flip({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/flip_reverse.dart b/packages/iconoir-flutter/lib/flip_reverse.dart new file mode 100644 index 00000000..0689d138 --- /dev/null +++ b/packages/iconoir-flutter/lib/flip_reverse.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FlipReverse extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FlipReverse({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/flower.dart b/packages/iconoir-flutter/lib/flower.dart new file mode 100644 index 00000000..162ce148 --- /dev/null +++ b/packages/iconoir-flutter/lib/flower.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Flower extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Flower({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fluorine.dart b/packages/iconoir-flutter/lib/fluorine.dart new file mode 100644 index 00000000..e6135fb6 --- /dev/null +++ b/packages/iconoir-flutter/lib/fluorine.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Fluorine extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Fluorine({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fog.dart b/packages/iconoir-flutter/lib/fog.dart new file mode 100644 index 00000000..d7a8cae0 --- /dev/null +++ b/packages/iconoir-flutter/lib/fog.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Fog extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Fog({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/folder.dart b/packages/iconoir-flutter/lib/folder.dart new file mode 100644 index 00000000..05032fd1 --- /dev/null +++ b/packages/iconoir-flutter/lib/folder.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Folder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Folder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/folder_alert.dart b/packages/iconoir-flutter/lib/folder_alert.dart new file mode 100644 index 00000000..74997d6d --- /dev/null +++ b/packages/iconoir-flutter/lib/folder_alert.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FolderAlert extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FolderAlert({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/folder_settings.dart b/packages/iconoir-flutter/lib/folder_settings.dart new file mode 100644 index 00000000..c154e695 --- /dev/null +++ b/packages/iconoir-flutter/lib/folder_settings.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FolderSettings extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FolderSettings({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/font_size.dart b/packages/iconoir-flutter/lib/font_size.dart new file mode 100644 index 00000000..243020bc --- /dev/null +++ b/packages/iconoir-flutter/lib/font_size.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FontSize extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FontSize({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/football.dart b/packages/iconoir-flutter/lib/football.dart new file mode 100644 index 00000000..cac3ffe3 --- /dev/null +++ b/packages/iconoir-flutter/lib/football.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Football extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Football({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/football_ball.dart b/packages/iconoir-flutter/lib/football_ball.dart new file mode 100644 index 00000000..fdaa1ba4 --- /dev/null +++ b/packages/iconoir-flutter/lib/football_ball.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FootballBall extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FootballBall({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/forward_15_seconds.dart b/packages/iconoir-flutter/lib/forward_15_seconds.dart new file mode 100644 index 00000000..ee9ff9e4 --- /dev/null +++ b/packages/iconoir-flutter/lib/forward_15_seconds.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Forward15Seconds extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Forward15Seconds({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/forward_outline.dart b/packages/iconoir-flutter/lib/forward_outline.dart new file mode 100644 index 00000000..0a5f74e4 --- /dev/null +++ b/packages/iconoir-flutter/lib/forward_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ForwardOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ForwardOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/frame.dart b/packages/iconoir-flutter/lib/frame.dart new file mode 100644 index 00000000..8a13637d --- /dev/null +++ b/packages/iconoir-flutter/lib/frame.dart @@ -0,0 +1,38 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Frame extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Frame({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/frame_alt.dart b/packages/iconoir-flutter/lib/frame_alt.dart new file mode 100644 index 00000000..fa949df2 --- /dev/null +++ b/packages/iconoir-flutter/lib/frame_alt.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FrameAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FrameAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/frame_alt_empty.dart b/packages/iconoir-flutter/lib/frame_alt_empty.dart new file mode 100644 index 00000000..2417b3bc --- /dev/null +++ b/packages/iconoir-flutter/lib/frame_alt_empty.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FrameAltEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FrameAltEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/frame_select.dart b/packages/iconoir-flutter/lib/frame_select.dart new file mode 100644 index 00000000..a7510455 --- /dev/null +++ b/packages/iconoir-flutter/lib/frame_select.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FrameSelect extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FrameSelect({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/frame_simple.dart b/packages/iconoir-flutter/lib/frame_simple.dart new file mode 100644 index 00000000..cb540dc8 --- /dev/null +++ b/packages/iconoir-flutter/lib/frame_simple.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FrameSimple extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FrameSimple({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/frame_tool.dart b/packages/iconoir-flutter/lib/frame_tool.dart new file mode 100644 index 00000000..69d73242 --- /dev/null +++ b/packages/iconoir-flutter/lib/frame_tool.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FrameTool extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FrameTool({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fridge.dart b/packages/iconoir-flutter/lib/fridge.dart new file mode 100644 index 00000000..603bb56a --- /dev/null +++ b/packages/iconoir-flutter/lib/fridge.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Fridge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Fridge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fx.dart b/packages/iconoir-flutter/lib/fx.dart new file mode 100644 index 00000000..1f6a7b1f --- /dev/null +++ b/packages/iconoir-flutter/lib/fx.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Fx extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Fx({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/fx_rounded.dart b/packages/iconoir-flutter/lib/fx_rounded.dart new file mode 100644 index 00000000..c5da3ef5 --- /dev/null +++ b/packages/iconoir-flutter/lib/fx_rounded.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class FxRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const FxRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/gamepad.dart b/packages/iconoir-flutter/lib/gamepad.dart new file mode 100644 index 00000000..46c88381 --- /dev/null +++ b/packages/iconoir-flutter/lib/gamepad.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Gamepad extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Gamepad({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/garage.dart b/packages/iconoir-flutter/lib/garage.dart new file mode 100644 index 00000000..64ce6f29 --- /dev/null +++ b/packages/iconoir-flutter/lib/garage.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Garage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Garage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/gas.dart b/packages/iconoir-flutter/lib/gas.dart new file mode 100644 index 00000000..f9e25cae --- /dev/null +++ b/packages/iconoir-flutter/lib/gas.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Gas extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Gas({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/gas_tank.dart b/packages/iconoir-flutter/lib/gas_tank.dart new file mode 100644 index 00000000..9beb59c1 --- /dev/null +++ b/packages/iconoir-flutter/lib/gas_tank.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GasTank extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GasTank({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/gas_tank_drop.dart b/packages/iconoir-flutter/lib/gas_tank_drop.dart new file mode 100644 index 00000000..647ad8bb --- /dev/null +++ b/packages/iconoir-flutter/lib/gas_tank_drop.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GasTankDrop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GasTankDrop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/gift.dart b/packages/iconoir-flutter/lib/gift.dart new file mode 100644 index 00000000..503e21ec --- /dev/null +++ b/packages/iconoir-flutter/lib/gift.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Gift extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Gift({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_branch.dart b/packages/iconoir-flutter/lib/git_branch.dart new file mode 100644 index 00000000..dc0c4fbf --- /dev/null +++ b/packages/iconoir-flutter/lib/git_branch.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitBranch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitBranch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_command.dart b/packages/iconoir-flutter/lib/git_command.dart new file mode 100644 index 00000000..535a9f37 --- /dev/null +++ b/packages/iconoir-flutter/lib/git_command.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitCommand extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitCommand({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_commit.dart b/packages/iconoir-flutter/lib/git_commit.dart new file mode 100644 index 00000000..fb696283 --- /dev/null +++ b/packages/iconoir-flutter/lib/git_commit.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitCommit extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitCommit({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_compare.dart b/packages/iconoir-flutter/lib/git_compare.dart new file mode 100644 index 00000000..f9e543ff --- /dev/null +++ b/packages/iconoir-flutter/lib/git_compare.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitCompare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitCompare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_fork.dart b/packages/iconoir-flutter/lib/git_fork.dart new file mode 100644 index 00000000..a8b4ed98 --- /dev/null +++ b/packages/iconoir-flutter/lib/git_fork.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitFork extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitFork({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_hub.dart b/packages/iconoir-flutter/lib/git_hub.dart new file mode 100644 index 00000000..a4e3504e --- /dev/null +++ b/packages/iconoir-flutter/lib/git_hub.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitHub extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitHub({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_hub_outline.dart b/packages/iconoir-flutter/lib/git_hub_outline.dart new file mode 100644 index 00000000..b1ec8458 --- /dev/null +++ b/packages/iconoir-flutter/lib/git_hub_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitHubOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitHubOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_lab_full.dart b/packages/iconoir-flutter/lib/git_lab_full.dart new file mode 100644 index 00000000..8e729413 --- /dev/null +++ b/packages/iconoir-flutter/lib/git_lab_full.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitLabFull extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitLabFull({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_merge.dart b/packages/iconoir-flutter/lib/git_merge.dart new file mode 100644 index 00000000..2f48fc59 --- /dev/null +++ b/packages/iconoir-flutter/lib/git_merge.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitMerge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitMerge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/git_pull_request.dart b/packages/iconoir-flutter/lib/git_pull_request.dart new file mode 100644 index 00000000..af56ea73 --- /dev/null +++ b/packages/iconoir-flutter/lib/git_pull_request.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GitPullRequest extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GitPullRequest({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/glass_empty.dart b/packages/iconoir-flutter/lib/glass_empty.dart new file mode 100644 index 00000000..6d71815e --- /dev/null +++ b/packages/iconoir-flutter/lib/glass_empty.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GlassEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GlassEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/glass_half.dart b/packages/iconoir-flutter/lib/glass_half.dart new file mode 100644 index 00000000..82b770e9 --- /dev/null +++ b/packages/iconoir-flutter/lib/glass_half.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GlassHalf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GlassHalf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/glass_half_alt.dart b/packages/iconoir-flutter/lib/glass_half_alt.dart new file mode 100644 index 00000000..59c41893 --- /dev/null +++ b/packages/iconoir-flutter/lib/glass_half_alt.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GlassHalfAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GlassHalfAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/glasses.dart b/packages/iconoir-flutter/lib/glasses.dart new file mode 100644 index 00000000..06b7e63e --- /dev/null +++ b/packages/iconoir-flutter/lib/glasses.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Glasses extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Glasses({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/globe.dart b/packages/iconoir-flutter/lib/globe.dart new file mode 100644 index 00000000..29e5106c --- /dev/null +++ b/packages/iconoir-flutter/lib/globe.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Globe extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Globe({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/golf.dart b/packages/iconoir-flutter/lib/golf.dart new file mode 100644 index 00000000..e5f25026 --- /dev/null +++ b/packages/iconoir-flutter/lib/golf.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Golf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Golf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google.dart b/packages/iconoir-flutter/lib/google.dart new file mode 100644 index 00000000..6701b2cb --- /dev/null +++ b/packages/iconoir-flutter/lib/google.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Google extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Google({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_circled.dart b/packages/iconoir-flutter/lib/google_circled.dart new file mode 100644 index 00000000..447c99e6 --- /dev/null +++ b/packages/iconoir-flutter/lib/google_circled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_docs.dart b/packages/iconoir-flutter/lib/google_docs.dart new file mode 100644 index 00000000..7e850ac9 --- /dev/null +++ b/packages/iconoir-flutter/lib/google_docs.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleDocs extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleDocs({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_drive.dart b/packages/iconoir-flutter/lib/google_drive.dart new file mode 100644 index 00000000..9631942a --- /dev/null +++ b/packages/iconoir-flutter/lib/google_drive.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleDrive extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleDrive({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_drive_check.dart b/packages/iconoir-flutter/lib/google_drive_check.dart new file mode 100644 index 00000000..c29e3f42 --- /dev/null +++ b/packages/iconoir-flutter/lib/google_drive_check.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleDriveCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleDriveCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_drive_sync.dart b/packages/iconoir-flutter/lib/google_drive_sync.dart new file mode 100644 index 00000000..d227a2ea --- /dev/null +++ b/packages/iconoir-flutter/lib/google_drive_sync.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleDriveSync extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleDriveSync({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_drive_warning.dart b/packages/iconoir-flutter/lib/google_drive_warning.dart new file mode 100644 index 00000000..8c15c838 --- /dev/null +++ b/packages/iconoir-flutter/lib/google_drive_warning.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleDriveWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleDriveWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_home.dart b/packages/iconoir-flutter/lib/google_home.dart new file mode 100644 index 00000000..5a6f32f1 --- /dev/null +++ b/packages/iconoir-flutter/lib/google_home.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleHome extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleHome({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/google_one.dart b/packages/iconoir-flutter/lib/google_one.dart new file mode 100644 index 00000000..e07e2dc4 --- /dev/null +++ b/packages/iconoir-flutter/lib/google_one.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GoogleOne extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GoogleOne({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/gps.dart b/packages/iconoir-flutter/lib/gps.dart new file mode 100644 index 00000000..8c151d71 --- /dev/null +++ b/packages/iconoir-flutter/lib/gps.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Gps extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Gps({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/graph_down.dart b/packages/iconoir-flutter/lib/graph_down.dart new file mode 100644 index 00000000..e8c10441 --- /dev/null +++ b/packages/iconoir-flutter/lib/graph_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GraphDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GraphDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/graph_up.dart b/packages/iconoir-flutter/lib/graph_up.dart new file mode 100644 index 00000000..389469cd --- /dev/null +++ b/packages/iconoir-flutter/lib/graph_up.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GraphUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GraphUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/green_bus.dart b/packages/iconoir-flutter/lib/green_bus.dart new file mode 100644 index 00000000..9ab709ed --- /dev/null +++ b/packages/iconoir-flutter/lib/green_bus.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GreenBus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GreenBus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/green_truck.dart b/packages/iconoir-flutter/lib/green_truck.dart new file mode 100644 index 00000000..f061e069 --- /dev/null +++ b/packages/iconoir-flutter/lib/green_truck.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GreenTruck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GreenTruck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/green_vehicle.dart b/packages/iconoir-flutter/lib/green_vehicle.dart new file mode 100644 index 00000000..dca407c4 --- /dev/null +++ b/packages/iconoir-flutter/lib/green_vehicle.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GreenVehicle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GreenVehicle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/grid_add.dart b/packages/iconoir-flutter/lib/grid_add.dart new file mode 100644 index 00000000..0060d589 --- /dev/null +++ b/packages/iconoir-flutter/lib/grid_add.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GridAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GridAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/grid_minus.dart b/packages/iconoir-flutter/lib/grid_minus.dart new file mode 100644 index 00000000..5c67e2a5 --- /dev/null +++ b/packages/iconoir-flutter/lib/grid_minus.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GridMinus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GridMinus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/grid_remove.dart b/packages/iconoir-flutter/lib/grid_remove.dart new file mode 100644 index 00000000..75564c7b --- /dev/null +++ b/packages/iconoir-flutter/lib/grid_remove.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class GridRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const GridRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/group.dart b/packages/iconoir-flutter/lib/group.dart new file mode 100644 index 00000000..e711e3bf --- /dev/null +++ b/packages/iconoir-flutter/lib/group.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Group extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Group({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/gym.dart b/packages/iconoir-flutter/lib/gym.dart new file mode 100644 index 00000000..21de95a7 --- /dev/null +++ b/packages/iconoir-flutter/lib/gym.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Gym extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Gym({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/half_cookie.dart b/packages/iconoir-flutter/lib/half_cookie.dart new file mode 100644 index 00000000..cd007c00 --- /dev/null +++ b/packages/iconoir-flutter/lib/half_cookie.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HalfCookie extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HalfCookie({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/half_moon.dart b/packages/iconoir-flutter/lib/half_moon.dart new file mode 100644 index 00000000..a709b2a9 --- /dev/null +++ b/packages/iconoir-flutter/lib/half_moon.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HalfMoon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HalfMoon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hand_brake.dart b/packages/iconoir-flutter/lib/hand_brake.dart new file mode 100644 index 00000000..be681625 --- /dev/null +++ b/packages/iconoir-flutter/lib/hand_brake.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HandBrake extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HandBrake({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/handbag.dart b/packages/iconoir-flutter/lib/handbag.dart new file mode 100644 index 00000000..6e90ef92 --- /dev/null +++ b/packages/iconoir-flutter/lib/handbag.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Handbag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Handbag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hard_drive.dart b/packages/iconoir-flutter/lib/hard_drive.dart new file mode 100644 index 00000000..669ecd31 --- /dev/null +++ b/packages/iconoir-flutter/lib/hard_drive.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HardDrive extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HardDrive({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hat.dart b/packages/iconoir-flutter/lib/hat.dart new file mode 100644 index 00000000..c1d59346 --- /dev/null +++ b/packages/iconoir-flutter/lib/hat.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Hat extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Hat({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hd.dart b/packages/iconoir-flutter/lib/hd.dart new file mode 100644 index 00000000..bacb72ed --- /dev/null +++ b/packages/iconoir-flutter/lib/hd.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Hd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Hd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hd_display.dart b/packages/iconoir-flutter/lib/hd_display.dart new file mode 100644 index 00000000..1d91975f --- /dev/null +++ b/packages/iconoir-flutter/lib/hd_display.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HdDisplay extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HdDisplay({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hdr.dart b/packages/iconoir-flutter/lib/hdr.dart new file mode 100644 index 00000000..b69d7edb --- /dev/null +++ b/packages/iconoir-flutter/lib/hdr.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Hdr extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Hdr({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/headset.dart b/packages/iconoir-flutter/lib/headset.dart new file mode 100644 index 00000000..0a27ee51 --- /dev/null +++ b/packages/iconoir-flutter/lib/headset.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Headset extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Headset({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/headset_charge.dart b/packages/iconoir-flutter/lib/headset_charge.dart new file mode 100644 index 00000000..6313a2b2 --- /dev/null +++ b/packages/iconoir-flutter/lib/headset_charge.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HeadsetCharge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HeadsetCharge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/headset_help.dart b/packages/iconoir-flutter/lib/headset_help.dart new file mode 100644 index 00000000..eb82054f --- /dev/null +++ b/packages/iconoir-flutter/lib/headset_help.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HeadsetHelp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HeadsetHelp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/headset_issue.dart b/packages/iconoir-flutter/lib/headset_issue.dart new file mode 100644 index 00000000..f1ca1cee --- /dev/null +++ b/packages/iconoir-flutter/lib/headset_issue.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HeadsetIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HeadsetIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/health_shield.dart b/packages/iconoir-flutter/lib/health_shield.dart new file mode 100644 index 00000000..976d19bb --- /dev/null +++ b/packages/iconoir-flutter/lib/health_shield.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HealthShield extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HealthShield({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/healthcare.dart b/packages/iconoir-flutter/lib/healthcare.dart new file mode 100644 index 00000000..c08b45de --- /dev/null +++ b/packages/iconoir-flutter/lib/healthcare.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Healthcare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Healthcare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/heart.dart b/packages/iconoir-flutter/lib/heart.dart new file mode 100644 index 00000000..a4a0d60c --- /dev/null +++ b/packages/iconoir-flutter/lib/heart.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Heart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Heart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/heavy_rain.dart b/packages/iconoir-flutter/lib/heavy_rain.dart new file mode 100644 index 00000000..5bfb2a4a --- /dev/null +++ b/packages/iconoir-flutter/lib/heavy_rain.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HeavyRain extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HeavyRain({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/heptagon.dart b/packages/iconoir-flutter/lib/heptagon.dart new file mode 100644 index 00000000..56131b32 --- /dev/null +++ b/packages/iconoir-flutter/lib/heptagon.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Heptagon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Heptagon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/her_slips.dart b/packages/iconoir-flutter/lib/her_slips.dart new file mode 100644 index 00000000..d9ca1a6f --- /dev/null +++ b/packages/iconoir-flutter/lib/her_slips.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HerSlips extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HerSlips({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hesa_warning_outline.dart b/packages/iconoir-flutter/lib/hesa_warning_outline.dart new file mode 100644 index 00000000..de88c28d --- /dev/null +++ b/packages/iconoir-flutter/lib/hesa_warning_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HesaWarningOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HesaWarningOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hexagon.dart b/packages/iconoir-flutter/lib/hexagon.dart new file mode 100644 index 00000000..45099b41 --- /dev/null +++ b/packages/iconoir-flutter/lib/hexagon.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Hexagon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Hexagon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hexagon_alt.dart b/packages/iconoir-flutter/lib/hexagon_alt.dart new file mode 100644 index 00000000..f6aca02c --- /dev/null +++ b/packages/iconoir-flutter/lib/hexagon_alt.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HexagonAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HexagonAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hexagon_dice.dart b/packages/iconoir-flutter/lib/hexagon_dice.dart new file mode 100644 index 00000000..421a6fef --- /dev/null +++ b/packages/iconoir-flutter/lib/hexagon_dice.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HexagonDice extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HexagonDice({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/high_priority.dart b/packages/iconoir-flutter/lib/high_priority.dart new file mode 100644 index 00000000..523f7b2b --- /dev/null +++ b/packages/iconoir-flutter/lib/high_priority.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HighPriority extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HighPriority({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/historic_shield.dart b/packages/iconoir-flutter/lib/historic_shield.dart new file mode 100644 index 00000000..a06e8c4a --- /dev/null +++ b/packages/iconoir-flutter/lib/historic_shield.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HistoricShield extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HistoricShield({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/historic_shield_alt.dart b/packages/iconoir-flutter/lib/historic_shield_alt.dart new file mode 100644 index 00000000..7151b4ca --- /dev/null +++ b/packages/iconoir-flutter/lib/historic_shield_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HistoricShieldAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HistoricShieldAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home.dart b/packages/iconoir-flutter/lib/home.dart new file mode 100644 index 00000000..6819d0c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/home.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Home extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Home({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_alt.dart b/packages/iconoir-flutter/lib/home_alt.dart new file mode 100644 index 00000000..b2c92a73 --- /dev/null +++ b/packages/iconoir-flutter/lib/home_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_alt_slim.dart b/packages/iconoir-flutter/lib/home_alt_slim.dart new file mode 100644 index 00000000..5b4196b4 --- /dev/null +++ b/packages/iconoir-flutter/lib/home_alt_slim.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeAltSlim extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeAltSlim({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_alt_slim_horiz.dart b/packages/iconoir-flutter/lib/home_alt_slim_horiz.dart new file mode 100644 index 00000000..7c65fc97 --- /dev/null +++ b/packages/iconoir-flutter/lib/home_alt_slim_horiz.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeAltSlimHoriz extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeAltSlimHoriz({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_hospital.dart b/packages/iconoir-flutter/lib/home_hospital.dart new file mode 100644 index 00000000..b514180f --- /dev/null +++ b/packages/iconoir-flutter/lib/home_hospital.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeHospital extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeHospital({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_sale.dart b/packages/iconoir-flutter/lib/home_sale.dart new file mode 100644 index 00000000..658cc00a --- /dev/null +++ b/packages/iconoir-flutter/lib/home_sale.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeSale extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeSale({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_secure.dart b/packages/iconoir-flutter/lib/home_secure.dart new file mode 100644 index 00000000..788608bb --- /dev/null +++ b/packages/iconoir-flutter/lib/home_secure.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeSecure extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeSecure({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_shield.dart b/packages/iconoir-flutter/lib/home_shield.dart new file mode 100644 index 00000000..72bdd51e --- /dev/null +++ b/packages/iconoir-flutter/lib/home_shield.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeShield extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeShield({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_simple.dart b/packages/iconoir-flutter/lib/home_simple.dart new file mode 100644 index 00000000..bd8ebd43 --- /dev/null +++ b/packages/iconoir-flutter/lib/home_simple.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeSimple extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeSimple({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_simple_door.dart b/packages/iconoir-flutter/lib/home_simple_door.dart new file mode 100644 index 00000000..8cb2381d --- /dev/null +++ b/packages/iconoir-flutter/lib/home_simple_door.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeSimpleDoor extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeSimpleDoor({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_table.dart b/packages/iconoir-flutter/lib/home_table.dart new file mode 100644 index 00000000..032cc0ee --- /dev/null +++ b/packages/iconoir-flutter/lib/home_table.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeTable extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeTable({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/home_user.dart b/packages/iconoir-flutter/lib/home_user.dart new file mode 100644 index 00000000..e233bafb --- /dev/null +++ b/packages/iconoir-flutter/lib/home_user.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HomeUser extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HomeUser({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/horiz_distribution_left.dart b/packages/iconoir-flutter/lib/horiz_distribution_left.dart new file mode 100644 index 00000000..53ad2d0c --- /dev/null +++ b/packages/iconoir-flutter/lib/horiz_distribution_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HorizDistributionLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HorizDistributionLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/horiz_distribution_right.dart b/packages/iconoir-flutter/lib/horiz_distribution_right.dart new file mode 100644 index 00000000..e11f315a --- /dev/null +++ b/packages/iconoir-flutter/lib/horiz_distribution_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HorizDistributionRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HorizDistributionRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hospital.dart b/packages/iconoir-flutter/lib/hospital.dart new file mode 100644 index 00000000..fa5b3352 --- /dev/null +++ b/packages/iconoir-flutter/lib/hospital.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Hospital extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Hospital({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hospital_sign.dart b/packages/iconoir-flutter/lib/hospital_sign.dart new file mode 100644 index 00000000..e60e94b4 --- /dev/null +++ b/packages/iconoir-flutter/lib/hospital_sign.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HospitalSign extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HospitalSign({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hot_air_balloon.dart b/packages/iconoir-flutter/lib/hot_air_balloon.dart new file mode 100644 index 00000000..6ea3f137 --- /dev/null +++ b/packages/iconoir-flutter/lib/hot_air_balloon.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class HotAirBalloon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const HotAirBalloon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hourglass.dart b/packages/iconoir-flutter/lib/hourglass.dart new file mode 100644 index 00000000..722a9441 --- /dev/null +++ b/packages/iconoir-flutter/lib/hourglass.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Hourglass extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Hourglass({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/html_5.dart b/packages/iconoir-flutter/lib/html_5.dart new file mode 100644 index 00000000..227c8dfe --- /dev/null +++ b/packages/iconoir-flutter/lib/html_5.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Html5 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Html5({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/hydrogen.dart b/packages/iconoir-flutter/lib/hydrogen.dart new file mode 100644 index 00000000..ffcbcced --- /dev/null +++ b/packages/iconoir-flutter/lib/hydrogen.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Hydrogen extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Hydrogen({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/iconoir.dart b/packages/iconoir-flutter/lib/iconoir.dart new file mode 100644 index 00000000..037b21f1 --- /dev/null +++ b/packages/iconoir-flutter/lib/iconoir.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Iconoir extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Iconoir({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/iconoir_flutter.dart b/packages/iconoir-flutter/lib/iconoir_flutter.dart new file mode 100644 index 00000000..32c8cd16 --- /dev/null +++ b/packages/iconoir-flutter/lib/iconoir_flutter.dart @@ -0,0 +1,1153 @@ +library iconoir_flutter; + +export './medal_1_st.dart'; +export './cell_2_x_2.dart'; +export './view_360.dart'; +export './3_d_arc.dart'; +export './3_d_center_box.dart'; +export './3_d_bridge.dart'; +export './3_d_ellipse_three_pts.dart'; +export './3_d_arc_center_pt.dart'; +export './3_d_ellipse.dart'; +export './3_d_pt_box.dart'; +export './3_d_rect_from_center.dart'; +export './3_d_select_edge.dart'; +export './3_d_select_point.dart'; +export './3_d_select_face.dart'; +export './3_d_select_solid.dart'; +export './3_d_rect_three_pts.dart'; +export './display_4_k.dart'; +export './accessibility_sign.dart'; +export './3_d_three_pts_box.dart'; +export './accessibility.dart'; +export './add_circled_outline.dart'; +export './add_database_script.dart'; +export './activity.dart'; +export './accessibility_tech.dart'; +export './add_folder.dart'; +export './add_frame.dart'; +export './add_hexagon.dart'; +export './add_keyframe_alt.dart'; +export './add_keyframe.dart'; +export './add_lens.dart'; +export './add_keyframes.dart'; +export './add_media_video.dart'; +export './add_media_image.dart'; +export './add_pin_alt.dart'; +export './add_page.dart'; +export './add_square.dart'; +export './add_selection.dart'; +export './add_user.dart'; +export './3_d_add_hole.dart'; +export './african_tree.dart'; +export './air_conditioner.dart'; +export './airplane_helix.dart'; +export './airplane_off.dart'; +export './airplane_helix_45_deg.dart'; +export './airplane.dart'; +export './airplay.dart'; +export './alarm.dart'; +export './album_carousel.dart'; +export './album_list.dart'; +export './airplane_rotation.dart'; +export './album.dart'; +export './album_open.dart'; +export './align_bottom_box.dart'; +export './align_center.dart'; +export './add_to_cart.dart'; +export './align_justify.dart'; +export './align_left.dart'; +export './align_right_box.dart'; +export './align_right.dart'; +export './align_top_box.dart'; +export './antenna_off.dart'; +export './antenna_signal_rounded.dart'; +export './antenna_signal.dart'; +export './align_left_box.dart'; +export './antenna.dart'; +export './app_window.dart'; +export './apple_half_alt.dart'; +export './apple_half.dart'; +export './apple_imac_2021_side.dart'; +export './apple_imac_2021.dart'; +export './apple_mac.dart'; +export './app_notification.dart'; +export './apple_wallet.dart'; +export './apple_swift.dart'; +export './apple.dart'; +export './ar_symbol.dart'; +export './arcade.dart'; +export './archery.dart'; +export './archery_match.dart'; +export './archive.dart'; +export './arrow_archery.dart'; +export './arrow_down_circled.dart'; +export './arrow_down.dart'; +export './area_search.dart'; +export './arrow_left.dart'; +export './arrow_left_circled.dart'; +export './arrow_right.dart'; +export './arrow_separate_vertical.dart'; +export './arrow_separate.dart'; +export './arrow_union_vertical.dart'; +export './arrow_union.dart'; +export './arrow_up.dart'; +export './arrow_up_circled.dart'; +export './augmented_reality.dart'; +export './auto_flash.dart'; +export './backward_15_seconds.dart'; +export './atom.dart'; +export './attachment.dart'; +export './asana.dart'; +export './bag.dart'; +export './bank.dart'; +export './barcode.dart'; +export './basketball_alt.dart'; +export './basketball.dart'; +export './battery_50.dart'; +export './basketball_field.dart'; +export './battery_75.dart'; +export './battery_charging.dart'; +export './battery_empty.dart'; +export './battery_full.dart'; +export './battery_indicator.dart'; +export './battery_warning.dart'; +export './bbq.dart'; +export './beach_bag_big.dart'; +export './beach_bag.dart'; +export './axes.dart'; +export './bed_ready.dart'; +export './behance_squared.dart'; +export './bed.dart'; +export './bell_notification.dart'; +export './bell_off.dart'; +export './bell.dart'; +export './behance.dart'; +export './bicycle.dart'; +export './bin_add.dart'; +export './bin_full.dart'; +export './bin_half.dart'; +export './bin.dart'; +export './bishop.dart'; +export './bitbucket.dart'; +export './bluetooth.dart'; +export './bluetooth_rounded.dart'; +export './bold_square_outline.dart'; +export './bold.dart'; +export './book_stack.dart'; +export './bonfire.dart'; +export './book.dart'; +export './bin_minus.dart'; +export './bookmark_circled.dart'; +export './bookmark_book.dart'; +export './border_bottom.dart'; +export './border_bl.dart'; +export './bookmark_empty.dart'; +export './border_inner.dart'; +export './border_left.dart'; +export './border_br.dart'; +export './border_tl.dart'; +export './border_right.dart'; +export './border_out.dart'; +export './border_top.dart'; +export './border_tr.dart'; +export './bounce_left.dart'; +export './bounce_right.dart'; +export './box_iso.dart'; +export './boxing_glove.dart'; +export './brightness_window.dart'; +export './box.dart'; +export './bubble_download.dart'; +export './brightness.dart'; +export './bubble_error.dart'; +export './bowling_ball.dart'; +export './bubble_income.dart'; +export './bubble_outcome.dart'; +export './bubble_star.dart'; +export './bubble_search.dart'; +export './bubble_warning.dart'; +export './building.dart'; +export './bubble_upload.dart'; +export './bus_outline.dart'; +export './bus_stop.dart'; +export './calculator.dart'; +export './calendar.dart'; +export './camera.dart'; +export './cancel.dart'; +export './car_outline.dart'; +export './carbon.dart'; +export './cable_rounded.dart'; +export './cart_alt.dart'; +export './chat_bubble_check_1.dart'; +export './chat_bubble_check.dart'; +export './cart.dart'; +export './chat_bubble_empty.dart'; +export './chat_bubble_question.dart'; +export './chat_bubble_error.dart'; +export './card_wallet.dart'; +export './chat_bubble_translate.dart'; +export './chat_bubble_warning.dart'; +export './chat_bubble.dart'; +export './chat_lines.dart'; +export './chat_remove.dart'; +export './check_circled_outline.dart'; +export './check_window.dart'; +export './check.dart'; +export './chromecast_active.dart'; +export './chromecast.dart'; +export './chocolate.dart'; +export './church_alt.dart'; +export './cinema_old.dart'; +export './church.dart'; +export './circle.dart'; +export './city.dart'; +export './cash.dart'; +export './chat_add.dart'; +export './clean_water.dart'; +export './center_align.dart'; +export './clipboard_check.dart'; +export './clock_outline.dart'; +export './closet.dart'; +export './cloud_book_alt.dart'; +export './cloud_check.dart'; +export './cloud_desync.dart'; +export './cloud_error.dart'; +export './cloud_upload.dart'; +export './cloud.dart'; +export './code_brackets_square.dart'; +export './code_brackets.dart'; +export './codepen.dart'; +export './code.dart'; +export './coin.dart'; +export './collage_frame.dart'; +export './color_picker_empty.dart'; +export './color_filter.dart'; +export './cloud_download.dart'; +export './collapse.dart'; +export './compact_disc.dart'; +export './compass.dart'; +export './combine.dart'; +export './compress_lines.dart'; +export './compress.dart'; +export './color_picker.dart'; +export './control_slider.dart'; +export './consumable.dart'; +export './cookie.dart'; +export './corner_top_left.dart'; +export './corner_bottom_right.dart'; +export './corner_top_right.dart'; +export './cpu.dart'; +export './cpu_warning.dart'; +export './copy.dart'; +export './corner_bottom_left.dart'; +export './cloud_sunny.dart'; +export './computer.dart'; +export './crib.dart'; +export './credit_card_2.dart'; +export './crop_rotate_bl.dart'; +export './crop_rotate_br.dart'; +export './battery_25.dart'; +export './crop_rotate_tl.dart'; +export './cracked_egg.dart'; +export './credit_card.dart'; +export './crop.dart'; +export './creative_commons.dart'; +export './css_3.dart'; +export './crop_rotate_tr.dart'; +export './cursor_pointer.dart'; +export './cut.dart'; +export './cylinder.dart'; +export './dash_flag.dart'; +export './dashboard_speed.dart'; +export './copyright.dart'; +export './data_transfer_check.dart'; +export './data_transfer_down.dart'; +export './data_transfer_both.dart'; +export './database_backup.dart'; +export './data_transfer_warning.dart'; +export './database_export.dart'; +export './database_restore.dart'; +export './database_rounded.dart'; +export './dashboard_dots.dart'; +export './cut_alt.dart'; +export './data_transfer_up.dart'; +export './database_star.dart'; +export './database_settings.dart'; +export './db_check.dart'; +export './db_error.dart'; +export './db_search.dart'; +export './db_warning.dart'; +export './db.dart'; +export './de_compress.dart'; +export './db_star.dart'; +export './delete_circled_outline.dart'; +export './delivery.dart'; +export './delivery_truck.dart'; +export './database_monitor.dart'; +export './database_script.dart'; +export './database_stats.dart'; +export './design_pencil.dart'; +export './dice_five.dart'; +export './dice_four.dart'; +export './dice_one.dart'; +export './dice_six.dart'; +export './depth.dart'; +export './desk.dart'; +export './dialpad.dart'; +export './dice_three.dart'; +export './director_chair.dart'; +export './dice_two.dart'; +export './dimmer_switch.dart'; +export './discord.dart'; +export './dishwasher.dart'; +export './dashboard.dart'; +export './doc_star_alt.dart'; +export './doc_search.dart'; +export './dollar.dart'; +export './doc_star.dart'; +export './donate.dart'; +export './doc_search_alt.dart'; +export './cloud_sync.dart'; +export './cycling.dart'; +export './domotic_issue.dart'; +export './divide_selection_2.dart'; +export './down_round_arrow.dart'; +export './double_check.dart'; +export './download_data_window.dart'; +export './download_circled_outline.dart'; +export './download_square_outline.dart'; +export './download.dart'; +export './drawer.dart'; +export './drag_hand_gesture.dart'; +export './drone_charge_full.dart'; +export './dribbble.dart'; +export './drone_charge_half.dart'; +export './drone_charge_low.dart'; +export './drone_check.dart'; +export './drone_refresh.dart'; +export './drone_error.dart'; +export './drone_landing.dart'; +export './drone.dart'; +export './drone_take_off.dart'; +export './droplet_half.dart'; +export './droplet.dart'; +export './ease_curve_control_points.dart'; +export './ease_in_out.dart'; +export './ease_in_control_point.dart'; +export './ease_in.dart'; +export './ease_out_control_point.dart'; +export './ecology_book.dart'; +export './ease_out.dart'; +export './edit_pencil.dart'; +export './edit.dart'; +export './egg.dart'; +export './eject.dart'; +export './electronics_chip.dart'; +export './emoji_ball.dart'; +export './electronics_transistor.dart'; +export './emoji_blink_left.dart'; +export './emoji_blink_right.dart'; +export './emoji_look_bottom.dart'; +export './emoji_look_left.dart'; +export './emoji_look_right.dart'; +export './emoji_look_top.dart'; +export './emoji_puzzled.dart'; +export './emoji_quite.dart'; +export './emoji_sad.dart'; +export './divide_selection_1.dart'; +export './emoji_really.dart'; +export './emoji_satisfied.dart'; +export './emoji_sing_right_note.dart'; +export './emoji_sing_left_note.dart'; +export './emoji_surprise_alt.dart'; +export './emoji_sing_right.dart'; +export './emoji_surprise.dart'; +export './emoji_talking_angry.dart'; +export './emoji_think_left.dart'; +export './emoji_talking_happy.dart'; +export './emoji_think_right.dart'; +export './emoji.dart'; +export './empty_page.dart'; +export './energy_usage_window.dart'; +export './enlarge_round_arrow.dart'; +export './erase.dart'; +export './euro_square.dart'; +export './emoji_sing_left.dart'; +export './euro.dart'; +export './ev_charge_alt.dart'; +export './ev_charge.dart'; +export './ev_plug_charging.dart'; +export './enlarge.dart'; +export './ev_plug_error.dart'; +export './ev_plug.dart'; +export './error_window.dart'; +export './ev_rounded.dart'; +export './exclude.dart'; +export './expand_lines.dart'; +export './expand.dart'; +export './eye_alt.dart'; +export './face_id.dart'; +export './facebook_squared.dart'; +export './facebook.dart'; +export './eye_close.dart'; +export './eye_empty.dart'; +export './ev_station.dart'; +export './eye_off.dart'; +export './facetime.dart'; +export './fast_arrow_down_box.dart'; +export './fast_arrow_down.dart'; +export './fast_arrow_left_box.dart'; +export './fast_arrow_left.dart'; +export './fast_arrow_right_box.dart'; +export './fast_arrow_top.dart'; +export './fast_arrow_up_box.dart'; +export './fast_left_circle.dart'; +export './farm.dart'; +export './fast_bottom_circle.dart'; +export './fast_right_circle.dart'; +export './fast_top_circle.dart'; +export './favourite_book.dart'; +export './favourite_window.dart'; +export './female.dart'; +export './file_not_found.dart'; +export './figma.dart'; +export './filter.dart'; +export './finder.dart'; +export './finger_print_window.dart'; +export './fingerprint_circled_error.dart'; +export './3_d_rect_corner_to_corner.dart'; +export './filter_alt.dart'; +export './fingerprint_circled_lock.dart'; +export './fingerprint_phone.dart'; +export './fingerprint_circled_ok.dart'; +export './fingerprint_scan.dart'; +export './fingerprint_squared.dart'; +export './fingerprint.dart'; +export './fire_flame.dart'; +export './fingerprint_circled.dart'; +export './flare.dart'; +export './flash.dart'; +export './flash_off.dart'; +export './flask.dart'; +export './fishing.dart'; +export './flower.dart'; +export './flip_reverse.dart'; +export './flip.dart'; +export './fluorine.dart'; +export './fog.dart'; +export './folder_alert.dart'; +export './folder.dart'; +export './font_size.dart'; +export './folder_settings.dart'; +export './football_ball.dart'; +export './football.dart'; +export './forward_15_seconds.dart'; +export './forward_outline.dart'; +export './frame_alt_empty.dart'; +export './frame_alt.dart'; +export './frame_select.dart'; +export './frame_simple.dart'; +export './frame_tool.dart'; +export './frame.dart'; +export './fridge.dart'; +export './fx_rounded.dart'; +export './gamepad.dart'; +export './garage.dart'; +export './gas_tank_drop.dart'; +export './gas_tank.dart'; +export './gift.dart'; +export './git_branch.dart'; +export './fx.dart'; +export './git_commit.dart'; +export './git_compare.dart'; +export './git_command.dart'; +export './git_fork.dart'; +export './gas.dart'; +export './git_merge.dart'; +export './git_pull_request.dart'; +export './git_hub_outline.dart'; +export './git_hub.dart'; +export './glass_empty.dart'; +export './glass_half_alt.dart'; +export './glasses.dart'; +export './glass_half.dart'; +export './globe.dart'; +export './google_circled.dart'; +export './git_lab_full.dart'; +export './google_docs.dart'; +export './google_drive_sync.dart'; +export './google_drive_check.dart'; +export './google_drive_warning.dart'; +export './google_drive.dart'; +export './golf.dart'; +export './google_one.dart'; +export './google_home.dart'; +export './google.dart'; +export './graph_down.dart'; +export './gps.dart'; +export './graph_up.dart'; +export './green_bus.dart'; +export './green_truck.dart'; +export './green_vehicle.dart'; +export './grid_add.dart'; +export './grid_minus.dart'; +export './group.dart'; +export './gym.dart'; +export './grid_remove.dart'; +export './half_cookie.dart'; +export './half_moon.dart'; +export './hand_brake.dart'; +export './handbag.dart'; +export './hard_drive.dart'; +export './hat.dart'; +export './hd_display.dart'; +export './hd.dart'; +export './hdr.dart'; +export './headset_charge.dart'; +export './headset_help.dart'; +export './headset_issue.dart'; +export './headset.dart'; +export './health_shield.dart'; +export './healthcare.dart'; +export './heart.dart'; +export './heavy_rain.dart'; +export './heptagon.dart'; +export './her_slips.dart'; +export './hesa_warning_outline.dart'; +export './hexagon_alt.dart'; +export './hexagon_dice.dart'; +export './hexagon.dart'; +export './historic_shield.dart'; +export './high_priority.dart'; +export './home_alt_slim_horiz.dart'; +export './home_alt_slim.dart'; +export './home_alt.dart'; +export './home_hospital.dart'; +export './home_sale.dart'; +export './home_secure.dart'; +export './home_simple.dart'; +export './home_simple_door.dart'; +export './home_shield.dart'; +export './home_table.dart'; +export './home_user.dart'; +export './home.dart'; +export './horiz_distribution_left.dart'; +export './horiz_distribution_right.dart'; +export './hospital.dart'; +export './hot_air_balloon.dart'; +export './hourglass.dart'; +export './hydrogen.dart'; +export './historic_shield_alt.dart'; +export './html_5.dart'; +export './hospital_sign.dart'; +export './iconoir.dart'; +export './import.dart'; +export './industry.dart'; +export './info_empty.dart'; +export './fast_arrow_right.dart'; +export './infinite.dart'; +export './input_field.dart'; +export './input_output.dart'; +export './instagram.dart'; +export './intersect_alt.dart'; +export './internet.dart'; +export './ios_settings.dart'; +export './intersect.dart'; +export './input_search.dart'; +export './ip_address.dart'; +export './iris_scan.dart'; +export './italic_square_outline.dart'; +export './italic.dart'; +export './journal_page.dart'; +export './journal.dart'; +export './kanban_board.dart'; +export './key_alt_minus.dart'; +export './key_alt_back.dart'; +export './key_alt_plus.dart'; +export './key_alt_remove.dart'; +export './key_alt.dart'; +export './keyframe_align_center.dart'; +export './keyframe_align_vertical.dart'; +export './keyframe_align_horizontal.dart'; +export './keyframe_position.dart'; +export './keyframe.dart'; +export './keyframes_couple.dart'; +export './label_outline.dart'; +export './keyframes.dart'; +export './lamp.dart'; +export './language.dart'; +export './laptop_charging.dart'; +export './laptop_fix.dart'; +export './laptop_issue.dart'; +export './large_suitcase.dart'; +export './laptop.dart'; +export './layout_left.dart'; +export './layout_right.dart'; +export './leaderboard.dart'; +export './leaf.dart'; +export './leaderboard_star.dart'; +export './lens.dart'; +export './light_bulb_off.dart'; +export './lifebelt.dart'; +export './light_bulb.dart'; +export './line_space.dart'; +export './linear.dart'; +export './linked_in.dart'; +export './link.dart'; +export './left_round_arrow.dart'; +export './linux.dart'; +export './list.dart'; +export './load_action_floppy.dart'; +export './lock_key.dart'; +export './lock.dart'; +export './light_bulb_on.dart'; +export './locked_book.dart'; +export './log_denied.dart'; +export './log_in.dart'; +export './log_out.dart'; +export './long_arrow_down_left.dart'; +export './long_arrow_down_right.dart'; +export './long_arrow_right_down.dart'; +export './long_arrow_left_down.dart'; +export './long_arrow_left_up.dart'; +export './locked_window.dart'; +export './long_arrow_right_up_1.dart'; +export './long_arrow_right_up.dart'; +export './long_arrow_up_right.dart'; +export './long_arrow_up_left.dart'; +export './mac_control_key.dart'; +export './lot_of_cash.dart'; +export './mac_dock.dart'; +export './mac_option_key.dart'; +export './mac_os_window.dart'; +export './magnet.dart'; +export './magnet_energy.dart'; +export './mail.dart'; +export './mail_opened.dart'; +export './male.dart'; +export './map.dart'; +export './maps_arrow_diagonal.dart'; +export './maps_arrow_issue.dart'; +export './maps_arrow.dart'; +export './maps_go_straight.dart'; +export './maps_turn_back.dart'; +export './maps_turn_left.dart'; +export './maps_turn_right.dart'; +export './mask_square.dart'; +export './maximize.dart'; +export './medal.dart'; +export './media_image_list.dart'; +export './math_book.dart'; +export './media_image_folder.dart'; +export './media_image.dart'; +export './map_issue.dart'; +export './media_video_list.dart'; +export './media_video_folder.dart'; +export './media_video.dart'; +export './medium.dart'; +export './menu_scale.dart'; +export './megaphone.dart'; +export './message_alert.dart'; +export './message_text.dart'; +export './message.dart'; +export './metro.dart'; +export './mic_add.dart'; +export './mic_check.dart'; +export './mic_mute.dart'; +export './mic_remove.dart'; +export './mic_speaking.dart'; +export './mic_warning.dart'; +export './mic.dart'; +export './minus_1.dart'; +export './minus_hexagon.dart'; +export './minus_pin_alt.dart'; +export './minus_square.dart'; +export './minus.dart'; +export './missing_font.dart'; +export './modern_tv_4_k.dart'; +export './money_square.dart'; +export './modern_tv.dart'; +export './menu.dart'; +export './mirror.dart'; +export './moon_sat.dart'; +export './more_vert_circled_outline.dart'; +export './more_vert.dart'; +export './motorcycle.dart'; +export './more_horiz.dart'; +export './mouse_button_left.dart'; +export './mouse_button_right.dart'; +export './mouse_scroll_wheel.dart'; +export './move_down.dart'; +export './more_horiz_circled_outline.dart'; +export './move_left.dart'; +export './move_right.dart'; +export './move_ruler.dart'; +export './move_up.dart'; +export './multi_mac_os_window.dart'; +export './multi_bubble.dart'; +export './multiple_pages_add.dart'; +export './movie.dart'; +export './multi_window.dart'; +export './multiple_pages_delete.dart'; +export './multiple_pages_empty.dart'; +export './multiple_pages.dart'; +export './music_1.dart'; +export './music_1_add.dart'; +export './music_2_add.dart'; +export './music_2.dart'; +export './nav_arrow_down.dart'; +export './multiple_pages_remove.dart'; +export './nav_arrow_left.dart'; +export './nav_arrow_right.dart'; +export './navigator_alt.dart'; +export './navigator.dart'; +export './network_alt.dart'; +export './nav_arrow_up.dart'; +export './network_left.dart'; +export './network_right.dart'; +export './new_tab.dart'; +export './nintendo_switch.dart'; +export './nitrogen.dart'; +export './no_coin.dart'; +export './network.dart'; +export './no_access_window.dart'; +export './no_smoking_circled.dart'; +export './no_lock.dart'; +export './no_battery.dart'; +export './notes.dart'; +export './no_smoking.dart'; +export './numbered_list_left.dart'; +export './octagon.dart'; +export './off_rounded.dart'; +export './one_finger_select_hand_gesture.dart'; +export './numbered_list_right.dart'; +export './open_book.dart'; +export './on_rounded.dart'; +export './oil_industry.dart'; +export './one_point_circle.dart'; +export './open_select_hand_gesture.dart'; +export './open_in_window.dart'; +export './open_new_window.dart'; +export './open_vpn.dart'; +export './open_in_browser.dart'; +export './organic_food.dart'; +export './orange_slice.dart'; +export './organic_food_squared.dart'; +export './oxygen.dart'; +export './package_lock.dart'; +export './orthogonal_view.dart'; +export './orange_half.dart'; +export './package.dart'; +export './packages.dart'; +export './orange_slice_alt.dart'; +export './pacman.dart'; +export './page_edit.dart'; +export './page_flip.dart'; +export './page_search.dart'; +export './page_star.dart'; +export './page.dart'; +export './panorama_reduce.dart'; +export './panorama_enlarge.dart'; +export './pants.dart'; +export './parking.dart'; +export './password_error.dart'; +export './password_cursor.dart'; +export './pants_alt.dart'; +export './paste_clipboard.dart'; +export './pc_firewall.dart'; +export './pause_outline.dart'; +export './password_pass.dart'; +export './palette.dart'; +export './pc_check.dart'; +export './pc_no_entry.dart'; +export './pc_mouse.dart'; +export './pc_warning.dart'; +export './peace_hand.dart'; +export './pen_connect_bluetooth.dart'; +export './pen_connect_wifi.dart'; +export './pen_tablet_connect_usb.dart'; +export './pen_tablet_connect_wifi.dart'; +export './pen_tablet.dart'; +export './pentagon.dart'; +export './people_rounded.dart'; +export './percentage_round.dart'; +export './pharmacy_circled_cross.dart'; +export './perspective_view.dart'; +export './percentage_square.dart'; +export './arrow_right_circled.dart'; +export './phone_add.dart'; +export './phone_delete.dart'; +export './pause_window.dart'; +export './phone_paused.dart'; +export './phone_outcome.dart'; +export './phone_remove.dart'; +export './phone.dart'; +export './piggy_bank.dart'; +export './pin.dart'; +export './pillow.dart'; +export './pin_alt.dart'; +export './phone_disabled.dart'; +export './pizza_slice.dart'; +export './planet_alt.dart'; +export './planet.dart'; +export './play_outline.dart'; +export './planet_sat.dart'; +export './pine_tree.dart'; +export './pinterest.dart'; +export './playlist_add.dart'; +export './playlist_play.dart'; +export './playlist.dart'; +export './plug_type_a.dart'; +export './plug_type_g.dart'; +export './plug_type_l.dart'; +export './plug_type_c.dart'; +export './pokeball.dart'; +export './pocket.dart'; +export './plus.dart'; +export './position_align.dart'; +export './podcast.dart'; +export './position.dart'; +export './playstation_gamepad.dart'; +export './phone_income.dart'; +export './pound.dart'; +export './precision_tool.dart'; +export './printer_alt.dart'; +export './printing_page.dart'; +export './priority_down.dart'; +export './printer.dart'; +export './priority_up.dart'; +export './private_wifi.dart'; +export './profile_circled.dart'; +export './prohibition.dart'; +export './puzzle.dart'; +export './potion.dart'; +export './qr_code.dart'; +export './question_mark_circle.dart'; +export './quote_message.dart'; +export './question_square_outline.dart'; +export './question_mark.dart'; +export './quote.dart'; +export './rain.dart'; +export './receive_dollars.dart'; +export './receive_euros.dart'; +export './receive_yens.dart'; +export './receive_pounds.dart'; +export './redo_action.dart'; +export './redo_circle.dart'; +export './reduce_round_arrow.dart'; +export './refresh_circular.dart'; +export './reduce.dart'; +export './redo.dart'; +export './refresh_double.dart'; +export './refresh.dart'; +export './reminder_hand_gesture.dart'; +export './reload_window.dart'; +export './remove_database_script.dart'; +export './remove_empty.dart'; +export './remove_folder.dart'; +export './remove_frame.dart'; +export './remove_keyframe_alt.dart'; +export './remove_from_cart.dart'; +export './remove_keyframe.dart'; +export './remove_link.dart'; +export './remove_media_video.dart'; +export './remove_media_image.dart'; +export './remove_page.dart'; +export './remove_pin_alt.dart'; +export './remove_pin.dart'; +export './remove_square.dart'; +export './remove_selection.dart'; +export './remove_keyframes.dart'; +export './remove_user.dart'; +export './repeat.dart'; +export './repeat_once.dart'; +export './report_columns.dart'; +export './repository.dart'; +export './restart.dart'; +export './rhombus.dart'; +export './rewind_outline.dart'; +export './rings.dart'; +export './rocket.dart'; +export './rook.dart'; +export './rotate_camera_left.dart'; +export './reports.dart'; +export './rotate_camera_right.dart'; +export './right_round_arrow.dart'; +export './round_flask.dart'; +export './rounded_mirror.dart'; +export './rss_feed.dart'; +export './rss_feed_squared.dart'; +export './ruler_combine.dart'; +export './ruler_remove.dart'; +export './ruler.dart'; +export './running.dart'; +export './sandals.dart'; +export './save_action_floppy.dart'; +export './safari.dart'; +export './ruler_add.dart'; +export './scale_frame_enlarge.dart'; +export './scan_barcode.dart'; +export './save_floppy_disk.dart'; +export './scale_frame_reduce.dart'; +export './scan_qr_code.dart'; +export './scarf.dart'; +export './scissor_alt.dart'; +export './scissor.dart'; +export './search_font.dart'; +export './search_window.dart'; +export './sea_and_sun.dart'; +export './search_engine.dart'; +export './sea_waves.dart'; +export './search.dart'; +export './secure_window.dart'; +export './security_pass.dart'; +export './send_dollars.dart'; +export './select_window.dart'; +export './send_yens.dart'; +export './scanning.dart'; +export './server_connection.dart'; +export './server.dart'; +export './settings_cloud.dart'; +export './selection.dart'; +export './selective_tool.dart'; +export './send_euros.dart'; +export './settings_profiles.dart'; +export './settings.dart'; +export './share_android.dart'; +export './share_ios.dart'; +export './shield_alert.dart'; +export './shield_broken.dart'; +export './shield_check.dart'; +export './shield_add.dart'; +export './shield_alt.dart'; +export './shield_cross.dart'; +export './shield_download.dart'; +export './shield_eye.dart'; +export './shield_loading.dart'; +export './shield_minus.dart'; +export './shield_upload.dart'; +export './shield.dart'; +export './shop_alt.dart'; +export './shop.dart'; +export './shopping_bag_add.dart'; +export './shopping_bag_alt.dart'; +export './shopping_bag_arrow_down.dart'; +export './shopping_bag_arrow_up.dart'; +export './shopping_bag_check.dart'; +export './shopping_bag_issue.dart'; +export './shield_question.dart'; +export './shopping_bag_remove.dart'; +export './shopping_code_check.dart'; +export './shopping_code_error.dart'; +export './shuffle.dart'; +export './short_pants.dart'; +export './sidebar_collapse.dart'; +export './sigma_function.dart'; +export './skateboard.dart'; +export './skateboarding.dart'; +export './sidebar_expand.dart'; +export './shield_search.dart'; +export './skip_next_outline.dart'; +export './simple_cart.dart'; +export './single_tap_gesture.dart'; +export './skip_prev_outline.dart'; +export './sleeper_chair.dart'; +export './small_lamp.dart'; +export './small_lamp_alt.dart'; +export './small_shop.dart'; +export './smartphone_device.dart'; +export './smoking.dart'; +export './snapchat.dart'; +export './small_shop_alt.dart'; +export './send_pounds.dart'; +export './soap.dart'; +export './sofa.dart'; +export './soil_alt.dart'; +export './soil.dart'; +export './snow.dart'; +export './sort_down.dart'; +export './soccer_ball.dart'; +export './sort.dart'; +export './sort_up.dart'; +export './shopping_code.dart'; +export './shopping_bag.dart'; +export './sound_low.dart'; +export './sound_off.dart'; +export './spades.dart'; +export './sphere.dart'; +export './spiral.dart'; +export './spock_hand_gesture.dart'; +export './stackoverflow.dart'; +export './star_dashed.dart'; +export './star_half_dashed.dart'; +export './star_outline.dart'; +export './stat_down.dart'; +export './stat_up.dart'; +export './stats_report.dart'; +export './stats_square_down.dart'; +export './stats_square_up.dart'; +export './stretching.dart'; +export './stroller.dart'; +export './style_border.dart'; +export './substract.dart'; +export './suggestion.dart'; +export './sun_light.dart'; +export './swimming.dart'; +export './swipe_down_gesture.dart'; +export './swipe_left_gesture.dart'; +export './swipe_right_gesture.dart'; +export './swipe_two_fingers_down_gesture.dart'; +export './swipe_two_fingers_left_gesture.dart'; +export './swipe_two_fingers_right_gesture.dart'; +export './short_pants_alt.dart'; +export './sound_high.dart'; +export './swipe_up_gesture.dart'; +export './switch_off_outline.dart'; +export './system_restart.dart'; +export './system_shut.dart'; +export './table_2_columns.dart'; +export './table_rows.dart'; +export './table.dart'; +export './task_list.dart'; +export './telegram_circled.dart'; +export './telegram.dart'; +export './tennis_ball_alt.dart'; +export './tennis_ball.dart'; +export './terminal_outline.dart'; +export './terminal_simple.dart'; +export './test_tube.dart'; +export './text_alt.dart'; +export './text_size.dart'; +export './text.dart'; +export './three_points_circle.dart'; +export './three_stars.dart'; +export './thumbs_down.dart'; +export './thumbs_up.dart'; +export './thunderstorm.dart'; +export './tik_tok.dart'; +export './timer_off.dart'; +export './timer.dart'; +export './tournament.dart'; +export './tower_no_access.dart'; +export './tower_warning.dart'; +export './tower_check.dart'; +export './tower.dart'; +export './trademark.dart'; +export './train_outline.dart'; +export './tram.dart'; +export './transition_bottom.dart'; +export './transition_left.dart'; +export './snow_flake.dart'; +export './transition_right.dart'; +export './transition_top.dart'; +export './translate.dart'; +export './trash.dart'; +export './tree.dart'; +export './treadmill.dart'; +export './trekking.dart'; +export './trello.dart'; +export './triangle_flag_circle.dart'; +export './triangle_flag_full.dart'; +export './triangle.dart'; +export './trophy.dart'; +export './truck_length.dart'; +export './tunnel.dart'; +export './switch_on_outline.dart'; +export './swipe_two_fingers_up_gesture.dart'; +export './tv_issue.dart'; +export './twitter_verified_badge.dart'; +export './twitter.dart'; +export './truck.dart'; +export './two_seater_sofa.dart'; +export './type.dart'; +export './two_points_circle.dart'; +export './umbrella_full.dart'; +export './underline.dart'; +export './underline_square_outline.dart'; +export './undo_action.dart'; +export './undo_circle.dart'; +export './undo.dart'; +export './triangle_flag.dart'; +export './union.dart'; +export './union_horiz_alt.dart'; +export './unity_5.dart'; +export './unity.dart'; +export './up_round_arrow.dart'; +export './upload_data_window.dart'; +export './upload_square_outline.dart'; +export './upload.dart'; +export './usb.dart'; +export './user_bag.dart'; +export './user_cart.dart'; +export './user_circle_alt.dart'; +export './user_scan.dart'; +export './tv_fix.dart'; +export './user_square_alt.dart'; +export './vegan_rounded.dart'; +export './vegan_squared.dart'; +export './user.dart'; +export './vegan.dart'; +export './verified_badge.dart'; +export './verified_user.dart'; +export './video_camera_off.dart'; +export './video_camera.dart'; +export './tv.dart'; +export './view_columns_3.dart'; +export './view_structure_down.dart'; +export './view_structure_up.dart'; +export './voice_circled_lock.dart'; +export './voice_circled.dart'; +export './view_grid.dart'; +export './voice_error.dart'; +export './voice_ok.dart'; +export './voice_phone.dart'; +export './voice_scan.dart'; +export './voice_squared.dart'; +export './voice.dart'; +export './vr_symbol.dart'; +export './waist.dart'; +export './walking.dart'; +export './wallet.dart'; +export './warning_circled_outline.dart'; +export './warning_square_outline.dart'; +export './warning_triangle_outline.dart'; +export './wash.dart'; +export './sound_min.dart'; +export './watering_soil.dart'; +export './warning_window.dart'; +export './web_window_energy_consumption.dart'; +export './web_window.dart'; +export './web_window_close.dart'; +export './weight_alt.dart'; +export './weight.dart'; +export './white_flag.dart'; +export './wifi_error.dart'; +export './wifi_off.dart'; +export './wifi_issue.dart'; +export './wifi_rounded.dart'; +export './square.dart'; +export './wifi.dart'; +export './windows.dart'; +export './wind.dart'; +export './wifi_signal_none.dart'; +export './wristwatch.dart'; +export './wrap_text.dart'; +export './washing_machine.dart'; +export './xbox_b.dart'; +export './xbox_a.dart'; +export './xbox_x.dart'; +export './xbox_y.dart'; +export './xray_view.dart'; +export './yen_square.dart'; +export './yen.dart'; +export './yoga.dart'; +export './you_tube.dart'; +export './zoom_in.dart'; +export './zoom_out.dart'; +export './no_link.dart'; +export './percentage.dart'; +export './view_columns_2.dart'; +export './www.dart'; +export './no_credit_card.dart'; +export './pharmacy_squared_cross.dart'; +export './union_alt.dart'; diff --git a/packages/iconoir-flutter/lib/import.dart b/packages/iconoir-flutter/lib/import.dart new file mode 100644 index 00000000..c7bea81a --- /dev/null +++ b/packages/iconoir-flutter/lib/import.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Import extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Import({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/industry.dart b/packages/iconoir-flutter/lib/industry.dart new file mode 100644 index 00000000..cfdb8d03 --- /dev/null +++ b/packages/iconoir-flutter/lib/industry.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Industry extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Industry({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/infinite.dart b/packages/iconoir-flutter/lib/infinite.dart new file mode 100644 index 00000000..58ad850c --- /dev/null +++ b/packages/iconoir-flutter/lib/infinite.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Infinite extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Infinite({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/info_empty.dart b/packages/iconoir-flutter/lib/info_empty.dart new file mode 100644 index 00000000..bfdf3ddb --- /dev/null +++ b/packages/iconoir-flutter/lib/info_empty.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class InfoEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const InfoEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/input_field.dart b/packages/iconoir-flutter/lib/input_field.dart new file mode 100644 index 00000000..07839ed0 --- /dev/null +++ b/packages/iconoir-flutter/lib/input_field.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class InputField extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const InputField({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/input_output.dart b/packages/iconoir-flutter/lib/input_output.dart new file mode 100644 index 00000000..84c7ea60 --- /dev/null +++ b/packages/iconoir-flutter/lib/input_output.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class InputOutput extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const InputOutput({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/input_search.dart b/packages/iconoir-flutter/lib/input_search.dart new file mode 100644 index 00000000..1ece1ac0 --- /dev/null +++ b/packages/iconoir-flutter/lib/input_search.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class InputSearch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const InputSearch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/instagram.dart b/packages/iconoir-flutter/lib/instagram.dart new file mode 100644 index 00000000..1ec362ab --- /dev/null +++ b/packages/iconoir-flutter/lib/instagram.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Instagram extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Instagram({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/internet.dart b/packages/iconoir-flutter/lib/internet.dart new file mode 100644 index 00000000..4edbb925 --- /dev/null +++ b/packages/iconoir-flutter/lib/internet.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Internet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Internet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/intersect.dart b/packages/iconoir-flutter/lib/intersect.dart new file mode 100644 index 00000000..b8045bd9 --- /dev/null +++ b/packages/iconoir-flutter/lib/intersect.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Intersect extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Intersect({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/intersect_alt.dart b/packages/iconoir-flutter/lib/intersect_alt.dart new file mode 100644 index 00000000..43f0e701 --- /dev/null +++ b/packages/iconoir-flutter/lib/intersect_alt.dart @@ -0,0 +1,38 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class IntersectAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const IntersectAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ios_settings.dart b/packages/iconoir-flutter/lib/ios_settings.dart new file mode 100644 index 00000000..7b4b4297 --- /dev/null +++ b/packages/iconoir-flutter/lib/ios_settings.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class IosSettings extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const IosSettings({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ip_address.dart b/packages/iconoir-flutter/lib/ip_address.dart new file mode 100644 index 00000000..61d865ae --- /dev/null +++ b/packages/iconoir-flutter/lib/ip_address.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class IpAddress extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const IpAddress({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/iris_scan.dart b/packages/iconoir-flutter/lib/iris_scan.dart new file mode 100644 index 00000000..11c2a3a4 --- /dev/null +++ b/packages/iconoir-flutter/lib/iris_scan.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class IrisScan extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const IrisScan({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/italic.dart b/packages/iconoir-flutter/lib/italic.dart new file mode 100644 index 00000000..250527c3 --- /dev/null +++ b/packages/iconoir-flutter/lib/italic.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Italic extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Italic({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/italic_square_outline.dart b/packages/iconoir-flutter/lib/italic_square_outline.dart new file mode 100644 index 00000000..c2c94b98 --- /dev/null +++ b/packages/iconoir-flutter/lib/italic_square_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ItalicSquareOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ItalicSquareOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/journal.dart b/packages/iconoir-flutter/lib/journal.dart new file mode 100644 index 00000000..2a33d911 --- /dev/null +++ b/packages/iconoir-flutter/lib/journal.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Journal extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Journal({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/journal_page.dart b/packages/iconoir-flutter/lib/journal_page.dart new file mode 100644 index 00000000..8c226158 --- /dev/null +++ b/packages/iconoir-flutter/lib/journal_page.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class JournalPage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const JournalPage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/kanban_board.dart b/packages/iconoir-flutter/lib/kanban_board.dart new file mode 100644 index 00000000..b20d2737 --- /dev/null +++ b/packages/iconoir-flutter/lib/kanban_board.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KanbanBoard extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KanbanBoard({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/key_alt.dart b/packages/iconoir-flutter/lib/key_alt.dart new file mode 100644 index 00000000..7a5b190b --- /dev/null +++ b/packages/iconoir-flutter/lib/key_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/key_alt_back.dart b/packages/iconoir-flutter/lib/key_alt_back.dart new file mode 100644 index 00000000..80650352 --- /dev/null +++ b/packages/iconoir-flutter/lib/key_alt_back.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyAltBack extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyAltBack({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/key_alt_minus.dart b/packages/iconoir-flutter/lib/key_alt_minus.dart new file mode 100644 index 00000000..51a9421e --- /dev/null +++ b/packages/iconoir-flutter/lib/key_alt_minus.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyAltMinus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyAltMinus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/key_alt_plus.dart b/packages/iconoir-flutter/lib/key_alt_plus.dart new file mode 100644 index 00000000..11e1892a --- /dev/null +++ b/packages/iconoir-flutter/lib/key_alt_plus.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyAltPlus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyAltPlus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/key_alt_remove.dart b/packages/iconoir-flutter/lib/key_alt_remove.dart new file mode 100644 index 00000000..09dc95e5 --- /dev/null +++ b/packages/iconoir-flutter/lib/key_alt_remove.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyAltRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyAltRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/keyframe.dart b/packages/iconoir-flutter/lib/keyframe.dart new file mode 100644 index 00000000..e03736d6 --- /dev/null +++ b/packages/iconoir-flutter/lib/keyframe.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Keyframe extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Keyframe({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/keyframe_align_center.dart b/packages/iconoir-flutter/lib/keyframe_align_center.dart new file mode 100644 index 00000000..3ec18572 --- /dev/null +++ b/packages/iconoir-flutter/lib/keyframe_align_center.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyframeAlignCenter extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyframeAlignCenter({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/keyframe_align_horizontal.dart b/packages/iconoir-flutter/lib/keyframe_align_horizontal.dart new file mode 100644 index 00000000..fb77d3e2 --- /dev/null +++ b/packages/iconoir-flutter/lib/keyframe_align_horizontal.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyframeAlignHorizontal extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyframeAlignHorizontal({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/keyframe_align_vertical.dart b/packages/iconoir-flutter/lib/keyframe_align_vertical.dart new file mode 100644 index 00000000..86e895d9 --- /dev/null +++ b/packages/iconoir-flutter/lib/keyframe_align_vertical.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyframeAlignVertical extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyframeAlignVertical({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/keyframe_position.dart b/packages/iconoir-flutter/lib/keyframe_position.dart new file mode 100644 index 00000000..a21159a8 --- /dev/null +++ b/packages/iconoir-flutter/lib/keyframe_position.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyframePosition extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyframePosition({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/keyframes.dart b/packages/iconoir-flutter/lib/keyframes.dart new file mode 100644 index 00000000..bc85fbb0 --- /dev/null +++ b/packages/iconoir-flutter/lib/keyframes.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Keyframes extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Keyframes({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/keyframes_couple.dart b/packages/iconoir-flutter/lib/keyframes_couple.dart new file mode 100644 index 00000000..42d0874c --- /dev/null +++ b/packages/iconoir-flutter/lib/keyframes_couple.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class KeyframesCouple extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const KeyframesCouple({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/label_outline.dart b/packages/iconoir-flutter/lib/label_outline.dart new file mode 100644 index 00000000..d3f0fef6 --- /dev/null +++ b/packages/iconoir-flutter/lib/label_outline.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LabelOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LabelOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/lamp.dart b/packages/iconoir-flutter/lib/lamp.dart new file mode 100644 index 00000000..9bb6bbf1 --- /dev/null +++ b/packages/iconoir-flutter/lib/lamp.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Lamp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Lamp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/language.dart b/packages/iconoir-flutter/lib/language.dart new file mode 100644 index 00000000..0d95c9ae --- /dev/null +++ b/packages/iconoir-flutter/lib/language.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Language extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Language({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/laptop.dart b/packages/iconoir-flutter/lib/laptop.dart new file mode 100644 index 00000000..2074aaae --- /dev/null +++ b/packages/iconoir-flutter/lib/laptop.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Laptop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Laptop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/laptop_charging.dart b/packages/iconoir-flutter/lib/laptop_charging.dart new file mode 100644 index 00000000..3b50f539 --- /dev/null +++ b/packages/iconoir-flutter/lib/laptop_charging.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LaptopCharging extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LaptopCharging({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/laptop_fix.dart b/packages/iconoir-flutter/lib/laptop_fix.dart new file mode 100644 index 00000000..b4fa9fb1 --- /dev/null +++ b/packages/iconoir-flutter/lib/laptop_fix.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LaptopFix extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LaptopFix({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/laptop_issue.dart b/packages/iconoir-flutter/lib/laptop_issue.dart new file mode 100644 index 00000000..efc7b938 --- /dev/null +++ b/packages/iconoir-flutter/lib/laptop_issue.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LaptopIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LaptopIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/large_suitcase.dart b/packages/iconoir-flutter/lib/large_suitcase.dart new file mode 100644 index 00000000..35c69028 --- /dev/null +++ b/packages/iconoir-flutter/lib/large_suitcase.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LargeSuitcase extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LargeSuitcase({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/layout_left.dart b/packages/iconoir-flutter/lib/layout_left.dart new file mode 100644 index 00000000..41368e84 --- /dev/null +++ b/packages/iconoir-flutter/lib/layout_left.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LayoutLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LayoutLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/layout_right.dart b/packages/iconoir-flutter/lib/layout_right.dart new file mode 100644 index 00000000..dd3004fc --- /dev/null +++ b/packages/iconoir-flutter/lib/layout_right.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LayoutRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LayoutRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/leaderboard.dart b/packages/iconoir-flutter/lib/leaderboard.dart new file mode 100644 index 00000000..4c31d99b --- /dev/null +++ b/packages/iconoir-flutter/lib/leaderboard.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Leaderboard extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Leaderboard({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/leaderboard_star.dart b/packages/iconoir-flutter/lib/leaderboard_star.dart new file mode 100644 index 00000000..130d89dc --- /dev/null +++ b/packages/iconoir-flutter/lib/leaderboard_star.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LeaderboardStar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LeaderboardStar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/leaf.dart b/packages/iconoir-flutter/lib/leaf.dart new file mode 100644 index 00000000..987c43ff --- /dev/null +++ b/packages/iconoir-flutter/lib/leaf.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Leaf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Leaf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/left_round_arrow.dart b/packages/iconoir-flutter/lib/left_round_arrow.dart new file mode 100644 index 00000000..67800125 --- /dev/null +++ b/packages/iconoir-flutter/lib/left_round_arrow.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LeftRoundArrow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LeftRoundArrow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/lens.dart b/packages/iconoir-flutter/lib/lens.dart new file mode 100644 index 00000000..7bbb1a93 --- /dev/null +++ b/packages/iconoir-flutter/lib/lens.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Lens extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Lens({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/lifebelt.dart b/packages/iconoir-flutter/lib/lifebelt.dart new file mode 100644 index 00000000..410406e9 --- /dev/null +++ b/packages/iconoir-flutter/lib/lifebelt.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Lifebelt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Lifebelt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/light_bulb.dart b/packages/iconoir-flutter/lib/light_bulb.dart new file mode 100644 index 00000000..c4716dea --- /dev/null +++ b/packages/iconoir-flutter/lib/light_bulb.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LightBulb extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LightBulb({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/light_bulb_off.dart b/packages/iconoir-flutter/lib/light_bulb_off.dart new file mode 100644 index 00000000..7b2078a3 --- /dev/null +++ b/packages/iconoir-flutter/lib/light_bulb_off.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LightBulbOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LightBulbOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/light_bulb_on.dart b/packages/iconoir-flutter/lib/light_bulb_on.dart new file mode 100644 index 00000000..a9fb37ac --- /dev/null +++ b/packages/iconoir-flutter/lib/light_bulb_on.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LightBulbOn extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LightBulbOn({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/line_space.dart b/packages/iconoir-flutter/lib/line_space.dart new file mode 100644 index 00000000..7ec99599 --- /dev/null +++ b/packages/iconoir-flutter/lib/line_space.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LineSpace extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LineSpace({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/linear.dart b/packages/iconoir-flutter/lib/linear.dart new file mode 100644 index 00000000..a23956c9 --- /dev/null +++ b/packages/iconoir-flutter/lib/linear.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Linear extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Linear({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/link.dart b/packages/iconoir-flutter/lib/link.dart new file mode 100644 index 00000000..2b33cd55 --- /dev/null +++ b/packages/iconoir-flutter/lib/link.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Link extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Link({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/linked_in.dart b/packages/iconoir-flutter/lib/linked_in.dart new file mode 100644 index 00000000..e2960f92 --- /dev/null +++ b/packages/iconoir-flutter/lib/linked_in.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LinkedIn extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LinkedIn({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/linux.dart b/packages/iconoir-flutter/lib/linux.dart new file mode 100644 index 00000000..e19b1742 --- /dev/null +++ b/packages/iconoir-flutter/lib/linux.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Linux extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Linux({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/list.dart b/packages/iconoir-flutter/lib/list.dart new file mode 100644 index 00000000..3d9a2829 --- /dev/null +++ b/packages/iconoir-flutter/lib/list.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class List extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const List({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/load_action_floppy.dart b/packages/iconoir-flutter/lib/load_action_floppy.dart new file mode 100644 index 00000000..40b36863 --- /dev/null +++ b/packages/iconoir-flutter/lib/load_action_floppy.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LoadActionFloppy extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LoadActionFloppy({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/lock.dart b/packages/iconoir-flutter/lib/lock.dart new file mode 100644 index 00000000..8e425a6f --- /dev/null +++ b/packages/iconoir-flutter/lib/lock.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Lock extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Lock({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/lock_key.dart b/packages/iconoir-flutter/lib/lock_key.dart new file mode 100644 index 00000000..b8c00f28 --- /dev/null +++ b/packages/iconoir-flutter/lib/lock_key.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LockKey extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LockKey({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/locked_book.dart b/packages/iconoir-flutter/lib/locked_book.dart new file mode 100644 index 00000000..f4049d86 --- /dev/null +++ b/packages/iconoir-flutter/lib/locked_book.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LockedBook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LockedBook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/locked_window.dart b/packages/iconoir-flutter/lib/locked_window.dart new file mode 100644 index 00000000..5b096e6c --- /dev/null +++ b/packages/iconoir-flutter/lib/locked_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LockedWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LockedWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/log_denied.dart b/packages/iconoir-flutter/lib/log_denied.dart new file mode 100644 index 00000000..bc308f40 --- /dev/null +++ b/packages/iconoir-flutter/lib/log_denied.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LogDenied extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LogDenied({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/log_in.dart b/packages/iconoir-flutter/lib/log_in.dart new file mode 100644 index 00000000..2547deed --- /dev/null +++ b/packages/iconoir-flutter/lib/log_in.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LogIn extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LogIn({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/log_out.dart b/packages/iconoir-flutter/lib/log_out.dart new file mode 100644 index 00000000..fc4063c9 --- /dev/null +++ b/packages/iconoir-flutter/lib/log_out.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LogOut extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LogOut({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_down_left.dart b/packages/iconoir-flutter/lib/long_arrow_down_left.dart new file mode 100644 index 00000000..21bdb3ca --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_down_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowDownLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowDownLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_down_right.dart b/packages/iconoir-flutter/lib/long_arrow_down_right.dart new file mode 100644 index 00000000..395e88f8 --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_down_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowDownRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowDownRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_left_down.dart b/packages/iconoir-flutter/lib/long_arrow_left_down.dart new file mode 100644 index 00000000..a81e9acb --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_left_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowLeftDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowLeftDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_left_up.dart b/packages/iconoir-flutter/lib/long_arrow_left_up.dart new file mode 100644 index 00000000..eae5814c --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_left_up.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowLeftUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowLeftUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_right_down.dart b/packages/iconoir-flutter/lib/long_arrow_right_down.dart new file mode 100644 index 00000000..cde3eef7 --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_right_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowRightDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowRightDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_right_up.dart b/packages/iconoir-flutter/lib/long_arrow_right_up.dart new file mode 100644 index 00000000..979a53df --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_right_up.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowRightUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowRightUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_right_up_1.dart b/packages/iconoir-flutter/lib/long_arrow_right_up_1.dart new file mode 100644 index 00000000..8e37f73d --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_right_up_1.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowRightUp1 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowRightUp1({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_up_left.dart b/packages/iconoir-flutter/lib/long_arrow_up_left.dart new file mode 100644 index 00000000..40d4ebdd --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_up_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowUpLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowUpLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/long_arrow_up_right.dart b/packages/iconoir-flutter/lib/long_arrow_up_right.dart new file mode 100644 index 00000000..c43794a0 --- /dev/null +++ b/packages/iconoir-flutter/lib/long_arrow_up_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LongArrowUpRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LongArrowUpRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/lot_of_cash.dart b/packages/iconoir-flutter/lib/lot_of_cash.dart new file mode 100644 index 00000000..affae617 --- /dev/null +++ b/packages/iconoir-flutter/lib/lot_of_cash.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class LotOfCash extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const LotOfCash({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mac_control_key.dart b/packages/iconoir-flutter/lib/mac_control_key.dart new file mode 100644 index 00000000..d67265f1 --- /dev/null +++ b/packages/iconoir-flutter/lib/mac_control_key.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MacControlKey extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MacControlKey({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mac_dock.dart b/packages/iconoir-flutter/lib/mac_dock.dart new file mode 100644 index 00000000..d25f6f70 --- /dev/null +++ b/packages/iconoir-flutter/lib/mac_dock.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MacDock extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MacDock({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mac_option_key.dart b/packages/iconoir-flutter/lib/mac_option_key.dart new file mode 100644 index 00000000..c1f230e4 --- /dev/null +++ b/packages/iconoir-flutter/lib/mac_option_key.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MacOptionKey extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MacOptionKey({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mac_os_window.dart b/packages/iconoir-flutter/lib/mac_os_window.dart new file mode 100644 index 00000000..f801f9be --- /dev/null +++ b/packages/iconoir-flutter/lib/mac_os_window.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MacOsWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MacOsWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/magnet.dart b/packages/iconoir-flutter/lib/magnet.dart new file mode 100644 index 00000000..7cab1946 --- /dev/null +++ b/packages/iconoir-flutter/lib/magnet.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Magnet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Magnet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/magnet_energy.dart b/packages/iconoir-flutter/lib/magnet_energy.dart new file mode 100644 index 00000000..b5739ab7 --- /dev/null +++ b/packages/iconoir-flutter/lib/magnet_energy.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MagnetEnergy extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MagnetEnergy({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mail.dart b/packages/iconoir-flutter/lib/mail.dart new file mode 100644 index 00000000..cf781585 --- /dev/null +++ b/packages/iconoir-flutter/lib/mail.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Mail extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Mail({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mail_opened.dart b/packages/iconoir-flutter/lib/mail_opened.dart new file mode 100644 index 00000000..7efa4804 --- /dev/null +++ b/packages/iconoir-flutter/lib/mail_opened.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MailOpened extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MailOpened({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/male.dart b/packages/iconoir-flutter/lib/male.dart new file mode 100644 index 00000000..7178ad10 --- /dev/null +++ b/packages/iconoir-flutter/lib/male.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Male extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Male({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/map.dart b/packages/iconoir-flutter/lib/map.dart new file mode 100644 index 00000000..e6ffb338 --- /dev/null +++ b/packages/iconoir-flutter/lib/map.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Map extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Map({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/map_issue.dart b/packages/iconoir-flutter/lib/map_issue.dart new file mode 100644 index 00000000..775d122a --- /dev/null +++ b/packages/iconoir-flutter/lib/map_issue.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maps_arrow.dart b/packages/iconoir-flutter/lib/maps_arrow.dart new file mode 100644 index 00000000..e0f6de7e --- /dev/null +++ b/packages/iconoir-flutter/lib/maps_arrow.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapsArrow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapsArrow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maps_arrow_diagonal.dart b/packages/iconoir-flutter/lib/maps_arrow_diagonal.dart new file mode 100644 index 00000000..9d531a8e --- /dev/null +++ b/packages/iconoir-flutter/lib/maps_arrow_diagonal.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapsArrowDiagonal extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapsArrowDiagonal({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maps_arrow_issue.dart b/packages/iconoir-flutter/lib/maps_arrow_issue.dart new file mode 100644 index 00000000..8935913f --- /dev/null +++ b/packages/iconoir-flutter/lib/maps_arrow_issue.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapsArrowIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapsArrowIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maps_go_straight.dart b/packages/iconoir-flutter/lib/maps_go_straight.dart new file mode 100644 index 00000000..e6bce0f8 --- /dev/null +++ b/packages/iconoir-flutter/lib/maps_go_straight.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapsGoStraight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapsGoStraight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maps_turn_back.dart b/packages/iconoir-flutter/lib/maps_turn_back.dart new file mode 100644 index 00000000..ff451f1d --- /dev/null +++ b/packages/iconoir-flutter/lib/maps_turn_back.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapsTurnBack extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapsTurnBack({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maps_turn_left.dart b/packages/iconoir-flutter/lib/maps_turn_left.dart new file mode 100644 index 00000000..a8479bc9 --- /dev/null +++ b/packages/iconoir-flutter/lib/maps_turn_left.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapsTurnLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapsTurnLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maps_turn_right.dart b/packages/iconoir-flutter/lib/maps_turn_right.dart new file mode 100644 index 00000000..b8f5f06a --- /dev/null +++ b/packages/iconoir-flutter/lib/maps_turn_right.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MapsTurnRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MapsTurnRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mask_square.dart b/packages/iconoir-flutter/lib/mask_square.dart new file mode 100644 index 00000000..4477c97d --- /dev/null +++ b/packages/iconoir-flutter/lib/mask_square.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MaskSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MaskSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/math_book.dart b/packages/iconoir-flutter/lib/math_book.dart new file mode 100644 index 00000000..bab16edb --- /dev/null +++ b/packages/iconoir-flutter/lib/math_book.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MathBook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MathBook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/maximize.dart b/packages/iconoir-flutter/lib/maximize.dart new file mode 100644 index 00000000..ef81db8a --- /dev/null +++ b/packages/iconoir-flutter/lib/maximize.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Maximize extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Maximize({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/medal.dart b/packages/iconoir-flutter/lib/medal.dart new file mode 100644 index 00000000..438fa82a --- /dev/null +++ b/packages/iconoir-flutter/lib/medal.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Medal extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Medal({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/medal_1_st.dart b/packages/iconoir-flutter/lib/medal_1_st.dart new file mode 100644 index 00000000..c7fddad4 --- /dev/null +++ b/packages/iconoir-flutter/lib/medal_1_st.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Medal1St extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Medal1St({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/media_image.dart b/packages/iconoir-flutter/lib/media_image.dart new file mode 100644 index 00000000..bbef25d6 --- /dev/null +++ b/packages/iconoir-flutter/lib/media_image.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MediaImage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MediaImage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/media_image_folder.dart b/packages/iconoir-flutter/lib/media_image_folder.dart new file mode 100644 index 00000000..cedfda40 --- /dev/null +++ b/packages/iconoir-flutter/lib/media_image_folder.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MediaImageFolder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MediaImageFolder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/media_image_list.dart b/packages/iconoir-flutter/lib/media_image_list.dart new file mode 100644 index 00000000..81146cdc --- /dev/null +++ b/packages/iconoir-flutter/lib/media_image_list.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MediaImageList extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MediaImageList({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/media_video.dart b/packages/iconoir-flutter/lib/media_video.dart new file mode 100644 index 00000000..46fedc9a --- /dev/null +++ b/packages/iconoir-flutter/lib/media_video.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MediaVideo extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MediaVideo({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/media_video_folder.dart b/packages/iconoir-flutter/lib/media_video_folder.dart new file mode 100644 index 00000000..5e693370 --- /dev/null +++ b/packages/iconoir-flutter/lib/media_video_folder.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MediaVideoFolder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MediaVideoFolder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/media_video_list.dart b/packages/iconoir-flutter/lib/media_video_list.dart new file mode 100644 index 00000000..e4a4cf78 --- /dev/null +++ b/packages/iconoir-flutter/lib/media_video_list.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MediaVideoList extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MediaVideoList({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/medium.dart b/packages/iconoir-flutter/lib/medium.dart new file mode 100644 index 00000000..a4494a13 --- /dev/null +++ b/packages/iconoir-flutter/lib/medium.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Medium extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Medium({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/megaphone.dart b/packages/iconoir-flutter/lib/megaphone.dart new file mode 100644 index 00000000..c41d478f --- /dev/null +++ b/packages/iconoir-flutter/lib/megaphone.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Megaphone extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Megaphone({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/menu.dart b/packages/iconoir-flutter/lib/menu.dart new file mode 100644 index 00000000..4c7f9205 --- /dev/null +++ b/packages/iconoir-flutter/lib/menu.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Menu extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Menu({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/menu_scale.dart b/packages/iconoir-flutter/lib/menu_scale.dart new file mode 100644 index 00000000..bd230f95 --- /dev/null +++ b/packages/iconoir-flutter/lib/menu_scale.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MenuScale extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MenuScale({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/message.dart b/packages/iconoir-flutter/lib/message.dart new file mode 100644 index 00000000..558a2cd9 --- /dev/null +++ b/packages/iconoir-flutter/lib/message.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Message extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Message({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/message_alert.dart b/packages/iconoir-flutter/lib/message_alert.dart new file mode 100644 index 00000000..17c3a99a --- /dev/null +++ b/packages/iconoir-flutter/lib/message_alert.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MessageAlert extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MessageAlert({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/message_text.dart b/packages/iconoir-flutter/lib/message_text.dart new file mode 100644 index 00000000..6d941eac --- /dev/null +++ b/packages/iconoir-flutter/lib/message_text.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MessageText extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MessageText({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/metro.dart b/packages/iconoir-flutter/lib/metro.dart new file mode 100644 index 00000000..b6617d7e --- /dev/null +++ b/packages/iconoir-flutter/lib/metro.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Metro extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Metro({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mic.dart b/packages/iconoir-flutter/lib/mic.dart new file mode 100644 index 00000000..cd0c5ab1 --- /dev/null +++ b/packages/iconoir-flutter/lib/mic.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Mic extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Mic({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mic_add.dart b/packages/iconoir-flutter/lib/mic_add.dart new file mode 100644 index 00000000..ecf84f02 --- /dev/null +++ b/packages/iconoir-flutter/lib/mic_add.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MicAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MicAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mic_check.dart b/packages/iconoir-flutter/lib/mic_check.dart new file mode 100644 index 00000000..05d740ef --- /dev/null +++ b/packages/iconoir-flutter/lib/mic_check.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MicCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MicCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mic_mute.dart b/packages/iconoir-flutter/lib/mic_mute.dart new file mode 100644 index 00000000..be075022 --- /dev/null +++ b/packages/iconoir-flutter/lib/mic_mute.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MicMute extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MicMute({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mic_remove.dart b/packages/iconoir-flutter/lib/mic_remove.dart new file mode 100644 index 00000000..f01ebfd5 --- /dev/null +++ b/packages/iconoir-flutter/lib/mic_remove.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MicRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MicRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mic_speaking.dart b/packages/iconoir-flutter/lib/mic_speaking.dart new file mode 100644 index 00000000..83d5f361 --- /dev/null +++ b/packages/iconoir-flutter/lib/mic_speaking.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MicSpeaking extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MicSpeaking({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mic_warning.dart b/packages/iconoir-flutter/lib/mic_warning.dart new file mode 100644 index 00000000..4c27da79 --- /dev/null +++ b/packages/iconoir-flutter/lib/mic_warning.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MicWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MicWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/minus.dart b/packages/iconoir-flutter/lib/minus.dart new file mode 100644 index 00000000..2fd99f48 --- /dev/null +++ b/packages/iconoir-flutter/lib/minus.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Minus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Minus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/minus_1.dart b/packages/iconoir-flutter/lib/minus_1.dart new file mode 100644 index 00000000..809237b3 --- /dev/null +++ b/packages/iconoir-flutter/lib/minus_1.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Minus1 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Minus1({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/minus_hexagon.dart b/packages/iconoir-flutter/lib/minus_hexagon.dart new file mode 100644 index 00000000..f8705b84 --- /dev/null +++ b/packages/iconoir-flutter/lib/minus_hexagon.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MinusHexagon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MinusHexagon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/minus_pin_alt.dart b/packages/iconoir-flutter/lib/minus_pin_alt.dart new file mode 100644 index 00000000..395bf07c --- /dev/null +++ b/packages/iconoir-flutter/lib/minus_pin_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MinusPinAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MinusPinAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/minus_square.dart b/packages/iconoir-flutter/lib/minus_square.dart new file mode 100644 index 00000000..2638a496 --- /dev/null +++ b/packages/iconoir-flutter/lib/minus_square.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MinusSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MinusSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mirror.dart b/packages/iconoir-flutter/lib/mirror.dart new file mode 100644 index 00000000..1affdede --- /dev/null +++ b/packages/iconoir-flutter/lib/mirror.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Mirror extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Mirror({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/missing_font.dart b/packages/iconoir-flutter/lib/missing_font.dart new file mode 100644 index 00000000..dea0bf35 --- /dev/null +++ b/packages/iconoir-flutter/lib/missing_font.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MissingFont extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MissingFont({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/modern_tv.dart b/packages/iconoir-flutter/lib/modern_tv.dart new file mode 100644 index 00000000..f05f14d3 --- /dev/null +++ b/packages/iconoir-flutter/lib/modern_tv.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ModernTv extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ModernTv({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/modern_tv_4_k.dart b/packages/iconoir-flutter/lib/modern_tv_4_k.dart new file mode 100644 index 00000000..5a601cb6 --- /dev/null +++ b/packages/iconoir-flutter/lib/modern_tv_4_k.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ModernTv4K extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ModernTv4K({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/money_square.dart b/packages/iconoir-flutter/lib/money_square.dart new file mode 100644 index 00000000..698670e2 --- /dev/null +++ b/packages/iconoir-flutter/lib/money_square.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoneySquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoneySquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/moon_sat.dart b/packages/iconoir-flutter/lib/moon_sat.dart new file mode 100644 index 00000000..81f402e9 --- /dev/null +++ b/packages/iconoir-flutter/lib/moon_sat.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoonSat extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoonSat({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/more_horiz.dart b/packages/iconoir-flutter/lib/more_horiz.dart new file mode 100644 index 00000000..8e3c20a9 --- /dev/null +++ b/packages/iconoir-flutter/lib/more_horiz.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoreHoriz extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoreHoriz({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/more_horiz_circled_outline.dart b/packages/iconoir-flutter/lib/more_horiz_circled_outline.dart new file mode 100644 index 00000000..ce8a7960 --- /dev/null +++ b/packages/iconoir-flutter/lib/more_horiz_circled_outline.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoreHorizCircledOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoreHorizCircledOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/more_vert.dart b/packages/iconoir-flutter/lib/more_vert.dart new file mode 100644 index 00000000..ee9b1a7a --- /dev/null +++ b/packages/iconoir-flutter/lib/more_vert.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoreVert extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoreVert({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/more_vert_circled_outline.dart b/packages/iconoir-flutter/lib/more_vert_circled_outline.dart new file mode 100644 index 00000000..40909802 --- /dev/null +++ b/packages/iconoir-flutter/lib/more_vert_circled_outline.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoreVertCircledOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoreVertCircledOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/motorcycle.dart b/packages/iconoir-flutter/lib/motorcycle.dart new file mode 100644 index 00000000..118a9671 --- /dev/null +++ b/packages/iconoir-flutter/lib/motorcycle.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Motorcycle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Motorcycle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mouse_button_left.dart b/packages/iconoir-flutter/lib/mouse_button_left.dart new file mode 100644 index 00000000..906dacf7 --- /dev/null +++ b/packages/iconoir-flutter/lib/mouse_button_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MouseButtonLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MouseButtonLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mouse_button_right.dart b/packages/iconoir-flutter/lib/mouse_button_right.dart new file mode 100644 index 00000000..0365bcf5 --- /dev/null +++ b/packages/iconoir-flutter/lib/mouse_button_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MouseButtonRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MouseButtonRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/mouse_scroll_wheel.dart b/packages/iconoir-flutter/lib/mouse_scroll_wheel.dart new file mode 100644 index 00000000..29723985 --- /dev/null +++ b/packages/iconoir-flutter/lib/mouse_scroll_wheel.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MouseScrollWheel extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MouseScrollWheel({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/move_down.dart b/packages/iconoir-flutter/lib/move_down.dart new file mode 100644 index 00000000..f87b7d00 --- /dev/null +++ b/packages/iconoir-flutter/lib/move_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoveDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoveDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/move_left.dart b/packages/iconoir-flutter/lib/move_left.dart new file mode 100644 index 00000000..4187aec5 --- /dev/null +++ b/packages/iconoir-flutter/lib/move_left.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoveLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoveLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/move_right.dart b/packages/iconoir-flutter/lib/move_right.dart new file mode 100644 index 00000000..d470048c --- /dev/null +++ b/packages/iconoir-flutter/lib/move_right.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoveRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoveRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/move_ruler.dart b/packages/iconoir-flutter/lib/move_ruler.dart new file mode 100644 index 00000000..7b3749c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/move_ruler.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoveRuler extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoveRuler({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/move_up.dart b/packages/iconoir-flutter/lib/move_up.dart new file mode 100644 index 00000000..ef7ca76a --- /dev/null +++ b/packages/iconoir-flutter/lib/move_up.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MoveUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MoveUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/movie.dart b/packages/iconoir-flutter/lib/movie.dart new file mode 100644 index 00000000..fb5bc145 --- /dev/null +++ b/packages/iconoir-flutter/lib/movie.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Movie extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Movie({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multi_bubble.dart b/packages/iconoir-flutter/lib/multi_bubble.dart new file mode 100644 index 00000000..449862ff --- /dev/null +++ b/packages/iconoir-flutter/lib/multi_bubble.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiBubble extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiBubble({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multi_mac_os_window.dart b/packages/iconoir-flutter/lib/multi_mac_os_window.dart new file mode 100644 index 00000000..1033235f --- /dev/null +++ b/packages/iconoir-flutter/lib/multi_mac_os_window.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiMacOsWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiMacOsWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multi_window.dart b/packages/iconoir-flutter/lib/multi_window.dart new file mode 100644 index 00000000..0c63f612 --- /dev/null +++ b/packages/iconoir-flutter/lib/multi_window.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multiple_pages.dart b/packages/iconoir-flutter/lib/multiple_pages.dart new file mode 100644 index 00000000..f70b2525 --- /dev/null +++ b/packages/iconoir-flutter/lib/multiple_pages.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiplePages extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiplePages({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multiple_pages_add.dart b/packages/iconoir-flutter/lib/multiple_pages_add.dart new file mode 100644 index 00000000..957f1e1a --- /dev/null +++ b/packages/iconoir-flutter/lib/multiple_pages_add.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiplePagesAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiplePagesAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multiple_pages_delete.dart b/packages/iconoir-flutter/lib/multiple_pages_delete.dart new file mode 100644 index 00000000..c7ee3c89 --- /dev/null +++ b/packages/iconoir-flutter/lib/multiple_pages_delete.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiplePagesDelete extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiplePagesDelete({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multiple_pages_empty.dart b/packages/iconoir-flutter/lib/multiple_pages_empty.dart new file mode 100644 index 00000000..99acc13d --- /dev/null +++ b/packages/iconoir-flutter/lib/multiple_pages_empty.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiplePagesEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiplePagesEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/multiple_pages_remove.dart b/packages/iconoir-flutter/lib/multiple_pages_remove.dart new file mode 100644 index 00000000..f06553fb --- /dev/null +++ b/packages/iconoir-flutter/lib/multiple_pages_remove.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class MultiplePagesRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const MultiplePagesRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/music_1.dart b/packages/iconoir-flutter/lib/music_1.dart new file mode 100644 index 00000000..0137bbd2 --- /dev/null +++ b/packages/iconoir-flutter/lib/music_1.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Music1 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Music1({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/music_1_add.dart b/packages/iconoir-flutter/lib/music_1_add.dart new file mode 100644 index 00000000..664afbc1 --- /dev/null +++ b/packages/iconoir-flutter/lib/music_1_add.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Music1Add extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Music1Add({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/music_2.dart b/packages/iconoir-flutter/lib/music_2.dart new file mode 100644 index 00000000..71807fc9 --- /dev/null +++ b/packages/iconoir-flutter/lib/music_2.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Music2 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Music2({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/music_2_add.dart b/packages/iconoir-flutter/lib/music_2_add.dart new file mode 100644 index 00000000..cfd9592b --- /dev/null +++ b/packages/iconoir-flutter/lib/music_2_add.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Music2Add extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Music2Add({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/nav_arrow_down.dart b/packages/iconoir-flutter/lib/nav_arrow_down.dart new file mode 100644 index 00000000..192cb0a9 --- /dev/null +++ b/packages/iconoir-flutter/lib/nav_arrow_down.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NavArrowDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NavArrowDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/nav_arrow_left.dart b/packages/iconoir-flutter/lib/nav_arrow_left.dart new file mode 100644 index 00000000..a00c8ff3 --- /dev/null +++ b/packages/iconoir-flutter/lib/nav_arrow_left.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NavArrowLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NavArrowLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/nav_arrow_right.dart b/packages/iconoir-flutter/lib/nav_arrow_right.dart new file mode 100644 index 00000000..1a85c84c --- /dev/null +++ b/packages/iconoir-flutter/lib/nav_arrow_right.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NavArrowRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NavArrowRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/nav_arrow_up.dart b/packages/iconoir-flutter/lib/nav_arrow_up.dart new file mode 100644 index 00000000..8f8026bb --- /dev/null +++ b/packages/iconoir-flutter/lib/nav_arrow_up.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NavArrowUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NavArrowUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/navigator.dart b/packages/iconoir-flutter/lib/navigator.dart new file mode 100644 index 00000000..d621e4eb --- /dev/null +++ b/packages/iconoir-flutter/lib/navigator.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Navigator extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Navigator({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/navigator_alt.dart b/packages/iconoir-flutter/lib/navigator_alt.dart new file mode 100644 index 00000000..c12c986a --- /dev/null +++ b/packages/iconoir-flutter/lib/navigator_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NavigatorAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NavigatorAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/network.dart b/packages/iconoir-flutter/lib/network.dart new file mode 100644 index 00000000..0b8ede51 --- /dev/null +++ b/packages/iconoir-flutter/lib/network.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Network extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Network({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/network_alt.dart b/packages/iconoir-flutter/lib/network_alt.dart new file mode 100644 index 00000000..bc297fb5 --- /dev/null +++ b/packages/iconoir-flutter/lib/network_alt.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NetworkAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NetworkAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/network_left.dart b/packages/iconoir-flutter/lib/network_left.dart new file mode 100644 index 00000000..bcc2e059 --- /dev/null +++ b/packages/iconoir-flutter/lib/network_left.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NetworkLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NetworkLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/network_right.dart b/packages/iconoir-flutter/lib/network_right.dart new file mode 100644 index 00000000..f37c303a --- /dev/null +++ b/packages/iconoir-flutter/lib/network_right.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NetworkRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NetworkRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/new_tab.dart b/packages/iconoir-flutter/lib/new_tab.dart new file mode 100644 index 00000000..fe7a38aa --- /dev/null +++ b/packages/iconoir-flutter/lib/new_tab.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NewTab extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NewTab({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/nintendo_switch.dart b/packages/iconoir-flutter/lib/nintendo_switch.dart new file mode 100644 index 00000000..784dfd5c --- /dev/null +++ b/packages/iconoir-flutter/lib/nintendo_switch.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NintendoSwitch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NintendoSwitch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/nitrogen.dart b/packages/iconoir-flutter/lib/nitrogen.dart new file mode 100644 index 00000000..d1613213 --- /dev/null +++ b/packages/iconoir-flutter/lib/nitrogen.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Nitrogen extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Nitrogen({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_access_window.dart b/packages/iconoir-flutter/lib/no_access_window.dart new file mode 100644 index 00000000..bf93c9ac --- /dev/null +++ b/packages/iconoir-flutter/lib/no_access_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoAccessWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoAccessWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_battery.dart b/packages/iconoir-flutter/lib/no_battery.dart new file mode 100644 index 00000000..c956228f --- /dev/null +++ b/packages/iconoir-flutter/lib/no_battery.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoBattery extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoBattery({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_coin.dart b/packages/iconoir-flutter/lib/no_coin.dart new file mode 100644 index 00000000..395b6bab --- /dev/null +++ b/packages/iconoir-flutter/lib/no_coin.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoCoin extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoCoin({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_credit_card.dart b/packages/iconoir-flutter/lib/no_credit_card.dart new file mode 100644 index 00000000..a4dcbba5 --- /dev/null +++ b/packages/iconoir-flutter/lib/no_credit_card.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoCreditCard extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoCreditCard({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_link.dart b/packages/iconoir-flutter/lib/no_link.dart new file mode 100644 index 00000000..52dba697 --- /dev/null +++ b/packages/iconoir-flutter/lib/no_link.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoLink extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoLink({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_lock.dart b/packages/iconoir-flutter/lib/no_lock.dart new file mode 100644 index 00000000..cd5b1c6c --- /dev/null +++ b/packages/iconoir-flutter/lib/no_lock.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoLock extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoLock({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_smoking.dart b/packages/iconoir-flutter/lib/no_smoking.dart new file mode 100644 index 00000000..87214335 --- /dev/null +++ b/packages/iconoir-flutter/lib/no_smoking.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoSmoking extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoSmoking({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/no_smoking_circled.dart b/packages/iconoir-flutter/lib/no_smoking_circled.dart new file mode 100644 index 00000000..dd858e4e --- /dev/null +++ b/packages/iconoir-flutter/lib/no_smoking_circled.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NoSmokingCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NoSmokingCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/notes.dart b/packages/iconoir-flutter/lib/notes.dart new file mode 100644 index 00000000..ab1fee5a --- /dev/null +++ b/packages/iconoir-flutter/lib/notes.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Notes extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Notes({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/numbered_list_left.dart b/packages/iconoir-flutter/lib/numbered_list_left.dart new file mode 100644 index 00000000..cdcfcbad --- /dev/null +++ b/packages/iconoir-flutter/lib/numbered_list_left.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NumberedListLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NumberedListLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/numbered_list_right.dart b/packages/iconoir-flutter/lib/numbered_list_right.dart new file mode 100644 index 00000000..0e104063 --- /dev/null +++ b/packages/iconoir-flutter/lib/numbered_list_right.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class NumberedListRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const NumberedListRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/octagon.dart b/packages/iconoir-flutter/lib/octagon.dart new file mode 100644 index 00000000..0394442a --- /dev/null +++ b/packages/iconoir-flutter/lib/octagon.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Octagon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Octagon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/off_rounded.dart b/packages/iconoir-flutter/lib/off_rounded.dart new file mode 100644 index 00000000..54f93904 --- /dev/null +++ b/packages/iconoir-flutter/lib/off_rounded.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OffRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OffRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/oil_industry.dart b/packages/iconoir-flutter/lib/oil_industry.dart new file mode 100644 index 00000000..a62bd0c6 --- /dev/null +++ b/packages/iconoir-flutter/lib/oil_industry.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OilIndustry extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OilIndustry({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/on_rounded.dart b/packages/iconoir-flutter/lib/on_rounded.dart new file mode 100644 index 00000000..e316d558 --- /dev/null +++ b/packages/iconoir-flutter/lib/on_rounded.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OnRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OnRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/one_finger_select_hand_gesture.dart b/packages/iconoir-flutter/lib/one_finger_select_hand_gesture.dart new file mode 100644 index 00000000..1b6ba353 --- /dev/null +++ b/packages/iconoir-flutter/lib/one_finger_select_hand_gesture.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OneFingerSelectHandGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OneFingerSelectHandGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/one_point_circle.dart b/packages/iconoir-flutter/lib/one_point_circle.dart new file mode 100644 index 00000000..30dfe370 --- /dev/null +++ b/packages/iconoir-flutter/lib/one_point_circle.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OnePointCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OnePointCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/open_book.dart b/packages/iconoir-flutter/lib/open_book.dart new file mode 100644 index 00000000..431509bc --- /dev/null +++ b/packages/iconoir-flutter/lib/open_book.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OpenBook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OpenBook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/open_in_browser.dart b/packages/iconoir-flutter/lib/open_in_browser.dart new file mode 100644 index 00000000..1de9cad6 --- /dev/null +++ b/packages/iconoir-flutter/lib/open_in_browser.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OpenInBrowser extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OpenInBrowser({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/open_in_window.dart b/packages/iconoir-flutter/lib/open_in_window.dart new file mode 100644 index 00000000..73e90a5c --- /dev/null +++ b/packages/iconoir-flutter/lib/open_in_window.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OpenInWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OpenInWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/open_new_window.dart b/packages/iconoir-flutter/lib/open_new_window.dart new file mode 100644 index 00000000..1fe673c2 --- /dev/null +++ b/packages/iconoir-flutter/lib/open_new_window.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OpenNewWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OpenNewWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/open_select_hand_gesture.dart b/packages/iconoir-flutter/lib/open_select_hand_gesture.dart new file mode 100644 index 00000000..c87974e8 --- /dev/null +++ b/packages/iconoir-flutter/lib/open_select_hand_gesture.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OpenSelectHandGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OpenSelectHandGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/open_vpn.dart b/packages/iconoir-flutter/lib/open_vpn.dart new file mode 100644 index 00000000..321b1103 --- /dev/null +++ b/packages/iconoir-flutter/lib/open_vpn.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OpenVpn extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OpenVpn({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/orange_half.dart b/packages/iconoir-flutter/lib/orange_half.dart new file mode 100644 index 00000000..6d84fa3c --- /dev/null +++ b/packages/iconoir-flutter/lib/orange_half.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OrangeHalf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OrangeHalf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/orange_slice.dart b/packages/iconoir-flutter/lib/orange_slice.dart new file mode 100644 index 00000000..db0403d7 --- /dev/null +++ b/packages/iconoir-flutter/lib/orange_slice.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OrangeSlice extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OrangeSlice({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/orange_slice_alt.dart b/packages/iconoir-flutter/lib/orange_slice_alt.dart new file mode 100644 index 00000000..f4806655 --- /dev/null +++ b/packages/iconoir-flutter/lib/orange_slice_alt.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OrangeSliceAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OrangeSliceAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/organic_food.dart b/packages/iconoir-flutter/lib/organic_food.dart new file mode 100644 index 00000000..c90f2198 --- /dev/null +++ b/packages/iconoir-flutter/lib/organic_food.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OrganicFood extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OrganicFood({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/organic_food_squared.dart b/packages/iconoir-flutter/lib/organic_food_squared.dart new file mode 100644 index 00000000..0d7dbe07 --- /dev/null +++ b/packages/iconoir-flutter/lib/organic_food_squared.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OrganicFoodSquared extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OrganicFoodSquared({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/orthogonal_view.dart b/packages/iconoir-flutter/lib/orthogonal_view.dart new file mode 100644 index 00000000..c11f47d0 --- /dev/null +++ b/packages/iconoir-flutter/lib/orthogonal_view.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class OrthogonalView extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const OrthogonalView({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/oxygen.dart b/packages/iconoir-flutter/lib/oxygen.dart new file mode 100644 index 00000000..c676c021 --- /dev/null +++ b/packages/iconoir-flutter/lib/oxygen.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Oxygen extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Oxygen({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/package.dart b/packages/iconoir-flutter/lib/package.dart new file mode 100644 index 00000000..c4c3dc56 --- /dev/null +++ b/packages/iconoir-flutter/lib/package.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Package extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Package({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/package_lock.dart b/packages/iconoir-flutter/lib/package_lock.dart new file mode 100644 index 00000000..40ce36e8 --- /dev/null +++ b/packages/iconoir-flutter/lib/package_lock.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PackageLock extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PackageLock({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/packages.dart b/packages/iconoir-flutter/lib/packages.dart new file mode 100644 index 00000000..ded262b5 --- /dev/null +++ b/packages/iconoir-flutter/lib/packages.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Packages extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Packages({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pacman.dart b/packages/iconoir-flutter/lib/pacman.dart new file mode 100644 index 00000000..cb083207 --- /dev/null +++ b/packages/iconoir-flutter/lib/pacman.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pacman extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pacman({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/page.dart b/packages/iconoir-flutter/lib/page.dart new file mode 100644 index 00000000..85e914d4 --- /dev/null +++ b/packages/iconoir-flutter/lib/page.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Page extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Page({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/page_edit.dart b/packages/iconoir-flutter/lib/page_edit.dart new file mode 100644 index 00000000..5e151f7f --- /dev/null +++ b/packages/iconoir-flutter/lib/page_edit.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PageEdit extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PageEdit({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/page_flip.dart b/packages/iconoir-flutter/lib/page_flip.dart new file mode 100644 index 00000000..15e7673f --- /dev/null +++ b/packages/iconoir-flutter/lib/page_flip.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PageFlip extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PageFlip({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/page_search.dart b/packages/iconoir-flutter/lib/page_search.dart new file mode 100644 index 00000000..a104ac92 --- /dev/null +++ b/packages/iconoir-flutter/lib/page_search.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PageSearch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PageSearch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/page_star.dart b/packages/iconoir-flutter/lib/page_star.dart new file mode 100644 index 00000000..7e67ca12 --- /dev/null +++ b/packages/iconoir-flutter/lib/page_star.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PageStar extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PageStar({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/palette.dart b/packages/iconoir-flutter/lib/palette.dart new file mode 100644 index 00000000..4c061ae6 --- /dev/null +++ b/packages/iconoir-flutter/lib/palette.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Palette extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Palette({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/panorama_enlarge.dart b/packages/iconoir-flutter/lib/panorama_enlarge.dart new file mode 100644 index 00000000..90579318 --- /dev/null +++ b/packages/iconoir-flutter/lib/panorama_enlarge.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PanoramaEnlarge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PanoramaEnlarge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/panorama_reduce.dart b/packages/iconoir-flutter/lib/panorama_reduce.dart new file mode 100644 index 00000000..64f292e4 --- /dev/null +++ b/packages/iconoir-flutter/lib/panorama_reduce.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PanoramaReduce extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PanoramaReduce({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pants.dart b/packages/iconoir-flutter/lib/pants.dart new file mode 100644 index 00000000..63d29f8a --- /dev/null +++ b/packages/iconoir-flutter/lib/pants.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pants extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pants({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pants_alt.dart b/packages/iconoir-flutter/lib/pants_alt.dart new file mode 100644 index 00000000..14391dba --- /dev/null +++ b/packages/iconoir-flutter/lib/pants_alt.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PantsAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PantsAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/parking.dart b/packages/iconoir-flutter/lib/parking.dart new file mode 100644 index 00000000..652a9816 --- /dev/null +++ b/packages/iconoir-flutter/lib/parking.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Parking extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Parking({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/password_cursor.dart b/packages/iconoir-flutter/lib/password_cursor.dart new file mode 100644 index 00000000..c5f3abb9 --- /dev/null +++ b/packages/iconoir-flutter/lib/password_cursor.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PasswordCursor extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PasswordCursor({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/password_error.dart b/packages/iconoir-flutter/lib/password_error.dart new file mode 100644 index 00000000..2ddda67f --- /dev/null +++ b/packages/iconoir-flutter/lib/password_error.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PasswordError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PasswordError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/password_pass.dart b/packages/iconoir-flutter/lib/password_pass.dart new file mode 100644 index 00000000..5d8e24c4 --- /dev/null +++ b/packages/iconoir-flutter/lib/password_pass.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PasswordPass extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PasswordPass({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/paste_clipboard.dart b/packages/iconoir-flutter/lib/paste_clipboard.dart new file mode 100644 index 00000000..659372bc --- /dev/null +++ b/packages/iconoir-flutter/lib/paste_clipboard.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PasteClipboard extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PasteClipboard({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pause_outline.dart b/packages/iconoir-flutter/lib/pause_outline.dart new file mode 100644 index 00000000..58cf234c --- /dev/null +++ b/packages/iconoir-flutter/lib/pause_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PauseOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PauseOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pause_window.dart b/packages/iconoir-flutter/lib/pause_window.dart new file mode 100644 index 00000000..dcfe1073 --- /dev/null +++ b/packages/iconoir-flutter/lib/pause_window.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PauseWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PauseWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pc_check.dart b/packages/iconoir-flutter/lib/pc_check.dart new file mode 100644 index 00000000..d47ff35b --- /dev/null +++ b/packages/iconoir-flutter/lib/pc_check.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PcCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PcCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pc_firewall.dart b/packages/iconoir-flutter/lib/pc_firewall.dart new file mode 100644 index 00000000..27ea94b4 --- /dev/null +++ b/packages/iconoir-flutter/lib/pc_firewall.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PcFirewall extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PcFirewall({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pc_mouse.dart b/packages/iconoir-flutter/lib/pc_mouse.dart new file mode 100644 index 00000000..20d2fc3f --- /dev/null +++ b/packages/iconoir-flutter/lib/pc_mouse.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PcMouse extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PcMouse({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pc_no_entry.dart b/packages/iconoir-flutter/lib/pc_no_entry.dart new file mode 100644 index 00000000..02a44b06 --- /dev/null +++ b/packages/iconoir-flutter/lib/pc_no_entry.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PcNoEntry extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PcNoEntry({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pc_warning.dart b/packages/iconoir-flutter/lib/pc_warning.dart new file mode 100644 index 00000000..f27939d7 --- /dev/null +++ b/packages/iconoir-flutter/lib/pc_warning.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PcWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PcWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/peace_hand.dart b/packages/iconoir-flutter/lib/peace_hand.dart new file mode 100644 index 00000000..c47e41f7 --- /dev/null +++ b/packages/iconoir-flutter/lib/peace_hand.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PeaceHand extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PeaceHand({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pen_connect_bluetooth.dart b/packages/iconoir-flutter/lib/pen_connect_bluetooth.dart new file mode 100644 index 00000000..952c1cb7 --- /dev/null +++ b/packages/iconoir-flutter/lib/pen_connect_bluetooth.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PenConnectBluetooth extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PenConnectBluetooth({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pen_connect_wifi.dart b/packages/iconoir-flutter/lib/pen_connect_wifi.dart new file mode 100644 index 00000000..21f81e95 --- /dev/null +++ b/packages/iconoir-flutter/lib/pen_connect_wifi.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PenConnectWifi extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PenConnectWifi({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pen_tablet.dart b/packages/iconoir-flutter/lib/pen_tablet.dart new file mode 100644 index 00000000..0b965d71 --- /dev/null +++ b/packages/iconoir-flutter/lib/pen_tablet.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PenTablet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PenTablet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pen_tablet_connect_usb.dart b/packages/iconoir-flutter/lib/pen_tablet_connect_usb.dart new file mode 100644 index 00000000..e7ae08f1 --- /dev/null +++ b/packages/iconoir-flutter/lib/pen_tablet_connect_usb.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PenTabletConnectUsb extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PenTabletConnectUsb({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pen_tablet_connect_wifi.dart b/packages/iconoir-flutter/lib/pen_tablet_connect_wifi.dart new file mode 100644 index 00000000..e8056782 --- /dev/null +++ b/packages/iconoir-flutter/lib/pen_tablet_connect_wifi.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PenTabletConnectWifi extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PenTabletConnectWifi({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pentagon.dart b/packages/iconoir-flutter/lib/pentagon.dart new file mode 100644 index 00000000..243e6681 --- /dev/null +++ b/packages/iconoir-flutter/lib/pentagon.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pentagon extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pentagon({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/people_rounded.dart b/packages/iconoir-flutter/lib/people_rounded.dart new file mode 100644 index 00000000..2ed21e22 --- /dev/null +++ b/packages/iconoir-flutter/lib/people_rounded.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PeopleRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PeopleRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/percentage.dart b/packages/iconoir-flutter/lib/percentage.dart new file mode 100644 index 00000000..1a5d393d --- /dev/null +++ b/packages/iconoir-flutter/lib/percentage.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Percentage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Percentage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/percentage_round.dart b/packages/iconoir-flutter/lib/percentage_round.dart new file mode 100644 index 00000000..dd3e0893 --- /dev/null +++ b/packages/iconoir-flutter/lib/percentage_round.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PercentageRound extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PercentageRound({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/percentage_square.dart b/packages/iconoir-flutter/lib/percentage_square.dart new file mode 100644 index 00000000..d2338042 --- /dev/null +++ b/packages/iconoir-flutter/lib/percentage_square.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PercentageSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PercentageSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/perspective_view.dart b/packages/iconoir-flutter/lib/perspective_view.dart new file mode 100644 index 00000000..0c1eadc4 --- /dev/null +++ b/packages/iconoir-flutter/lib/perspective_view.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PerspectiveView extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PerspectiveView({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pharmacy_circled_cross.dart b/packages/iconoir-flutter/lib/pharmacy_circled_cross.dart new file mode 100644 index 00000000..c6747952 --- /dev/null +++ b/packages/iconoir-flutter/lib/pharmacy_circled_cross.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PharmacyCircledCross extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PharmacyCircledCross({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pharmacy_squared_cross.dart b/packages/iconoir-flutter/lib/pharmacy_squared_cross.dart new file mode 100644 index 00000000..d14a3e79 --- /dev/null +++ b/packages/iconoir-flutter/lib/pharmacy_squared_cross.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PharmacySquaredCross extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PharmacySquaredCross({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone.dart b/packages/iconoir-flutter/lib/phone.dart new file mode 100644 index 00000000..535273f4 --- /dev/null +++ b/packages/iconoir-flutter/lib/phone.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Phone extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Phone({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone_add.dart b/packages/iconoir-flutter/lib/phone_add.dart new file mode 100644 index 00000000..bac526bc --- /dev/null +++ b/packages/iconoir-flutter/lib/phone_add.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PhoneAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PhoneAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone_delete.dart b/packages/iconoir-flutter/lib/phone_delete.dart new file mode 100644 index 00000000..e4b42edc --- /dev/null +++ b/packages/iconoir-flutter/lib/phone_delete.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PhoneDelete extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PhoneDelete({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone_disabled.dart b/packages/iconoir-flutter/lib/phone_disabled.dart new file mode 100644 index 00000000..da2abbd5 --- /dev/null +++ b/packages/iconoir-flutter/lib/phone_disabled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PhoneDisabled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PhoneDisabled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone_income.dart b/packages/iconoir-flutter/lib/phone_income.dart new file mode 100644 index 00000000..bdd6f64f --- /dev/null +++ b/packages/iconoir-flutter/lib/phone_income.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PhoneIncome extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PhoneIncome({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone_outcome.dart b/packages/iconoir-flutter/lib/phone_outcome.dart new file mode 100644 index 00000000..92e70d9a --- /dev/null +++ b/packages/iconoir-flutter/lib/phone_outcome.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PhoneOutcome extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PhoneOutcome({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone_paused.dart b/packages/iconoir-flutter/lib/phone_paused.dart new file mode 100644 index 00000000..653b2eea --- /dev/null +++ b/packages/iconoir-flutter/lib/phone_paused.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PhonePaused extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PhonePaused({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/phone_remove.dart b/packages/iconoir-flutter/lib/phone_remove.dart new file mode 100644 index 00000000..ea92b4e4 --- /dev/null +++ b/packages/iconoir-flutter/lib/phone_remove.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PhoneRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PhoneRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/piggy_bank.dart b/packages/iconoir-flutter/lib/piggy_bank.dart new file mode 100644 index 00000000..497a3917 --- /dev/null +++ b/packages/iconoir-flutter/lib/piggy_bank.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PiggyBank extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PiggyBank({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pillow.dart b/packages/iconoir-flutter/lib/pillow.dart new file mode 100644 index 00000000..9297ae6f --- /dev/null +++ b/packages/iconoir-flutter/lib/pillow.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pillow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pillow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pin.dart b/packages/iconoir-flutter/lib/pin.dart new file mode 100644 index 00000000..5079c05a --- /dev/null +++ b/packages/iconoir-flutter/lib/pin.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pin extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pin({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pin_alt.dart b/packages/iconoir-flutter/lib/pin_alt.dart new file mode 100644 index 00000000..63708db7 --- /dev/null +++ b/packages/iconoir-flutter/lib/pin_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PinAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PinAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pine_tree.dart b/packages/iconoir-flutter/lib/pine_tree.dart new file mode 100644 index 00000000..f7d1c3ff --- /dev/null +++ b/packages/iconoir-flutter/lib/pine_tree.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PineTree extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PineTree({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pinterest.dart b/packages/iconoir-flutter/lib/pinterest.dart new file mode 100644 index 00000000..7c331423 --- /dev/null +++ b/packages/iconoir-flutter/lib/pinterest.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pinterest extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pinterest({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pizza_slice.dart b/packages/iconoir-flutter/lib/pizza_slice.dart new file mode 100644 index 00000000..3c263917 --- /dev/null +++ b/packages/iconoir-flutter/lib/pizza_slice.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PizzaSlice extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PizzaSlice({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/planet.dart b/packages/iconoir-flutter/lib/planet.dart new file mode 100644 index 00000000..196b8370 --- /dev/null +++ b/packages/iconoir-flutter/lib/planet.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Planet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Planet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/planet_alt.dart b/packages/iconoir-flutter/lib/planet_alt.dart new file mode 100644 index 00000000..7c3e78a8 --- /dev/null +++ b/packages/iconoir-flutter/lib/planet_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlanetAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlanetAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/planet_sat.dart b/packages/iconoir-flutter/lib/planet_sat.dart new file mode 100644 index 00000000..f003f40f --- /dev/null +++ b/packages/iconoir-flutter/lib/planet_sat.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlanetSat extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlanetSat({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/play_outline.dart b/packages/iconoir-flutter/lib/play_outline.dart new file mode 100644 index 00000000..8ad747aa --- /dev/null +++ b/packages/iconoir-flutter/lib/play_outline.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlayOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlayOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/playlist.dart b/packages/iconoir-flutter/lib/playlist.dart new file mode 100644 index 00000000..ad5c50ee --- /dev/null +++ b/packages/iconoir-flutter/lib/playlist.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Playlist extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Playlist({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/playlist_add.dart b/packages/iconoir-flutter/lib/playlist_add.dart new file mode 100644 index 00000000..40e06657 --- /dev/null +++ b/packages/iconoir-flutter/lib/playlist_add.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlaylistAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlaylistAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/playlist_play.dart b/packages/iconoir-flutter/lib/playlist_play.dart new file mode 100644 index 00000000..7e8e70e6 --- /dev/null +++ b/packages/iconoir-flutter/lib/playlist_play.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlaylistPlay extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlaylistPlay({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/playstation_gamepad.dart b/packages/iconoir-flutter/lib/playstation_gamepad.dart new file mode 100644 index 00000000..ad90e606 --- /dev/null +++ b/packages/iconoir-flutter/lib/playstation_gamepad.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlaystationGamepad extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlaystationGamepad({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/plug_type_a.dart b/packages/iconoir-flutter/lib/plug_type_a.dart new file mode 100644 index 00000000..744dd95e --- /dev/null +++ b/packages/iconoir-flutter/lib/plug_type_a.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlugTypeA extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlugTypeA({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/plug_type_c.dart b/packages/iconoir-flutter/lib/plug_type_c.dart new file mode 100644 index 00000000..3152283b --- /dev/null +++ b/packages/iconoir-flutter/lib/plug_type_c.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlugTypeC extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlugTypeC({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/plug_type_g.dart b/packages/iconoir-flutter/lib/plug_type_g.dart new file mode 100644 index 00000000..894e49c1 --- /dev/null +++ b/packages/iconoir-flutter/lib/plug_type_g.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlugTypeG extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlugTypeG({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/plug_type_l.dart b/packages/iconoir-flutter/lib/plug_type_l.dart new file mode 100644 index 00000000..52d76d88 --- /dev/null +++ b/packages/iconoir-flutter/lib/plug_type_l.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PlugTypeL extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PlugTypeL({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/plus.dart b/packages/iconoir-flutter/lib/plus.dart new file mode 100644 index 00000000..11069e62 --- /dev/null +++ b/packages/iconoir-flutter/lib/plus.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Plus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Plus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pocket.dart b/packages/iconoir-flutter/lib/pocket.dart new file mode 100644 index 00000000..fbcbc8e0 --- /dev/null +++ b/packages/iconoir-flutter/lib/pocket.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pocket extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pocket({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/podcast.dart b/packages/iconoir-flutter/lib/podcast.dart new file mode 100644 index 00000000..c72378c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/podcast.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Podcast extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Podcast({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pokeball.dart b/packages/iconoir-flutter/lib/pokeball.dart new file mode 100644 index 00000000..2de04000 --- /dev/null +++ b/packages/iconoir-flutter/lib/pokeball.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pokeball extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pokeball({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/position.dart b/packages/iconoir-flutter/lib/position.dart new file mode 100644 index 00000000..cbdcaa21 --- /dev/null +++ b/packages/iconoir-flutter/lib/position.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Position extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Position({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/position_align.dart b/packages/iconoir-flutter/lib/position_align.dart new file mode 100644 index 00000000..38b25d6a --- /dev/null +++ b/packages/iconoir-flutter/lib/position_align.dart @@ -0,0 +1,39 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PositionAlign extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PositionAlign({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/potion.dart b/packages/iconoir-flutter/lib/potion.dart new file mode 100644 index 00000000..d5b21e3f --- /dev/null +++ b/packages/iconoir-flutter/lib/potion.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Potion extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Potion({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/pound.dart b/packages/iconoir-flutter/lib/pound.dart new file mode 100644 index 00000000..e78361f6 --- /dev/null +++ b/packages/iconoir-flutter/lib/pound.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Pound extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Pound({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/precision_tool.dart b/packages/iconoir-flutter/lib/precision_tool.dart new file mode 100644 index 00000000..6fb490f9 --- /dev/null +++ b/packages/iconoir-flutter/lib/precision_tool.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PrecisionTool extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PrecisionTool({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/printer.dart b/packages/iconoir-flutter/lib/printer.dart new file mode 100644 index 00000000..2616aaed --- /dev/null +++ b/packages/iconoir-flutter/lib/printer.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Printer extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Printer({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/printer_alt.dart b/packages/iconoir-flutter/lib/printer_alt.dart new file mode 100644 index 00000000..1a6e356a --- /dev/null +++ b/packages/iconoir-flutter/lib/printer_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PrinterAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PrinterAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/printing_page.dart b/packages/iconoir-flutter/lib/printing_page.dart new file mode 100644 index 00000000..759959d7 --- /dev/null +++ b/packages/iconoir-flutter/lib/printing_page.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PrintingPage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PrintingPage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/priority_down.dart b/packages/iconoir-flutter/lib/priority_down.dart new file mode 100644 index 00000000..ee9f1e02 --- /dev/null +++ b/packages/iconoir-flutter/lib/priority_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PriorityDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PriorityDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/priority_up.dart b/packages/iconoir-flutter/lib/priority_up.dart new file mode 100644 index 00000000..0eb732e2 --- /dev/null +++ b/packages/iconoir-flutter/lib/priority_up.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PriorityUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PriorityUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/private_wifi.dart b/packages/iconoir-flutter/lib/private_wifi.dart new file mode 100644 index 00000000..0a019d34 --- /dev/null +++ b/packages/iconoir-flutter/lib/private_wifi.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class PrivateWifi extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const PrivateWifi({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/profile_circled.dart b/packages/iconoir-flutter/lib/profile_circled.dart new file mode 100644 index 00000000..f8b8ce84 --- /dev/null +++ b/packages/iconoir-flutter/lib/profile_circled.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ProfileCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ProfileCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/prohibition.dart b/packages/iconoir-flutter/lib/prohibition.dart new file mode 100644 index 00000000..234e5b39 --- /dev/null +++ b/packages/iconoir-flutter/lib/prohibition.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Prohibition extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Prohibition({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/puzzle.dart b/packages/iconoir-flutter/lib/puzzle.dart new file mode 100644 index 00000000..7e640a23 --- /dev/null +++ b/packages/iconoir-flutter/lib/puzzle.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Puzzle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Puzzle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/qr_code.dart b/packages/iconoir-flutter/lib/qr_code.dart new file mode 100644 index 00000000..45d1814e --- /dev/null +++ b/packages/iconoir-flutter/lib/qr_code.dart @@ -0,0 +1,42 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class QrCode extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const QrCode({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/question_mark.dart b/packages/iconoir-flutter/lib/question_mark.dart new file mode 100644 index 00000000..32fd2bc7 --- /dev/null +++ b/packages/iconoir-flutter/lib/question_mark.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class QuestionMark extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const QuestionMark({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/question_mark_circle.dart b/packages/iconoir-flutter/lib/question_mark_circle.dart new file mode 100644 index 00000000..601b96cb --- /dev/null +++ b/packages/iconoir-flutter/lib/question_mark_circle.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class QuestionMarkCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const QuestionMarkCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/question_square_outline.dart b/packages/iconoir-flutter/lib/question_square_outline.dart new file mode 100644 index 00000000..e4e80fc5 --- /dev/null +++ b/packages/iconoir-flutter/lib/question_square_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class QuestionSquareOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const QuestionSquareOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/quote.dart b/packages/iconoir-flutter/lib/quote.dart new file mode 100644 index 00000000..230d98d4 --- /dev/null +++ b/packages/iconoir-flutter/lib/quote.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Quote extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Quote({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/quote_message.dart b/packages/iconoir-flutter/lib/quote_message.dart new file mode 100644 index 00000000..046e80b2 --- /dev/null +++ b/packages/iconoir-flutter/lib/quote_message.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class QuoteMessage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const QuoteMessage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rain.dart b/packages/iconoir-flutter/lib/rain.dart new file mode 100644 index 00000000..33f505de --- /dev/null +++ b/packages/iconoir-flutter/lib/rain.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Rain extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Rain({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/receive_dollars.dart b/packages/iconoir-flutter/lib/receive_dollars.dart new file mode 100644 index 00000000..9864aff1 --- /dev/null +++ b/packages/iconoir-flutter/lib/receive_dollars.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReceiveDollars extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReceiveDollars({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/receive_euros.dart b/packages/iconoir-flutter/lib/receive_euros.dart new file mode 100644 index 00000000..c3ce9cd7 --- /dev/null +++ b/packages/iconoir-flutter/lib/receive_euros.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReceiveEuros extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReceiveEuros({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/receive_pounds.dart b/packages/iconoir-flutter/lib/receive_pounds.dart new file mode 100644 index 00000000..5df84c97 --- /dev/null +++ b/packages/iconoir-flutter/lib/receive_pounds.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReceivePounds extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReceivePounds({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/receive_yens.dart b/packages/iconoir-flutter/lib/receive_yens.dart new file mode 100644 index 00000000..1fcc5eb1 --- /dev/null +++ b/packages/iconoir-flutter/lib/receive_yens.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReceiveYens extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReceiveYens({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/redo.dart b/packages/iconoir-flutter/lib/redo.dart new file mode 100644 index 00000000..e980807f --- /dev/null +++ b/packages/iconoir-flutter/lib/redo.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Redo extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Redo({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/redo_action.dart b/packages/iconoir-flutter/lib/redo_action.dart new file mode 100644 index 00000000..4d6ddeb1 --- /dev/null +++ b/packages/iconoir-flutter/lib/redo_action.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RedoAction extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RedoAction({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/redo_circle.dart b/packages/iconoir-flutter/lib/redo_circle.dart new file mode 100644 index 00000000..907111b4 --- /dev/null +++ b/packages/iconoir-flutter/lib/redo_circle.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RedoCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RedoCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/reduce.dart b/packages/iconoir-flutter/lib/reduce.dart new file mode 100644 index 00000000..68b7302e --- /dev/null +++ b/packages/iconoir-flutter/lib/reduce.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Reduce extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Reduce({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/reduce_round_arrow.dart b/packages/iconoir-flutter/lib/reduce_round_arrow.dart new file mode 100644 index 00000000..6a3e3643 --- /dev/null +++ b/packages/iconoir-flutter/lib/reduce_round_arrow.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReduceRoundArrow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReduceRoundArrow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/refresh.dart b/packages/iconoir-flutter/lib/refresh.dart new file mode 100644 index 00000000..301d89e2 --- /dev/null +++ b/packages/iconoir-flutter/lib/refresh.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Refresh extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Refresh({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/refresh_circular.dart b/packages/iconoir-flutter/lib/refresh_circular.dart new file mode 100644 index 00000000..06e01970 --- /dev/null +++ b/packages/iconoir-flutter/lib/refresh_circular.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RefreshCircular extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RefreshCircular({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/refresh_double.dart b/packages/iconoir-flutter/lib/refresh_double.dart new file mode 100644 index 00000000..0ce31ec5 --- /dev/null +++ b/packages/iconoir-flutter/lib/refresh_double.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RefreshDouble extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RefreshDouble({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/reload_window.dart b/packages/iconoir-flutter/lib/reload_window.dart new file mode 100644 index 00000000..574d0167 --- /dev/null +++ b/packages/iconoir-flutter/lib/reload_window.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReloadWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReloadWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/reminder_hand_gesture.dart b/packages/iconoir-flutter/lib/reminder_hand_gesture.dart new file mode 100644 index 00000000..e955f965 --- /dev/null +++ b/packages/iconoir-flutter/lib/reminder_hand_gesture.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReminderHandGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReminderHandGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_database_script.dart b/packages/iconoir-flutter/lib/remove_database_script.dart new file mode 100644 index 00000000..e84472c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_database_script.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveDatabaseScript extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveDatabaseScript({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_empty.dart b/packages/iconoir-flutter/lib/remove_empty.dart new file mode 100644 index 00000000..7b60031e --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_empty.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveEmpty extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveEmpty({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_folder.dart b/packages/iconoir-flutter/lib/remove_folder.dart new file mode 100644 index 00000000..48a4ff83 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_folder.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveFolder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveFolder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_frame.dart b/packages/iconoir-flutter/lib/remove_frame.dart new file mode 100644 index 00000000..c9cb3541 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_frame.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveFrame extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveFrame({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_from_cart.dart b/packages/iconoir-flutter/lib/remove_from_cart.dart new file mode 100644 index 00000000..4101bc7d --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_from_cart.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveFromCart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveFromCart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_keyframe.dart b/packages/iconoir-flutter/lib/remove_keyframe.dart new file mode 100644 index 00000000..eaadf96a --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_keyframe.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveKeyframe extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveKeyframe({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_keyframe_alt.dart b/packages/iconoir-flutter/lib/remove_keyframe_alt.dart new file mode 100644 index 00000000..5bfeada6 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_keyframe_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveKeyframeAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveKeyframeAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_keyframes.dart b/packages/iconoir-flutter/lib/remove_keyframes.dart new file mode 100644 index 00000000..90b3ced1 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_keyframes.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveKeyframes extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveKeyframes({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_link.dart b/packages/iconoir-flutter/lib/remove_link.dart new file mode 100644 index 00000000..2ee90b33 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_link.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveLink extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveLink({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_media_image.dart b/packages/iconoir-flutter/lib/remove_media_image.dart new file mode 100644 index 00000000..456c49a9 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_media_image.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveMediaImage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveMediaImage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_media_video.dart b/packages/iconoir-flutter/lib/remove_media_video.dart new file mode 100644 index 00000000..a67fc32d --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_media_video.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveMediaVideo extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveMediaVideo({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_page.dart b/packages/iconoir-flutter/lib/remove_page.dart new file mode 100644 index 00000000..b4c02145 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_page.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemovePage extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemovePage({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_pin.dart b/packages/iconoir-flutter/lib/remove_pin.dart new file mode 100644 index 00000000..0f8cdcb7 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_pin.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemovePin extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemovePin({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_pin_alt.dart b/packages/iconoir-flutter/lib/remove_pin_alt.dart new file mode 100644 index 00000000..b645ef35 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_pin_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemovePinAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemovePinAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_selection.dart b/packages/iconoir-flutter/lib/remove_selection.dart new file mode 100644 index 00000000..701f6781 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_selection.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveSelection extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveSelection({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_square.dart b/packages/iconoir-flutter/lib/remove_square.dart new file mode 100644 index 00000000..4da86fd3 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_square.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/remove_user.dart b/packages/iconoir-flutter/lib/remove_user.dart new file mode 100644 index 00000000..d29626a0 --- /dev/null +++ b/packages/iconoir-flutter/lib/remove_user.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RemoveUser extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RemoveUser({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/repeat.dart b/packages/iconoir-flutter/lib/repeat.dart new file mode 100644 index 00000000..8aad4322 --- /dev/null +++ b/packages/iconoir-flutter/lib/repeat.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Repeat extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Repeat({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/repeat_once.dart b/packages/iconoir-flutter/lib/repeat_once.dart new file mode 100644 index 00000000..b4f80755 --- /dev/null +++ b/packages/iconoir-flutter/lib/repeat_once.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RepeatOnce extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RepeatOnce({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/report_columns.dart b/packages/iconoir-flutter/lib/report_columns.dart new file mode 100644 index 00000000..89dad86d --- /dev/null +++ b/packages/iconoir-flutter/lib/report_columns.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ReportColumns extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ReportColumns({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/reports.dart b/packages/iconoir-flutter/lib/reports.dart new file mode 100644 index 00000000..317068c6 --- /dev/null +++ b/packages/iconoir-flutter/lib/reports.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Reports extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Reports({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/repository.dart b/packages/iconoir-flutter/lib/repository.dart new file mode 100644 index 00000000..bd664874 --- /dev/null +++ b/packages/iconoir-flutter/lib/repository.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Repository extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Repository({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/restart.dart b/packages/iconoir-flutter/lib/restart.dart new file mode 100644 index 00000000..d72aa684 --- /dev/null +++ b/packages/iconoir-flutter/lib/restart.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Restart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Restart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rewind_outline.dart b/packages/iconoir-flutter/lib/rewind_outline.dart new file mode 100644 index 00000000..457ec458 --- /dev/null +++ b/packages/iconoir-flutter/lib/rewind_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RewindOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RewindOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rhombus.dart b/packages/iconoir-flutter/lib/rhombus.dart new file mode 100644 index 00000000..6e3215db --- /dev/null +++ b/packages/iconoir-flutter/lib/rhombus.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Rhombus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Rhombus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/right_round_arrow.dart b/packages/iconoir-flutter/lib/right_round_arrow.dart new file mode 100644 index 00000000..4314a558 --- /dev/null +++ b/packages/iconoir-flutter/lib/right_round_arrow.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RightRoundArrow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RightRoundArrow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rings.dart b/packages/iconoir-flutter/lib/rings.dart new file mode 100644 index 00000000..5aaf2371 --- /dev/null +++ b/packages/iconoir-flutter/lib/rings.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Rings extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Rings({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rocket.dart b/packages/iconoir-flutter/lib/rocket.dart new file mode 100644 index 00000000..72e498ce --- /dev/null +++ b/packages/iconoir-flutter/lib/rocket.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Rocket extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Rocket({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rook.dart b/packages/iconoir-flutter/lib/rook.dart new file mode 100644 index 00000000..3e49e015 --- /dev/null +++ b/packages/iconoir-flutter/lib/rook.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Rook extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Rook({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rotate_camera_left.dart b/packages/iconoir-flutter/lib/rotate_camera_left.dart new file mode 100644 index 00000000..349f0c73 --- /dev/null +++ b/packages/iconoir-flutter/lib/rotate_camera_left.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RotateCameraLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RotateCameraLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rotate_camera_right.dart b/packages/iconoir-flutter/lib/rotate_camera_right.dart new file mode 100644 index 00000000..af7f812d --- /dev/null +++ b/packages/iconoir-flutter/lib/rotate_camera_right.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RotateCameraRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RotateCameraRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/round_flask.dart b/packages/iconoir-flutter/lib/round_flask.dart new file mode 100644 index 00000000..5f7b759e --- /dev/null +++ b/packages/iconoir-flutter/lib/round_flask.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RoundFlask extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RoundFlask({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rounded_mirror.dart b/packages/iconoir-flutter/lib/rounded_mirror.dart new file mode 100644 index 00000000..c673b910 --- /dev/null +++ b/packages/iconoir-flutter/lib/rounded_mirror.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RoundedMirror extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RoundedMirror({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rss_feed.dart b/packages/iconoir-flutter/lib/rss_feed.dart new file mode 100644 index 00000000..b5b83d68 --- /dev/null +++ b/packages/iconoir-flutter/lib/rss_feed.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RssFeed extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RssFeed({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/rss_feed_squared.dart b/packages/iconoir-flutter/lib/rss_feed_squared.dart new file mode 100644 index 00000000..17560b2a --- /dev/null +++ b/packages/iconoir-flutter/lib/rss_feed_squared.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RssFeedSquared extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RssFeedSquared({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ruler.dart b/packages/iconoir-flutter/lib/ruler.dart new file mode 100644 index 00000000..5c8ef09b --- /dev/null +++ b/packages/iconoir-flutter/lib/ruler.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Ruler extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Ruler({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ruler_add.dart b/packages/iconoir-flutter/lib/ruler_add.dart new file mode 100644 index 00000000..ad9bf03b --- /dev/null +++ b/packages/iconoir-flutter/lib/ruler_add.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RulerAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RulerAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ruler_combine.dart b/packages/iconoir-flutter/lib/ruler_combine.dart new file mode 100644 index 00000000..5f6ace87 --- /dev/null +++ b/packages/iconoir-flutter/lib/ruler_combine.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RulerCombine extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RulerCombine({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/ruler_remove.dart b/packages/iconoir-flutter/lib/ruler_remove.dart new file mode 100644 index 00000000..43d7d2b3 --- /dev/null +++ b/packages/iconoir-flutter/lib/ruler_remove.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class RulerRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const RulerRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/running.dart b/packages/iconoir-flutter/lib/running.dart new file mode 100644 index 00000000..a0fa055a --- /dev/null +++ b/packages/iconoir-flutter/lib/running.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Running extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Running({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/safari.dart b/packages/iconoir-flutter/lib/safari.dart new file mode 100644 index 00000000..5a2259da --- /dev/null +++ b/packages/iconoir-flutter/lib/safari.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Safari extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Safari({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sandals.dart b/packages/iconoir-flutter/lib/sandals.dart new file mode 100644 index 00000000..0c6ff221 --- /dev/null +++ b/packages/iconoir-flutter/lib/sandals.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Sandals extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Sandals({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/save_action_floppy.dart b/packages/iconoir-flutter/lib/save_action_floppy.dart new file mode 100644 index 00000000..304b76cc --- /dev/null +++ b/packages/iconoir-flutter/lib/save_action_floppy.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SaveActionFloppy extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SaveActionFloppy({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/save_floppy_disk.dart b/packages/iconoir-flutter/lib/save_floppy_disk.dart new file mode 100644 index 00000000..846c4392 --- /dev/null +++ b/packages/iconoir-flutter/lib/save_floppy_disk.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SaveFloppyDisk extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SaveFloppyDisk({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scale_frame_enlarge.dart b/packages/iconoir-flutter/lib/scale_frame_enlarge.dart new file mode 100644 index 00000000..598edb3d --- /dev/null +++ b/packages/iconoir-flutter/lib/scale_frame_enlarge.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ScaleFrameEnlarge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ScaleFrameEnlarge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scale_frame_reduce.dart b/packages/iconoir-flutter/lib/scale_frame_reduce.dart new file mode 100644 index 00000000..c16406bd --- /dev/null +++ b/packages/iconoir-flutter/lib/scale_frame_reduce.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ScaleFrameReduce extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ScaleFrameReduce({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scan_barcode.dart b/packages/iconoir-flutter/lib/scan_barcode.dart new file mode 100644 index 00000000..7c3a4115 --- /dev/null +++ b/packages/iconoir-flutter/lib/scan_barcode.dart @@ -0,0 +1,37 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ScanBarcode extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ScanBarcode({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scan_qr_code.dart b/packages/iconoir-flutter/lib/scan_qr_code.dart new file mode 100644 index 00000000..42134b45 --- /dev/null +++ b/packages/iconoir-flutter/lib/scan_qr_code.dart @@ -0,0 +1,39 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ScanQrCode extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ScanQrCode({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scanning.dart b/packages/iconoir-flutter/lib/scanning.dart new file mode 100644 index 00000000..3ae3b372 --- /dev/null +++ b/packages/iconoir-flutter/lib/scanning.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Scanning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Scanning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scarf.dart b/packages/iconoir-flutter/lib/scarf.dart new file mode 100644 index 00000000..c6ee61d0 --- /dev/null +++ b/packages/iconoir-flutter/lib/scarf.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Scarf extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Scarf({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scissor.dart b/packages/iconoir-flutter/lib/scissor.dart new file mode 100644 index 00000000..801225f4 --- /dev/null +++ b/packages/iconoir-flutter/lib/scissor.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Scissor extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Scissor({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/scissor_alt.dart b/packages/iconoir-flutter/lib/scissor_alt.dart new file mode 100644 index 00000000..173a5e57 --- /dev/null +++ b/packages/iconoir-flutter/lib/scissor_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ScissorAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ScissorAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sea_and_sun.dart b/packages/iconoir-flutter/lib/sea_and_sun.dart new file mode 100644 index 00000000..0434b637 --- /dev/null +++ b/packages/iconoir-flutter/lib/sea_and_sun.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SeaAndSun extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SeaAndSun({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sea_waves.dart b/packages/iconoir-flutter/lib/sea_waves.dart new file mode 100644 index 00000000..8137194a --- /dev/null +++ b/packages/iconoir-flutter/lib/sea_waves.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SeaWaves extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SeaWaves({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/search.dart b/packages/iconoir-flutter/lib/search.dart new file mode 100644 index 00000000..a4567580 --- /dev/null +++ b/packages/iconoir-flutter/lib/search.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Search extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Search({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/search_engine.dart b/packages/iconoir-flutter/lib/search_engine.dart new file mode 100644 index 00000000..6e71d5bc --- /dev/null +++ b/packages/iconoir-flutter/lib/search_engine.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SearchEngine extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SearchEngine({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/search_font.dart b/packages/iconoir-flutter/lib/search_font.dart new file mode 100644 index 00000000..3d36c5fe --- /dev/null +++ b/packages/iconoir-flutter/lib/search_font.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SearchFont extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SearchFont({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/search_window.dart b/packages/iconoir-flutter/lib/search_window.dart new file mode 100644 index 00000000..7ed1a385 --- /dev/null +++ b/packages/iconoir-flutter/lib/search_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SearchWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SearchWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/secure_window.dart b/packages/iconoir-flutter/lib/secure_window.dart new file mode 100644 index 00000000..986fb07d --- /dev/null +++ b/packages/iconoir-flutter/lib/secure_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SecureWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SecureWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/security_pass.dart b/packages/iconoir-flutter/lib/security_pass.dart new file mode 100644 index 00000000..4da8d03d --- /dev/null +++ b/packages/iconoir-flutter/lib/security_pass.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SecurityPass extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SecurityPass({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/select_window.dart b/packages/iconoir-flutter/lib/select_window.dart new file mode 100644 index 00000000..4ed984cd --- /dev/null +++ b/packages/iconoir-flutter/lib/select_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SelectWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SelectWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/selection.dart b/packages/iconoir-flutter/lib/selection.dart new file mode 100644 index 00000000..18451f40 --- /dev/null +++ b/packages/iconoir-flutter/lib/selection.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Selection extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Selection({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/selective_tool.dart b/packages/iconoir-flutter/lib/selective_tool.dart new file mode 100644 index 00000000..fafb1b89 --- /dev/null +++ b/packages/iconoir-flutter/lib/selective_tool.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SelectiveTool extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SelectiveTool({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/send_dollars.dart b/packages/iconoir-flutter/lib/send_dollars.dart new file mode 100644 index 00000000..fe8cf15f --- /dev/null +++ b/packages/iconoir-flutter/lib/send_dollars.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SendDollars extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SendDollars({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/send_euros.dart b/packages/iconoir-flutter/lib/send_euros.dart new file mode 100644 index 00000000..6dae770a --- /dev/null +++ b/packages/iconoir-flutter/lib/send_euros.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SendEuros extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SendEuros({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/send_pounds.dart b/packages/iconoir-flutter/lib/send_pounds.dart new file mode 100644 index 00000000..a9c23f34 --- /dev/null +++ b/packages/iconoir-flutter/lib/send_pounds.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SendPounds extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SendPounds({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/send_yens.dart b/packages/iconoir-flutter/lib/send_yens.dart new file mode 100644 index 00000000..b26c15ae --- /dev/null +++ b/packages/iconoir-flutter/lib/send_yens.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SendYens extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SendYens({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/server.dart b/packages/iconoir-flutter/lib/server.dart new file mode 100644 index 00000000..ccfce1a5 --- /dev/null +++ b/packages/iconoir-flutter/lib/server.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Server extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Server({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/server_connection.dart b/packages/iconoir-flutter/lib/server_connection.dart new file mode 100644 index 00000000..848e5b93 --- /dev/null +++ b/packages/iconoir-flutter/lib/server_connection.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ServerConnection extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ServerConnection({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/settings.dart b/packages/iconoir-flutter/lib/settings.dart new file mode 100644 index 00000000..07c04280 --- /dev/null +++ b/packages/iconoir-flutter/lib/settings.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Settings extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Settings({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/settings_cloud.dart b/packages/iconoir-flutter/lib/settings_cloud.dart new file mode 100644 index 00000000..5488c3ac --- /dev/null +++ b/packages/iconoir-flutter/lib/settings_cloud.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SettingsCloud extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SettingsCloud({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/settings_profiles.dart b/packages/iconoir-flutter/lib/settings_profiles.dart new file mode 100644 index 00000000..218311b8 --- /dev/null +++ b/packages/iconoir-flutter/lib/settings_profiles.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SettingsProfiles extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SettingsProfiles({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/share_android.dart b/packages/iconoir-flutter/lib/share_android.dart new file mode 100644 index 00000000..bc0c483a --- /dev/null +++ b/packages/iconoir-flutter/lib/share_android.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShareAndroid extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShareAndroid({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/share_ios.dart b/packages/iconoir-flutter/lib/share_ios.dart new file mode 100644 index 00000000..5806f3df --- /dev/null +++ b/packages/iconoir-flutter/lib/share_ios.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShareIos extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShareIos({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield.dart b/packages/iconoir-flutter/lib/shield.dart new file mode 100644 index 00000000..10e32901 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Shield extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Shield({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_add.dart b/packages/iconoir-flutter/lib/shield_add.dart new file mode 100644 index 00000000..a49570a8 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_add.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_alert.dart b/packages/iconoir-flutter/lib/shield_alert.dart new file mode 100644 index 00000000..ef055532 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_alert.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldAlert extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldAlert({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_alt.dart b/packages/iconoir-flutter/lib/shield_alt.dart new file mode 100644 index 00000000..2e824f12 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_alt.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_broken.dart b/packages/iconoir-flutter/lib/shield_broken.dart new file mode 100644 index 00000000..e087f661 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_broken.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldBroken extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldBroken({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_check.dart b/packages/iconoir-flutter/lib/shield_check.dart new file mode 100644 index 00000000..6fa7e03f --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_check.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_cross.dart b/packages/iconoir-flutter/lib/shield_cross.dart new file mode 100644 index 00000000..f83e6ed6 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_cross.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldCross extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldCross({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_download.dart b/packages/iconoir-flutter/lib/shield_download.dart new file mode 100644 index 00000000..bb670959 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_download.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldDownload extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldDownload({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_eye.dart b/packages/iconoir-flutter/lib/shield_eye.dart new file mode 100644 index 00000000..59c01e04 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_eye.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldEye extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldEye({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_loading.dart b/packages/iconoir-flutter/lib/shield_loading.dart new file mode 100644 index 00000000..99aa075e --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_loading.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldLoading extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldLoading({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_minus.dart b/packages/iconoir-flutter/lib/shield_minus.dart new file mode 100644 index 00000000..7d9c5469 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_minus.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldMinus extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldMinus({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_question.dart b/packages/iconoir-flutter/lib/shield_question.dart new file mode 100644 index 00000000..081439ca --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_question.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldQuestion extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldQuestion({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_search.dart b/packages/iconoir-flutter/lib/shield_search.dart new file mode 100644 index 00000000..6b818993 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_search.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldSearch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldSearch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shield_upload.dart b/packages/iconoir-flutter/lib/shield_upload.dart new file mode 100644 index 00000000..61b72974 --- /dev/null +++ b/packages/iconoir-flutter/lib/shield_upload.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShieldUpload extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShieldUpload({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shop.dart b/packages/iconoir-flutter/lib/shop.dart new file mode 100644 index 00000000..bb23ea85 --- /dev/null +++ b/packages/iconoir-flutter/lib/shop.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Shop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Shop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shop_alt.dart b/packages/iconoir-flutter/lib/shop_alt.dart new file mode 100644 index 00000000..7fa5eef9 --- /dev/null +++ b/packages/iconoir-flutter/lib/shop_alt.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShopAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShopAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag.dart b/packages/iconoir-flutter/lib/shopping_bag.dart new file mode 100644 index 00000000..dc5e51e0 --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag_add.dart b/packages/iconoir-flutter/lib/shopping_bag_add.dart new file mode 100644 index 00000000..7999d7f6 --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag_add.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBagAdd extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBagAdd({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag_alt.dart b/packages/iconoir-flutter/lib/shopping_bag_alt.dart new file mode 100644 index 00000000..a37b750b --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag_alt.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBagAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBagAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag_arrow_down.dart b/packages/iconoir-flutter/lib/shopping_bag_arrow_down.dart new file mode 100644 index 00000000..1a11966f --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag_arrow_down.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBagArrowDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBagArrowDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag_arrow_up.dart b/packages/iconoir-flutter/lib/shopping_bag_arrow_up.dart new file mode 100644 index 00000000..c20e2d69 --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag_arrow_up.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBagArrowUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBagArrowUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag_check.dart b/packages/iconoir-flutter/lib/shopping_bag_check.dart new file mode 100644 index 00000000..eb89ed60 --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag_check.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBagCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBagCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag_issue.dart b/packages/iconoir-flutter/lib/shopping_bag_issue.dart new file mode 100644 index 00000000..f9151104 --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag_issue.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBagIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBagIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_bag_remove.dart b/packages/iconoir-flutter/lib/shopping_bag_remove.dart new file mode 100644 index 00000000..1524bd5c --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_bag_remove.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingBagRemove extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingBagRemove({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_code.dart b/packages/iconoir-flutter/lib/shopping_code.dart new file mode 100644 index 00000000..dbfb086a --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_code.dart @@ -0,0 +1,34 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingCode extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingCode({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_code_check.dart b/packages/iconoir-flutter/lib/shopping_code_check.dart new file mode 100644 index 00000000..7d454424 --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_code_check.dart @@ -0,0 +1,33 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingCodeCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingCodeCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shopping_code_error.dart b/packages/iconoir-flutter/lib/shopping_code_error.dart new file mode 100644 index 00000000..912db1a0 --- /dev/null +++ b/packages/iconoir-flutter/lib/shopping_code_error.dart @@ -0,0 +1,33 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShoppingCodeError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShoppingCodeError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/short_pants.dart b/packages/iconoir-flutter/lib/short_pants.dart new file mode 100644 index 00000000..7f101dfd --- /dev/null +++ b/packages/iconoir-flutter/lib/short_pants.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShortPants extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShortPants({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/short_pants_alt.dart b/packages/iconoir-flutter/lib/short_pants_alt.dart new file mode 100644 index 00000000..784619e3 --- /dev/null +++ b/packages/iconoir-flutter/lib/short_pants_alt.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ShortPantsAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ShortPantsAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/shuffle.dart b/packages/iconoir-flutter/lib/shuffle.dart new file mode 100644 index 00000000..dcbe4890 --- /dev/null +++ b/packages/iconoir-flutter/lib/shuffle.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Shuffle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Shuffle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sidebar_collapse.dart b/packages/iconoir-flutter/lib/sidebar_collapse.dart new file mode 100644 index 00000000..c49fe3e4 --- /dev/null +++ b/packages/iconoir-flutter/lib/sidebar_collapse.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SidebarCollapse extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SidebarCollapse({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sidebar_expand.dart b/packages/iconoir-flutter/lib/sidebar_expand.dart new file mode 100644 index 00000000..5587f82a --- /dev/null +++ b/packages/iconoir-flutter/lib/sidebar_expand.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SidebarExpand extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SidebarExpand({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sigma_function.dart b/packages/iconoir-flutter/lib/sigma_function.dart new file mode 100644 index 00000000..95c43955 --- /dev/null +++ b/packages/iconoir-flutter/lib/sigma_function.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SigmaFunction extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SigmaFunction({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/simple_cart.dart b/packages/iconoir-flutter/lib/simple_cart.dart new file mode 100644 index 00000000..89110ea2 --- /dev/null +++ b/packages/iconoir-flutter/lib/simple_cart.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SimpleCart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SimpleCart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/single_tap_gesture.dart b/packages/iconoir-flutter/lib/single_tap_gesture.dart new file mode 100644 index 00000000..60442579 --- /dev/null +++ b/packages/iconoir-flutter/lib/single_tap_gesture.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SingleTapGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SingleTapGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/skateboard.dart b/packages/iconoir-flutter/lib/skateboard.dart new file mode 100644 index 00000000..5a96445f --- /dev/null +++ b/packages/iconoir-flutter/lib/skateboard.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Skateboard extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Skateboard({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/skateboarding.dart b/packages/iconoir-flutter/lib/skateboarding.dart new file mode 100644 index 00000000..c82f4416 --- /dev/null +++ b/packages/iconoir-flutter/lib/skateboarding.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Skateboarding extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Skateboarding({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/skip_next_outline.dart b/packages/iconoir-flutter/lib/skip_next_outline.dart new file mode 100644 index 00000000..224681d3 --- /dev/null +++ b/packages/iconoir-flutter/lib/skip_next_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SkipNextOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SkipNextOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/skip_prev_outline.dart b/packages/iconoir-flutter/lib/skip_prev_outline.dart new file mode 100644 index 00000000..03141ba1 --- /dev/null +++ b/packages/iconoir-flutter/lib/skip_prev_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SkipPrevOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SkipPrevOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sleeper_chair.dart b/packages/iconoir-flutter/lib/sleeper_chair.dart new file mode 100644 index 00000000..23634677 --- /dev/null +++ b/packages/iconoir-flutter/lib/sleeper_chair.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SleeperChair extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SleeperChair({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/small_lamp.dart b/packages/iconoir-flutter/lib/small_lamp.dart new file mode 100644 index 00000000..f4943de8 --- /dev/null +++ b/packages/iconoir-flutter/lib/small_lamp.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SmallLamp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SmallLamp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/small_lamp_alt.dart b/packages/iconoir-flutter/lib/small_lamp_alt.dart new file mode 100644 index 00000000..afac2799 --- /dev/null +++ b/packages/iconoir-flutter/lib/small_lamp_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SmallLampAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SmallLampAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/small_shop.dart b/packages/iconoir-flutter/lib/small_shop.dart new file mode 100644 index 00000000..3f7f42e8 --- /dev/null +++ b/packages/iconoir-flutter/lib/small_shop.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SmallShop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SmallShop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/small_shop_alt.dart b/packages/iconoir-flutter/lib/small_shop_alt.dart new file mode 100644 index 00000000..4c48c2c3 --- /dev/null +++ b/packages/iconoir-flutter/lib/small_shop_alt.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SmallShopAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SmallShopAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/smartphone_device.dart b/packages/iconoir-flutter/lib/smartphone_device.dart new file mode 100644 index 00000000..8315e51e --- /dev/null +++ b/packages/iconoir-flutter/lib/smartphone_device.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SmartphoneDevice extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SmartphoneDevice({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/smoking.dart b/packages/iconoir-flutter/lib/smoking.dart new file mode 100644 index 00000000..3b371978 --- /dev/null +++ b/packages/iconoir-flutter/lib/smoking.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Smoking extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Smoking({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/snapchat.dart b/packages/iconoir-flutter/lib/snapchat.dart new file mode 100644 index 00000000..b81621a1 --- /dev/null +++ b/packages/iconoir-flutter/lib/snapchat.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Snapchat extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Snapchat({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/snow.dart b/packages/iconoir-flutter/lib/snow.dart new file mode 100644 index 00000000..58a416d2 --- /dev/null +++ b/packages/iconoir-flutter/lib/snow.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Snow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Snow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/snow_flake.dart b/packages/iconoir-flutter/lib/snow_flake.dart new file mode 100644 index 00000000..91b39b1f --- /dev/null +++ b/packages/iconoir-flutter/lib/snow_flake.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SnowFlake extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SnowFlake({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/soap.dart b/packages/iconoir-flutter/lib/soap.dart new file mode 100644 index 00000000..3fc75aed --- /dev/null +++ b/packages/iconoir-flutter/lib/soap.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Soap extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Soap({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/soccer_ball.dart b/packages/iconoir-flutter/lib/soccer_ball.dart new file mode 100644 index 00000000..00aa59e4 --- /dev/null +++ b/packages/iconoir-flutter/lib/soccer_ball.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SoccerBall extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SoccerBall({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sofa.dart b/packages/iconoir-flutter/lib/sofa.dart new file mode 100644 index 00000000..0f4e8f95 --- /dev/null +++ b/packages/iconoir-flutter/lib/sofa.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Sofa extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Sofa({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/soil.dart b/packages/iconoir-flutter/lib/soil.dart new file mode 100644 index 00000000..53be92a2 --- /dev/null +++ b/packages/iconoir-flutter/lib/soil.dart @@ -0,0 +1,37 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Soil extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Soil({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/soil_alt.dart b/packages/iconoir-flutter/lib/soil_alt.dart new file mode 100644 index 00000000..a7cd41e2 --- /dev/null +++ b/packages/iconoir-flutter/lib/soil_alt.dart @@ -0,0 +1,33 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SoilAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SoilAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sort.dart b/packages/iconoir-flutter/lib/sort.dart new file mode 100644 index 00000000..2d4c41c1 --- /dev/null +++ b/packages/iconoir-flutter/lib/sort.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Sort extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Sort({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sort_down.dart b/packages/iconoir-flutter/lib/sort_down.dart new file mode 100644 index 00000000..39d56e00 --- /dev/null +++ b/packages/iconoir-flutter/lib/sort_down.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SortDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SortDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sort_up.dart b/packages/iconoir-flutter/lib/sort_up.dart new file mode 100644 index 00000000..9b800a01 --- /dev/null +++ b/packages/iconoir-flutter/lib/sort_up.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SortUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SortUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sound_high.dart b/packages/iconoir-flutter/lib/sound_high.dart new file mode 100644 index 00000000..d7f7d421 --- /dev/null +++ b/packages/iconoir-flutter/lib/sound_high.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SoundHigh extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SoundHigh({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sound_low.dart b/packages/iconoir-flutter/lib/sound_low.dart new file mode 100644 index 00000000..5d12e8d0 --- /dev/null +++ b/packages/iconoir-flutter/lib/sound_low.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SoundLow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SoundLow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sound_min.dart b/packages/iconoir-flutter/lib/sound_min.dart new file mode 100644 index 00000000..0fd8904f --- /dev/null +++ b/packages/iconoir-flutter/lib/sound_min.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SoundMin extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SoundMin({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sound_off.dart b/packages/iconoir-flutter/lib/sound_off.dart new file mode 100644 index 00000000..7d65cb48 --- /dev/null +++ b/packages/iconoir-flutter/lib/sound_off.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SoundOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SoundOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/spades.dart b/packages/iconoir-flutter/lib/spades.dart new file mode 100644 index 00000000..6ffc629b --- /dev/null +++ b/packages/iconoir-flutter/lib/spades.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Spades extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Spades({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sphere.dart b/packages/iconoir-flutter/lib/sphere.dart new file mode 100644 index 00000000..ca61d69c --- /dev/null +++ b/packages/iconoir-flutter/lib/sphere.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Sphere extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Sphere({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/spiral.dart b/packages/iconoir-flutter/lib/spiral.dart new file mode 100644 index 00000000..cf64a98d --- /dev/null +++ b/packages/iconoir-flutter/lib/spiral.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Spiral extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Spiral({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/spock_hand_gesture.dart b/packages/iconoir-flutter/lib/spock_hand_gesture.dart new file mode 100644 index 00000000..3f1ec6b3 --- /dev/null +++ b/packages/iconoir-flutter/lib/spock_hand_gesture.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SpockHandGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SpockHandGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/square.dart b/packages/iconoir-flutter/lib/square.dart new file mode 100644 index 00000000..a8a13efd --- /dev/null +++ b/packages/iconoir-flutter/lib/square.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Square extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Square({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stackoverflow.dart b/packages/iconoir-flutter/lib/stackoverflow.dart new file mode 100644 index 00000000..d981c652 --- /dev/null +++ b/packages/iconoir-flutter/lib/stackoverflow.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Stackoverflow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Stackoverflow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/star_dashed.dart b/packages/iconoir-flutter/lib/star_dashed.dart new file mode 100644 index 00000000..355a768a --- /dev/null +++ b/packages/iconoir-flutter/lib/star_dashed.dart @@ -0,0 +1,32 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StarDashed extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StarDashed({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/star_half_dashed.dart b/packages/iconoir-flutter/lib/star_half_dashed.dart new file mode 100644 index 00000000..d0b16c5b --- /dev/null +++ b/packages/iconoir-flutter/lib/star_half_dashed.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StarHalfDashed extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StarHalfDashed({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/star_outline.dart b/packages/iconoir-flutter/lib/star_outline.dart new file mode 100644 index 00000000..4b554c15 --- /dev/null +++ b/packages/iconoir-flutter/lib/star_outline.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StarOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StarOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stat_down.dart b/packages/iconoir-flutter/lib/stat_down.dart new file mode 100644 index 00000000..aab2cc73 --- /dev/null +++ b/packages/iconoir-flutter/lib/stat_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StatDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StatDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stat_up.dart b/packages/iconoir-flutter/lib/stat_up.dart new file mode 100644 index 00000000..656b2b4c --- /dev/null +++ b/packages/iconoir-flutter/lib/stat_up.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StatUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StatUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stats_report.dart b/packages/iconoir-flutter/lib/stats_report.dart new file mode 100644 index 00000000..d07546da --- /dev/null +++ b/packages/iconoir-flutter/lib/stats_report.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StatsReport extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StatsReport({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stats_square_down.dart b/packages/iconoir-flutter/lib/stats_square_down.dart new file mode 100644 index 00000000..4c3a6fbd --- /dev/null +++ b/packages/iconoir-flutter/lib/stats_square_down.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StatsSquareDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StatsSquareDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stats_square_up.dart b/packages/iconoir-flutter/lib/stats_square_up.dart new file mode 100644 index 00000000..7627e068 --- /dev/null +++ b/packages/iconoir-flutter/lib/stats_square_up.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StatsSquareUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StatsSquareUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stretching.dart b/packages/iconoir-flutter/lib/stretching.dart new file mode 100644 index 00000000..cb99feb4 --- /dev/null +++ b/packages/iconoir-flutter/lib/stretching.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Stretching extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Stretching({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/stroller.dart b/packages/iconoir-flutter/lib/stroller.dart new file mode 100644 index 00000000..7c825eb3 --- /dev/null +++ b/packages/iconoir-flutter/lib/stroller.dart @@ -0,0 +1,35 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Stroller extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Stroller({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/style_border.dart b/packages/iconoir-flutter/lib/style_border.dart new file mode 100644 index 00000000..ef712907 --- /dev/null +++ b/packages/iconoir-flutter/lib/style_border.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class StyleBorder extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const StyleBorder({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/substract.dart b/packages/iconoir-flutter/lib/substract.dart new file mode 100644 index 00000000..e9e9de6a --- /dev/null +++ b/packages/iconoir-flutter/lib/substract.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Substract extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Substract({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/suggestion.dart b/packages/iconoir-flutter/lib/suggestion.dart new file mode 100644 index 00000000..e55a9be4 --- /dev/null +++ b/packages/iconoir-flutter/lib/suggestion.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Suggestion extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Suggestion({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/sun_light.dart b/packages/iconoir-flutter/lib/sun_light.dart new file mode 100644 index 00000000..295525e5 --- /dev/null +++ b/packages/iconoir-flutter/lib/sun_light.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SunLight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SunLight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swimming.dart b/packages/iconoir-flutter/lib/swimming.dart new file mode 100644 index 00000000..94b01c79 --- /dev/null +++ b/packages/iconoir-flutter/lib/swimming.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Swimming extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Swimming({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_down_gesture.dart b/packages/iconoir-flutter/lib/swipe_down_gesture.dart new file mode 100644 index 00000000..84410a23 --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_down_gesture.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeDownGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeDownGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_left_gesture.dart b/packages/iconoir-flutter/lib/swipe_left_gesture.dart new file mode 100644 index 00000000..ac1826e8 --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_left_gesture.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeLeftGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeLeftGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_right_gesture.dart b/packages/iconoir-flutter/lib/swipe_right_gesture.dart new file mode 100644 index 00000000..3ad7fe3b --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_right_gesture.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeRightGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeRightGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_two_fingers_down_gesture.dart b/packages/iconoir-flutter/lib/swipe_two_fingers_down_gesture.dart new file mode 100644 index 00000000..507c4360 --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_two_fingers_down_gesture.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeTwoFingersDownGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeTwoFingersDownGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_two_fingers_left_gesture.dart b/packages/iconoir-flutter/lib/swipe_two_fingers_left_gesture.dart new file mode 100644 index 00000000..eb01d193 --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_two_fingers_left_gesture.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeTwoFingersLeftGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeTwoFingersLeftGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_two_fingers_right_gesture.dart b/packages/iconoir-flutter/lib/swipe_two_fingers_right_gesture.dart new file mode 100644 index 00000000..9ae43719 --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_two_fingers_right_gesture.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeTwoFingersRightGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeTwoFingersRightGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_two_fingers_up_gesture.dart b/packages/iconoir-flutter/lib/swipe_two_fingers_up_gesture.dart new file mode 100644 index 00000000..3e2d0552 --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_two_fingers_up_gesture.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeTwoFingersUpGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeTwoFingersUpGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/swipe_up_gesture.dart b/packages/iconoir-flutter/lib/swipe_up_gesture.dart new file mode 100644 index 00000000..d7f74803 --- /dev/null +++ b/packages/iconoir-flutter/lib/swipe_up_gesture.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwipeUpGesture extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwipeUpGesture({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/switch_off_outline.dart b/packages/iconoir-flutter/lib/switch_off_outline.dart new file mode 100644 index 00000000..d6342040 --- /dev/null +++ b/packages/iconoir-flutter/lib/switch_off_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwitchOffOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwitchOffOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/switch_on_outline.dart b/packages/iconoir-flutter/lib/switch_on_outline.dart new file mode 100644 index 00000000..dfa41f0d --- /dev/null +++ b/packages/iconoir-flutter/lib/switch_on_outline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SwitchOnOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SwitchOnOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/system_restart.dart b/packages/iconoir-flutter/lib/system_restart.dart new file mode 100644 index 00000000..8246bb67 --- /dev/null +++ b/packages/iconoir-flutter/lib/system_restart.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SystemRestart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SystemRestart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/system_shut.dart b/packages/iconoir-flutter/lib/system_shut.dart new file mode 100644 index 00000000..0d07f10d --- /dev/null +++ b/packages/iconoir-flutter/lib/system_shut.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class SystemShut extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const SystemShut({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/table.dart b/packages/iconoir-flutter/lib/table.dart new file mode 100644 index 00000000..62c21300 --- /dev/null +++ b/packages/iconoir-flutter/lib/table.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Table extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Table({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/table_2_columns.dart b/packages/iconoir-flutter/lib/table_2_columns.dart new file mode 100644 index 00000000..c5158eed --- /dev/null +++ b/packages/iconoir-flutter/lib/table_2_columns.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Table2Columns extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Table2Columns({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/table_rows.dart b/packages/iconoir-flutter/lib/table_rows.dart new file mode 100644 index 00000000..1f7a6663 --- /dev/null +++ b/packages/iconoir-flutter/lib/table_rows.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TableRows extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TableRows({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/task_list.dart b/packages/iconoir-flutter/lib/task_list.dart new file mode 100644 index 00000000..a88a8aa6 --- /dev/null +++ b/packages/iconoir-flutter/lib/task_list.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TaskList extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TaskList({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/telegram.dart b/packages/iconoir-flutter/lib/telegram.dart new file mode 100644 index 00000000..8e3de0cb --- /dev/null +++ b/packages/iconoir-flutter/lib/telegram.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Telegram extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Telegram({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/telegram_circled.dart b/packages/iconoir-flutter/lib/telegram_circled.dart new file mode 100644 index 00000000..31a3218e --- /dev/null +++ b/packages/iconoir-flutter/lib/telegram_circled.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TelegramCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TelegramCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tennis_ball.dart b/packages/iconoir-flutter/lib/tennis_ball.dart new file mode 100644 index 00000000..8fe7baab --- /dev/null +++ b/packages/iconoir-flutter/lib/tennis_ball.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TennisBall extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TennisBall({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tennis_ball_alt.dart b/packages/iconoir-flutter/lib/tennis_ball_alt.dart new file mode 100644 index 00000000..495b4bfa --- /dev/null +++ b/packages/iconoir-flutter/lib/tennis_ball_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TennisBallAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TennisBallAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/terminal_outline.dart b/packages/iconoir-flutter/lib/terminal_outline.dart new file mode 100644 index 00000000..29c416e9 --- /dev/null +++ b/packages/iconoir-flutter/lib/terminal_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TerminalOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TerminalOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/terminal_simple.dart b/packages/iconoir-flutter/lib/terminal_simple.dart new file mode 100644 index 00000000..c66e1ab1 --- /dev/null +++ b/packages/iconoir-flutter/lib/terminal_simple.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TerminalSimple extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TerminalSimple({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/test_tube.dart b/packages/iconoir-flutter/lib/test_tube.dart new file mode 100644 index 00000000..3032fb19 --- /dev/null +++ b/packages/iconoir-flutter/lib/test_tube.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TestTube extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TestTube({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/text.dart b/packages/iconoir-flutter/lib/text.dart new file mode 100644 index 00000000..7014476c --- /dev/null +++ b/packages/iconoir-flutter/lib/text.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Text extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Text({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/text_alt.dart b/packages/iconoir-flutter/lib/text_alt.dart new file mode 100644 index 00000000..d04e0c3b --- /dev/null +++ b/packages/iconoir-flutter/lib/text_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TextAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TextAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/text_size.dart b/packages/iconoir-flutter/lib/text_size.dart new file mode 100644 index 00000000..558a3e81 --- /dev/null +++ b/packages/iconoir-flutter/lib/text_size.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TextSize extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TextSize({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/three_points_circle.dart b/packages/iconoir-flutter/lib/three_points_circle.dart new file mode 100644 index 00000000..8879fcd5 --- /dev/null +++ b/packages/iconoir-flutter/lib/three_points_circle.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ThreePointsCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ThreePointsCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/three_stars.dart b/packages/iconoir-flutter/lib/three_stars.dart new file mode 100644 index 00000000..a419f7f8 --- /dev/null +++ b/packages/iconoir-flutter/lib/three_stars.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ThreeStars extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ThreeStars({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/thumbs_down.dart b/packages/iconoir-flutter/lib/thumbs_down.dart new file mode 100644 index 00000000..d4b3df8a --- /dev/null +++ b/packages/iconoir-flutter/lib/thumbs_down.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ThumbsDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ThumbsDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/thumbs_up.dart b/packages/iconoir-flutter/lib/thumbs_up.dart new file mode 100644 index 00000000..351dc514 --- /dev/null +++ b/packages/iconoir-flutter/lib/thumbs_up.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ThumbsUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ThumbsUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/thunderstorm.dart b/packages/iconoir-flutter/lib/thunderstorm.dart new file mode 100644 index 00000000..450b7e5f --- /dev/null +++ b/packages/iconoir-flutter/lib/thunderstorm.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Thunderstorm extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Thunderstorm({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tik_tok.dart b/packages/iconoir-flutter/lib/tik_tok.dart new file mode 100644 index 00000000..c53f3f50 --- /dev/null +++ b/packages/iconoir-flutter/lib/tik_tok.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TikTok extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TikTok({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/timer.dart b/packages/iconoir-flutter/lib/timer.dart new file mode 100644 index 00000000..5f571001 --- /dev/null +++ b/packages/iconoir-flutter/lib/timer.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Timer extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Timer({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/timer_off.dart b/packages/iconoir-flutter/lib/timer_off.dart new file mode 100644 index 00000000..47f87ca5 --- /dev/null +++ b/packages/iconoir-flutter/lib/timer_off.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TimerOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TimerOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tournament.dart b/packages/iconoir-flutter/lib/tournament.dart new file mode 100644 index 00000000..383eb7ec --- /dev/null +++ b/packages/iconoir-flutter/lib/tournament.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Tournament extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Tournament({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tower.dart b/packages/iconoir-flutter/lib/tower.dart new file mode 100644 index 00000000..7f2f6148 --- /dev/null +++ b/packages/iconoir-flutter/lib/tower.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Tower extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Tower({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tower_check.dart b/packages/iconoir-flutter/lib/tower_check.dart new file mode 100644 index 00000000..8ef8e605 --- /dev/null +++ b/packages/iconoir-flutter/lib/tower_check.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TowerCheck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TowerCheck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tower_no_access.dart b/packages/iconoir-flutter/lib/tower_no_access.dart new file mode 100644 index 00000000..80fe2cc7 --- /dev/null +++ b/packages/iconoir-flutter/lib/tower_no_access.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TowerNoAccess extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TowerNoAccess({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tower_warning.dart b/packages/iconoir-flutter/lib/tower_warning.dart new file mode 100644 index 00000000..001bdb92 --- /dev/null +++ b/packages/iconoir-flutter/lib/tower_warning.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TowerWarning extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TowerWarning({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/trademark.dart b/packages/iconoir-flutter/lib/trademark.dart new file mode 100644 index 00000000..4c7b3685 --- /dev/null +++ b/packages/iconoir-flutter/lib/trademark.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Trademark extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Trademark({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/train_outline.dart b/packages/iconoir-flutter/lib/train_outline.dart new file mode 100644 index 00000000..0cd93693 --- /dev/null +++ b/packages/iconoir-flutter/lib/train_outline.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TrainOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TrainOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tram.dart b/packages/iconoir-flutter/lib/tram.dart new file mode 100644 index 00000000..f345d1df --- /dev/null +++ b/packages/iconoir-flutter/lib/tram.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Tram extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Tram({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/transition_bottom.dart b/packages/iconoir-flutter/lib/transition_bottom.dart new file mode 100644 index 00000000..0f7b98eb --- /dev/null +++ b/packages/iconoir-flutter/lib/transition_bottom.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TransitionBottom extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TransitionBottom({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/transition_left.dart b/packages/iconoir-flutter/lib/transition_left.dart new file mode 100644 index 00000000..6ebb31c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/transition_left.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TransitionLeft extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TransitionLeft({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/transition_right.dart b/packages/iconoir-flutter/lib/transition_right.dart new file mode 100644 index 00000000..b46c2c7a --- /dev/null +++ b/packages/iconoir-flutter/lib/transition_right.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TransitionRight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TransitionRight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/transition_top.dart b/packages/iconoir-flutter/lib/transition_top.dart new file mode 100644 index 00000000..179e5b9b --- /dev/null +++ b/packages/iconoir-flutter/lib/transition_top.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TransitionTop extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TransitionTop({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/translate.dart b/packages/iconoir-flutter/lib/translate.dart new file mode 100644 index 00000000..64135ba4 --- /dev/null +++ b/packages/iconoir-flutter/lib/translate.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Translate extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Translate({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/trash.dart b/packages/iconoir-flutter/lib/trash.dart new file mode 100644 index 00000000..56fb8637 --- /dev/null +++ b/packages/iconoir-flutter/lib/trash.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Trash extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Trash({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/treadmill.dart b/packages/iconoir-flutter/lib/treadmill.dart new file mode 100644 index 00000000..55760004 --- /dev/null +++ b/packages/iconoir-flutter/lib/treadmill.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Treadmill extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Treadmill({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tree.dart b/packages/iconoir-flutter/lib/tree.dart new file mode 100644 index 00000000..f91b9cbb --- /dev/null +++ b/packages/iconoir-flutter/lib/tree.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Tree extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Tree({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/trekking.dart b/packages/iconoir-flutter/lib/trekking.dart new file mode 100644 index 00000000..de0675ca --- /dev/null +++ b/packages/iconoir-flutter/lib/trekking.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Trekking extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Trekking({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/trello.dart b/packages/iconoir-flutter/lib/trello.dart new file mode 100644 index 00000000..2236063f --- /dev/null +++ b/packages/iconoir-flutter/lib/trello.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Trello extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Trello({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/triangle.dart b/packages/iconoir-flutter/lib/triangle.dart new file mode 100644 index 00000000..c8f6b679 --- /dev/null +++ b/packages/iconoir-flutter/lib/triangle.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Triangle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Triangle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/triangle_flag.dart b/packages/iconoir-flutter/lib/triangle_flag.dart new file mode 100644 index 00000000..25c257d7 --- /dev/null +++ b/packages/iconoir-flutter/lib/triangle_flag.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TriangleFlag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TriangleFlag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/triangle_flag_circle.dart b/packages/iconoir-flutter/lib/triangle_flag_circle.dart new file mode 100644 index 00000000..35b11755 --- /dev/null +++ b/packages/iconoir-flutter/lib/triangle_flag_circle.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TriangleFlagCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TriangleFlagCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/triangle_flag_full.dart b/packages/iconoir-flutter/lib/triangle_flag_full.dart new file mode 100644 index 00000000..b88c1a44 --- /dev/null +++ b/packages/iconoir-flutter/lib/triangle_flag_full.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TriangleFlagFull extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TriangleFlagFull({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/trophy.dart b/packages/iconoir-flutter/lib/trophy.dart new file mode 100644 index 00000000..cd015bd0 --- /dev/null +++ b/packages/iconoir-flutter/lib/trophy.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Trophy extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Trophy({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/truck.dart b/packages/iconoir-flutter/lib/truck.dart new file mode 100644 index 00000000..5202ed2b --- /dev/null +++ b/packages/iconoir-flutter/lib/truck.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Truck extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Truck({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/truck_length.dart b/packages/iconoir-flutter/lib/truck_length.dart new file mode 100644 index 00000000..d108893d --- /dev/null +++ b/packages/iconoir-flutter/lib/truck_length.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TruckLength extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TruckLength({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tunnel.dart b/packages/iconoir-flutter/lib/tunnel.dart new file mode 100644 index 00000000..b0a3af1a --- /dev/null +++ b/packages/iconoir-flutter/lib/tunnel.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Tunnel extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Tunnel({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tv.dart b/packages/iconoir-flutter/lib/tv.dart new file mode 100644 index 00000000..637318f3 --- /dev/null +++ b/packages/iconoir-flutter/lib/tv.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Tv extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Tv({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tv_fix.dart b/packages/iconoir-flutter/lib/tv_fix.dart new file mode 100644 index 00000000..bacfa10c --- /dev/null +++ b/packages/iconoir-flutter/lib/tv_fix.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TvFix extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TvFix({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/tv_issue.dart b/packages/iconoir-flutter/lib/tv_issue.dart new file mode 100644 index 00000000..3168786f --- /dev/null +++ b/packages/iconoir-flutter/lib/tv_issue.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TvIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TvIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/twitter.dart b/packages/iconoir-flutter/lib/twitter.dart new file mode 100644 index 00000000..09559e4b --- /dev/null +++ b/packages/iconoir-flutter/lib/twitter.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Twitter extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Twitter({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/twitter_verified_badge.dart b/packages/iconoir-flutter/lib/twitter_verified_badge.dart new file mode 100644 index 00000000..81e72c81 --- /dev/null +++ b/packages/iconoir-flutter/lib/twitter_verified_badge.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TwitterVerifiedBadge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TwitterVerifiedBadge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/two_points_circle.dart b/packages/iconoir-flutter/lib/two_points_circle.dart new file mode 100644 index 00000000..16ab32fd --- /dev/null +++ b/packages/iconoir-flutter/lib/two_points_circle.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TwoPointsCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TwoPointsCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/two_seater_sofa.dart b/packages/iconoir-flutter/lib/two_seater_sofa.dart new file mode 100644 index 00000000..3b400460 --- /dev/null +++ b/packages/iconoir-flutter/lib/two_seater_sofa.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class TwoSeaterSofa extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const TwoSeaterSofa({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/type.dart b/packages/iconoir-flutter/lib/type.dart new file mode 100644 index 00000000..dbd9838f --- /dev/null +++ b/packages/iconoir-flutter/lib/type.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Type extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Type({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/umbrella_full.dart b/packages/iconoir-flutter/lib/umbrella_full.dart new file mode 100644 index 00000000..527f4e6e --- /dev/null +++ b/packages/iconoir-flutter/lib/umbrella_full.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UmbrellaFull extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UmbrellaFull({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/underline.dart b/packages/iconoir-flutter/lib/underline.dart new file mode 100644 index 00000000..161219a2 --- /dev/null +++ b/packages/iconoir-flutter/lib/underline.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Underline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Underline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/underline_square_outline.dart b/packages/iconoir-flutter/lib/underline_square_outline.dart new file mode 100644 index 00000000..f048d392 --- /dev/null +++ b/packages/iconoir-flutter/lib/underline_square_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UnderlineSquareOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UnderlineSquareOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/undo.dart b/packages/iconoir-flutter/lib/undo.dart new file mode 100644 index 00000000..bb20eef6 --- /dev/null +++ b/packages/iconoir-flutter/lib/undo.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Undo extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Undo({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/undo_action.dart b/packages/iconoir-flutter/lib/undo_action.dart new file mode 100644 index 00000000..743d612e --- /dev/null +++ b/packages/iconoir-flutter/lib/undo_action.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UndoAction extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UndoAction({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/undo_circle.dart b/packages/iconoir-flutter/lib/undo_circle.dart new file mode 100644 index 00000000..75f09219 --- /dev/null +++ b/packages/iconoir-flutter/lib/undo_circle.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UndoCircle extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UndoCircle({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/union.dart b/packages/iconoir-flutter/lib/union.dart new file mode 100644 index 00000000..c70d7c4f --- /dev/null +++ b/packages/iconoir-flutter/lib/union.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Union extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Union({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/union_alt.dart b/packages/iconoir-flutter/lib/union_alt.dart new file mode 100644 index 00000000..c332f9db --- /dev/null +++ b/packages/iconoir-flutter/lib/union_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UnionAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UnionAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/union_horiz_alt.dart b/packages/iconoir-flutter/lib/union_horiz_alt.dart new file mode 100644 index 00000000..34e8ce76 --- /dev/null +++ b/packages/iconoir-flutter/lib/union_horiz_alt.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UnionHorizAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UnionHorizAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/unity.dart b/packages/iconoir-flutter/lib/unity.dart new file mode 100644 index 00000000..1ab6e807 --- /dev/null +++ b/packages/iconoir-flutter/lib/unity.dart @@ -0,0 +1,30 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Unity extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Unity({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/unity_5.dart b/packages/iconoir-flutter/lib/unity_5.dart new file mode 100644 index 00000000..cc7af737 --- /dev/null +++ b/packages/iconoir-flutter/lib/unity_5.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Unity5 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Unity5({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/up_round_arrow.dart b/packages/iconoir-flutter/lib/up_round_arrow.dart new file mode 100644 index 00000000..126d07da --- /dev/null +++ b/packages/iconoir-flutter/lib/up_round_arrow.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UpRoundArrow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UpRoundArrow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/upload.dart b/packages/iconoir-flutter/lib/upload.dart new file mode 100644 index 00000000..b03ea4ac --- /dev/null +++ b/packages/iconoir-flutter/lib/upload.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Upload extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Upload({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/upload_data_window.dart b/packages/iconoir-flutter/lib/upload_data_window.dart new file mode 100644 index 00000000..a2fe64b8 --- /dev/null +++ b/packages/iconoir-flutter/lib/upload_data_window.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UploadDataWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UploadDataWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/upload_square_outline.dart b/packages/iconoir-flutter/lib/upload_square_outline.dart new file mode 100644 index 00000000..0d7317f3 --- /dev/null +++ b/packages/iconoir-flutter/lib/upload_square_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UploadSquareOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UploadSquareOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/usb.dart b/packages/iconoir-flutter/lib/usb.dart new file mode 100644 index 00000000..358ce8cd --- /dev/null +++ b/packages/iconoir-flutter/lib/usb.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Usb extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Usb({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/user.dart b/packages/iconoir-flutter/lib/user.dart new file mode 100644 index 00000000..c6ade90a --- /dev/null +++ b/packages/iconoir-flutter/lib/user.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class User extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const User({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/user_bag.dart b/packages/iconoir-flutter/lib/user_bag.dart new file mode 100644 index 00000000..cf5ba6b9 --- /dev/null +++ b/packages/iconoir-flutter/lib/user_bag.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UserBag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UserBag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/user_cart.dart b/packages/iconoir-flutter/lib/user_cart.dart new file mode 100644 index 00000000..d7114715 --- /dev/null +++ b/packages/iconoir-flutter/lib/user_cart.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UserCart extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UserCart({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/user_circle_alt.dart b/packages/iconoir-flutter/lib/user_circle_alt.dart new file mode 100644 index 00000000..78d9d99f --- /dev/null +++ b/packages/iconoir-flutter/lib/user_circle_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UserCircleAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UserCircleAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/user_scan.dart b/packages/iconoir-flutter/lib/user_scan.dart new file mode 100644 index 00000000..2aa78f12 --- /dev/null +++ b/packages/iconoir-flutter/lib/user_scan.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UserScan extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UserScan({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/user_square_alt.dart b/packages/iconoir-flutter/lib/user_square_alt.dart new file mode 100644 index 00000000..d73a353a --- /dev/null +++ b/packages/iconoir-flutter/lib/user_square_alt.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class UserSquareAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const UserSquareAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/vegan.dart b/packages/iconoir-flutter/lib/vegan.dart new file mode 100644 index 00000000..20364620 --- /dev/null +++ b/packages/iconoir-flutter/lib/vegan.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Vegan extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Vegan({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/vegan_rounded.dart b/packages/iconoir-flutter/lib/vegan_rounded.dart new file mode 100644 index 00000000..02168d27 --- /dev/null +++ b/packages/iconoir-flutter/lib/vegan_rounded.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VeganRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VeganRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/vegan_squared.dart b/packages/iconoir-flutter/lib/vegan_squared.dart new file mode 100644 index 00000000..c2ffc582 --- /dev/null +++ b/packages/iconoir-flutter/lib/vegan_squared.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VeganSquared extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VeganSquared({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/verified_badge.dart b/packages/iconoir-flutter/lib/verified_badge.dart new file mode 100644 index 00000000..86b1479b --- /dev/null +++ b/packages/iconoir-flutter/lib/verified_badge.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VerifiedBadge extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VerifiedBadge({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/verified_user.dart b/packages/iconoir-flutter/lib/verified_user.dart new file mode 100644 index 00000000..0d1affe8 --- /dev/null +++ b/packages/iconoir-flutter/lib/verified_user.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VerifiedUser extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VerifiedUser({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/video_camera.dart b/packages/iconoir-flutter/lib/video_camera.dart new file mode 100644 index 00000000..cd85f475 --- /dev/null +++ b/packages/iconoir-flutter/lib/video_camera.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VideoCamera extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VideoCamera({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/video_camera_off.dart b/packages/iconoir-flutter/lib/video_camera_off.dart new file mode 100644 index 00000000..6d95243a --- /dev/null +++ b/packages/iconoir-flutter/lib/video_camera_off.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VideoCameraOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VideoCameraOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/view_360.dart b/packages/iconoir-flutter/lib/view_360.dart new file mode 100644 index 00000000..a52092ae --- /dev/null +++ b/packages/iconoir-flutter/lib/view_360.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class View360 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const View360({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/view_columns_2.dart b/packages/iconoir-flutter/lib/view_columns_2.dart new file mode 100644 index 00000000..ec3a0411 --- /dev/null +++ b/packages/iconoir-flutter/lib/view_columns_2.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ViewColumns2 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ViewColumns2({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/view_columns_3.dart b/packages/iconoir-flutter/lib/view_columns_3.dart new file mode 100644 index 00000000..f64987aa --- /dev/null +++ b/packages/iconoir-flutter/lib/view_columns_3.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ViewColumns3 extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ViewColumns3({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/view_grid.dart b/packages/iconoir-flutter/lib/view_grid.dart new file mode 100644 index 00000000..5ffce1ff --- /dev/null +++ b/packages/iconoir-flutter/lib/view_grid.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ViewGrid extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ViewGrid({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/view_structure_down.dart b/packages/iconoir-flutter/lib/view_structure_down.dart new file mode 100644 index 00000000..75a3a062 --- /dev/null +++ b/packages/iconoir-flutter/lib/view_structure_down.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ViewStructureDown extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ViewStructureDown({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/view_structure_up.dart b/packages/iconoir-flutter/lib/view_structure_up.dart new file mode 100644 index 00000000..2c6e6646 --- /dev/null +++ b/packages/iconoir-flutter/lib/view_structure_up.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ViewStructureUp extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ViewStructureUp({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice.dart b/packages/iconoir-flutter/lib/voice.dart new file mode 100644 index 00000000..1e8861c2 --- /dev/null +++ b/packages/iconoir-flutter/lib/voice.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Voice extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Voice({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice_circled.dart b/packages/iconoir-flutter/lib/voice_circled.dart new file mode 100644 index 00000000..ce72cd3b --- /dev/null +++ b/packages/iconoir-flutter/lib/voice_circled.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VoiceCircled extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VoiceCircled({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice_circled_lock.dart b/packages/iconoir-flutter/lib/voice_circled_lock.dart new file mode 100644 index 00000000..607754a0 --- /dev/null +++ b/packages/iconoir-flutter/lib/voice_circled_lock.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VoiceCircledLock extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VoiceCircledLock({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice_error.dart b/packages/iconoir-flutter/lib/voice_error.dart new file mode 100644 index 00000000..c6a24a15 --- /dev/null +++ b/packages/iconoir-flutter/lib/voice_error.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VoiceError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VoiceError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice_ok.dart b/packages/iconoir-flutter/lib/voice_ok.dart new file mode 100644 index 00000000..e5cecb98 --- /dev/null +++ b/packages/iconoir-flutter/lib/voice_ok.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VoiceOk extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VoiceOk({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice_phone.dart b/packages/iconoir-flutter/lib/voice_phone.dart new file mode 100644 index 00000000..0f28a98e --- /dev/null +++ b/packages/iconoir-flutter/lib/voice_phone.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VoicePhone extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VoicePhone({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice_scan.dart b/packages/iconoir-flutter/lib/voice_scan.dart new file mode 100644 index 00000000..8cdd7d93 --- /dev/null +++ b/packages/iconoir-flutter/lib/voice_scan.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VoiceScan extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VoiceScan({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/voice_squared.dart b/packages/iconoir-flutter/lib/voice_squared.dart new file mode 100644 index 00000000..5f226594 --- /dev/null +++ b/packages/iconoir-flutter/lib/voice_squared.dart @@ -0,0 +1,28 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VoiceSquared extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VoiceSquared({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/vr_symbol.dart b/packages/iconoir-flutter/lib/vr_symbol.dart new file mode 100644 index 00000000..fa4731c0 --- /dev/null +++ b/packages/iconoir-flutter/lib/vr_symbol.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class VrSymbol extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const VrSymbol({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/waist.dart b/packages/iconoir-flutter/lib/waist.dart new file mode 100644 index 00000000..729d188d --- /dev/null +++ b/packages/iconoir-flutter/lib/waist.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Waist extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Waist({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/walking.dart b/packages/iconoir-flutter/lib/walking.dart new file mode 100644 index 00000000..030b7e3c --- /dev/null +++ b/packages/iconoir-flutter/lib/walking.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Walking extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Walking({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wallet.dart b/packages/iconoir-flutter/lib/wallet.dart new file mode 100644 index 00000000..8d25bf35 --- /dev/null +++ b/packages/iconoir-flutter/lib/wallet.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Wallet extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Wallet({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/warning_circled_outline.dart b/packages/iconoir-flutter/lib/warning_circled_outline.dart new file mode 100644 index 00000000..573d4637 --- /dev/null +++ b/packages/iconoir-flutter/lib/warning_circled_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WarningCircledOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WarningCircledOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/warning_square_outline.dart b/packages/iconoir-flutter/lib/warning_square_outline.dart new file mode 100644 index 00000000..f1140f8d --- /dev/null +++ b/packages/iconoir-flutter/lib/warning_square_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WarningSquareOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WarningSquareOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/warning_triangle_outline.dart b/packages/iconoir-flutter/lib/warning_triangle_outline.dart new file mode 100644 index 00000000..6eca1290 --- /dev/null +++ b/packages/iconoir-flutter/lib/warning_triangle_outline.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WarningTriangleOutline extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WarningTriangleOutline({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/warning_window.dart b/packages/iconoir-flutter/lib/warning_window.dart new file mode 100644 index 00000000..27368629 --- /dev/null +++ b/packages/iconoir-flutter/lib/warning_window.dart @@ -0,0 +1,29 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WarningWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WarningWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wash.dart b/packages/iconoir-flutter/lib/wash.dart new file mode 100644 index 00000000..d0f05975 --- /dev/null +++ b/packages/iconoir-flutter/lib/wash.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Wash extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Wash({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/washing_machine.dart b/packages/iconoir-flutter/lib/washing_machine.dart new file mode 100644 index 00000000..476789cb --- /dev/null +++ b/packages/iconoir-flutter/lib/washing_machine.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WashingMachine extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WashingMachine({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/watering_soil.dart b/packages/iconoir-flutter/lib/watering_soil.dart new file mode 100644 index 00000000..bef21c3e --- /dev/null +++ b/packages/iconoir-flutter/lib/watering_soil.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WateringSoil extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WateringSoil({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/web_window.dart b/packages/iconoir-flutter/lib/web_window.dart new file mode 100644 index 00000000..b4e878c2 --- /dev/null +++ b/packages/iconoir-flutter/lib/web_window.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WebWindow extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WebWindow({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/web_window_close.dart b/packages/iconoir-flutter/lib/web_window_close.dart new file mode 100644 index 00000000..cde2f532 --- /dev/null +++ b/packages/iconoir-flutter/lib/web_window_close.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WebWindowClose extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WebWindowClose({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/web_window_energy_consumption.dart b/packages/iconoir-flutter/lib/web_window_energy_consumption.dart new file mode 100644 index 00000000..aada03c7 --- /dev/null +++ b/packages/iconoir-flutter/lib/web_window_energy_consumption.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WebWindowEnergyConsumption extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WebWindowEnergyConsumption({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/weight.dart b/packages/iconoir-flutter/lib/weight.dart new file mode 100644 index 00000000..d4af786f --- /dev/null +++ b/packages/iconoir-flutter/lib/weight.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Weight extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Weight({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/weight_alt.dart b/packages/iconoir-flutter/lib/weight_alt.dart new file mode 100644 index 00000000..0c340d65 --- /dev/null +++ b/packages/iconoir-flutter/lib/weight_alt.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WeightAlt extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WeightAlt({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/white_flag.dart b/packages/iconoir-flutter/lib/white_flag.dart new file mode 100644 index 00000000..70bce4e7 --- /dev/null +++ b/packages/iconoir-flutter/lib/white_flag.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WhiteFlag extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WhiteFlag({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wifi.dart b/packages/iconoir-flutter/lib/wifi.dart new file mode 100644 index 00000000..aa535d40 --- /dev/null +++ b/packages/iconoir-flutter/lib/wifi.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Wifi extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Wifi({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wifi_error.dart b/packages/iconoir-flutter/lib/wifi_error.dart new file mode 100644 index 00000000..c7c4c44b --- /dev/null +++ b/packages/iconoir-flutter/lib/wifi_error.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WifiError extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WifiError({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wifi_issue.dart b/packages/iconoir-flutter/lib/wifi_issue.dart new file mode 100644 index 00000000..0f036da2 --- /dev/null +++ b/packages/iconoir-flutter/lib/wifi_issue.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WifiIssue extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WifiIssue({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wifi_off.dart b/packages/iconoir-flutter/lib/wifi_off.dart new file mode 100644 index 00000000..ce795834 --- /dev/null +++ b/packages/iconoir-flutter/lib/wifi_off.dart @@ -0,0 +1,27 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WifiOff extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WifiOff({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wifi_rounded.dart b/packages/iconoir-flutter/lib/wifi_rounded.dart new file mode 100644 index 00000000..eec463f2 --- /dev/null +++ b/packages/iconoir-flutter/lib/wifi_rounded.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WifiRounded extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WifiRounded({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wifi_signal_none.dart b/packages/iconoir-flutter/lib/wifi_signal_none.dart new file mode 100644 index 00000000..937821c6 --- /dev/null +++ b/packages/iconoir-flutter/lib/wifi_signal_none.dart @@ -0,0 +1,23 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WifiSignalNone extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WifiSignalNone({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wind.dart b/packages/iconoir-flutter/lib/wind.dart new file mode 100644 index 00000000..afa24a3c --- /dev/null +++ b/packages/iconoir-flutter/lib/wind.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Wind extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Wind({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/windows.dart b/packages/iconoir-flutter/lib/windows.dart new file mode 100644 index 00000000..89bcd538 --- /dev/null +++ b/packages/iconoir-flutter/lib/windows.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Windows extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Windows({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wrap_text.dart b/packages/iconoir-flutter/lib/wrap_text.dart new file mode 100644 index 00000000..d06097e5 --- /dev/null +++ b/packages/iconoir-flutter/lib/wrap_text.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class WrapText extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const WrapText({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/wristwatch.dart b/packages/iconoir-flutter/lib/wristwatch.dart new file mode 100644 index 00000000..4a77722d --- /dev/null +++ b/packages/iconoir-flutter/lib/wristwatch.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Wristwatch extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Wristwatch({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/www.dart b/packages/iconoir-flutter/lib/www.dart new file mode 100644 index 00000000..ecbfd7c4 --- /dev/null +++ b/packages/iconoir-flutter/lib/www.dart @@ -0,0 +1,31 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Www extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Www({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/xbox_a.dart b/packages/iconoir-flutter/lib/xbox_a.dart new file mode 100644 index 00000000..16c6603f --- /dev/null +++ b/packages/iconoir-flutter/lib/xbox_a.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class XboxA extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const XboxA({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/xbox_b.dart b/packages/iconoir-flutter/lib/xbox_b.dart new file mode 100644 index 00000000..021e7f2e --- /dev/null +++ b/packages/iconoir-flutter/lib/xbox_b.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class XboxB extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const XboxB({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/xbox_x.dart b/packages/iconoir-flutter/lib/xbox_x.dart new file mode 100644 index 00000000..42fe36bc --- /dev/null +++ b/packages/iconoir-flutter/lib/xbox_x.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class XboxX extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const XboxX({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/xbox_y.dart b/packages/iconoir-flutter/lib/xbox_y.dart new file mode 100644 index 00000000..178e39bd --- /dev/null +++ b/packages/iconoir-flutter/lib/xbox_y.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class XboxY extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const XboxY({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/xray_view.dart b/packages/iconoir-flutter/lib/xray_view.dart new file mode 100644 index 00000000..e2a898ff --- /dev/null +++ b/packages/iconoir-flutter/lib/xray_view.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class XrayView extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const XrayView({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/yen.dart b/packages/iconoir-flutter/lib/yen.dart new file mode 100644 index 00000000..d2dde97c --- /dev/null +++ b/packages/iconoir-flutter/lib/yen.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Yen extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Yen({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/yen_square.dart b/packages/iconoir-flutter/lib/yen_square.dart new file mode 100644 index 00000000..288b7a7b --- /dev/null +++ b/packages/iconoir-flutter/lib/yen_square.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class YenSquare extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const YenSquare({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/yoga.dart b/packages/iconoir-flutter/lib/yoga.dart new file mode 100644 index 00000000..1146755a --- /dev/null +++ b/packages/iconoir-flutter/lib/yoga.dart @@ -0,0 +1,26 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class Yoga extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const Yoga({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/you_tube.dart b/packages/iconoir-flutter/lib/you_tube.dart new file mode 100644 index 00000000..dbaeefb9 --- /dev/null +++ b/packages/iconoir-flutter/lib/you_tube.dart @@ -0,0 +1,24 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class YouTube extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const YouTube({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/zoom_in.dart b/packages/iconoir-flutter/lib/zoom_in.dart new file mode 100644 index 00000000..c06d34ef --- /dev/null +++ b/packages/iconoir-flutter/lib/zoom_in.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ZoomIn extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ZoomIn({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/lib/zoom_out.dart b/packages/iconoir-flutter/lib/zoom_out.dart new file mode 100644 index 00000000..9a304c49 --- /dev/null +++ b/packages/iconoir-flutter/lib/zoom_out.dart @@ -0,0 +1,25 @@ +import 'package:flutter/widgets.dart'; +import 'package:flutter_svg/flutter_svg.dart'; + +class ZoomOut extends StatelessWidget { + final Color? color; + final double? width; + final double? height; + + const ZoomOut({Key? key, this.color, this.width, this.height}) + : super(key: key); + + @override + Widget build(BuildContext context) => SvgPicture.string( + ''' + + + + + +''', + color: color, + width: width, + height: height, + ); +} diff --git a/packages/iconoir-flutter/pubspec.yaml b/packages/iconoir-flutter/pubspec.yaml new file mode 100644 index 00000000..4fe256ba --- /dev/null +++ b/packages/iconoir-flutter/pubspec.yaml @@ -0,0 +1,24 @@ +name: iconoir_flutter +description: Flutter library for Iconoir icon set +version: 5.0.0 +homepage: https://iconoir.com +repository: https://github.com/lucaburgio/iconoir.git +issue_tracker: https://github.com/lucaburgio/iconoir/issues + +environment: + sdk: '>=2.17.1 <3.0.0' + flutter: '>=1.17.0' + +dependencies: + flutter: + sdk: flutter + flutter_svg: ^1.1.1 + +dev_dependencies: + flutter_test: + sdk: flutter + flutter_lints: ^2.0.1 + +flutter: + assets: + - ../../icons/ diff --git a/packages/iconoir-flutter/test/iconoir_flutter_test.dart b/packages/iconoir-flutter/test/iconoir_flutter_test.dart new file mode 100644 index 00000000..b7cce40e --- /dev/null +++ b/packages/iconoir-flutter/test/iconoir_flutter_test.dart @@ -0,0 +1,5 @@ +import 'package:flutter_test/flutter_test.dart'; + +void main() { + test('mock', () {}, skip: true); +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d48d1b5..deb757ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,23 +1,27 @@ -lockfileVersion: 5.3 +lockfileVersion: 5.4 importers: .: specifiers: + '@atomist/yaml-updater': ^1.0.2 '@svgr/cli': ^5.5.0 eslint: ^8.0.0 eslint-config-prettier: ^8.3.0 eslint-plugin-prettier: ^4.0.0 execa: ^5.1.1 + generate-template-files: ^3.2.0 listr2: ^3.12.2 prettier: ^2.4.1 semver: ^7.3.5 devDependencies: + '@atomist/yaml-updater': 1.0.2 '@svgr/cli': 5.5.0 eslint: 8.9.0 eslint-config-prettier: 8.4.0_eslint@8.9.0 - eslint-plugin-prettier: 4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f + eslint-plugin-prettier: 4.0.0_t5rlqxhdzybjjhn5fth7z27jl4 execa: 5.1.1 + generate-template-files: 3.2.0 listr2: 3.14.0 prettier: 2.5.1 semver: 7.3.5 @@ -55,6 +59,15 @@ packages: '@jridgewell/trace-mapping': 0.3.4 dev: true + /@atomist/yaml-updater/1.0.2: + resolution: {integrity: sha512-wdOMvqPZWP3ObzpwjrT4ODGnQYukC/bnzmVqWKwUQFMjIzRTMu9lv9MZxU5mtWgQ+l2i736XhmNt7guXzfuJcQ==} + engines: {node: '>=8.0.0', npm: '>=5.0.0'} + dependencies: + '@types/js-yaml': 3.12.7 + fast-deep-equal: 2.0.1 + js-yaml: 3.14.1 + dev: true + /@babel/code-frame/7.16.7: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} @@ -213,6 +226,8 @@ packages: resolution: {integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==} engines: {node: '>=6.0.0'} hasBin: true + dependencies: + '@babel/types': 7.17.0 dev: true /@babel/runtime/7.17.2: @@ -424,6 +439,10 @@ packages: svgo: 1.3.2 dev: true + /@types/js-yaml/3.12.7: + resolution: {integrity: sha512-S6+8JAYTE1qdsc9HMVsfY7+SgSuUU/Tp6TYTmITW0PZxiyIMvol3Gy//y69Wkhs0ti4py5qgR3uZH6uz/DNzJQ==} + dev: true + /@types/parse-json/4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true @@ -479,6 +498,11 @@ packages: uri-js: 4.4.1 dev: true + /ansi-colors/4.1.3: + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} + dev: true + /ansi-escapes/4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} engines: {node: '>=8'} @@ -515,6 +539,32 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true + /array-differ/1.0.0: + resolution: {integrity: sha512-LeZY+DZDRnvP7eMuQ6LHfCzUGxAAIViUBliK24P3hWXL6y4SortgR6Nim6xrkfSLlmH0+k+9NYNwVC2s53ZrYQ==} + engines: {node: '>=0.10.0'} + dev: true + + /array-union/1.0.2: + resolution: {integrity: sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==} + engines: {node: '>=0.10.0'} + dependencies: + array-uniq: 1.0.3 + dev: true + + /array-uniq/1.0.3: + resolution: {integrity: sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==} + engines: {node: '>=0.10.0'} + dev: true + + /arrify/1.0.1: + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} + engines: {node: '>=0.10.0'} + dev: true + + /asap/2.0.6: + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + dev: true + /astral-regex/2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} @@ -605,6 +655,14 @@ packages: string-width: 4.2.3 dev: true + /cliui/7.0.4: + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: true + /coa/2.0.2: resolution: {integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==} engines: {node: '>= 4.0'} @@ -639,6 +697,11 @@ packages: resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} dev: true + /colors/1.4.0: + resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} + engines: {node: '>=0.1.90'} + dev: true + /commander/6.2.1: resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} engines: {node: '>= 6'} @@ -752,6 +815,19 @@ packages: object-keys: 1.1.1 dev: true + /del/2.2.2: + resolution: {integrity: sha512-Z4fzpbIRjOu7lO5jCETSWoqUDVe0IPOlfugBsF6suen2LKDlVb4QZpKEM9P+buNJ4KI1eN7I083w/pbKUpsrWQ==} + engines: {node: '>=0.10.0'} + dependencies: + globby: 5.0.0 + is-path-cwd: 1.0.0 + is-path-in-cwd: 1.0.1 + object-assign: 4.1.1 + pify: 2.3.0 + pinkie-promise: 2.0.1 + rimraf: 2.7.1 + dev: true + /doctrine/3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} @@ -785,14 +861,32 @@ packages: resolution: {integrity: sha512-9LkRQwjW6/wnSfevR21a3k8sOJ+XWSH7kkzs9/EUenKmuDkndP3W9y1yCZpOxufwGbX3JV8glZZSDb4o95zwXQ==} dev: true + /emitter-mixin/0.0.3: + resolution: {integrity: sha512-DlYAjELhPGbpH7qLS00H+CnoLxKxZblXuLDBwl1I8ozlQ0xITmlopiEunFmb3lYzrSD+EW7sIEw5fSoZgNiO8Q==} + dev: true + /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: true + /enquirer/2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.3 + dev: true + /entities/2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: true + /errno/0.1.8: + resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} + hasBin: true + dependencies: + prr: 1.0.1 + dev: true + /error-ex/1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: @@ -858,7 +952,7 @@ packages: eslint: 8.9.0 dev: true - /eslint-plugin-prettier/4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f: + /eslint-plugin-prettier/4.0.0_t5rlqxhdzybjjhn5fth7z27jl4: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -1001,6 +1095,10 @@ packages: strip-final-newline: 2.0.0 dev: true + /fast-deep-equal/2.0.1: + resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==} + dev: true + /fast-deep-equal/3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} dev: true @@ -1048,11 +1146,28 @@ packages: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} dev: true + /generate-template-files/3.2.0: + resolution: {integrity: sha512-wLz+we3vBeOgZwxrW/csAZDpE9r3n35YKrzwsCGW4Ob6RSkvxv7f7j39077bCqMfOQkRIFJxvGuqGe6QkuWGMA==} + dependencies: + colors: 1.4.0 + enquirer: 2.3.6 + path-exists: 4.0.0 + recursive-copy: 2.0.11 + replace-string: 3.1.0 + through2: 4.0.2 + yargs: 16.2.0 + dev: true + /gensync/1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} dev: true + /get-caller-file/2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + dev: true + /get-intrinsic/1.1.1: resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} dependencies: @@ -1104,6 +1219,22 @@ packages: type-fest: 0.20.2 dev: true + /globby/5.0.0: + resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} + engines: {node: '>=0.10.0'} + dependencies: + array-union: 1.0.2 + arrify: 1.0.1 + glob: 7.2.0 + object-assign: 4.1.1 + pify: 2.3.0 + pinkie-promise: 2.0.1 + dev: true + + /graceful-fs/4.2.10: + resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} + dev: true + /has-bigints/1.0.1: resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} dev: true @@ -1249,6 +1380,25 @@ packages: has-tostringtag: 1.0.0 dev: true + /is-path-cwd/1.0.0: + resolution: {integrity: sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==} + engines: {node: '>=0.10.0'} + dev: true + + /is-path-in-cwd/1.0.1: + resolution: {integrity: sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-path-inside: 1.0.1 + dev: true + + /is-path-inside/1.0.1: + resolution: {integrity: sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==} + engines: {node: '>=0.10.0'} + dependencies: + path-is-inside: 1.0.2 + dev: true + /is-regex/1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -1335,6 +1485,11 @@ packages: minimist: 1.2.5 dev: true + /junk/1.0.3: + resolution: {integrity: sha512-3KF80UaaSSxo8jVnRYtMKNGFOoVPBdkkVPsw+Ad0y4oxKXPduS6G6iHkrf69yJVff/VAaYXkV42rtZ7daJxU3w==} + engines: {node: '>=0.10.0'} + dev: true + /levn/0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -1394,6 +1549,16 @@ packages: yallist: 4.0.0 dev: true + /maximatch/0.1.0: + resolution: {integrity: sha512-9ORVtDUFk4u/NFfo0vG/ND/z7UQCVZBL539YW0+U1I7H1BkZwizcPx5foFv7LCPcBnm2U6RjFnQOsIvN4/Vm2A==} + engines: {node: '>=0.10.0'} + dependencies: + array-differ: 1.0.0 + array-union: 1.0.2 + arrify: 1.0.1 + minimatch: 3.1.2 + dev: true + /mdn-data/2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} dev: true @@ -1544,11 +1709,20 @@ packages: lines-and-columns: 1.2.4 dev: true + /path-exists/4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + dev: true + /path-is-absolute/1.0.1: resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} engines: {node: '>=0.10.0'} dev: true + /path-is-inside/1.0.2: + resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==} + dev: true + /path-key/3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -1563,6 +1737,23 @@ packages: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: true + /pify/2.3.0: + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} + dev: true + + /pinkie-promise/2.0.1: + resolution: {integrity: sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==} + engines: {node: '>=0.10.0'} + dependencies: + pinkie: 2.0.4 + dev: true + + /pinkie/2.0.4: + resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} + engines: {node: '>=0.10.0'} + dev: true + /prelude-ls/1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -1581,6 +1772,16 @@ packages: hasBin: true dev: true + /promise/7.3.1: + resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} + dependencies: + asap: 2.0.6 + dev: true + + /prr/1.0.1: + resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} + dev: true + /punycode/2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} @@ -1610,6 +1811,30 @@ packages: object-assign: 4.1.1 dev: true + /readable-stream/3.6.0: + resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} + engines: {node: '>= 6'} + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + dev: true + + /recursive-copy/2.0.11: + resolution: {integrity: sha512-DqL2kO10mUne7XK5BPcwRtOJJZKhddD7IrW4UmHmKrwdV3HLPWcw6Jr4Jh12ooddfJOVz7ynFoFYYnPM7De0Og==} + dependencies: + del: 2.2.2 + emitter-mixin: 0.0.3 + errno: 0.1.8 + graceful-fs: 4.2.10 + junk: 1.0.3 + maximatch: 0.1.0 + mkdirp: 0.5.5 + pify: 2.3.0 + promise: 7.3.1 + slash: 1.0.0 + dev: true + /regenerator-runtime/0.13.9: resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==} dev: true @@ -1619,6 +1844,16 @@ packages: engines: {node: '>=8'} dev: true + /replace-string/3.1.0: + resolution: {integrity: sha512-yPpxc4ZR2makceA9hy/jHNqc7QVkd4Je/N0WRHm6bs3PtivPuPynxE5ejU/mp5EhnCv8+uZL7vhz8rkluSlx+Q==} + engines: {node: '>=8'} + dev: true + + /require-directory/2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + dev: true + /resolve-from/4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} @@ -1636,6 +1871,13 @@ packages: resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==} dev: true + /rimraf/2.7.1: + resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} + hasBin: true + dependencies: + glob: 7.2.0 + dev: true + /rimraf/3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true @@ -1653,6 +1895,10 @@ packages: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: true + /safe-buffer/5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: true + /sax/1.2.4: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: true @@ -1694,6 +1940,11 @@ packages: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: true + /slash/1.0.0: + resolution: {integrity: sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==} + engines: {node: '>=0.10.0'} + dev: true + /slice-ansi/3.0.0: resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==} engines: {node: '>=8'} @@ -1723,7 +1974,7 @@ packages: dev: true /sprintf-js/1.0.3: - resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true /stable/0.1.8: @@ -1753,6 +2004,12 @@ packages: define-properties: 1.1.3 dev: true + /string_decoder/1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + dependencies: + safe-buffer: 5.2.1 + dev: true + /strip-ansi/6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -1817,6 +2074,12 @@ packages: resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} dev: true + /through2/4.0.2: + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + dependencies: + readable-stream: 3.6.0 + dev: true + /to-fast-properties/2.0.0: resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} engines: {node: '>=4'} @@ -1868,6 +2131,10 @@ packages: punycode: 2.1.1 dev: true + /util-deprecate/1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + dev: true + /util.promisify/1.0.1: resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} dependencies: @@ -1926,6 +2193,11 @@ packages: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} dev: true + /y18n/5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + dev: true + /yallist/4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: true @@ -1934,3 +2206,21 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} dev: true + + /yargs-parser/20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + dev: true + + /yargs/16.2.0: + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} + dependencies: + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 20.2.9 + dev: true