Documentation ¶
Overview ¶
Package icons provides Material Design Symbols as SVG icon variables.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Used = map[Icon]bool{}
Used is a map containing all icons that have been used. It is added to by cogentcore.org/core/core.Icon.
Functions ¶
This section is empty.
Types ¶
type Icon ¶
type Icon string
Icon represents the SVG data of an icon. It can be set to "" or None to indicate that no icon should be used.
var ( //go:embed svg/abc-fill.svg AbcFill Icon //go:embed svg/abc.svg Abc Icon //go:embed svg/account_circle-fill.svg AccountCircleFill Icon //go:embed svg/account_circle.svg AccountCircle Icon //go:embed svg/account_circle_off-fill.svg AccountCircleOffFill Icon //go:embed svg/account_circle_off.svg AccountCircleOff Icon //go:embed svg/ad-fill.svg AdFill Icon //go:embed svg/ad.svg Ad Icon //go:embed svg/ad_off-fill.svg AdOffFill Icon //go:embed svg/ad_off.svg AdOff Icon //go:embed svg/adb-fill.svg AdbFill Icon //go:embed svg/adb.svg Adb Icon //go:embed svg/add-fill.svg AddFill Icon //go:embed svg/add.svg Add Icon //go:embed svg/add_a_photo-fill.svg AddAPhotoFill Icon //go:embed svg/add_a_photo.svg AddAPhoto Icon //go:embed svg/add_alert-fill.svg AddAlertFill Icon //go:embed svg/add_alert.svg AddAlert Icon //go:embed svg/add_box-fill.svg AddBoxFill Icon //go:embed svg/add_box.svg AddBox Icon //go:embed svg/add_call-fill.svg AddCallFill Icon //go:embed svg/add_call.svg AddCall Icon //go:embed svg/add_card-fill.svg AddCardFill Icon //go:embed svg/add_card.svg AddCard Icon //go:embed svg/add_chart-fill.svg AddChartFill Icon //go:embed svg/add_chart.svg AddChart Icon //go:embed svg/add_circle-fill.svg AddCircleFill Icon //go:embed svg/add_circle.svg AddCircle Icon //go:embed svg/add_comment-fill.svg AddCommentFill Icon //go:embed svg/add_comment.svg AddComment Icon //go:embed svg/add_home-fill.svg AddHomeFill Icon //go:embed svg/add_home.svg AddHome Icon //go:embed svg/add_home_work-fill.svg AddHomeWorkFill Icon //go:embed svg/add_home_work.svg AddHomeWork Icon //go:embed svg/add_link-fill.svg AddLinkFill Icon //go:embed svg/add_link.svg AddLink Icon //go:embed svg/add_location-fill.svg AddLocationFill Icon //go:embed svg/add_location.svg AddLocation Icon //go:embed svg/add_notes-fill.svg AddNotesFill Icon //go:embed svg/add_notes.svg AddNotes Icon //go:embed svg/add_shopping_cart-fill.svg AddShoppingCartFill Icon //go:embed svg/add_shopping_cart.svg AddShoppingCart Icon //go:embed svg/add_task-fill.svg AddTaskFill Icon //go:embed svg/add_task.svg AddTask Icon //go:embed svg/add_to_queue-fill.svg AddToQueueFill Icon //go:embed svg/add_to_queue.svg AddToQueue Icon //go:embed svg/adjust-fill.svg AdjustFill Icon //go:embed svg/adjust.svg Adjust Icon //go:embed svg/admin_meds-fill.svg AdminMedsFill Icon //go:embed svg/admin_meds.svg AdminMeds Icon //go:embed svg/admin_panel_settings-fill.svg AdminPanelSettingsFill Icon //go:embed svg/admin_panel_settings.svg AdminPanelSettings Icon //go:embed svg/agender-fill.svg AgenderFill Icon //go:embed svg/agender.svg Agender Icon //go:embed svg/agriculture-fill.svg AgricultureFill Icon //go:embed svg/agriculture.svg Agriculture Icon //go:embed svg/air-fill.svg AirFill Icon //go:embed svg/air.svg Air Icon //go:embed svg/airplay-fill.svg AirplayFill Icon //go:embed svg/airplay.svg Airplay Icon //go:embed svg/alarm-fill.svg AlarmFill Icon //go:embed svg/alarm.svg Alarm Icon //go:embed svg/alarm_add-fill.svg AlarmAddFill Icon //go:embed svg/alarm_add.svg AlarmAdd Icon //go:embed svg/alarm_off-fill.svg AlarmOffFill Icon //go:embed svg/alarm_off.svg AlarmOff Icon //go:embed svg/alarm_on-fill.svg AlarmOnFill Icon //go:embed svg/alarm_on.svg AlarmOn Icon //go:embed svg/album-fill.svg AlbumFill Icon //go:embed svg/album.svg Album Icon //go:embed svg/align_center-fill.svg AlignCenterFill Icon //go:embed svg/align_center.svg AlignCenter Icon //go:embed svg/align_end-fill.svg AlignEndFill Icon //go:embed svg/align_end.svg AlignEnd Icon //go:embed svg/align_flex_center-fill.svg AlignFlexCenterFill Icon //go:embed svg/align_flex_center.svg AlignFlexCenter Icon //go:embed svg/align_flex_end-fill.svg AlignFlexEndFill Icon //go:embed svg/align_flex_end.svg AlignFlexEnd Icon //go:embed svg/align_flex_start-fill.svg AlignFlexStartFill Icon //go:embed svg/align_flex_start.svg AlignFlexStart Icon //go:embed svg/align_horizontal_center-fill.svg AlignHorizontalCenterFill Icon //go:embed svg/align_horizontal_center.svg AlignHorizontalCenter Icon //go:embed svg/align_horizontal_left-fill.svg AlignHorizontalLeftFill Icon //go:embed svg/align_horizontal_left.svg AlignHorizontalLeft Icon //go:embed svg/align_horizontal_right-fill.svg AlignHorizontalRightFill Icon //go:embed svg/align_horizontal_right.svg AlignHorizontalRight Icon //go:embed svg/align_items_stretch-fill.svg AlignItemsStretchFill Icon //go:embed svg/align_items_stretch.svg AlignItemsStretch Icon //go:embed svg/align_justify_center-fill.svg AlignJustifyCenterFill Icon //go:embed svg/align_justify_center.svg AlignJustifyCenter Icon //go:embed svg/align_justify_flex_end-fill.svg AlignJustifyFlexEndFill Icon //go:embed svg/align_justify_flex_end.svg AlignJustifyFlexEnd Icon //go:embed svg/align_justify_flex_start-fill.svg AlignJustifyFlexStartFill Icon //go:embed svg/align_justify_flex_start.svg AlignJustifyFlexStart Icon //go:embed svg/align_justify_space_around-fill.svg AlignJustifySpaceAroundFill Icon //go:embed svg/align_justify_space_around.svg AlignJustifySpaceAround Icon //go:embed svg/align_justify_space_between-fill.svg AlignJustifySpaceBetweenFill Icon //go:embed svg/align_justify_space_between.svg AlignJustifySpaceBetween Icon //go:embed svg/align_justify_space_even-fill.svg AlignJustifySpaceEvenFill Icon //go:embed svg/align_justify_space_even.svg AlignJustifySpaceEven Icon //go:embed svg/align_justify_stretch-fill.svg AlignJustifyStretchFill Icon //go:embed svg/align_justify_stretch.svg AlignJustifyStretch Icon //go:embed svg/align_self_stretch-fill.svg AlignSelfStretchFill Icon //go:embed svg/align_self_stretch.svg AlignSelfStretch Icon //go:embed svg/align_space_around-fill.svg AlignSpaceAroundFill Icon //go:embed svg/align_space_around.svg AlignSpaceAround Icon //go:embed svg/align_space_between-fill.svg AlignSpaceBetweenFill Icon //go:embed svg/align_space_between.svg AlignSpaceBetween Icon //go:embed svg/align_space_even-fill.svg AlignSpaceEvenFill Icon //go:embed svg/align_space_even.svg AlignSpaceEven Icon //go:embed svg/align_start-fill.svg AlignStartFill Icon //go:embed svg/align_start.svg AlignStart Icon //go:embed svg/align_stretch-fill.svg AlignStretchFill Icon //go:embed svg/align_stretch.svg AlignStretch Icon //go:embed svg/align_vertical_bottom-fill.svg AlignVerticalBottomFill Icon //go:embed svg/align_vertical_bottom.svg AlignVerticalBottom Icon //go:embed svg/align_vertical_center-fill.svg AlignVerticalCenterFill Icon //go:embed svg/align_vertical_center.svg AlignVerticalCenter Icon //go:embed svg/align_vertical_top-fill.svg AlignVerticalTopFill Icon //go:embed svg/align_vertical_top.svg AlignVerticalTop Icon //go:embed svg/all_inbox-fill.svg AllInboxFill Icon //go:embed svg/all_inbox.svg AllInbox Icon //go:embed svg/all_match-fill.svg AllMatchFill Icon //go:embed svg/all_match.svg AllMatch Icon //go:embed svg/all_out-fill.svg AllOutFill Icon //go:embed svg/all_out.svg AllOut Icon //go:embed svg/alt_route-fill.svg AltRouteFill Icon //go:embed svg/alt_route.svg AltRoute Icon //go:embed svg/alternate_email-fill.svg AlternateEmailFill Icon //go:embed svg/alternate_email.svg AlternateEmail Icon //go:embed svg/altitude-fill.svg AltitudeFill Icon //go:embed svg/altitude.svg Altitude Icon //go:embed svg/amend-fill.svg AmendFill Icon //go:embed svg/amend.svg Amend Icon //go:embed svg/analytics-fill.svg AnalyticsFill Icon //go:embed svg/analytics.svg Analytics Icon //go:embed svg/anchor-fill.svg AnchorFill Icon //go:embed svg/anchor.svg Anchor Icon //go:embed svg/android-fill.svg AndroidFill Icon //go:embed svg/android.svg Android Icon //go:embed svg/animation-fill.svg AnimationFill Icon //go:embed svg/animation.svg Animation Icon //go:embed svg/apartment-fill.svg ApartmentFill Icon //go:embed svg/apartment.svg Apartment Icon //go:embed svg/api-fill.svg ApiFill Icon //go:embed svg/api.svg Api Icon //go:embed svg/apk_document-fill.svg ApkDocumentFill Icon //go:embed svg/apk_document.svg ApkDocument Icon //go:embed svg/apk_install-fill.svg ApkInstallFill Icon //go:embed svg/apk_install.svg ApkInstall Icon //go:embed svg/app_badging-fill.svg AppBadgingFill Icon //go:embed svg/app_badging.svg AppBadging Icon //go:embed svg/app_blocking-fill.svg AppBlockingFill Icon //go:embed svg/app_blocking.svg AppBlocking Icon //go:embed svg/app_promo-fill.svg AppPromoFill Icon //go:embed svg/app_promo.svg AppPromo Icon //go:embed svg/app_registration-fill.svg AppRegistrationFill Icon //go:embed svg/app_registration.svg AppRegistration Icon //go:embed svg/app_shortcut-fill.svg AppShortcutFill Icon //go:embed svg/app_shortcut.svg AppShortcut Icon //go:embed svg/approval-fill.svg ApprovalFill Icon //go:embed svg/approval.svg Approval Icon //go:embed svg/approval_delegation-fill.svg ApprovalDelegationFill Icon //go:embed svg/approval_delegation.svg ApprovalDelegation Icon //go:embed svg/apps-fill.svg AppsFill Icon //go:embed svg/apps.svg Apps Icon //go:embed svg/apps_outage-fill.svg AppsOutageFill Icon //go:embed svg/apps_outage.svg AppsOutage Icon //go:embed svg/ar_on_you-fill.svg ArOnYouFill Icon //go:embed svg/ar_on_you.svg ArOnYou Icon //go:embed svg/architecture-fill.svg ArchitectureFill Icon //go:embed svg/architecture.svg Architecture Icon //go:embed svg/archive-fill.svg ArchiveFill Icon //go:embed svg/archive.svg Archive Icon //go:embed svg/area_chart-fill.svg AreaChartFill Icon //go:embed svg/area_chart.svg AreaChart Icon //go:embed svg/arrow_and_edge-fill.svg ArrowAndEdgeFill Icon //go:embed svg/arrow_and_edge.svg ArrowAndEdge Icon //go:embed svg/arrow_back-fill.svg ArrowBackFill Icon //go:embed svg/arrow_back.svg ArrowBack Icon //go:embed svg/arrow_back_ios-fill.svg ArrowBackIosFill Icon //go:embed svg/arrow_back_ios.svg ArrowBackIos Icon //go:embed svg/arrow_back_ios_new-fill.svg ArrowBackIosNewFill Icon //go:embed svg/arrow_back_ios_new.svg ArrowBackIosNew Icon //go:embed svg/arrow_circle_down-fill.svg ArrowCircleDownFill Icon //go:embed svg/arrow_circle_down.svg ArrowCircleDown Icon //go:embed svg/arrow_circle_left-fill.svg ArrowCircleLeftFill Icon //go:embed svg/arrow_circle_left.svg ArrowCircleLeft Icon //go:embed svg/arrow_circle_right-fill.svg ArrowCircleRightFill Icon //go:embed svg/arrow_circle_right.svg ArrowCircleRight Icon //go:embed svg/arrow_circle_up-fill.svg ArrowCircleUpFill Icon //go:embed svg/arrow_circle_up.svg ArrowCircleUp Icon //go:embed svg/arrow_downward-fill.svg ArrowDownwardFill Icon //go:embed svg/arrow_downward.svg ArrowDownward Icon //go:embed svg/arrow_downward_alt-fill.svg ArrowDownwardAltFill Icon //go:embed svg/arrow_downward_alt.svg ArrowDownwardAlt Icon //go:embed svg/arrow_drop_down-fill.svg ArrowDropDownFill Icon //go:embed svg/arrow_drop_down.svg ArrowDropDown Icon //go:embed svg/arrow_drop_down_circle-fill.svg ArrowDropDownCircleFill Icon //go:embed svg/arrow_drop_down_circle.svg ArrowDropDownCircle Icon //go:embed svg/arrow_drop_up-fill.svg ArrowDropUpFill Icon //go:embed svg/arrow_drop_up.svg ArrowDropUp Icon //go:embed svg/arrow_forward-fill.svg ArrowForwardFill Icon //go:embed svg/arrow_forward.svg ArrowForward Icon //go:embed svg/arrow_forward_ios-fill.svg ArrowForwardIosFill Icon //go:embed svg/arrow_forward_ios.svg ArrowForwardIos Icon //go:embed svg/arrow_insert-fill.svg ArrowInsertFill Icon //go:embed svg/arrow_insert.svg ArrowInsert Icon //go:embed svg/arrow_left-fill.svg ArrowLeftFill Icon //go:embed svg/arrow_left.svg ArrowLeft Icon //go:embed svg/arrow_left_alt-fill.svg ArrowLeftAltFill Icon //go:embed svg/arrow_left_alt.svg ArrowLeftAlt Icon //go:embed svg/arrow_or_edge-fill.svg ArrowOrEdgeFill Icon //go:embed svg/arrow_or_edge.svg ArrowOrEdge Icon //go:embed svg/arrow_outward-fill.svg ArrowOutwardFill Icon //go:embed svg/arrow_outward.svg ArrowOutward Icon //go:embed svg/arrow_range-fill.svg ArrowRangeFill Icon //go:embed svg/arrow_range.svg ArrowRange Icon //go:embed svg/arrow_right-fill.svg ArrowRightFill Icon //go:embed svg/arrow_right.svg ArrowRight Icon //go:embed svg/arrow_right_alt-fill.svg ArrowRightAltFill Icon //go:embed svg/arrow_right_alt.svg ArrowRightAlt Icon //go:embed svg/arrow_selector_tool-fill.svg ArrowSelectorToolFill Icon //go:embed svg/arrow_selector_tool.svg ArrowSelectorTool Icon //go:embed svg/arrow_split-fill.svg ArrowSplitFill Icon //go:embed svg/arrow_split.svg ArrowSplit Icon //go:embed svg/arrow_top_left-fill.svg ArrowTopLeftFill Icon //go:embed svg/arrow_top_left.svg ArrowTopLeft Icon //go:embed svg/arrow_top_right-fill.svg ArrowTopRightFill Icon //go:embed svg/arrow_top_right.svg ArrowTopRight Icon //go:embed svg/arrow_upward-fill.svg ArrowUpwardFill Icon //go:embed svg/arrow_upward.svg ArrowUpward Icon //go:embed svg/arrow_upward_alt-fill.svg ArrowUpwardAltFill Icon //go:embed svg/arrow_upward_alt.svg ArrowUpwardAlt Icon //go:embed svg/arrows_more_down-fill.svg ArrowsMoreDownFill Icon //go:embed svg/arrows_more_down.svg ArrowsMoreDown Icon //go:embed svg/arrows_more_up-fill.svg ArrowsMoreUpFill Icon //go:embed svg/arrows_more_up.svg ArrowsMoreUp Icon //go:embed svg/arrows_outward-fill.svg ArrowsOutwardFill Icon //go:embed svg/arrows_outward.svg ArrowsOutward Icon //go:embed svg/article-fill.svg ArticleFill Icon //go:embed svg/article.svg Article Icon //go:embed svg/aspect_ratio-fill.svg AspectRatioFill Icon //go:embed svg/aspect_ratio.svg AspectRatio Icon //go:embed svg/assistant_direction-fill.svg AssistantDirectionFill Icon //go:embed svg/assistant_direction.svg AssistantDirection Icon AssistantNavigationFill Icon AssistantNavigation Icon //go:embed svg/attach_email-fill.svg AttachEmailFill Icon //go:embed svg/attach_email.svg AttachEmail Icon //go:embed svg/attach_file-fill.svg AttachFileFill Icon //go:embed svg/attach_file.svg AttachFile Icon //go:embed svg/attach_file_add-fill.svg AttachFileAddFill Icon //go:embed svg/attach_file_add.svg AttachFileAdd Icon //go:embed svg/attach_money-fill.svg AttachMoneyFill Icon //go:embed svg/attach_money.svg AttachMoney Icon //go:embed svg/attachment-fill.svg AttachmentFill Icon //go:embed svg/attachment.svg Attachment Icon //go:embed svg/attribution-fill.svg AttributionFill Icon //go:embed svg/attribution.svg Attribution Icon //go:embed svg/audio_file-fill.svg AudioFileFill Icon //go:embed svg/audio_file.svg AudioFile Icon //go:embed svg/audio_video_receiver-fill.svg AudioVideoReceiverFill Icon //go:embed svg/audio_video_receiver.svg AudioVideoReceiver Icon //go:embed svg/auto_delete-fill.svg AutoDeleteFill Icon //go:embed svg/auto_delete.svg AutoDelete Icon //go:embed svg/auto_read_pause-fill.svg AutoReadPauseFill Icon //go:embed svg/auto_read_pause.svg AutoReadPause Icon //go:embed svg/auto_read_play-fill.svg AutoReadPlayFill Icon //go:embed svg/auto_read_play.svg AutoReadPlay Icon //go:embed svg/autofps_select-fill.svg AutofpsSelectFill Icon //go:embed svg/autofps_select.svg AutofpsSelect Icon //go:embed svg/autopause-fill.svg AutopauseFill Icon //go:embed svg/autopause.svg Autopause Icon //go:embed svg/autoplay-fill.svg AutoplayFill Icon //go:embed svg/autoplay.svg Autoplay Icon //go:embed svg/autorenew-fill.svg AutorenewFill Icon //go:embed svg/autorenew.svg Autorenew Icon //go:embed svg/autostop-fill.svg AutostopFill Icon //go:embed svg/autostop.svg Autostop Icon //go:embed svg/av_timer-fill.svg AvTimerFill Icon //go:embed svg/av_timer.svg AvTimer Icon //go:embed svg/award_star-fill.svg AwardStarFill Icon //go:embed svg/award_star.svg AwardStar Icon //go:embed svg/back_hand-fill.svg BackHandFill Icon //go:embed svg/back_hand.svg BackHand Icon //go:embed svg/back_to_tab-fill.svg BackToTabFill Icon //go:embed svg/back_to_tab.svg BackToTab Icon //go:embed svg/background_dot_large-fill.svg BackgroundDotLargeFill Icon //go:embed svg/background_dot_large.svg BackgroundDotLarge Icon //go:embed svg/background_grid_small-fill.svg BackgroundGridSmallFill Icon //go:embed svg/background_grid_small.svg BackgroundGridSmall Icon //go:embed svg/background_replace-fill.svg BackgroundReplaceFill Icon //go:embed svg/background_replace.svg BackgroundReplace Icon //go:embed svg/backlight_high-fill.svg BacklightHighFill Icon //go:embed svg/backlight_high.svg BacklightHigh Icon //go:embed svg/backlight_low-fill.svg BacklightLowFill Icon //go:embed svg/backlight_low.svg BacklightLow Icon //go:embed svg/backspace-fill.svg BackspaceFill Icon //go:embed svg/backspace.svg Backspace Icon //go:embed svg/backup-fill.svg BackupFill Icon //go:embed svg/backup.svg Backup Icon //go:embed svg/backup_table-fill.svg BackupTableFill Icon //go:embed svg/backup_table.svg BackupTable Icon //go:embed svg/badge-fill.svg BadgeFill Icon //go:embed svg/badge.svg Badge Icon //go:embed svg/badge_critical_battery-fill.svg BadgeCriticalBatteryFill Icon //go:embed svg/badge_critical_battery.svg BadgeCriticalBattery Icon //go:embed svg/balance-fill.svg BalanceFill Icon //go:embed svg/balance.svg Balance Icon //go:embed svg/ballot-fill.svg BallotFill Icon //go:embed svg/ballot.svg Ballot Icon //go:embed svg/bar_chart-fill.svg BarChartFill Icon //go:embed svg/bar_chart.svg BarChart Icon //go:embed svg/bar_chart_4_bars-fill.svg BarChart4BarsFill Icon //go:embed svg/bar_chart_4_bars.svg BarChart4Bars Icon //go:embed svg/barcode-fill.svg BarcodeFill Icon //go:embed svg/barcode.svg Barcode Icon //go:embed svg/barcode_reader-fill.svg BarcodeReaderFill Icon //go:embed svg/barcode_reader.svg BarcodeReader Icon //go:embed svg/barcode_scanner-fill.svg BarcodeScannerFill Icon //go:embed svg/barcode_scanner.svg BarcodeScanner Icon //go:embed svg/batch_prediction-fill.svg BatchPredictionFill Icon //go:embed svg/batch_prediction.svg BatchPrediction Icon //go:embed svg/battery_0_bar-fill.svg Battery0BarFill Icon //go:embed svg/battery_0_bar.svg Battery0Bar Icon //go:embed svg/battery_1_bar-fill.svg Battery1BarFill Icon //go:embed svg/battery_1_bar.svg Battery1Bar Icon //go:embed svg/battery_2_bar-fill.svg Battery2BarFill Icon //go:embed svg/battery_2_bar.svg Battery2Bar Icon //go:embed svg/battery_3_bar-fill.svg Battery3BarFill Icon //go:embed svg/battery_3_bar.svg Battery3Bar Icon //go:embed svg/battery_4_bar-fill.svg Battery4BarFill Icon //go:embed svg/battery_4_bar.svg Battery4Bar Icon //go:embed svg/battery_5_bar-fill.svg Battery5BarFill Icon //go:embed svg/battery_5_bar.svg Battery5Bar Icon //go:embed svg/battery_6_bar-fill.svg Battery6BarFill Icon //go:embed svg/battery_6_bar.svg Battery6Bar Icon //go:embed svg/battery_alert-fill.svg BatteryAlertFill Icon //go:embed svg/battery_alert.svg BatteryAlert Icon //go:embed svg/battery_change-fill.svg BatteryChangeFill Icon //go:embed svg/battery_change.svg BatteryChange Icon //go:embed svg/battery_charging_20-fill.svg BatteryCharging20Fill Icon //go:embed svg/battery_charging_20.svg BatteryCharging20 Icon //go:embed svg/battery_charging_30-fill.svg BatteryCharging30Fill Icon //go:embed svg/battery_charging_30.svg BatteryCharging30 Icon //go:embed svg/battery_charging_50-fill.svg BatteryCharging50Fill Icon //go:embed svg/battery_charging_50.svg BatteryCharging50 Icon //go:embed svg/battery_charging_60-fill.svg BatteryCharging60Fill Icon //go:embed svg/battery_charging_60.svg BatteryCharging60 Icon //go:embed svg/battery_charging_80-fill.svg BatteryCharging80Fill Icon //go:embed svg/battery_charging_80.svg BatteryCharging80 Icon //go:embed svg/battery_charging_90-fill.svg BatteryCharging90Fill Icon //go:embed svg/battery_charging_90.svg BatteryCharging90 Icon //go:embed svg/battery_charging_full-fill.svg BatteryChargingFullFill Icon //go:embed svg/battery_charging_full.svg BatteryChargingFull Icon //go:embed svg/battery_error-fill.svg BatteryErrorFill Icon //go:embed svg/battery_error.svg BatteryError Icon //go:embed svg/battery_horiz_000-fill.svg BatteryHoriz000Fill Icon //go:embed svg/battery_horiz_000.svg BatteryHoriz000 Icon //go:embed svg/battery_horiz_050-fill.svg BatteryHoriz050Fill Icon //go:embed svg/battery_horiz_050.svg BatteryHoriz050 Icon //go:embed svg/battery_horiz_075-fill.svg BatteryHoriz075Fill Icon //go:embed svg/battery_horiz_075.svg BatteryHoriz075 Icon //go:embed svg/battery_low-fill.svg BatteryLowFill Icon //go:embed svg/battery_low.svg BatteryLow Icon //go:embed svg/battery_plus-fill.svg BatteryPlusFill Icon //go:embed svg/battery_plus.svg BatteryPlus Icon //go:embed svg/battery_profile-fill.svg BatteryProfileFill Icon //go:embed svg/battery_profile.svg BatteryProfile Icon //go:embed svg/battery_saver-fill.svg BatterySaverFill Icon //go:embed svg/battery_saver.svg BatterySaver Icon BatteryShareFill Icon BatteryShare Icon //go:embed svg/battery_status_good-fill.svg BatteryStatusGoodFill Icon //go:embed svg/battery_status_good.svg BatteryStatusGood Icon //go:embed svg/battery_unknown-fill.svg BatteryUnknownFill Icon //go:embed svg/battery_unknown.svg BatteryUnknown Icon //go:embed svg/battery_very_low-fill.svg BatteryVeryLowFill Icon //go:embed svg/battery_very_low.svg BatteryVeryLow Icon //go:embed svg/bed-fill.svg BedFill Icon //go:embed svg/bed.svg Bed Icon //go:embed svg/bedtime-fill.svg BedtimeFill Icon //go:embed svg/bedtime.svg Bedtime Icon //go:embed svg/bedtime_off-fill.svg BedtimeOffFill Icon //go:embed svg/bedtime_off.svg BedtimeOff Icon //go:embed svg/blanket-fill.svg BlanketFill Icon //go:embed svg/blanket.svg Blanket Icon //go:embed svg/blender-fill.svg BlenderFill Icon //go:embed svg/blender.svg Blender Icon //go:embed svg/blind-fill.svg BlindFill Icon //go:embed svg/blind.svg Blind Icon //go:embed svg/blinds-fill.svg BlindsFill Icon //go:embed svg/blinds.svg Blinds Icon //go:embed svg/blinds_closed-fill.svg BlindsClosedFill Icon //go:embed svg/blinds_closed.svg BlindsClosed Icon //go:embed svg/block-fill.svg BlockFill Icon //go:embed svg/block.svg Block Icon //go:embed svg/bluetooth-fill.svg BluetoothFill Icon //go:embed svg/bluetooth.svg Bluetooth Icon //go:embed svg/bluetooth_connected-fill.svg BluetoothConnectedFill Icon //go:embed svg/bluetooth_connected.svg BluetoothConnected Icon //go:embed svg/bluetooth_disabled-fill.svg BluetoothDisabledFill Icon //go:embed svg/bluetooth_disabled.svg BluetoothDisabled Icon //go:embed svg/bluetooth_drive-fill.svg BluetoothDriveFill Icon //go:embed svg/bluetooth_drive.svg BluetoothDrive Icon //go:embed svg/bluetooth_searching-fill.svg BluetoothSearchingFill Icon //go:embed svg/bluetooth_searching.svg BluetoothSearching Icon //go:embed svg/blur_circular-fill.svg BlurCircularFill Icon //go:embed svg/blur_circular.svg BlurCircular Icon //go:embed svg/blur_linear-fill.svg BlurLinearFill Icon //go:embed svg/blur_linear.svg BlurLinear Icon //go:embed svg/blur_medium-fill.svg BlurMediumFill Icon //go:embed svg/blur_medium.svg BlurMedium Icon //go:embed svg/blur_off-fill.svg BlurOffFill Icon //go:embed svg/blur_off.svg BlurOff Icon //go:embed svg/blur_on-fill.svg BlurOnFill Icon //go:embed svg/blur_on.svg BlurOn Icon //go:embed svg/blur_short-fill.svg BlurShortFill Icon //go:embed svg/blur_short.svg BlurShort Icon //go:embed svg/bolt-fill.svg BoltFill Icon //go:embed svg/bolt.svg Bolt Icon //go:embed svg/book-fill.svg BookFill Icon //go:embed svg/book.svg Book Icon //go:embed svg/book_online-fill.svg BookOnlineFill Icon //go:embed svg/book_online.svg BookOnline Icon //go:embed svg/bookmark-fill.svg BookmarkFill Icon //go:embed svg/bookmark.svg Bookmark Icon //go:embed svg/bookmark_add-fill.svg BookmarkAddFill Icon //go:embed svg/bookmark_add.svg BookmarkAdd Icon //go:embed svg/bookmark_added-fill.svg BookmarkAddedFill Icon //go:embed svg/bookmark_added.svg BookmarkAdded Icon //go:embed svg/bookmark_manager-fill.svg BookmarkManagerFill Icon //go:embed svg/bookmark_manager.svg BookmarkManager Icon //go:embed svg/bookmark_remove-fill.svg BookmarkRemoveFill Icon //go:embed svg/bookmark_remove.svg BookmarkRemove Icon //go:embed svg/bookmarks-fill.svg BookmarksFill Icon //go:embed svg/bookmarks.svg Bookmarks Icon //go:embed svg/border_all-fill.svg BorderAllFill Icon //go:embed svg/border_all.svg BorderAll Icon //go:embed svg/border_bottom-fill.svg BorderBottomFill Icon //go:embed svg/border_bottom.svg BorderBottom Icon //go:embed svg/border_clear-fill.svg BorderClearFill Icon //go:embed svg/border_clear.svg BorderClear Icon //go:embed svg/border_color-fill.svg BorderColorFill Icon //go:embed svg/border_color.svg BorderColor Icon //go:embed svg/border_horizontal-fill.svg BorderHorizontalFill Icon //go:embed svg/border_horizontal.svg BorderHorizontal Icon //go:embed svg/border_inner-fill.svg BorderInnerFill Icon //go:embed svg/border_inner.svg BorderInner Icon //go:embed svg/border_left-fill.svg BorderLeftFill Icon //go:embed svg/border_left.svg BorderLeft Icon //go:embed svg/border_outer-fill.svg BorderOuterFill Icon //go:embed svg/border_outer.svg BorderOuter Icon //go:embed svg/border_right-fill.svg BorderRightFill Icon //go:embed svg/border_right.svg BorderRight Icon //go:embed svg/border_style-fill.svg BorderStyleFill Icon //go:embed svg/border_style.svg BorderStyle Icon //go:embed svg/border_top-fill.svg BorderTopFill Icon //go:embed svg/border_top.svg BorderTop Icon //go:embed svg/border_vertical-fill.svg BorderVerticalFill Icon //go:embed svg/border_vertical.svg BorderVertical Icon //go:embed svg/bottom_app_bar-fill.svg BottomAppBarFill Icon //go:embed svg/bottom_app_bar.svg BottomAppBar Icon //go:embed svg/bottom_drawer-fill.svg BottomDrawerFill Icon //go:embed svg/bottom_drawer.svg BottomDrawer Icon BottomNavigationFill Icon BottomNavigation Icon //go:embed svg/bottom_panel_close-fill.svg BottomPanelCloseFill Icon //go:embed svg/bottom_panel_close.svg BottomPanelClose Icon //go:embed svg/bottom_panel_open-fill.svg BottomPanelOpenFill Icon //go:embed svg/bottom_panel_open.svg BottomPanelOpen Icon //go:embed svg/bottom_right_click-fill.svg BottomRightClickFill Icon //go:embed svg/bottom_right_click.svg BottomRightClick Icon //go:embed svg/bottom_sheets-fill.svg BottomSheetsFill Icon //go:embed svg/bottom_sheets.svg BottomSheets Icon //go:embed svg/box-fill.svg BoxFill Icon //go:embed svg/box.svg Box Icon //go:embed svg/box_add-fill.svg BoxAddFill Icon //go:embed svg/box_add.svg BoxAdd Icon //go:embed svg/box_edit-fill.svg BoxEditFill Icon //go:embed svg/box_edit.svg BoxEdit Icon //go:embed svg/boy-fill.svg BoyFill Icon //go:embed svg/boy.svg Boy Icon //go:embed svg/brightness_1-fill.svg Brightness1Fill Icon //go:embed svg/brightness_1.svg Brightness1 Icon //go:embed svg/brightness_2-fill.svg Brightness2Fill Icon //go:embed svg/brightness_2.svg Brightness2 Icon //go:embed svg/brightness_3-fill.svg Brightness3Fill Icon //go:embed svg/brightness_3.svg Brightness3 Icon //go:embed svg/brightness_4-fill.svg Brightness4Fill Icon //go:embed svg/brightness_4.svg Brightness4 Icon //go:embed svg/brightness_5-fill.svg Brightness5Fill Icon //go:embed svg/brightness_5.svg Brightness5 Icon //go:embed svg/brightness_6-fill.svg Brightness6Fill Icon //go:embed svg/brightness_6.svg Brightness6 Icon //go:embed svg/brightness_7-fill.svg Brightness7Fill Icon //go:embed svg/brightness_7.svg Brightness7 Icon //go:embed svg/brightness_alert-fill.svg BrightnessAlertFill Icon //go:embed svg/brightness_alert.svg BrightnessAlert Icon //go:embed svg/brightness_auto-fill.svg BrightnessAutoFill Icon //go:embed svg/brightness_auto.svg BrightnessAuto Icon //go:embed svg/brightness_empty-fill.svg BrightnessEmptyFill Icon //go:embed svg/brightness_empty.svg BrightnessEmpty Icon //go:embed svg/brightness_high-fill.svg BrightnessHighFill Icon //go:embed svg/brightness_high.svg BrightnessHigh Icon //go:embed svg/brightness_low-fill.svg BrightnessLowFill Icon //go:embed svg/brightness_low.svg BrightnessLow Icon //go:embed svg/brightness_medium-fill.svg BrightnessMediumFill Icon //go:embed svg/brightness_medium.svg BrightnessMedium Icon //go:embed svg/broadcast_on_home-fill.svg BroadcastOnHomeFill Icon //go:embed svg/broadcast_on_home.svg BroadcastOnHome Icon //go:embed svg/broadcast_on_personal-fill.svg BroadcastOnPersonalFill Icon //go:embed svg/broadcast_on_personal.svg BroadcastOnPersonal Icon //go:embed svg/broken_image-fill.svg BrokenImageFill Icon //go:embed svg/broken_image.svg BrokenImage Icon //go:embed svg/browse-fill.svg BrowseFill Icon //go:embed svg/browse.svg Browse Icon //go:embed svg/browse_activity-fill.svg BrowseActivityFill Icon //go:embed svg/browse_activity.svg BrowseActivity Icon //go:embed svg/browse_gallery-fill.svg BrowseGalleryFill Icon //go:embed svg/browse_gallery.svg BrowseGallery Icon //go:embed svg/browser_updated-fill.svg BrowserUpdatedFill Icon //go:embed svg/browser_updated.svg BrowserUpdated Icon //go:embed svg/brush-fill.svg BrushFill Icon //go:embed svg/brush.svg Brush Icon //go:embed svg/bubble-fill.svg BubbleFill Icon //go:embed svg/bubble.svg Bubble Icon //go:embed svg/bubble_chart-fill.svg BubbleChartFill Icon //go:embed svg/bubble_chart.svg BubbleChart Icon //go:embed svg/bubbles-fill.svg BubblesFill Icon //go:embed svg/bubbles.svg Bubbles Icon //go:embed svg/bug_report-fill.svg BugReportFill Icon //go:embed svg/bug_report.svg BugReport Icon //go:embed svg/build-fill.svg BuildFill Icon //go:embed svg/build.svg Build Icon //go:embed svg/build_circle-fill.svg BuildCircleFill Icon //go:embed svg/build_circle.svg BuildCircle Icon //go:embed svg/burst_mode-fill.svg BurstModeFill Icon //go:embed svg/burst_mode.svg BurstMode Icon //go:embed svg/business_chip-fill.svg BusinessChipFill Icon //go:embed svg/business_chip.svg BusinessChip Icon //go:embed svg/business_messages-fill.svg BusinessMessagesFill Icon //go:embed svg/business_messages.svg BusinessMessages Icon //go:embed svg/buttons_alt-fill.svg ButtonsAltFill Icon //go:embed svg/buttons_alt.svg ButtonsAlt Icon //go:embed svg/cable-fill.svg CableFill Icon //go:embed svg/cable.svg Cable Icon //go:embed svg/cached-fill.svg CachedFill Icon //go:embed svg/cached.svg Cached Icon //go:embed svg/cake-fill.svg CakeFill Icon //go:embed svg/cake.svg Cake Icon //go:embed svg/cake_add-fill.svg CakeAddFill Icon //go:embed svg/cake_add.svg CakeAdd Icon //go:embed svg/calculate-fill.svg CalculateFill Icon //go:embed svg/calculate.svg Calculate Icon //go:embed svg/calendar_add_on-fill.svg CalendarAddOnFill Icon //go:embed svg/calendar_add_on.svg CalendarAddOn Icon //go:embed svg/calendar_apps_script-fill.svg CalendarAppsScriptFill Icon //go:embed svg/calendar_apps_script.svg CalendarAppsScript Icon //go:embed svg/calendar_month-fill.svg CalendarMonthFill Icon //go:embed svg/calendar_month.svg CalendarMonth Icon //go:embed svg/calendar_today-fill.svg CalendarTodayFill Icon //go:embed svg/calendar_today.svg CalendarToday Icon //go:embed svg/calendar_view_day-fill.svg CalendarViewDayFill Icon //go:embed svg/calendar_view_day.svg CalendarViewDay Icon //go:embed svg/calendar_view_month-fill.svg CalendarViewMonthFill Icon //go:embed svg/calendar_view_month.svg CalendarViewMonth Icon //go:embed svg/calendar_view_week-fill.svg CalendarViewWeekFill Icon //go:embed svg/calendar_view_week.svg CalendarViewWeek Icon //go:embed svg/camera-fill.svg CameraFill Icon //go:embed svg/camera.svg Camera Icon //go:embed svg/camera_front-fill.svg CameraFrontFill Icon //go:embed svg/camera_front.svg CameraFront Icon //go:embed svg/camera_indoor-fill.svg CameraIndoorFill Icon //go:embed svg/camera_indoor.svg CameraIndoor Icon //go:embed svg/camera_outdoor-fill.svg CameraOutdoorFill Icon //go:embed svg/camera_outdoor.svg CameraOutdoor Icon //go:embed svg/camera_rear-fill.svg CameraRearFill Icon //go:embed svg/camera_rear.svg CameraRear Icon //go:embed svg/camera_roll-fill.svg CameraRollFill Icon //go:embed svg/camera_roll.svg CameraRoll Icon //go:embed svg/camera_video-fill.svg CameraVideoFill Icon //go:embed svg/camera_video.svg CameraVideo Icon //go:embed svg/cameraswitch-fill.svg CameraswitchFill Icon //go:embed svg/cameraswitch.svg Cameraswitch Icon //go:embed svg/cancel-fill.svg CancelFill Icon //go:embed svg/cancel.svg Cancel Icon //go:embed svg/cancel_presentation-fill.svg CancelPresentationFill Icon //go:embed svg/cancel_presentation.svg CancelPresentation Icon //go:embed svg/cancel_schedule_send-fill.svg CancelScheduleSendFill Icon //go:embed svg/cancel_schedule_send.svg CancelScheduleSend Icon //go:embed svg/candlestick_chart-fill.svg CandlestickChartFill Icon //go:embed svg/candlestick_chart.svg CandlestickChart Icon //go:embed svg/capture-fill.svg CaptureFill Icon //go:embed svg/capture.svg Capture Icon //go:embed svg/card_membership-fill.svg CardMembershipFill Icon //go:embed svg/card_membership.svg CardMembership Icon //go:embed svg/cards-fill.svg CardsFill Icon //go:embed svg/cards.svg Cards Icon //go:embed svg/cast-fill.svg CastFill Icon //go:embed svg/cast.svg Cast Icon //go:embed svg/cast_connected-fill.svg CastConnectedFill Icon //go:embed svg/cast_connected.svg CastConnected Icon //go:embed svg/cast_pause-fill.svg CastPauseFill Icon //go:embed svg/cast_pause.svg CastPause Icon //go:embed svg/cast_warning-fill.svg CastWarningFill Icon //go:embed svg/cast_warning.svg CastWarning Icon //go:embed svg/category-fill.svg CategoryFill Icon //go:embed svg/category.svg Category Icon //go:embed svg/celebration-fill.svg CelebrationFill Icon //go:embed svg/celebration.svg Celebration Icon //go:embed svg/cell_merge-fill.svg CellMergeFill Icon //go:embed svg/cell_merge.svg CellMerge Icon //go:embed svg/center_focus_strong-fill.svg CenterFocusStrongFill Icon //go:embed svg/center_focus_strong.svg CenterFocusStrong Icon //go:embed svg/center_focus_weak-fill.svg CenterFocusWeakFill Icon //go:embed svg/center_focus_weak.svg CenterFocusWeak Icon //go:embed svg/chair-fill.svg ChairFill Icon //go:embed svg/chair.svg Chair Icon //go:embed svg/change_circle-fill.svg ChangeCircleFill Icon //go:embed svg/change_circle.svg ChangeCircle Icon //go:embed svg/change_history-fill.svg ChangeHistoryFill Icon //go:embed svg/change_history.svg ChangeHistory Icon //go:embed svg/charger-fill.svg ChargerFill Icon //go:embed svg/charger.svg Charger Icon //go:embed svg/chart_data-fill.svg ChartDataFill Icon //go:embed svg/chart_data.svg ChartData Icon //go:embed svg/chat-fill.svg ChatFill Icon //go:embed svg/chat.svg Chat Icon //go:embed svg/chat_add_on-fill.svg ChatAddOnFill Icon //go:embed svg/chat_add_on.svg ChatAddOn Icon //go:embed svg/chat_apps_script-fill.svg ChatAppsScriptFill Icon //go:embed svg/chat_apps_script.svg ChatAppsScript Icon //go:embed svg/chat_bubble-fill.svg ChatBubbleFill Icon //go:embed svg/chat_bubble.svg ChatBubble Icon //go:embed svg/chat_error-fill.svg ChatErrorFill Icon //go:embed svg/chat_error.svg ChatError Icon //go:embed svg/chat_paste_go-fill.svg ChatPasteGoFill Icon //go:embed svg/chat_paste_go.svg ChatPasteGo Icon //go:embed svg/check-fill.svg CheckFill Icon //go:embed svg/check.svg Check Icon //go:embed svg/check_box-fill.svg CheckBoxFill Icon //go:embed svg/check_box.svg CheckBox Icon //go:embed svg/check_box_outline_blank-fill.svg CheckBoxOutlineBlankFill Icon //go:embed svg/check_box_outline_blank.svg CheckBoxOutlineBlank Icon //go:embed svg/check_circle-fill.svg CheckCircleFill Icon //go:embed svg/check_circle.svg CheckCircle Icon //go:embed svg/check_in_out-fill.svg CheckInOutFill Icon //go:embed svg/check_in_out.svg CheckInOut Icon //go:embed svg/check_indeterminate_small-fill.svg CheckIndeterminateSmallFill Icon //go:embed svg/check_indeterminate_small.svg CheckIndeterminateSmall Icon //go:embed svg/check_small-fill.svg CheckSmallFill Icon //go:embed svg/check_small.svg CheckSmall Icon //go:embed svg/checklist-fill.svg ChecklistFill Icon //go:embed svg/checklist.svg Checklist Icon //go:embed svg/checklist_rtl-fill.svg ChecklistRtlFill Icon //go:embed svg/checklist_rtl.svg ChecklistRtl Icon //go:embed svg/cheer-fill.svg CheerFill Icon //go:embed svg/cheer.svg Cheer Icon //go:embed svg/chess-fill.svg ChessFill Icon //go:embed svg/chess.svg Chess Icon //go:embed svg/chevron_left-fill.svg ChevronLeftFill Icon //go:embed svg/chevron_left.svg ChevronLeft Icon //go:embed svg/chevron_right-fill.svg ChevronRightFill Icon //go:embed svg/chevron_right.svg ChevronRight Icon //go:embed svg/chips-fill.svg ChipsFill Icon //go:embed svg/chips.svg Chips Icon //go:embed svg/chronic-fill.svg ChronicFill Icon //go:embed svg/chronic.svg Chronic Icon //go:embed svg/circle-fill.svg CircleFill Icon //go:embed svg/circle.svg Circle Icon //go:embed svg/circle_notifications-fill.svg CircleNotificationsFill Icon //go:embed svg/circle_notifications.svg CircleNotifications Icon //go:embed svg/circles-fill.svg CirclesFill Icon //go:embed svg/circles.svg Circles Icon //go:embed svg/circles_ext-fill.svg CirclesExtFill Icon //go:embed svg/circles_ext.svg CirclesExt Icon //go:embed svg/clarify-fill.svg ClarifyFill Icon //go:embed svg/clarify.svg Clarify Icon //go:embed svg/clear_all-fill.svg ClearAllFill Icon //go:embed svg/clear_all.svg ClearAll Icon //go:embed svg/clear_day-fill.svg ClearDayFill Icon //go:embed svg/clear_day.svg ClearDay Icon //go:embed svg/clear_night-fill.svg ClearNightFill Icon //go:embed svg/clear_night.svg ClearNight Icon //go:embed svg/clock_loader_10-fill.svg ClockLoader10Fill Icon //go:embed svg/clock_loader_10.svg ClockLoader10 Icon //go:embed svg/clock_loader_20-fill.svg ClockLoader20Fill Icon //go:embed svg/clock_loader_20.svg ClockLoader20 Icon //go:embed svg/clock_loader_40-fill.svg ClockLoader40Fill Icon //go:embed svg/clock_loader_40.svg ClockLoader40 Icon //go:embed svg/clock_loader_60-fill.svg ClockLoader60Fill Icon //go:embed svg/clock_loader_60.svg ClockLoader60 Icon //go:embed svg/clock_loader_80-fill.svg ClockLoader80Fill Icon //go:embed svg/clock_loader_80.svg ClockLoader80 Icon //go:embed svg/clock_loader_90-fill.svg ClockLoader90Fill Icon //go:embed svg/clock_loader_90.svg ClockLoader90 Icon //go:embed svg/close-fill.svg CloseFill Icon //go:embed svg/close.svg Close Icon //go:embed svg/close_fullscreen-fill.svg CloseFullscreenFill Icon //go:embed svg/close_fullscreen.svg CloseFullscreen Icon //go:embed svg/closed_caption-fill.svg ClosedCaptionFill Icon //go:embed svg/closed_caption.svg ClosedCaption Icon //go:embed svg/closed_caption_disabled-fill.svg ClosedCaptionDisabledFill Icon //go:embed svg/closed_caption_disabled.svg ClosedCaptionDisabled Icon //go:embed svg/cloud-fill.svg CloudFill Icon //go:embed svg/cloud.svg Cloud Icon //go:embed svg/cloud_circle-fill.svg CloudCircleFill Icon //go:embed svg/cloud_circle.svg CloudCircle Icon //go:embed svg/cloud_done-fill.svg CloudDoneFill Icon //go:embed svg/cloud_done.svg CloudDone Icon //go:embed svg/cloud_download-fill.svg CloudDownloadFill Icon //go:embed svg/cloud_download.svg CloudDownload Icon //go:embed svg/cloud_off-fill.svg CloudOffFill Icon //go:embed svg/cloud_off.svg CloudOff Icon //go:embed svg/cloud_sync-fill.svg CloudSyncFill Icon //go:embed svg/cloud_sync.svg CloudSync Icon //go:embed svg/cloud_upload-fill.svg CloudUploadFill Icon //go:embed svg/cloud_upload.svg CloudUpload Icon //go:embed svg/code-fill.svg CodeFill Icon //go:embed svg/code.svg Code Icon //go:embed svg/code_blocks-fill.svg CodeBlocksFill Icon //go:embed svg/code_blocks.svg CodeBlocks Icon //go:embed svg/code_off-fill.svg CodeOffFill Icon //go:embed svg/code_off.svg CodeOff Icon //go:embed svg/coffee-fill.svg CoffeeFill Icon //go:embed svg/coffee.svg Coffee Icon //go:embed svg/cogent-core.svg CogentCore Icon //go:embed svg/cognition-fill.svg CognitionFill Icon //go:embed svg/cognition.svg Cognition Icon //go:embed svg/collapse_all-fill.svg CollapseAllFill Icon //go:embed svg/collapse_all.svg CollapseAll Icon //go:embed svg/collections_bookmark-fill.svg CollectionsBookmarkFill Icon //go:embed svg/collections_bookmark.svg CollectionsBookmark Icon //go:embed svg/colorize-fill.svg ColorizeFill Icon //go:embed svg/colorize.svg Colorize Icon //go:embed svg/colors-fill.svg ColorsFill Icon //go:embed svg/colors.svg Colors Icon //go:embed svg/comic_bubble-fill.svg ComicBubbleFill Icon //go:embed svg/comic_bubble.svg ComicBubble Icon //go:embed svg/comment-fill.svg CommentFill Icon //go:embed svg/comment.svg Comment Icon //go:embed svg/comment_bank-fill.svg CommentBankFill Icon //go:embed svg/comment_bank.svg CommentBank Icon //go:embed svg/comments_disabled-fill.svg CommentsDisabledFill Icon //go:embed svg/comments_disabled.svg CommentsDisabled Icon //go:embed svg/commit-fill.svg CommitFill Icon //go:embed svg/commit.svg Commit Icon //go:embed svg/communication-fill.svg CommunicationFill Icon //go:embed svg/communication.svg Communication Icon //go:embed svg/communities-fill.svg CommunitiesFill Icon //go:embed svg/communities.svg Communities Icon //go:embed svg/compare-fill.svg CompareFill Icon //go:embed svg/compare.svg Compare Icon //go:embed svg/compare_arrows-fill.svg CompareArrowsFill Icon //go:embed svg/compare_arrows.svg CompareArrows Icon //go:embed svg/component_exchange-fill.svg ComponentExchangeFill Icon //go:embed svg/component_exchange.svg ComponentExchange Icon //go:embed svg/compress-fill.svg CompressFill Icon //go:embed svg/compress.svg Compress Icon //go:embed svg/computer-fill.svg ComputerFill Icon //go:embed svg/computer.svg Computer Icon //go:embed svg/confirmation_number-fill.svg ConfirmationNumberFill Icon //go:embed svg/confirmation_number.svg ConfirmationNumber Icon //go:embed svg/connect_without_contact-fill.svg ConnectWithoutContactFill Icon //go:embed svg/connect_without_contact.svg ConnectWithoutContact Icon //go:embed svg/connected_tv-fill.svg ConnectedTvFill Icon //go:embed svg/connected_tv.svg ConnectedTv Icon //go:embed svg/connecting_airports-fill.svg ConnectingAirportsFill Icon //go:embed svg/connecting_airports.svg ConnectingAirports Icon //go:embed svg/constant.svg Constant Icon //go:embed svg/construction-fill.svg ConstructionFill Icon //go:embed svg/construction.svg Construction Icon //go:embed svg/contact_emergency-fill.svg ContactEmergencyFill Icon //go:embed svg/contact_emergency.svg ContactEmergency Icon //go:embed svg/contact_mail-fill.svg ContactMailFill Icon //go:embed svg/contact_mail.svg ContactMail Icon //go:embed svg/contact_page-fill.svg ContactPageFill Icon //go:embed svg/contact_page.svg ContactPage Icon //go:embed svg/contact_phone-fill.svg ContactPhoneFill Icon //go:embed svg/contact_phone.svg ContactPhone Icon //go:embed svg/contact_support-fill.svg ContactSupportFill Icon //go:embed svg/contact_support.svg ContactSupport Icon //go:embed svg/contactless-fill.svg ContactlessFill Icon //go:embed svg/contactless.svg Contactless Icon //go:embed svg/contactless_off-fill.svg ContactlessOffFill Icon //go:embed svg/contactless_off.svg ContactlessOff Icon //go:embed svg/contacts-fill.svg ContactsFill Icon //go:embed svg/contacts.svg Contacts Icon //go:embed svg/content_copy-fill.svg ContentCopyFill Icon //go:embed svg/content_copy.svg ContentCopy Icon //go:embed svg/content_cut-fill.svg ContentCutFill Icon //go:embed svg/content_cut.svg ContentCut Icon //go:embed svg/content_paste-fill.svg ContentPasteFill Icon //go:embed svg/content_paste.svg ContentPaste Icon //go:embed svg/content_paste_go-fill.svg ContentPasteGoFill Icon //go:embed svg/content_paste_go.svg ContentPasteGo Icon //go:embed svg/content_paste_off-fill.svg ContentPasteOffFill Icon //go:embed svg/content_paste_off.svg ContentPasteOff Icon //go:embed svg/content_paste_search-fill.svg ContentPasteSearchFill Icon //go:embed svg/content_paste_search.svg ContentPasteSearch Icon //go:embed svg/contract-fill.svg ContractFill Icon //go:embed svg/contract.svg Contract Icon //go:embed svg/contract_delete-fill.svg ContractDeleteFill Icon //go:embed svg/contract_delete.svg ContractDelete Icon //go:embed svg/contract_edit-fill.svg ContractEditFill Icon //go:embed svg/contract_edit.svg ContractEdit Icon //go:embed svg/contrast-fill.svg ContrastFill Icon //go:embed svg/contrast.svg Contrast Icon //go:embed svg/contrast_rtl_off-fill.svg ContrastRtlOffFill Icon //go:embed svg/contrast_rtl_off.svg ContrastRtlOff Icon //go:embed svg/control_camera-fill.svg ControlCameraFill Icon //go:embed svg/control_camera.svg ControlCamera Icon //go:embed svg/control_point_duplicate-fill.svg ControlPointDuplicateFill Icon //go:embed svg/control_point_duplicate.svg ControlPointDuplicate Icon //go:embed svg/controller_gen-fill.svg ControllerGenFill Icon //go:embed svg/controller_gen.svg ControllerGen Icon //go:embed svg/conversion_path-fill.svg ConversionPathFill Icon //go:embed svg/conversion_path.svg ConversionPath Icon //go:embed svg/conversion_path_off-fill.svg ConversionPathOffFill Icon //go:embed svg/conversion_path_off.svg ConversionPathOff Icon //go:embed svg/conveyor_belt-fill.svg ConveyorBeltFill Icon //go:embed svg/conveyor_belt.svg ConveyorBelt Icon //go:embed svg/cookie-fill.svg CookieFill Icon //go:embed svg/cookie.svg Cookie Icon //go:embed svg/cookie_off-fill.svg CookieOffFill Icon //go:embed svg/cookie_off.svg CookieOff Icon //go:embed svg/copy.svg Copy Icon //go:embed svg/copy_all-fill.svg CopyAllFill Icon //go:embed svg/copy_all.svg CopyAll Icon //go:embed svg/copyright-fill.svg CopyrightFill Icon //go:embed svg/copyright.svg Copyright Icon //go:embed svg/counter_0-fill.svg Counter0Fill Icon //go:embed svg/counter_0.svg Counter0 Icon //go:embed svg/counter_1-fill.svg Counter1Fill Icon //go:embed svg/counter_1.svg Counter1 Icon //go:embed svg/counter_2-fill.svg Counter2Fill Icon //go:embed svg/counter_2.svg Counter2 Icon //go:embed svg/counter_3-fill.svg Counter3Fill Icon //go:embed svg/counter_3.svg Counter3 Icon //go:embed svg/counter_4-fill.svg Counter4Fill Icon //go:embed svg/counter_4.svg Counter4 Icon //go:embed svg/counter_5-fill.svg Counter5Fill Icon //go:embed svg/counter_5.svg Counter5 Icon //go:embed svg/counter_6-fill.svg Counter6Fill Icon //go:embed svg/counter_6.svg Counter6 Icon //go:embed svg/counter_7-fill.svg Counter7Fill Icon //go:embed svg/counter_7.svg Counter7 Icon //go:embed svg/counter_8-fill.svg Counter8Fill Icon //go:embed svg/counter_8.svg Counter8 Icon //go:embed svg/counter_9-fill.svg Counter9Fill Icon //go:embed svg/counter_9.svg Counter9 Icon //go:embed svg/create_new_folder-fill.svg CreateNewFolderFill Icon //go:embed svg/create_new_folder.svg CreateNewFolder Icon //go:embed svg/credit_card-fill.svg CreditCardFill Icon //go:embed svg/credit_card.svg CreditCard Icon //go:embed svg/credit_card_off-fill.svg CreditCardOffFill Icon //go:embed svg/credit_card_off.svg CreditCardOff Icon //go:embed svg/credit_score-fill.svg CreditScoreFill Icon //go:embed svg/credit_score.svg CreditScore Icon //go:embed svg/crisis_alert-fill.svg CrisisAlertFill Icon //go:embed svg/crisis_alert.svg CrisisAlert Icon //go:embed svg/crop-fill.svg CropFill Icon //go:embed svg/crop.svg Crop Icon //go:embed svg/crop_16_9-fill.svg Crop169Fill Icon //go:embed svg/crop_16_9.svg Crop169 Icon //go:embed svg/crop_3_2-fill.svg Crop32Fill Icon //go:embed svg/crop_3_2.svg Crop32 Icon //go:embed svg/crop_5_4-fill.svg Crop54Fill Icon //go:embed svg/crop_5_4.svg Crop54 Icon //go:embed svg/crop_7_5-fill.svg Crop75Fill Icon //go:embed svg/crop_7_5.svg Crop75 Icon //go:embed svg/crop_free-fill.svg CropFreeFill Icon //go:embed svg/crop_free.svg CropFree Icon //go:embed svg/crop_landscape-fill.svg CropLandscapeFill Icon //go:embed svg/crop_landscape.svg CropLandscape Icon //go:embed svg/crop_portrait-fill.svg CropPortraitFill Icon //go:embed svg/crop_portrait.svg CropPortrait Icon //go:embed svg/crop_rotate-fill.svg CropRotateFill Icon //go:embed svg/crop_rotate.svg CropRotate Icon //go:embed svg/crop_square-fill.svg CropSquareFill Icon //go:embed svg/crop_square.svg CropSquare Icon //go:embed svg/crowdsource-fill.svg CrowdsourceFill Icon //go:embed svg/crowdsource.svg Crowdsource Icon //go:embed svg/css-fill.svg CssFill Icon //go:embed svg/css.svg Css Icon //go:embed svg/csv-fill.svg CsvFill Icon //go:embed svg/csv.svg Csv Icon //go:embed svg/currency_bitcoin-fill.svg CurrencyBitcoinFill Icon //go:embed svg/currency_bitcoin.svg CurrencyBitcoin Icon //go:embed svg/currency_exchange-fill.svg CurrencyExchangeFill Icon //go:embed svg/currency_exchange.svg CurrencyExchange Icon //go:embed svg/currency_franc-fill.svg CurrencyFrancFill Icon //go:embed svg/currency_franc.svg CurrencyFranc Icon //go:embed svg/currency_lira-fill.svg CurrencyLiraFill Icon //go:embed svg/currency_lira.svg CurrencyLira Icon //go:embed svg/currency_pound-fill.svg CurrencyPoundFill Icon //go:embed svg/currency_pound.svg CurrencyPound Icon //go:embed svg/currency_ruble-fill.svg CurrencyRubleFill Icon //go:embed svg/currency_ruble.svg CurrencyRuble Icon //go:embed svg/currency_rupee-fill.svg CurrencyRupeeFill Icon //go:embed svg/currency_rupee.svg CurrencyRupee Icon //go:embed svg/currency_yen-fill.svg CurrencyYenFill Icon //go:embed svg/currency_yen.svg CurrencyYen Icon //go:embed svg/currency_yuan-fill.svg CurrencyYuanFill Icon //go:embed svg/currency_yuan.svg CurrencyYuan Icon //go:embed svg/custom_typography-fill.svg CustomTypographyFill Icon //go:embed svg/custom_typography.svg CustomTypography Icon //go:embed svg/cut-fill.svg CutFill Icon //go:embed svg/cut.svg Cut Icon //go:embed svg/cycle-fill.svg CycleFill Icon //go:embed svg/cycle.svg Cycle Icon //go:embed svg/cyclone-fill.svg CycloneFill Icon //go:embed svg/cyclone.svg Cyclone Icon //go:embed svg/dangerous-fill.svg DangerousFill Icon //go:embed svg/dangerous.svg Dangerous Icon //go:embed svg/dark_mode-fill.svg DarkModeFill Icon //go:embed svg/dark_mode.svg DarkMode Icon //go:embed svg/dashboard-fill.svg DashboardFill Icon //go:embed svg/dashboard.svg Dashboard Icon //go:embed svg/dashboard_customize-fill.svg DashboardCustomizeFill Icon //go:embed svg/dashboard_customize.svg DashboardCustomize Icon //go:embed svg/data_alert-fill.svg DataAlertFill Icon //go:embed svg/data_alert.svg DataAlert Icon //go:embed svg/data_array-fill.svg DataArrayFill Icon //go:embed svg/data_array.svg DataArray Icon //go:embed svg/data_check-fill.svg DataCheckFill Icon //go:embed svg/data_check.svg DataCheck Icon //go:embed svg/data_exploration-fill.svg DataExplorationFill Icon //go:embed svg/data_exploration.svg DataExploration Icon //go:embed svg/data_info_alert-fill.svg DataInfoAlertFill Icon //go:embed svg/data_info_alert.svg DataInfoAlert Icon //go:embed svg/data_loss_prevention-fill.svg DataLossPreventionFill Icon //go:embed svg/data_loss_prevention.svg DataLossPrevention Icon //go:embed svg/data_object-fill.svg DataObjectFill Icon //go:embed svg/data_object.svg DataObject Icon //go:embed svg/data_saver_on-fill.svg DataSaverOnFill Icon //go:embed svg/data_saver_on.svg DataSaverOn Icon //go:embed svg/data_table-fill.svg DataTableFill Icon //go:embed svg/data_table.svg DataTable Icon //go:embed svg/data_thresholding-fill.svg DataThresholdingFill Icon //go:embed svg/data_thresholding.svg DataThresholding Icon //go:embed svg/data_usage-fill.svg DataUsageFill Icon //go:embed svg/data_usage.svg DataUsage Icon //go:embed svg/database-fill.svg DatabaseFill Icon //go:embed svg/database.svg Database Icon //go:embed svg/dataset-fill.svg DatasetFill Icon //go:embed svg/dataset.svg Dataset Icon //go:embed svg/dataset_linked-fill.svg DatasetLinkedFill Icon //go:embed svg/dataset_linked.svg DatasetLinked Icon //go:embed svg/date_range-fill.svg DateRangeFill Icon //go:embed svg/date_range.svg DateRange Icon //go:embed svg/deblur-fill.svg DeblurFill Icon //go:embed svg/deblur.svg Deblur Icon //go:embed svg/debug-fill.svg DebugFill Icon //go:embed svg/debug.svg Debug Icon //go:embed svg/decimal_decrease-fill.svg DecimalDecreaseFill Icon //go:embed svg/decimal_decrease.svg DecimalDecrease Icon //go:embed svg/decimal_increase-fill.svg DecimalIncreaseFill Icon //go:embed svg/decimal_increase.svg DecimalIncrease Icon //go:embed svg/deck-fill.svg DeckFill Icon //go:embed svg/deck.svg Deck Icon //go:embed svg/dehaze-fill.svg DehazeFill Icon //go:embed svg/dehaze.svg Dehaze Icon //go:embed svg/delete-fill.svg DeleteFill Icon //go:embed svg/delete.svg Delete Icon //go:embed svg/delete_forever-fill.svg DeleteForeverFill Icon //go:embed svg/delete_forever.svg DeleteForever Icon //go:embed svg/delete_sweep-fill.svg DeleteSweepFill Icon //go:embed svg/delete_sweep.svg DeleteSweep Icon //go:embed svg/density_large-fill.svg DensityLargeFill Icon //go:embed svg/density_large.svg DensityLarge Icon //go:embed svg/density_medium-fill.svg DensityMediumFill Icon //go:embed svg/density_medium.svg DensityMedium Icon //go:embed svg/density_small-fill.svg DensitySmallFill Icon //go:embed svg/density_small.svg DensitySmall Icon //go:embed svg/deployed_code-fill.svg DeployedCodeFill Icon //go:embed svg/deployed_code.svg DeployedCode Icon //go:embed svg/deployed_code_alert-fill.svg DeployedCodeAlertFill Icon //go:embed svg/deployed_code_alert.svg DeployedCodeAlert Icon //go:embed svg/deployed_code_history-fill.svg DeployedCodeHistoryFill Icon //go:embed svg/deployed_code_history.svg DeployedCodeHistory Icon //go:embed svg/deployed_code_update-fill.svg DeployedCodeUpdateFill Icon //go:embed svg/deployed_code_update.svg DeployedCodeUpdate Icon //go:embed svg/description-fill.svg DescriptionFill Icon //go:embed svg/description.svg Description Icon //go:embed svg/deselect-fill.svg DeselectFill Icon //go:embed svg/deselect.svg Deselect Icon //go:embed svg/design_services-fill.svg DesignServicesFill Icon //go:embed svg/design_services.svg DesignServices Icon //go:embed svg/desk-fill.svg DeskFill Icon //go:embed svg/desk.svg Desk Icon //go:embed svg/deskphone-fill.svg DeskphoneFill Icon //go:embed svg/deskphone.svg Deskphone Icon //go:embed svg/desktop-fill.svg DesktopFill Icon //go:embed svg/desktop.svg Desktop Icon //go:embed svg/desktop_access_disabled-fill.svg DesktopAccessDisabledFill Icon //go:embed svg/desktop_access_disabled.svg DesktopAccessDisabled Icon //go:embed svg/desktop_mac-fill.svg DesktopMacFill Icon //go:embed svg/desktop_mac.svg DesktopMac Icon //go:embed svg/desktop_windows-fill.svg DesktopWindowsFill Icon //go:embed svg/desktop_windows.svg DesktopWindows Icon //go:embed svg/details-fill.svg DetailsFill Icon //go:embed svg/details.svg Details Icon //go:embed svg/detector-fill.svg DetectorFill Icon //go:embed svg/detector.svg Detector Icon //go:embed svg/detector_alarm-fill.svg DetectorAlarmFill Icon //go:embed svg/detector_alarm.svg DetectorAlarm Icon //go:embed svg/detector_battery-fill.svg DetectorBatteryFill Icon //go:embed svg/detector_battery.svg DetectorBattery Icon //go:embed svg/detector_co-fill.svg DetectorCoFill Icon //go:embed svg/detector_co.svg DetectorCo Icon //go:embed svg/detector_offline-fill.svg DetectorOfflineFill Icon //go:embed svg/detector_offline.svg DetectorOffline Icon //go:embed svg/detector_smoke-fill.svg DetectorSmokeFill Icon //go:embed svg/detector_smoke.svg DetectorSmoke Icon //go:embed svg/detector_status-fill.svg DetectorStatusFill Icon //go:embed svg/detector_status.svg DetectorStatus Icon //go:embed svg/developer_board-fill.svg DeveloperBoardFill Icon //go:embed svg/developer_board.svg DeveloperBoard Icon //go:embed svg/developer_board_off-fill.svg DeveloperBoardOffFill Icon //go:embed svg/developer_board_off.svg DeveloperBoardOff Icon //go:embed svg/developer_guide-fill.svg DeveloperGuideFill Icon //go:embed svg/developer_guide.svg DeveloperGuide Icon //go:embed svg/developer_mode-fill.svg DeveloperModeFill Icon //go:embed svg/developer_mode.svg DeveloperMode Icon //go:embed svg/developer_mode_tv-fill.svg DeveloperModeTvFill Icon //go:embed svg/developer_mode_tv.svg DeveloperModeTv Icon //go:embed svg/device_hub-fill.svg DeviceHubFill Icon //go:embed svg/device_hub.svg DeviceHub Icon //go:embed svg/device_reset-fill.svg DeviceResetFill Icon //go:embed svg/device_reset.svg DeviceReset Icon //go:embed svg/device_thermostat-fill.svg DeviceThermostatFill Icon //go:embed svg/device_thermostat.svg DeviceThermostat Icon //go:embed svg/device_unknown-fill.svg DeviceUnknownFill Icon //go:embed svg/device_unknown.svg DeviceUnknown Icon //go:embed svg/devices-fill.svg DevicesFill Icon //go:embed svg/devices.svg Devices Icon //go:embed svg/devices_fold-fill.svg DevicesFoldFill Icon //go:embed svg/devices_fold.svg DevicesFold Icon //go:embed svg/devices_off-fill.svg DevicesOffFill Icon //go:embed svg/devices_off.svg DevicesOff Icon //go:embed svg/devices_other-fill.svg DevicesOtherFill Icon //go:embed svg/devices_other.svg DevicesOther Icon //go:embed svg/devices_wearables-fill.svg DevicesWearablesFill Icon //go:embed svg/devices_wearables.svg DevicesWearables Icon //go:embed svg/dialer_sip-fill.svg DialerSipFill Icon //go:embed svg/dialer_sip.svg DialerSip Icon //go:embed svg/dialogs-fill.svg DialogsFill Icon //go:embed svg/dialogs.svg Dialogs Icon //go:embed svg/dialpad-fill.svg DialpadFill Icon //go:embed svg/dialpad.svg Dialpad Icon //go:embed svg/diamond-fill.svg DiamondFill Icon //go:embed svg/diamond.svg Diamond Icon //go:embed svg/difference-fill.svg DifferenceFill Icon //go:embed svg/difference.svg Difference Icon //go:embed svg/dining-fill.svg DiningFill Icon //go:embed svg/dining.svg Dining Icon //go:embed svg/dinner_dining-fill.svg DinnerDiningFill Icon //go:embed svg/dinner_dining.svg DinnerDining Icon //go:embed svg/directions-fill.svg DirectionsFill Icon //go:embed svg/directions.svg Directions Icon //go:embed svg/directions_off-fill.svg DirectionsOffFill Icon //go:embed svg/directions_off.svg DirectionsOff Icon //go:embed svg/directory_sync-fill.svg DirectorySyncFill Icon //go:embed svg/directory_sync.svg DirectorySync Icon //go:embed svg/dirty_lens-fill.svg DirtyLensFill Icon //go:embed svg/dirty_lens.svg DirtyLens Icon //go:embed svg/disabled_by_default-fill.svg DisabledByDefaultFill Icon //go:embed svg/disabled_by_default.svg DisabledByDefault Icon //go:embed svg/disabled_visible-fill.svg DisabledVisibleFill Icon //go:embed svg/disabled_visible.svg DisabledVisible Icon //go:embed svg/disc_full-fill.svg DiscFullFill Icon //go:embed svg/disc_full.svg DiscFull Icon //go:embed svg/display_external_input-fill.svg DisplayExternalInputFill Icon //go:embed svg/display_external_input.svg DisplayExternalInput Icon //go:embed svg/display_settings-fill.svg DisplaySettingsFill Icon //go:embed svg/display_settings.svg DisplaySettings Icon //go:embed svg/distance-fill.svg DistanceFill Icon //go:embed svg/distance.svg Distance Icon //go:embed svg/diversity_1-fill.svg Diversity1Fill Icon //go:embed svg/diversity_1.svg Diversity1 Icon //go:embed svg/diversity_2-fill.svg Diversity2Fill Icon //go:embed svg/diversity_2.svg Diversity2 Icon //go:embed svg/diversity_3-fill.svg Diversity3Fill Icon //go:embed svg/diversity_3.svg Diversity3 Icon //go:embed svg/diversity_4-fill.svg Diversity4Fill Icon //go:embed svg/diversity_4.svg Diversity4 Icon //go:embed svg/dns-fill.svg DnsFill Icon //go:embed svg/dns.svg Dns Icon //go:embed svg/do_not_disturb_off-fill.svg DoNotDisturbOffFill Icon //go:embed svg/do_not_disturb_off.svg DoNotDisturbOff Icon //go:embed svg/do_not_disturb_on-fill.svg DoNotDisturbOnFill Icon //go:embed svg/do_not_disturb_on.svg DoNotDisturbOn Icon //go:embed svg/dock-fill.svg DockFill Icon //go:embed svg/dock.svg Dock Icon //go:embed svg/dock_to_bottom-fill.svg DockToBottomFill Icon //go:embed svg/dock_to_bottom.svg DockToBottom Icon //go:embed svg/dock_to_left-fill.svg DockToLeftFill Icon //go:embed svg/dock_to_left.svg DockToLeft Icon //go:embed svg/dock_to_right-fill.svg DockToRightFill Icon //go:embed svg/dock_to_right.svg DockToRight Icon //go:embed svg/docs_add_on-fill.svg DocsAddOnFill Icon //go:embed svg/docs_add_on.svg DocsAddOn Icon //go:embed svg/docs_apps_script-fill.svg DocsAppsScriptFill Icon //go:embed svg/docs_apps_script.svg DocsAppsScript Icon //go:embed svg/document-fill.svg DocumentFill Icon //go:embed svg/document.svg Document Icon //go:embed svg/document_scanner-fill.svg DocumentScannerFill Icon //go:embed svg/document_scanner.svg DocumentScanner Icon //go:embed svg/domain-fill.svg DomainFill Icon //go:embed svg/domain.svg Domain Icon //go:embed svg/domain_add-fill.svg DomainAddFill Icon //go:embed svg/domain_add.svg DomainAdd Icon //go:embed svg/domain_disabled-fill.svg DomainDisabledFill Icon //go:embed svg/domain_disabled.svg DomainDisabled Icon //go:embed svg/domain_verification-fill.svg DomainVerificationFill Icon //go:embed svg/domain_verification.svg DomainVerification Icon //go:embed svg/domain_verification_off-fill.svg DomainVerificationOffFill Icon //go:embed svg/domain_verification_off.svg DomainVerificationOff Icon //go:embed svg/done-fill.svg DoneFill Icon //go:embed svg/done.svg Done Icon //go:embed svg/done_all-fill.svg DoneAllFill Icon //go:embed svg/done_all.svg DoneAll Icon //go:embed svg/done_outline-fill.svg DoneOutlineFill Icon //go:embed svg/done_outline.svg DoneOutline Icon //go:embed svg/donut_large-fill.svg DonutLargeFill Icon //go:embed svg/donut_large.svg DonutLarge Icon //go:embed svg/donut_small-fill.svg DonutSmallFill Icon //go:embed svg/donut_small.svg DonutSmall Icon //go:embed svg/door_open-fill.svg DoorOpenFill Icon //go:embed svg/door_open.svg DoorOpen Icon //go:embed svg/double_arrow-fill.svg DoubleArrowFill Icon //go:embed svg/double_arrow.svg DoubleArrow Icon //go:embed svg/download-fill.svg DownloadFill Icon //go:embed svg/download.svg Download Icon //go:embed svg/download_done-fill.svg DownloadDoneFill Icon //go:embed svg/download_done.svg DownloadDone Icon //go:embed svg/download_for_offline-fill.svg DownloadForOfflineFill Icon //go:embed svg/download_for_offline.svg DownloadForOffline Icon //go:embed svg/downloading-fill.svg DownloadingFill Icon //go:embed svg/downloading.svg Downloading Icon //go:embed svg/draft-fill.svg DraftFill Icon //go:embed svg/draft.svg Draft Icon //go:embed svg/draft_orders-fill.svg DraftOrdersFill Icon //go:embed svg/draft_orders.svg DraftOrders Icon //go:embed svg/drafts-fill.svg DraftsFill Icon //go:embed svg/drafts.svg Drafts Icon //go:embed svg/drag_click-fill.svg DragClickFill Icon //go:embed svg/drag_click.svg DragClick Icon //go:embed svg/drag_handle-fill.svg DragHandleFill Icon //go:embed svg/drag_handle.svg DragHandle Icon //go:embed svg/drag_indicator-fill.svg DragIndicatorFill Icon //go:embed svg/drag_indicator.svg DragIndicator Icon //go:embed svg/drag_pan-fill.svg DragPanFill Icon //go:embed svg/drag_pan.svg DragPan Icon //go:embed svg/draw-fill.svg DrawFill Icon //go:embed svg/draw.svg Draw Icon //go:embed svg/draw_abstract-fill.svg DrawAbstractFill Icon //go:embed svg/draw_abstract.svg DrawAbstract Icon //go:embed svg/draw_collage-fill.svg DrawCollageFill Icon //go:embed svg/draw_collage.svg DrawCollage Icon //go:embed svg/drive_file_move-fill.svg DriveFileMoveFill Icon //go:embed svg/drive_file_move.svg DriveFileMove Icon //go:embed svg/drive_folder_upload-fill.svg DriveFolderUploadFill Icon //go:embed svg/drive_folder_upload.svg DriveFolderUpload Icon //go:embed svg/dropdown-fill.svg DropdownFill Icon //go:embed svg/dropdown.svg Dropdown Icon //go:embed svg/dual_screen-fill.svg DualScreenFill Icon //go:embed svg/dual_screen.svg DualScreen Icon //go:embed svg/dvr-fill.svg DvrFill Icon //go:embed svg/dvr.svg Dvr Icon //go:embed svg/dynamic_feed-fill.svg DynamicFeedFill Icon //go:embed svg/dynamic_feed.svg DynamicFeed Icon //go:embed svg/dynamic_form-fill.svg DynamicFormFill Icon //go:embed svg/dynamic_form.svg DynamicForm Icon //go:embed svg/earbuds-fill.svg EarbudsFill Icon //go:embed svg/earbuds.svg Earbuds Icon //go:embed svg/earbuds_battery-fill.svg EarbudsBatteryFill Icon //go:embed svg/earbuds_battery.svg EarbudsBattery Icon //go:embed svg/east-fill.svg EastFill Icon //go:embed svg/east.svg East Icon //go:embed svg/eco-fill.svg EcoFill Icon //go:embed svg/eco.svg Eco Icon //go:embed svg/edit-fill.svg EditFill Icon //go:embed svg/edit.svg Edit Icon //go:embed svg/edit_attributes-fill.svg EditAttributesFill Icon //go:embed svg/edit_attributes.svg EditAttributes Icon //go:embed svg/edit_calendar-fill.svg EditCalendarFill Icon //go:embed svg/edit_calendar.svg EditCalendar Icon //go:embed svg/edit_document-fill.svg EditDocumentFill Icon //go:embed svg/edit_document.svg EditDocument Icon //go:embed svg/edit_location-fill.svg EditLocationFill Icon //go:embed svg/edit_location.svg EditLocation Icon //go:embed svg/edit_location_alt-fill.svg EditLocationAltFill Icon //go:embed svg/edit_location_alt.svg EditLocationAlt Icon //go:embed svg/edit_note-fill.svg EditNoteFill Icon //go:embed svg/edit_note.svg EditNote Icon //go:embed svg/edit_notifications-fill.svg EditNotificationsFill Icon //go:embed svg/edit_notifications.svg EditNotifications Icon //go:embed svg/edit_off-fill.svg EditOffFill Icon //go:embed svg/edit_off.svg EditOff Icon //go:embed svg/edit_square-fill.svg EditSquareFill Icon //go:embed svg/edit_square.svg EditSquare Icon //go:embed svg/egg-fill.svg EggFill Icon //go:embed svg/egg.svg Egg Icon //go:embed svg/egg_alt-fill.svg EggAltFill Icon //go:embed svg/egg_alt.svg EggAlt Icon //go:embed svg/eject-fill.svg EjectFill Icon //go:embed svg/eject.svg Eject Icon //go:embed svg/electrical_services-fill.svg ElectricalServicesFill Icon //go:embed svg/electrical_services.svg ElectricalServices Icon //go:embed svg/elevation-fill.svg ElevationFill Icon //go:embed svg/elevation.svg Elevation Icon //go:embed svg/emergency-fill.svg EmergencyFill Icon //go:embed svg/emergency.svg Emergency Icon //go:embed svg/emoji_events-fill.svg EmojiEventsFill Icon //go:embed svg/emoji_events.svg EmojiEvents Icon //go:embed svg/emoji_flags-fill.svg EmojiFlagsFill Icon //go:embed svg/emoji_flags.svg EmojiFlags Icon //go:embed svg/emoji_food_beverage-fill.svg EmojiFoodBeverageFill Icon //go:embed svg/emoji_food_beverage.svg EmojiFoodBeverage Icon //go:embed svg/emoji_nature-fill.svg EmojiNatureFill Icon //go:embed svg/emoji_nature.svg EmojiNature Icon //go:embed svg/emoji_objects-fill.svg EmojiObjectsFill Icon //go:embed svg/emoji_objects.svg EmojiObjects Icon //go:embed svg/emoji_people-fill.svg EmojiPeopleFill Icon //go:embed svg/emoji_people.svg EmojiPeople Icon //go:embed svg/emoji_symbols-fill.svg EmojiSymbolsFill Icon //go:embed svg/emoji_symbols.svg EmojiSymbols Icon //go:embed svg/emoji_transportation-fill.svg EmojiTransportationFill Icon //go:embed svg/emoji_transportation.svg EmojiTransportation Icon //go:embed svg/emoticon-fill.svg EmoticonFill Icon //go:embed svg/emoticon.svg Emoticon Icon //go:embed svg/empty_dashboard-fill.svg EmptyDashboardFill Icon //go:embed svg/empty_dashboard.svg EmptyDashboard Icon //go:embed svg/enable-fill.svg EnableFill Icon //go:embed svg/enable.svg Enable Icon //go:embed svg/encrypted-fill.svg EncryptedFill Icon //go:embed svg/encrypted.svg Encrypted Icon //go:embed svg/energy_savings_leaf-fill.svg EnergySavingsLeafFill Icon //go:embed svg/energy_savings_leaf.svg EnergySavingsLeaf Icon //go:embed svg/engineering-fill.svg EngineeringFill Icon //go:embed svg/engineering.svg Engineering Icon //go:embed svg/enhanced_encryption-fill.svg EnhancedEncryptionFill Icon //go:embed svg/enhanced_encryption.svg EnhancedEncryption Icon //go:embed svg/equal-fill.svg EqualFill Icon //go:embed svg/equal.svg Equal Icon //go:embed svg/equalizer-fill.svg EqualizerFill Icon //go:embed svg/equalizer.svg Equalizer Icon //go:embed svg/error-fill.svg ErrorFill Icon //go:embed svg/error.svg Error Icon //go:embed svg/euro-fill.svg EuroFill Icon //go:embed svg/euro.svg Euro Icon //go:embed svg/euro_symbol-fill.svg EuroSymbolFill Icon //go:embed svg/euro_symbol.svg EuroSymbol Icon //go:embed svg/event-fill.svg EventFill Icon //go:embed svg/event.svg Event Icon //go:embed svg/event_available-fill.svg EventAvailableFill Icon //go:embed svg/event_available.svg EventAvailable Icon //go:embed svg/event_busy-fill.svg EventBusyFill Icon //go:embed svg/event_busy.svg EventBusy Icon //go:embed svg/event_list-fill.svg EventListFill Icon //go:embed svg/event_list.svg EventList Icon //go:embed svg/event_note-fill.svg EventNoteFill Icon //go:embed svg/event_note.svg EventNote Icon //go:embed svg/event_repeat-fill.svg EventRepeatFill Icon //go:embed svg/event_repeat.svg EventRepeat Icon //go:embed svg/event_seat-fill.svg EventSeatFill Icon //go:embed svg/event_seat.svg EventSeat Icon //go:embed svg/event_upcoming-fill.svg EventUpcomingFill Icon //go:embed svg/event_upcoming.svg EventUpcoming Icon //go:embed svg/exclamation-fill.svg ExclamationFill Icon //go:embed svg/exclamation.svg Exclamation Icon //go:embed svg/exercise-fill.svg ExerciseFill Icon //go:embed svg/exercise.svg Exercise Icon //go:embed svg/exit_to_app-fill.svg ExitToAppFill Icon //go:embed svg/exit_to_app.svg ExitToApp Icon //go:embed svg/expand-fill.svg ExpandFill Icon //go:embed svg/expand.svg Expand Icon //go:embed svg/expand_all-fill.svg ExpandAllFill Icon //go:embed svg/expand_all.svg ExpandAll Icon //go:embed svg/expand_circle_down-fill.svg ExpandCircleDownFill Icon //go:embed svg/expand_circle_down.svg ExpandCircleDown Icon //go:embed svg/expand_circle_right-fill.svg ExpandCircleRightFill Icon //go:embed svg/expand_circle_right.svg ExpandCircleRight Icon //go:embed svg/expand_circle_up-fill.svg ExpandCircleUpFill Icon //go:embed svg/expand_circle_up.svg ExpandCircleUp Icon //go:embed svg/expand_content-fill.svg ExpandContentFill Icon //go:embed svg/expand_content.svg ExpandContent Icon //go:embed svg/expand_less-fill.svg ExpandLessFill Icon //go:embed svg/expand_less.svg ExpandLess Icon //go:embed svg/expand_more-fill.svg ExpandMoreFill Icon //go:embed svg/expand_more.svg ExpandMore Icon //go:embed svg/explicit-fill.svg ExplicitFill Icon //go:embed svg/explicit.svg Explicit Icon //go:embed svg/explore-fill.svg ExploreFill Icon //go:embed svg/explore.svg Explore Icon //go:embed svg/explore_off-fill.svg ExploreOffFill Icon //go:embed svg/explore_off.svg ExploreOff Icon //go:embed svg/explosion-fill.svg ExplosionFill Icon //go:embed svg/explosion.svg Explosion Icon //go:embed svg/export_notes-fill.svg ExportNotesFill Icon //go:embed svg/export_notes.svg ExportNotes Icon //go:embed svg/exposure-fill.svg ExposureFill Icon //go:embed svg/exposure.svg Exposure Icon //go:embed svg/exposure_neg_1-fill.svg ExposureNeg1Fill Icon //go:embed svg/exposure_neg_1.svg ExposureNeg1 Icon //go:embed svg/exposure_neg_2-fill.svg ExposureNeg2Fill Icon //go:embed svg/exposure_neg_2.svg ExposureNeg2 Icon //go:embed svg/exposure_plus_1-fill.svg ExposurePlus1Fill Icon //go:embed svg/exposure_plus_1.svg ExposurePlus1 Icon //go:embed svg/exposure_plus_2-fill.svg ExposurePlus2Fill Icon //go:embed svg/exposure_plus_2.svg ExposurePlus2 Icon //go:embed svg/exposure_zero-fill.svg ExposureZeroFill Icon //go:embed svg/exposure_zero.svg ExposureZero Icon //go:embed svg/extension-fill.svg ExtensionFill Icon //go:embed svg/extension.svg Extension Icon //go:embed svg/extension_off-fill.svg ExtensionOffFill Icon //go:embed svg/extension_off.svg ExtensionOff Icon //go:embed svg/face-fill.svg FaceFill Icon //go:embed svg/face.svg Face Icon //go:embed svg/face_2-fill.svg Face2Fill Icon //go:embed svg/face_2.svg Face2 Icon //go:embed svg/face_3-fill.svg Face3Fill Icon //go:embed svg/face_3.svg Face3 Icon //go:embed svg/face_4-fill.svg Face4Fill Icon //go:embed svg/face_4.svg Face4 Icon //go:embed svg/face_5-fill.svg Face5Fill Icon //go:embed svg/face_5.svg Face5 Icon //go:embed svg/face_6-fill.svg Face6Fill Icon //go:embed svg/face_6.svg Face6 Icon //go:embed svg/face_retouching_off-fill.svg FaceRetouchingOffFill Icon //go:embed svg/face_retouching_off.svg FaceRetouchingOff Icon //go:embed svg/fact_check-fill.svg FactCheckFill Icon //go:embed svg/fact_check.svg FactCheck Icon //go:embed svg/factory-fill.svg FactoryFill Icon //go:embed svg/factory.svg Factory Icon //go:embed svg/family_history-fill.svg FamilyHistoryFill Icon //go:embed svg/family_history.svg FamilyHistory Icon //go:embed svg/family_link-fill.svg FamilyLinkFill Icon //go:embed svg/family_link.svg FamilyLink Icon //go:embed svg/fast_forward-fill.svg FastForwardFill Icon //go:embed svg/fast_forward.svg FastForward Icon //go:embed svg/fast_rewind-fill.svg FastRewindFill Icon //go:embed svg/fast_rewind.svg FastRewind Icon //go:embed svg/faucet-fill.svg FaucetFill Icon //go:embed svg/faucet.svg Faucet Icon //go:embed svg/favorite-fill.svg FavoriteFill Icon //go:embed svg/favorite.svg Favorite Icon //go:embed svg/fax-fill.svg FaxFill Icon //go:embed svg/fax.svg Fax Icon //go:embed svg/feature_search-fill.svg FeatureSearchFill Icon //go:embed svg/feature_search.svg FeatureSearch Icon //go:embed svg/featured_play_list-fill.svg FeaturedPlayListFill Icon //go:embed svg/featured_play_list.svg FeaturedPlayList Icon //go:embed svg/featured_video-fill.svg FeaturedVideoFill Icon //go:embed svg/featured_video.svg FeaturedVideo Icon //go:embed svg/feed-fill.svg FeedFill Icon //go:embed svg/feed.svg Feed Icon //go:embed svg/feedback-fill.svg FeedbackFill Icon //go:embed svg/feedback.svg Feedback Icon //go:embed svg/female-fill.svg FemaleFill Icon //go:embed svg/female.svg Female Icon //go:embed svg/fence-fill.svg FenceFill Icon //go:embed svg/fence.svg Fence Icon //go:embed svg/festival-fill.svg FestivalFill Icon //go:embed svg/festival.svg Festival Icon //go:embed svg/field.svg Field Icon //go:embed svg/file-exe.svg FileExe Icon //go:embed svg/file-markdown.svg FileMarkdown Icon //go:embed svg/file.svg File Icon //go:embed svg/file_copy-fill.svg FileCopyFill Icon //go:embed svg/file_copy.svg FileCopy Icon //go:embed svg/file_download_done-fill.svg FileDownloadDoneFill Icon //go:embed svg/file_download_done.svg FileDownloadDone Icon //go:embed svg/file_download_off-fill.svg FileDownloadOffFill Icon //go:embed svg/file_download_off.svg FileDownloadOff Icon //go:embed svg/file_open-fill.svg FileOpenFill Icon //go:embed svg/file_open.svg FileOpen Icon //go:embed svg/file_present-fill.svg FilePresentFill Icon //go:embed svg/file_present.svg FilePresent Icon //go:embed svg/file_upload_off-fill.svg FileUploadOffFill Icon //go:embed svg/file_upload_off.svg FileUploadOff Icon //go:embed svg/filter-fill.svg FilterFill Icon //go:embed svg/filter.svg Filter Icon //go:embed svg/filter_1-fill.svg Filter1Fill Icon //go:embed svg/filter_1.svg Filter1 Icon //go:embed svg/filter_2-fill.svg Filter2Fill Icon //go:embed svg/filter_2.svg Filter2 Icon //go:embed svg/filter_3-fill.svg Filter3Fill Icon //go:embed svg/filter_3.svg Filter3 Icon //go:embed svg/filter_4-fill.svg Filter4Fill Icon //go:embed svg/filter_4.svg Filter4 Icon //go:embed svg/filter_5-fill.svg Filter5Fill Icon //go:embed svg/filter_5.svg Filter5 Icon //go:embed svg/filter_6-fill.svg Filter6Fill Icon //go:embed svg/filter_6.svg Filter6 Icon //go:embed svg/filter_7-fill.svg Filter7Fill Icon //go:embed svg/filter_7.svg Filter7 Icon //go:embed svg/filter_8-fill.svg Filter8Fill Icon //go:embed svg/filter_8.svg Filter8 Icon //go:embed svg/filter_9-fill.svg Filter9Fill Icon //go:embed svg/filter_9.svg Filter9 Icon //go:embed svg/filter_9_plus-fill.svg Filter9PlusFill Icon //go:embed svg/filter_9_plus.svg Filter9Plus Icon //go:embed svg/filter_alt-fill.svg FilterAltFill Icon //go:embed svg/filter_alt.svg FilterAlt Icon //go:embed svg/filter_alt_off-fill.svg FilterAltOffFill Icon //go:embed svg/filter_alt_off.svg FilterAltOff Icon //go:embed svg/filter_b_and_w-fill.svg FilterBAndWFill Icon //go:embed svg/filter_b_and_w.svg FilterBAndW Icon //go:embed svg/filter_center_focus-fill.svg FilterCenterFocusFill Icon //go:embed svg/filter_center_focus.svg FilterCenterFocus Icon //go:embed svg/filter_drama-fill.svg FilterDramaFill Icon //go:embed svg/filter_drama.svg FilterDrama Icon //go:embed svg/filter_frames-fill.svg FilterFramesFill Icon //go:embed svg/filter_frames.svg FilterFrames Icon //go:embed svg/filter_hdr-fill.svg FilterHdrFill Icon //go:embed svg/filter_hdr.svg FilterHdr Icon //go:embed svg/filter_list-fill.svg FilterListFill Icon //go:embed svg/filter_list.svg FilterList Icon //go:embed svg/filter_list_off-fill.svg FilterListOffFill Icon //go:embed svg/filter_list_off.svg FilterListOff Icon //go:embed svg/filter_none-fill.svg FilterNoneFill Icon //go:embed svg/filter_none.svg FilterNone Icon //go:embed svg/filter_tilt_shift-fill.svg FilterTiltShiftFill Icon //go:embed svg/filter_tilt_shift.svg FilterTiltShift Icon //go:embed svg/filter_vintage-fill.svg FilterVintageFill Icon //go:embed svg/filter_vintage.svg FilterVintage Icon //go:embed svg/finance-fill.svg FinanceFill Icon //go:embed svg/finance.svg Finance Icon //go:embed svg/finance_chip-fill.svg FinanceChipFill Icon //go:embed svg/finance_chip.svg FinanceChip Icon //go:embed svg/find_in_page-fill.svg FindInPageFill Icon //go:embed svg/find_in_page.svg FindInPage Icon //go:embed svg/find_replace-fill.svg FindReplaceFill Icon //go:embed svg/find_replace.svg FindReplace Icon //go:embed svg/fingerprint-fill.svg FingerprintFill Icon //go:embed svg/fingerprint.svg Fingerprint Icon //go:embed svg/first_page-fill.svg FirstPageFill Icon //go:embed svg/first_page.svg FirstPage Icon //go:embed svg/fit_page-fill.svg FitPageFill Icon //go:embed svg/fit_page.svg FitPage Icon //go:embed svg/fit_screen-fill.svg FitScreenFill Icon //go:embed svg/fit_screen.svg FitScreen Icon //go:embed svg/fit_width-fill.svg FitWidthFill Icon //go:embed svg/fit_width.svg FitWidth Icon //go:embed svg/flag-fill.svg FlagFill Icon //go:embed svg/flag.svg Flag Icon //go:embed svg/flag_circle-fill.svg FlagCircleFill Icon //go:embed svg/flag_circle.svg FlagCircle Icon //go:embed svg/flaky-fill.svg FlakyFill Icon //go:embed svg/flaky.svg Flaky Icon //go:embed svg/flare-fill.svg FlareFill Icon //go:embed svg/flare.svg Flare Icon //go:embed svg/flashlight_off-fill.svg FlashlightOffFill Icon //go:embed svg/flashlight_off.svg FlashlightOff Icon //go:embed svg/flashlight_on-fill.svg FlashlightOnFill Icon //go:embed svg/flashlight_on.svg FlashlightOn Icon //go:embed svg/flex_direction-fill.svg FlexDirectionFill Icon //go:embed svg/flex_direction.svg FlexDirection Icon //go:embed svg/flex_no_wrap-fill.svg FlexNoWrapFill Icon //go:embed svg/flex_no_wrap.svg FlexNoWrap Icon //go:embed svg/flex_wrap-fill.svg FlexWrapFill Icon //go:embed svg/flex_wrap.svg FlexWrap Icon //go:embed svg/flight-fill.svg FlightFill Icon //go:embed svg/flight.svg Flight Icon //go:embed svg/flightsmode-fill.svg FlightsmodeFill Icon //go:embed svg/flightsmode.svg Flightsmode Icon //go:embed svg/flip-fill.svg FlipFill Icon //go:embed svg/flip.svg Flip Icon //go:embed svg/flip_camera_android-fill.svg FlipCameraAndroidFill Icon //go:embed svg/flip_camera_android.svg FlipCameraAndroid Icon //go:embed svg/flip_camera_ios-fill.svg FlipCameraIosFill Icon //go:embed svg/flip_camera_ios.svg FlipCameraIos Icon //go:embed svg/flip_to_back-fill.svg FlipToBackFill Icon //go:embed svg/flip_to_back.svg FlipToBack Icon //go:embed svg/flip_to_front-fill.svg FlipToFrontFill Icon //go:embed svg/flip_to_front.svg FlipToFront Icon //go:embed svg/floor-fill.svg FloorFill Icon //go:embed svg/floor.svg Floor Icon //go:embed svg/flowsheet-fill.svg FlowsheetFill Icon //go:embed svg/flowsheet.svg Flowsheet Icon //go:embed svg/fluid-fill.svg FluidFill Icon //go:embed svg/fluid.svg Fluid Icon //go:embed svg/fluid_balance-fill.svg FluidBalanceFill Icon //go:embed svg/fluid_balance.svg FluidBalance Icon //go:embed svg/fluid_med-fill.svg FluidMedFill Icon //go:embed svg/fluid_med.svg FluidMed Icon //go:embed svg/flutter-fill.svg FlutterFill Icon //go:embed svg/flutter.svg Flutter Icon //go:embed svg/flutter_dash-fill.svg FlutterDashFill Icon //go:embed svg/flutter_dash.svg FlutterDash Icon //go:embed svg/folder-fill.svg FolderFill Icon //go:embed svg/folder.svg Folder Icon //go:embed svg/folder_copy-fill.svg FolderCopyFill Icon //go:embed svg/folder_copy.svg FolderCopy Icon //go:embed svg/folder_delete-fill.svg FolderDeleteFill Icon //go:embed svg/folder_delete.svg FolderDelete Icon //go:embed svg/folder_managed-fill.svg FolderManagedFill Icon //go:embed svg/folder_managed.svg FolderManaged Icon //go:embed svg/folder_off-fill.svg FolderOffFill Icon //go:embed svg/folder_off.svg FolderOff Icon //go:embed svg/folder_open-fill.svg FolderOpenFill Icon //go:embed svg/folder_open.svg FolderOpen Icon FolderSharedFill Icon FolderShared Icon //go:embed svg/folder_special-fill.svg FolderSpecialFill Icon //go:embed svg/folder_special.svg FolderSpecial Icon //go:embed svg/folder_supervised-fill.svg FolderSupervisedFill Icon //go:embed svg/folder_supervised.svg FolderSupervised Icon //go:embed svg/folder_zip-fill.svg FolderZipFill Icon //go:embed svg/folder_zip.svg FolderZip Icon //go:embed svg/font_download-fill.svg FontDownloadFill Icon //go:embed svg/font_download.svg FontDownload Icon //go:embed svg/font_download_off-fill.svg FontDownloadOffFill Icon //go:embed svg/font_download_off.svg FontDownloadOff Icon //go:embed svg/format_align_center-fill.svg FormatAlignCenterFill Icon //go:embed svg/format_align_center.svg FormatAlignCenter Icon //go:embed svg/format_align_justify-fill.svg FormatAlignJustifyFill Icon //go:embed svg/format_align_justify.svg FormatAlignJustify Icon //go:embed svg/format_align_left-fill.svg FormatAlignLeftFill Icon //go:embed svg/format_align_left.svg FormatAlignLeft Icon //go:embed svg/format_align_right-fill.svg FormatAlignRightFill Icon //go:embed svg/format_align_right.svg FormatAlignRight Icon //go:embed svg/format_bold-fill.svg FormatBoldFill Icon //go:embed svg/format_bold.svg FormatBold Icon //go:embed svg/format_clear-fill.svg FormatClearFill Icon //go:embed svg/format_clear.svg FormatClear Icon //go:embed svg/format_color_fill-fill.svg FormatColorFillFill Icon //go:embed svg/format_color_fill.svg FormatColorFill Icon //go:embed svg/format_color_reset-fill.svg FormatColorResetFill Icon //go:embed svg/format_color_reset.svg FormatColorReset Icon //go:embed svg/format_color_text-fill.svg FormatColorTextFill Icon //go:embed svg/format_color_text.svg FormatColorText Icon //go:embed svg/format_h1-fill.svg FormatH1Fill Icon //go:embed svg/format_h1.svg FormatH1 Icon //go:embed svg/format_h2-fill.svg FormatH2Fill Icon //go:embed svg/format_h2.svg FormatH2 Icon //go:embed svg/format_h3-fill.svg FormatH3Fill Icon //go:embed svg/format_h3.svg FormatH3 Icon //go:embed svg/format_h4-fill.svg FormatH4Fill Icon //go:embed svg/format_h4.svg FormatH4 Icon //go:embed svg/format_h5-fill.svg FormatH5Fill Icon //go:embed svg/format_h5.svg FormatH5 Icon //go:embed svg/format_h6-fill.svg FormatH6Fill Icon //go:embed svg/format_h6.svg FormatH6 Icon //go:embed svg/format_image_left-fill.svg FormatImageLeftFill Icon //go:embed svg/format_image_left.svg FormatImageLeft Icon //go:embed svg/format_image_right-fill.svg FormatImageRightFill Icon //go:embed svg/format_image_right.svg FormatImageRight Icon //go:embed svg/format_indent_decrease-fill.svg FormatIndentDecreaseFill Icon //go:embed svg/format_indent_decrease.svg FormatIndentDecrease Icon //go:embed svg/format_indent_increase-fill.svg FormatIndentIncreaseFill Icon //go:embed svg/format_indent_increase.svg FormatIndentIncrease Icon //go:embed svg/format_ink_highlighter-fill.svg FormatInkHighlighterFill Icon //go:embed svg/format_ink_highlighter.svg FormatInkHighlighter Icon //go:embed svg/format_italic-fill.svg FormatItalicFill Icon //go:embed svg/format_italic.svg FormatItalic Icon //go:embed svg/format_letter_spacing-fill.svg FormatLetterSpacingFill Icon //go:embed svg/format_letter_spacing.svg FormatLetterSpacing Icon //go:embed svg/format_letter_spacing_2-fill.svg FormatLetterSpacing2Fill Icon //go:embed svg/format_letter_spacing_2.svg FormatLetterSpacing2 Icon //go:embed svg/format_letter_spacing_standard-fill.svg FormatLetterSpacingStandardFill Icon //go:embed svg/format_letter_spacing_standard.svg FormatLetterSpacingStandard Icon //go:embed svg/format_letter_spacing_wide-fill.svg FormatLetterSpacingWideFill Icon //go:embed svg/format_letter_spacing_wide.svg FormatLetterSpacingWide Icon //go:embed svg/format_letter_spacing_wider-fill.svg FormatLetterSpacingWiderFill Icon //go:embed svg/format_letter_spacing_wider.svg FormatLetterSpacingWider Icon //go:embed svg/format_line_spacing-fill.svg FormatLineSpacingFill Icon //go:embed svg/format_line_spacing.svg FormatLineSpacing Icon //go:embed svg/format_list_bulleted-fill.svg FormatListBulletedFill Icon //go:embed svg/format_list_bulleted.svg FormatListBulleted Icon //go:embed svg/format_list_bulleted_add-fill.svg FormatListBulletedAddFill Icon //go:embed svg/format_list_bulleted_add.svg FormatListBulletedAdd Icon //go:embed svg/format_list_numbered-fill.svg FormatListNumberedFill Icon //go:embed svg/format_list_numbered.svg FormatListNumbered Icon //go:embed svg/format_list_numbered_rtl-fill.svg FormatListNumberedRtlFill Icon //go:embed svg/format_list_numbered_rtl.svg FormatListNumberedRtl Icon //go:embed svg/format_overline-fill.svg FormatOverlineFill Icon //go:embed svg/format_overline.svg FormatOverline Icon //go:embed svg/format_paint-fill.svg FormatPaintFill Icon //go:embed svg/format_paint.svg FormatPaint Icon //go:embed svg/format_paragraph-fill.svg FormatParagraphFill Icon //go:embed svg/format_paragraph.svg FormatParagraph Icon //go:embed svg/format_quote-fill.svg FormatQuoteFill Icon //go:embed svg/format_quote.svg FormatQuote Icon //go:embed svg/format_shapes-fill.svg FormatShapesFill Icon //go:embed svg/format_shapes.svg FormatShapes Icon //go:embed svg/format_size-fill.svg FormatSizeFill Icon //go:embed svg/format_size.svg FormatSize Icon //go:embed svg/format_strikethrough-fill.svg FormatStrikethroughFill Icon //go:embed svg/format_strikethrough.svg FormatStrikethrough Icon //go:embed svg/format_text_clip-fill.svg FormatTextClipFill Icon //go:embed svg/format_text_clip.svg FormatTextClip Icon //go:embed svg/format_text_overflow-fill.svg FormatTextOverflowFill Icon //go:embed svg/format_text_overflow.svg FormatTextOverflow Icon //go:embed svg/format_text_wrap-fill.svg FormatTextWrapFill Icon //go:embed svg/format_text_wrap.svg FormatTextWrap Icon //go:embed svg/format_textdirection_l_to_r-fill.svg FormatTextdirectionLToRFill Icon //go:embed svg/format_textdirection_l_to_r.svg FormatTextdirectionLToR Icon //go:embed svg/format_textdirection_r_to_l-fill.svg FormatTextdirectionRToLFill Icon //go:embed svg/format_textdirection_r_to_l.svg FormatTextdirectionRToL Icon //go:embed svg/format_underlined-fill.svg FormatUnderlinedFill Icon //go:embed svg/format_underlined.svg FormatUnderlined Icon //go:embed svg/format_underlined_squiggle-fill.svg FormatUnderlinedSquiggleFill Icon //go:embed svg/format_underlined_squiggle.svg FormatUnderlinedSquiggle Icon //go:embed svg/forms_add_on-fill.svg FormsAddOnFill Icon //go:embed svg/forms_add_on.svg FormsAddOn Icon //go:embed svg/forms_apps_script-fill.svg FormsAppsScriptFill Icon //go:embed svg/forms_apps_script.svg FormsAppsScript Icon //go:embed svg/forum-fill.svg ForumFill Icon //go:embed svg/forum.svg Forum Icon //go:embed svg/forward-fill.svg ForwardFill Icon //go:embed svg/forward.svg Forward Icon //go:embed svg/forward_10-fill.svg Forward10Fill Icon //go:embed svg/forward_10.svg Forward10 Icon //go:embed svg/forward_30-fill.svg Forward30Fill Icon //go:embed svg/forward_30.svg Forward30 Icon //go:embed svg/forward_5-fill.svg Forward5Fill Icon //go:embed svg/forward_5.svg Forward5 Icon //go:embed svg/forward_circle-fill.svg ForwardCircleFill Icon //go:embed svg/forward_circle.svg ForwardCircle Icon //go:embed svg/forward_media-fill.svg ForwardMediaFill Icon //go:embed svg/forward_media.svg ForwardMedia Icon //go:embed svg/forward_to_inbox-fill.svg ForwardToInboxFill Icon //go:embed svg/forward_to_inbox.svg ForwardToInbox Icon //go:embed svg/frame_inspect-fill.svg FrameInspectFill Icon //go:embed svg/frame_inspect.svg FrameInspect Icon //go:embed svg/frame_person-fill.svg FramePersonFill Icon //go:embed svg/frame_person.svg FramePerson Icon //go:embed svg/frame_person_off-fill.svg FramePersonOffFill Icon //go:embed svg/frame_person_off.svg FramePersonOff Icon //go:embed svg/frame_reload-fill.svg FrameReloadFill Icon //go:embed svg/frame_reload.svg FrameReload Icon //go:embed svg/frame_source-fill.svg FrameSourceFill Icon //go:embed svg/frame_source.svg FrameSource Icon //go:embed svg/free_cancellation-fill.svg FreeCancellationFill Icon //go:embed svg/free_cancellation.svg FreeCancellation Icon //go:embed svg/front_hand-fill.svg FrontHandFill Icon //go:embed svg/front_hand.svg FrontHand Icon //go:embed svg/full_coverage-fill.svg FullCoverageFill Icon //go:embed svg/full_coverage.svg FullCoverage Icon //go:embed svg/full_stacked_bar_chart-fill.svg FullStackedBarChartFill Icon //go:embed svg/full_stacked_bar_chart.svg FullStackedBarChart Icon //go:embed svg/fullscreen-fill.svg FullscreenFill Icon //go:embed svg/fullscreen.svg Fullscreen Icon //go:embed svg/fullscreen_exit-fill.svg FullscreenExitFill Icon //go:embed svg/fullscreen_exit.svg FullscreenExit Icon //go:embed svg/function-fill.svg FunctionFill Icon //go:embed svg/function.svg Function Icon //go:embed svg/functions-fill.svg FunctionsFill Icon //go:embed svg/functions.svg Functions Icon //go:embed svg/g_translate-fill.svg GTranslateFill Icon //go:embed svg/g_translate.svg GTranslate Icon //go:embed svg/gallery_thumbnail-fill.svg GalleryThumbnailFill Icon //go:embed svg/gallery_thumbnail.svg GalleryThumbnail Icon //go:embed svg/gamepad-fill.svg GamepadFill Icon //go:embed svg/gamepad.svg Gamepad Icon //go:embed svg/genres-fill.svg GenresFill Icon //go:embed svg/genres.svg Genres Icon //go:embed svg/gesture-fill.svg GestureFill Icon //go:embed svg/gesture.svg Gesture Icon //go:embed svg/gesture_select-fill.svg GestureSelectFill Icon //go:embed svg/gesture_select.svg GestureSelect Icon //go:embed svg/gif-fill.svg GifFill Icon //go:embed svg/gif.svg Gif Icon //go:embed svg/gif_box-fill.svg GifBoxFill Icon //go:embed svg/gif_box.svg GifBox Icon //go:embed svg/girl-fill.svg GirlFill Icon //go:embed svg/girl.svg Girl Icon //go:embed svg/git-hub.svg GitHub Icon //go:embed svg/git.svg Git Icon //go:embed svg/glass_cup-fill.svg GlassCupFill Icon //go:embed svg/glass_cup.svg GlassCup Icon //go:embed svg/globe_asia-fill.svg GlobeAsiaFill Icon //go:embed svg/globe_asia.svg GlobeAsia Icon //go:embed svg/globe_uk-fill.svg GlobeUkFill Icon //go:embed svg/globe_uk.svg GlobeUk Icon //go:embed svg/glyphs-fill.svg GlyphsFill Icon //go:embed svg/glyphs.svg Glyphs Icon //go:embed svg/go.svg Go Icon //go:embed svg/go_to_line-fill.svg GoToLineFill Icon //go:embed svg/go_to_line.svg GoToLine Icon //go:embed svg/grade-fill.svg GradeFill Icon //go:embed svg/grade.svg Grade Icon //go:embed svg/gradient-fill.svg GradientFill Icon //go:embed svg/gradient.svg Gradient Icon //go:embed svg/grading-fill.svg GradingFill Icon //go:embed svg/grading.svg Grading Icon //go:embed svg/graphic_eq-fill.svg GraphicEqFill Icon //go:embed svg/graphic_eq.svg GraphicEq Icon //go:embed svg/grid_3x3-fill.svg Grid3x3Fill Icon //go:embed svg/grid_3x3.svg Grid3x3 Icon //go:embed svg/grid_3x3_off-fill.svg Grid3x3OffFill Icon //go:embed svg/grid_3x3_off.svg Grid3x3Off Icon //go:embed svg/grid_4x4-fill.svg Grid4x4Fill Icon //go:embed svg/grid_4x4.svg Grid4x4 Icon //go:embed svg/grid_goldenratio-fill.svg GridGoldenratioFill Icon //go:embed svg/grid_goldenratio.svg GridGoldenratio Icon //go:embed svg/grid_guides-fill.svg GridGuidesFill Icon //go:embed svg/grid_guides.svg GridGuides Icon //go:embed svg/grid_off-fill.svg GridOffFill Icon //go:embed svg/grid_off.svg GridOff Icon //go:embed svg/grid_on-fill.svg GridOnFill Icon //go:embed svg/grid_on.svg GridOn Icon //go:embed svg/grid_view-fill.svg GridViewFill Icon //go:embed svg/grid_view.svg GridView Icon //go:embed svg/group-fill.svg GroupFill Icon //go:embed svg/group.svg Group Icon //go:embed svg/group_add-fill.svg GroupAddFill Icon //go:embed svg/group_add.svg GroupAdd Icon //go:embed svg/group_off-fill.svg GroupOffFill Icon //go:embed svg/group_off.svg GroupOff Icon //go:embed svg/group_remove-fill.svg GroupRemoveFill Icon //go:embed svg/group_remove.svg GroupRemove Icon //go:embed svg/group_work-fill.svg GroupWorkFill Icon //go:embed svg/group_work.svg GroupWork Icon //go:embed svg/grouped_bar_chart-fill.svg GroupedBarChartFill Icon //go:embed svg/grouped_bar_chart.svg GroupedBarChart Icon //go:embed svg/groups-fill.svg GroupsFill Icon //go:embed svg/groups.svg Groups Icon //go:embed svg/groups_2-fill.svg Groups2Fill Icon //go:embed svg/groups_2.svg Groups2 Icon //go:embed svg/groups_3-fill.svg Groups3Fill Icon //go:embed svg/groups_3.svg Groups3 Icon //go:embed svg/hand_gesture-fill.svg HandGestureFill Icon //go:embed svg/hand_gesture.svg HandGesture Icon //go:embed svg/handshake-fill.svg HandshakeFill Icon //go:embed svg/handshake.svg Handshake Icon //go:embed svg/hangout_video-fill.svg HangoutVideoFill Icon //go:embed svg/hangout_video.svg HangoutVideo Icon //go:embed svg/hangout_video_off-fill.svg HangoutVideoOffFill Icon //go:embed svg/hangout_video_off.svg HangoutVideoOff Icon //go:embed svg/hard_drive-fill.svg HardDriveFill Icon //go:embed svg/hard_drive.svg HardDrive Icon //go:embed svg/hard_drive_2-fill.svg HardDrive2Fill Icon //go:embed svg/hard_drive_2.svg HardDrive2 Icon //go:embed svg/hardware-fill.svg HardwareFill Icon //go:embed svg/hardware.svg Hardware Icon //go:embed svg/hd-fill.svg HdFill Icon //go:embed svg/hd.svg Hd Icon //go:embed svg/headphones-fill.svg HeadphonesFill Icon //go:embed svg/headphones.svg Headphones Icon //go:embed svg/headphones_battery-fill.svg HeadphonesBatteryFill Icon //go:embed svg/headphones_battery.svg HeadphonesBattery Icon //go:embed svg/headset_mic-fill.svg HeadsetMicFill Icon //go:embed svg/headset_mic.svg HeadsetMic Icon //go:embed svg/headset_off-fill.svg HeadsetOffFill Icon //go:embed svg/headset_off.svg HeadsetOff Icon //go:embed svg/hearing-fill.svg HearingFill Icon //go:embed svg/hearing.svg Hearing Icon //go:embed svg/hearing_disabled-fill.svg HearingDisabledFill Icon //go:embed svg/hearing_disabled.svg HearingDisabled Icon //go:embed svg/heart_minus-fill.svg HeartMinusFill Icon //go:embed svg/heart_minus.svg HeartMinus Icon //go:embed svg/heart_plus-fill.svg HeartPlusFill Icon //go:embed svg/heart_plus.svg HeartPlus Icon //go:embed svg/height-fill.svg HeightFill Icon //go:embed svg/height.svg Height Icon //go:embed svg/help-fill.svg HelpFill Icon //go:embed svg/help.svg Help Icon //go:embed svg/hexagon-fill.svg HexagonFill Icon //go:embed svg/hexagon.svg Hexagon Icon //go:embed svg/hide-fill.svg HideFill Icon //go:embed svg/hide.svg Hide Icon //go:embed svg/hide_image-fill.svg HideImageFill Icon //go:embed svg/hide_image.svg HideImage Icon //go:embed svg/hide_source-fill.svg HideSourceFill Icon //go:embed svg/hide_source.svg HideSource Icon //go:embed svg/high_density-fill.svg HighDensityFill Icon //go:embed svg/high_density.svg HighDensity Icon //go:embed svg/high_quality-fill.svg HighQualityFill Icon //go:embed svg/high_quality.svg HighQuality Icon //go:embed svg/highlight-fill.svg HighlightFill Icon //go:embed svg/highlight.svg Highlight Icon //go:embed svg/highlighter_size_1-fill.svg HighlighterSize1Fill Icon //go:embed svg/highlighter_size_1.svg HighlighterSize1 Icon //go:embed svg/highlighter_size_2-fill.svg HighlighterSize2Fill Icon //go:embed svg/highlighter_size_2.svg HighlighterSize2 Icon //go:embed svg/highlighter_size_3-fill.svg HighlighterSize3Fill Icon //go:embed svg/highlighter_size_3.svg HighlighterSize3 Icon //go:embed svg/highlighter_size_4-fill.svg HighlighterSize4Fill Icon //go:embed svg/highlighter_size_4.svg HighlighterSize4 Icon //go:embed svg/highlighter_size_5-fill.svg HighlighterSize5Fill Icon //go:embed svg/highlighter_size_5.svg HighlighterSize5 Icon //go:embed svg/history-fill.svg HistoryFill Icon //go:embed svg/history.svg History Icon //go:embed svg/history_toggle_off-fill.svg HistoryToggleOffFill Icon //go:embed svg/history_toggle_off.svg HistoryToggleOff Icon //go:embed svg/hive-fill.svg HiveFill Icon //go:embed svg/hive.svg Hive Icon //go:embed svg/home-fill.svg HomeFill Icon //go:embed svg/home.svg Home Icon //go:embed svg/home_app_logo-fill.svg HomeAppLogoFill Icon //go:embed svg/home_app_logo.svg HomeAppLogo Icon //go:embed svg/home_iot_device-fill.svg HomeIotDeviceFill Icon //go:embed svg/home_iot_device.svg HomeIotDevice Icon //go:embed svg/home_pin-fill.svg HomePinFill Icon //go:embed svg/home_pin.svg HomePin Icon //go:embed svg/home_storage-fill.svg HomeStorageFill Icon //go:embed svg/home_storage.svg HomeStorage Icon //go:embed svg/horizontal_distribute-fill.svg HorizontalDistributeFill Icon //go:embed svg/horizontal_distribute.svg HorizontalDistribute Icon //go:embed svg/horizontal_rule-fill.svg HorizontalRuleFill Icon //go:embed svg/horizontal_rule.svg HorizontalRule Icon //go:embed svg/horizontal_split-fill.svg HorizontalSplitFill Icon //go:embed svg/horizontal_split.svg HorizontalSplit Icon //go:embed svg/hourglass_bottom-fill.svg HourglassBottomFill Icon //go:embed svg/hourglass_bottom.svg HourglassBottom Icon //go:embed svg/hourglass_disabled-fill.svg HourglassDisabledFill Icon //go:embed svg/hourglass_disabled.svg HourglassDisabled Icon //go:embed svg/hourglass_empty-fill.svg HourglassEmptyFill Icon //go:embed svg/hourglass_empty.svg HourglassEmpty Icon //go:embed svg/hourglass_top-fill.svg HourglassTopFill Icon //go:embed svg/hourglass_top.svg HourglassTop Icon //go:embed svg/house-fill.svg HouseFill Icon //go:embed svg/house.svg House Icon //go:embed svg/html-fill.svg HtmlFill Icon //go:embed svg/html.svg Html Icon //go:embed svg/http-fill.svg HttpFill Icon //go:embed svg/http.svg Http Icon //go:embed svg/hub-fill.svg HubFill Icon //go:embed svg/hub.svg Hub Icon //go:embed svg/iframe-fill.svg IframeFill Icon //go:embed svg/iframe.svg Iframe Icon //go:embed svg/iframe_off-fill.svg IframeOffFill Icon //go:embed svg/iframe_off.svg IframeOff Icon //go:embed svg/image-fill.svg ImageFill Icon //go:embed svg/image.svg Image Icon //go:embed svg/image_aspect_ratio-fill.svg ImageAspectRatioFill Icon //go:embed svg/image_aspect_ratio.svg ImageAspectRatio Icon //go:embed svg/image_not_supported-fill.svg ImageNotSupportedFill Icon //go:embed svg/image_not_supported.svg ImageNotSupported Icon //go:embed svg/image_search-fill.svg ImageSearchFill Icon //go:embed svg/image_search.svg ImageSearch Icon //go:embed svg/imagesmode-fill.svg ImagesmodeFill Icon //go:embed svg/imagesmode.svg Imagesmode Icon //go:embed svg/import_contacts-fill.svg ImportContactsFill Icon //go:embed svg/import_contacts.svg ImportContacts Icon //go:embed svg/important_devices-fill.svg ImportantDevicesFill Icon //go:embed svg/important_devices.svg ImportantDevices Icon //go:embed svg/inactive_order-fill.svg InactiveOrderFill Icon //go:embed svg/inactive_order.svg InactiveOrder Icon //go:embed svg/inbox-fill.svg InboxFill Icon //go:embed svg/inbox.svg Inbox Icon //go:embed svg/inbox_customize-fill.svg InboxCustomizeFill Icon //go:embed svg/inbox_customize.svg InboxCustomize Icon //go:embed svg/incomplete_circle-fill.svg IncompleteCircleFill Icon //go:embed svg/incomplete_circle.svg IncompleteCircle Icon //go:embed svg/indeterminate_check_box-fill.svg IndeterminateCheckBoxFill Icon //go:embed svg/indeterminate_check_box.svg IndeterminateCheckBox Icon //go:embed svg/info-fill.svg InfoFill Icon //go:embed svg/info.svg Info Icon //go:embed svg/info_i-fill.svg InfoIFill Icon //go:embed svg/info_i.svg InfoI Icon //go:embed svg/infrared-fill.svg InfraredFill Icon //go:embed svg/infrared.svg Infrared Icon //go:embed svg/ink_eraser-fill.svg InkEraserFill Icon //go:embed svg/ink_eraser.svg InkEraser Icon //go:embed svg/ink_eraser_off-fill.svg InkEraserOffFill Icon //go:embed svg/ink_eraser_off.svg InkEraserOff Icon //go:embed svg/ink_highlighter-fill.svg InkHighlighterFill Icon //go:embed svg/ink_highlighter.svg InkHighlighter Icon //go:embed svg/ink_marker-fill.svg InkMarkerFill Icon //go:embed svg/ink_marker.svg InkMarker Icon //go:embed svg/ink_pen-fill.svg InkPenFill Icon //go:embed svg/ink_pen.svg InkPen Icon //go:embed svg/input-fill.svg InputFill Icon //go:embed svg/input.svg Input Icon //go:embed svg/input_circle-fill.svg InputCircleFill Icon //go:embed svg/input_circle.svg InputCircle Icon //go:embed svg/insert_chart-fill.svg InsertChartFill Icon //go:embed svg/insert_chart.svg InsertChart Icon //go:embed svg/insert_page_break-fill.svg InsertPageBreakFill Icon //go:embed svg/insert_page_break.svg InsertPageBreak Icon //go:embed svg/insert_text-fill.svg InsertTextFill Icon //go:embed svg/insert_text.svg InsertText Icon //go:embed svg/install_desktop-fill.svg InstallDesktopFill Icon //go:embed svg/install_desktop.svg InstallDesktop Icon //go:embed svg/install_mobile-fill.svg InstallMobileFill Icon //go:embed svg/install_mobile.svg InstallMobile Icon //go:embed svg/instant_mix-fill.svg InstantMixFill Icon //go:embed svg/instant_mix.svg InstantMix Icon //go:embed svg/integration_instructions-fill.svg IntegrationInstructionsFill Icon //go:embed svg/integration_instructions.svg IntegrationInstructions Icon //go:embed svg/interactive_space-fill.svg InteractiveSpaceFill Icon //go:embed svg/interactive_space.svg InteractiveSpace Icon //go:embed svg/interests-fill.svg InterestsFill Icon //go:embed svg/interests.svg Interests Icon //go:embed svg/inventory-fill.svg InventoryFill Icon //go:embed svg/inventory.svg Inventory Icon //go:embed svg/inventory_2-fill.svg Inventory2Fill Icon //go:embed svg/inventory_2.svg Inventory2 Icon //go:embed svg/invert_colors-fill.svg InvertColorsFill Icon //go:embed svg/invert_colors.svg InvertColors Icon //go:embed svg/invert_colors_off-fill.svg InvertColorsOffFill Icon //go:embed svg/invert_colors_off.svg InvertColorsOff Icon IosShareFill Icon IosShare Icon //go:embed svg/javascript-fill.svg JavascriptFill Icon //go:embed svg/javascript.svg Javascript Icon //go:embed svg/join-fill.svg JoinFill Icon //go:embed svg/join.svg Join Icon //go:embed svg/join_inner-fill.svg JoinInnerFill Icon //go:embed svg/join_inner.svg JoinInner Icon //go:embed svg/join_left-fill.svg JoinLeftFill Icon //go:embed svg/join_left.svg JoinLeft Icon //go:embed svg/join_right-fill.svg JoinRightFill Icon //go:embed svg/join_right.svg JoinRight Icon //go:embed svg/joystick-fill.svg JoystickFill Icon //go:embed svg/joystick.svg Joystick Icon //go:embed svg/json.svg Json Icon //go:embed svg/jump_to_element-fill.svg JumpToElementFill Icon //go:embed svg/jump_to_element.svg JumpToElement Icon //go:embed svg/key-fill.svg KeyFill Icon //go:embed svg/key.svg Key Icon //go:embed svg/key_off-fill.svg KeyOffFill Icon //go:embed svg/key_off.svg KeyOff Icon //go:embed svg/key_visualizer-fill.svg KeyVisualizerFill Icon //go:embed svg/key_visualizer.svg KeyVisualizer Icon //go:embed svg/keyboard-fill.svg KeyboardFill Icon //go:embed svg/keyboard.svg Keyboard Icon //go:embed svg/keyboard_alt-fill.svg KeyboardAltFill Icon //go:embed svg/keyboard_alt.svg KeyboardAlt Icon //go:embed svg/keyboard_arrow_down-fill.svg KeyboardArrowDownFill Icon //go:embed svg/keyboard_arrow_down.svg KeyboardArrowDown Icon //go:embed svg/keyboard_arrow_left-fill.svg KeyboardArrowLeftFill Icon //go:embed svg/keyboard_arrow_left.svg KeyboardArrowLeft Icon //go:embed svg/keyboard_arrow_right-fill.svg KeyboardArrowRightFill Icon //go:embed svg/keyboard_arrow_right.svg KeyboardArrowRight Icon //go:embed svg/keyboard_arrow_up-fill.svg KeyboardArrowUpFill Icon //go:embed svg/keyboard_arrow_up.svg KeyboardArrowUp Icon //go:embed svg/keyboard_backspace-fill.svg KeyboardBackspaceFill Icon //go:embed svg/keyboard_backspace.svg KeyboardBackspace Icon //go:embed svg/keyboard_capslock-fill.svg KeyboardCapslockFill Icon //go:embed svg/keyboard_capslock.svg KeyboardCapslock Icon //go:embed svg/keyboard_capslock_badge-fill.svg KeyboardCapslockBadgeFill Icon //go:embed svg/keyboard_capslock_badge.svg KeyboardCapslockBadge Icon //go:embed svg/keyboard_command_key-fill.svg KeyboardCommandKeyFill Icon //go:embed svg/keyboard_command_key.svg KeyboardCommandKey Icon //go:embed svg/keyboard_control_key-fill.svg KeyboardControlKeyFill Icon //go:embed svg/keyboard_control_key.svg KeyboardControlKey Icon //go:embed svg/keyboard_double_arrow_down-fill.svg KeyboardDoubleArrowDownFill Icon //go:embed svg/keyboard_double_arrow_down.svg KeyboardDoubleArrowDown Icon //go:embed svg/keyboard_double_arrow_left-fill.svg KeyboardDoubleArrowLeftFill Icon //go:embed svg/keyboard_double_arrow_left.svg KeyboardDoubleArrowLeft Icon //go:embed svg/keyboard_double_arrow_right-fill.svg KeyboardDoubleArrowRightFill Icon //go:embed svg/keyboard_double_arrow_right.svg KeyboardDoubleArrowRight Icon //go:embed svg/keyboard_double_arrow_up-fill.svg KeyboardDoubleArrowUpFill Icon //go:embed svg/keyboard_double_arrow_up.svg KeyboardDoubleArrowUp Icon //go:embed svg/keyboard_external_input-fill.svg KeyboardExternalInputFill Icon //go:embed svg/keyboard_external_input.svg KeyboardExternalInput Icon //go:embed svg/keyboard_full-fill.svg KeyboardFullFill Icon //go:embed svg/keyboard_full.svg KeyboardFull Icon //go:embed svg/keyboard_hide-fill.svg KeyboardHideFill Icon //go:embed svg/keyboard_hide.svg KeyboardHide Icon //go:embed svg/keyboard_keys-fill.svg KeyboardKeysFill Icon //go:embed svg/keyboard_keys.svg KeyboardKeys Icon //go:embed svg/keyboard_off-fill.svg KeyboardOffFill Icon //go:embed svg/keyboard_off.svg KeyboardOff Icon //go:embed svg/keyboard_onscreen-fill.svg KeyboardOnscreenFill Icon //go:embed svg/keyboard_onscreen.svg KeyboardOnscreen Icon //go:embed svg/keyboard_option_key-fill.svg KeyboardOptionKeyFill Icon //go:embed svg/keyboard_option_key.svg KeyboardOptionKey Icon //go:embed svg/keyboard_previous_language-fill.svg KeyboardPreviousLanguageFill Icon //go:embed svg/keyboard_previous_language.svg KeyboardPreviousLanguage Icon //go:embed svg/keyboard_return-fill.svg KeyboardReturnFill Icon //go:embed svg/keyboard_return.svg KeyboardReturn Icon //go:embed svg/keyboard_tab-fill.svg KeyboardTabFill Icon //go:embed svg/keyboard_tab.svg KeyboardTab Icon //go:embed svg/keyboard_tab_rtl-fill.svg KeyboardTabRtlFill Icon //go:embed svg/keyboard_tab_rtl.svg KeyboardTabRtl Icon //go:embed svg/keyboard_voice-fill.svg KeyboardVoiceFill Icon //go:embed svg/keyboard_voice.svg KeyboardVoice Icon //go:embed svg/label-fill.svg LabelFill Icon //go:embed svg/label.svg Label Icon //go:embed svg/label_important-fill.svg LabelImportantFill Icon //go:embed svg/label_important.svg LabelImportant Icon //go:embed svg/label_off-fill.svg LabelOffFill Icon //go:embed svg/label_off.svg LabelOff Icon //go:embed svg/labs-fill.svg LabsFill Icon //go:embed svg/labs.svg Labs Icon //go:embed svg/lan-fill.svg LanFill Icon //go:embed svg/lan.svg Lan Icon //go:embed svg/landscape-fill.svg LandscapeFill Icon //go:embed svg/landscape.svg Landscape Icon //go:embed svg/landslide-fill.svg LandslideFill Icon //go:embed svg/landslide.svg Landslide Icon //go:embed svg/language-fill.svg LanguageFill Icon //go:embed svg/language.svg Language Icon //go:embed svg/language_chinese_array-fill.svg LanguageChineseArrayFill Icon //go:embed svg/language_chinese_array.svg LanguageChineseArray Icon //go:embed svg/language_chinese_cangjie-fill.svg LanguageChineseCangjieFill Icon //go:embed svg/language_chinese_cangjie.svg LanguageChineseCangjie Icon //go:embed svg/language_chinese_dayi-fill.svg LanguageChineseDayiFill Icon //go:embed svg/language_chinese_dayi.svg LanguageChineseDayi Icon //go:embed svg/language_chinese_pinyin-fill.svg LanguageChinesePinyinFill Icon //go:embed svg/language_chinese_pinyin.svg LanguageChinesePinyin Icon //go:embed svg/language_chinese_quick-fill.svg LanguageChineseQuickFill Icon //go:embed svg/language_chinese_quick.svg LanguageChineseQuick Icon //go:embed svg/language_chinese_wubi-fill.svg LanguageChineseWubiFill Icon //go:embed svg/language_chinese_wubi.svg LanguageChineseWubi Icon //go:embed svg/language_french-fill.svg LanguageFrenchFill Icon //go:embed svg/language_french.svg LanguageFrench Icon //go:embed svg/language_gb_english-fill.svg LanguageGbEnglishFill Icon //go:embed svg/language_gb_english.svg LanguageGbEnglish Icon //go:embed svg/language_international-fill.svg LanguageInternationalFill Icon //go:embed svg/language_international.svg LanguageInternational Icon //go:embed svg/language_korean_latin-fill.svg LanguageKoreanLatinFill Icon //go:embed svg/language_korean_latin.svg LanguageKoreanLatin Icon //go:embed svg/language_pinyin-fill.svg LanguagePinyinFill Icon //go:embed svg/language_pinyin.svg LanguagePinyin Icon //go:embed svg/language_spanish-fill.svg LanguageSpanishFill Icon //go:embed svg/language_spanish.svg LanguageSpanish Icon //go:embed svg/language_us-fill.svg LanguageUsFill Icon //go:embed svg/language_us.svg LanguageUs Icon //go:embed svg/language_us_colemak-fill.svg LanguageUsColemakFill Icon //go:embed svg/language_us_colemak.svg LanguageUsColemak Icon //go:embed svg/language_us_dvorak-fill.svg LanguageUsDvorakFill Icon //go:embed svg/language_us_dvorak.svg LanguageUsDvorak Icon //go:embed svg/laps-fill.svg LapsFill Icon //go:embed svg/laps.svg Laps Icon //go:embed svg/laptop_chromebook-fill.svg LaptopChromebookFill Icon //go:embed svg/laptop_chromebook.svg LaptopChromebook Icon //go:embed svg/laptop_mac-fill.svg LaptopMacFill Icon //go:embed svg/laptop_mac.svg LaptopMac Icon //go:embed svg/laptop_windows-fill.svg LaptopWindowsFill Icon //go:embed svg/laptop_windows.svg LaptopWindows Icon //go:embed svg/lasso_select-fill.svg LassoSelectFill Icon //go:embed svg/lasso_select.svg LassoSelect Icon //go:embed svg/last_page-fill.svg LastPageFill Icon //go:embed svg/last_page.svg LastPage Icon //go:embed svg/latex.svg Latex Icon //go:embed svg/layers-fill.svg LayersFill Icon //go:embed svg/layers.svg Layers Icon //go:embed svg/layers_clear-fill.svg LayersClearFill Icon //go:embed svg/layers_clear.svg LayersClear Icon //go:embed svg/leaderboard-fill.svg LeaderboardFill Icon //go:embed svg/leaderboard.svg Leaderboard Icon //go:embed svg/left_click-fill.svg LeftClickFill Icon //go:embed svg/left_click.svg LeftClick Icon //go:embed svg/left_panel_close-fill.svg LeftPanelCloseFill Icon //go:embed svg/left_panel_close.svg LeftPanelClose Icon //go:embed svg/left_panel_open-fill.svg LeftPanelOpenFill Icon //go:embed svg/left_panel_open.svg LeftPanelOpen Icon //go:embed svg/legend_toggle-fill.svg LegendToggleFill Icon //go:embed svg/legend_toggle.svg LegendToggle Icon //go:embed svg/lens_blur-fill.svg LensBlurFill Icon //go:embed svg/lens_blur.svg LensBlur Icon //go:embed svg/letter_switch-fill.svg LetterSwitchFill Icon //go:embed svg/letter_switch.svg LetterSwitch Icon //go:embed svg/library_add-fill.svg LibraryAddFill Icon //go:embed svg/library_add.svg LibraryAdd Icon //go:embed svg/library_add_check-fill.svg LibraryAddCheckFill Icon //go:embed svg/library_add_check.svg LibraryAddCheck Icon //go:embed svg/library_books-fill.svg LibraryBooksFill Icon //go:embed svg/library_books.svg LibraryBooks Icon //go:embed svg/library_music-fill.svg LibraryMusicFill Icon //go:embed svg/library_music.svg LibraryMusic Icon //go:embed svg/light-fill.svg LightFill Icon //go:embed svg/light.svg Light Icon //go:embed svg/lightbulb-fill.svg LightbulbFill Icon //go:embed svg/lightbulb.svg Lightbulb Icon //go:embed svg/lightbulb_circle-fill.svg LightbulbCircleFill Icon //go:embed svg/lightbulb_circle.svg LightbulbCircle Icon //go:embed svg/line_axis-fill.svg LineAxisFill Icon //go:embed svg/line_axis.svg LineAxis Icon //go:embed svg/line_curve-fill.svg LineCurveFill Icon //go:embed svg/line_curve.svg LineCurve Icon //go:embed svg/line_end-fill.svg LineEndFill Icon //go:embed svg/line_end.svg LineEnd Icon //go:embed svg/line_end_arrow-fill.svg LineEndArrowFill Icon //go:embed svg/line_end_arrow.svg LineEndArrow Icon //go:embed svg/line_end_arrow_notch-fill.svg LineEndArrowNotchFill Icon //go:embed svg/line_end_arrow_notch.svg LineEndArrowNotch Icon //go:embed svg/line_end_circle-fill.svg LineEndCircleFill Icon //go:embed svg/line_end_circle.svg LineEndCircle Icon //go:embed svg/line_end_diamond-fill.svg LineEndDiamondFill Icon //go:embed svg/line_end_diamond.svg LineEndDiamond Icon //go:embed svg/line_end_square-fill.svg LineEndSquareFill Icon //go:embed svg/line_end_square.svg LineEndSquare Icon //go:embed svg/line_start-fill.svg LineStartFill Icon //go:embed svg/line_start.svg LineStart Icon //go:embed svg/line_start_arrow-fill.svg LineStartArrowFill Icon //go:embed svg/line_start_arrow.svg LineStartArrow Icon //go:embed svg/line_start_arrow_notch-fill.svg LineStartArrowNotchFill Icon //go:embed svg/line_start_arrow_notch.svg LineStartArrowNotch Icon //go:embed svg/line_start_circle-fill.svg LineStartCircleFill Icon //go:embed svg/line_start_circle.svg LineStartCircle Icon //go:embed svg/line_start_diamond-fill.svg LineStartDiamondFill Icon //go:embed svg/line_start_diamond.svg LineStartDiamond Icon //go:embed svg/line_start_square-fill.svg LineStartSquareFill Icon //go:embed svg/line_start_square.svg LineStartSquare Icon //go:embed svg/line_style-fill.svg LineStyleFill Icon //go:embed svg/line_style.svg LineStyle Icon //go:embed svg/line_weight-fill.svg LineWeightFill Icon //go:embed svg/line_weight.svg LineWeight Icon //go:embed svg/linear_scale-fill.svg LinearScaleFill Icon //go:embed svg/linear_scale.svg LinearScale Icon //go:embed svg/link-fill.svg LinkFill Icon //go:embed svg/link.svg Link Icon //go:embed svg/link_off-fill.svg LinkOffFill Icon //go:embed svg/link_off.svg LinkOff Icon //go:embed svg/list-fill.svg ListFill Icon //go:embed svg/list.svg List Icon //go:embed svg/list_alt-fill.svg ListAltFill Icon //go:embed svg/list_alt.svg ListAlt Icon //go:embed svg/list_alt_add-fill.svg ListAltAddFill Icon //go:embed svg/list_alt_add.svg ListAltAdd Icon //go:embed svg/lists-fill.svg ListsFill Icon //go:embed svg/lists.svg Lists Icon //go:embed svg/live_help-fill.svg LiveHelpFill Icon //go:embed svg/live_help.svg LiveHelp Icon //go:embed svg/live_tv-fill.svg LiveTvFill Icon //go:embed svg/live_tv.svg LiveTv Icon //go:embed svg/location_away-fill.svg LocationAwayFill Icon //go:embed svg/location_away.svg LocationAway Icon //go:embed svg/location_chip-fill.svg LocationChipFill Icon //go:embed svg/location_chip.svg LocationChip Icon //go:embed svg/location_home-fill.svg LocationHomeFill Icon //go:embed svg/location_home.svg LocationHome Icon //go:embed svg/location_off-fill.svg LocationOffFill Icon //go:embed svg/location_off.svg LocationOff Icon //go:embed svg/location_on-fill.svg LocationOnFill Icon //go:embed svg/location_on.svg LocationOn Icon //go:embed svg/lock-fill.svg LockFill Icon //go:embed svg/lock.svg Lock Icon //go:embed svg/lock_clock-fill.svg LockClockFill Icon //go:embed svg/lock_clock.svg LockClock Icon //go:embed svg/lock_open-fill.svg LockOpenFill Icon //go:embed svg/lock_open.svg LockOpen Icon //go:embed svg/lock_open_right-fill.svg LockOpenRightFill Icon //go:embed svg/lock_open_right.svg LockOpenRight Icon //go:embed svg/lock_person-fill.svg LockPersonFill Icon //go:embed svg/lock_person.svg LockPerson Icon //go:embed svg/lock_reset-fill.svg LockResetFill Icon //go:embed svg/lock_reset.svg LockReset Icon //go:embed svg/login-fill.svg LoginFill Icon //go:embed svg/login.svg Login Icon //go:embed svg/logo_dev-fill.svg LogoDevFill Icon //go:embed svg/logo_dev.svg LogoDev Icon //go:embed svg/logout-fill.svg LogoutFill Icon //go:embed svg/logout.svg Logout Icon //go:embed svg/loupe-fill.svg LoupeFill Icon //go:embed svg/loupe.svg Loupe Icon //go:embed svg/low_density-fill.svg LowDensityFill Icon //go:embed svg/low_density.svg LowDensity Icon //go:embed svg/low_priority-fill.svg LowPriorityFill Icon //go:embed svg/low_priority.svg LowPriority Icon //go:embed svg/loyalty-fill.svg LoyaltyFill Icon //go:embed svg/loyalty.svg Loyalty Icon //go:embed svg/lyrics-fill.svg LyricsFill Icon //go:embed svg/lyrics.svg Lyrics Icon //go:embed svg/macro_auto-fill.svg MacroAutoFill Icon //go:embed svg/macro_auto.svg MacroAuto Icon //go:embed svg/macro_off-fill.svg MacroOffFill Icon //go:embed svg/macro_off.svg MacroOff Icon //go:embed svg/magnification_large-fill.svg MagnificationLargeFill Icon //go:embed svg/magnification_large.svg MagnificationLarge Icon //go:embed svg/magnification_small-fill.svg MagnificationSmallFill Icon //go:embed svg/magnification_small.svg MagnificationSmall Icon //go:embed svg/magnify_docked-fill.svg MagnifyDockedFill Icon //go:embed svg/magnify_docked.svg MagnifyDocked Icon //go:embed svg/magnify_fullscreen-fill.svg MagnifyFullscreenFill Icon //go:embed svg/magnify_fullscreen.svg MagnifyFullscreen Icon //go:embed svg/mail-fill.svg MailFill Icon //go:embed svg/mail.svg Mail Icon //go:embed svg/mail_lock-fill.svg MailLockFill Icon //go:embed svg/mail_lock.svg MailLock Icon //go:embed svg/make.svg Make Icon //go:embed svg/makefile.svg Makefile Icon //go:embed svg/male-fill.svg MaleFill Icon //go:embed svg/male.svg Male Icon //go:embed svg/man-fill.svg ManFill Icon //go:embed svg/man.svg Man Icon //go:embed svg/man_2-fill.svg Man2Fill Icon //go:embed svg/man_2.svg Man2 Icon //go:embed svg/man_3-fill.svg Man3Fill Icon //go:embed svg/man_3.svg Man3 Icon //go:embed svg/man_4-fill.svg Man4Fill Icon //go:embed svg/man_4.svg Man4 Icon //go:embed svg/manage_accounts-fill.svg ManageAccountsFill Icon //go:embed svg/manage_accounts.svg ManageAccounts Icon //go:embed svg/manage_history-fill.svg ManageHistoryFill Icon //go:embed svg/manage_history.svg ManageHistory Icon //go:embed svg/manage_search-fill.svg ManageSearchFill Icon //go:embed svg/manage_search.svg ManageSearch Icon //go:embed svg/manga-fill.svg MangaFill Icon //go:embed svg/manga.svg Manga Icon //go:embed svg/map-fill.svg MapFill Icon //go:embed svg/map.svg Map Icon //go:embed svg/margin-fill.svg MarginFill Icon //go:embed svg/margin.svg Margin Icon //go:embed svg/mark_as_unread-fill.svg MarkAsUnreadFill Icon //go:embed svg/mark_as_unread.svg MarkAsUnread Icon //go:embed svg/mark_chat_read-fill.svg MarkChatReadFill Icon //go:embed svg/mark_chat_read.svg MarkChatRead Icon //go:embed svg/mark_chat_unread-fill.svg MarkChatUnreadFill Icon //go:embed svg/mark_chat_unread.svg MarkChatUnread Icon //go:embed svg/mark_email_read-fill.svg MarkEmailReadFill Icon //go:embed svg/mark_email_read.svg MarkEmailRead Icon //go:embed svg/mark_email_unread-fill.svg MarkEmailUnreadFill Icon //go:embed svg/mark_email_unread.svg MarkEmailUnread Icon //go:embed svg/mark_unread_chat_alt-fill.svg MarkUnreadChatAltFill Icon //go:embed svg/mark_unread_chat_alt.svg MarkUnreadChatAlt Icon //go:embed svg/markunread_mailbox-fill.svg MarkunreadMailboxFill Icon //go:embed svg/markunread_mailbox.svg MarkunreadMailbox Icon //go:embed svg/masked_transitions-fill.svg MaskedTransitionsFill Icon //go:embed svg/masked_transitions.svg MaskedTransitions Icon //go:embed svg/match_case-fill.svg MatchCaseFill Icon //go:embed svg/match_case.svg MatchCase Icon //go:embed svg/match_word-fill.svg MatchWordFill Icon //go:embed svg/match_word.svg MatchWord Icon //go:embed svg/maximize-fill.svg MaximizeFill Icon //go:embed svg/maximize.svg Maximize Icon //go:embed svg/measuring_tape-fill.svg MeasuringTapeFill Icon //go:embed svg/measuring_tape.svg MeasuringTape Icon //go:embed svg/media_bluetooth_off-fill.svg MediaBluetoothOffFill Icon //go:embed svg/media_bluetooth_off.svg MediaBluetoothOff Icon //go:embed svg/media_bluetooth_on-fill.svg MediaBluetoothOnFill Icon //go:embed svg/media_bluetooth_on.svg MediaBluetoothOn Icon //go:embed svg/media_link-fill.svg MediaLinkFill Icon //go:embed svg/media_link.svg MediaLink Icon //go:embed svg/memory-fill.svg MemoryFill Icon //go:embed svg/memory.svg Memory Icon //go:embed svg/memory_alt-fill.svg MemoryAltFill Icon //go:embed svg/memory_alt.svg MemoryAlt Icon //go:embed svg/menu-fill.svg MenuFill Icon //go:embed svg/menu.svg Menu Icon //go:embed svg/menu_book-fill.svg MenuBookFill Icon //go:embed svg/menu_book.svg MenuBook Icon //go:embed svg/menu_open-fill.svg MenuOpenFill Icon //go:embed svg/menu_open.svg MenuOpen Icon //go:embed svg/merge-fill.svg MergeFill Icon //go:embed svg/merge.svg Merge Icon //go:embed svg/merge_type-fill.svg MergeTypeFill Icon //go:embed svg/merge_type.svg MergeType Icon //go:embed svg/method.svg Method Icon //go:embed svg/mic-fill.svg MicFill Icon //go:embed svg/mic.svg Mic Icon //go:embed svg/mic_double-fill.svg MicDoubleFill Icon //go:embed svg/mic_double.svg MicDouble Icon //go:embed svg/mic_external_off-fill.svg MicExternalOffFill Icon //go:embed svg/mic_external_off.svg MicExternalOff Icon //go:embed svg/mic_external_on-fill.svg MicExternalOnFill Icon //go:embed svg/mic_external_on.svg MicExternalOn Icon //go:embed svg/mic_off-fill.svg MicOffFill Icon //go:embed svg/mic_off.svg MicOff Icon //go:embed svg/minimize-fill.svg MinimizeFill Icon //go:embed svg/minimize.svg Minimize Icon //go:embed svg/missed_video_call-fill.svg MissedVideoCallFill Icon //go:embed svg/missed_video_call.svg MissedVideoCall Icon //go:embed svg/mms-fill.svg MmsFill Icon //go:embed svg/mms.svg Mms Icon //go:embed svg/mobile_friendly-fill.svg MobileFriendlyFill Icon //go:embed svg/mobile_friendly.svg MobileFriendly Icon //go:embed svg/mobile_off-fill.svg MobileOffFill Icon //go:embed svg/mobile_off.svg MobileOff Icon MobileScreenShareFill Icon MobileScreenShare Icon //go:embed svg/mobiledata_off-fill.svg MobiledataOffFill Icon //go:embed svg/mobiledata_off.svg MobiledataOff Icon //go:embed svg/mode_cool-fill.svg ModeCoolFill Icon //go:embed svg/mode_cool.svg ModeCool Icon //go:embed svg/mode_cool_off-fill.svg ModeCoolOffFill Icon //go:embed svg/mode_cool_off.svg ModeCoolOff Icon //go:embed svg/mode_fan-fill.svg ModeFanFill Icon //go:embed svg/mode_fan.svg ModeFan Icon //go:embed svg/mode_fan_off-fill.svg ModeFanOffFill Icon //go:embed svg/mode_fan_off.svg ModeFanOff Icon //go:embed svg/mode_heat-fill.svg ModeHeatFill Icon //go:embed svg/mode_heat.svg ModeHeat Icon //go:embed svg/mode_heat_cool-fill.svg ModeHeatCoolFill Icon //go:embed svg/mode_heat_cool.svg ModeHeatCool Icon //go:embed svg/mode_heat_off-fill.svg ModeHeatOffFill Icon //go:embed svg/mode_heat_off.svg ModeHeatOff Icon //go:embed svg/mode_off_on-fill.svg ModeOffOnFill Icon //go:embed svg/mode_off_on.svg ModeOffOn Icon //go:embed svg/mode_standby-fill.svg ModeStandbyFill Icon //go:embed svg/mode_standby.svg ModeStandby Icon //go:embed svg/model_training-fill.svg ModelTrainingFill Icon //go:embed svg/model_training.svg ModelTraining Icon //go:embed svg/monetization_on-fill.svg MonetizationOnFill Icon //go:embed svg/monetization_on.svg MonetizationOn Icon //go:embed svg/money-fill.svg MoneyFill Icon //go:embed svg/money.svg Money Icon //go:embed svg/money_off-fill.svg MoneyOffFill Icon //go:embed svg/money_off.svg MoneyOff Icon //go:embed svg/monitor-fill.svg MonitorFill Icon //go:embed svg/monitor.svg Monitor Icon //go:embed svg/monitoring-fill.svg MonitoringFill Icon //go:embed svg/monitoring.svg Monitoring Icon //go:embed svg/monochrome_photos-fill.svg MonochromePhotosFill Icon //go:embed svg/monochrome_photos.svg MonochromePhotos Icon //go:embed svg/mood-fill.svg MoodFill Icon //go:embed svg/mood.svg Mood Icon //go:embed svg/mood_bad-fill.svg MoodBadFill Icon //go:embed svg/mood_bad.svg MoodBad Icon //go:embed svg/more-fill.svg MoreFill Icon //go:embed svg/more.svg More Icon //go:embed svg/more_down-fill.svg MoreDownFill Icon //go:embed svg/more_down.svg MoreDown Icon //go:embed svg/more_horiz-fill.svg MoreHorizFill Icon //go:embed svg/more_horiz.svg MoreHoriz Icon //go:embed svg/more_time-fill.svg MoreTimeFill Icon //go:embed svg/more_time.svg MoreTime Icon //go:embed svg/more_up-fill.svg MoreUpFill Icon //go:embed svg/more_up.svg MoreUp Icon //go:embed svg/more_vert-fill.svg MoreVertFill Icon //go:embed svg/more_vert.svg MoreVert Icon //go:embed svg/mouse-fill.svg MouseFill Icon //go:embed svg/mouse.svg Mouse Icon //go:embed svg/move-fill.svg MoveFill Icon //go:embed svg/move.svg Move Icon //go:embed svg/move_down-fill.svg MoveDownFill Icon //go:embed svg/move_down.svg MoveDown Icon //go:embed svg/move_group-fill.svg MoveGroupFill Icon //go:embed svg/move_group.svg MoveGroup Icon //go:embed svg/move_item-fill.svg MoveItemFill Icon //go:embed svg/move_item.svg MoveItem Icon //go:embed svg/move_location-fill.svg MoveLocationFill Icon //go:embed svg/move_location.svg MoveLocation Icon //go:embed svg/move_selection_down-fill.svg MoveSelectionDownFill Icon //go:embed svg/move_selection_down.svg MoveSelectionDown Icon //go:embed svg/move_selection_left-fill.svg MoveSelectionLeftFill Icon //go:embed svg/move_selection_left.svg MoveSelectionLeft Icon //go:embed svg/move_selection_right-fill.svg MoveSelectionRightFill Icon //go:embed svg/move_selection_right.svg MoveSelectionRight Icon //go:embed svg/move_selection_up-fill.svg MoveSelectionUpFill Icon //go:embed svg/move_selection_up.svg MoveSelectionUp Icon //go:embed svg/move_to_inbox-fill.svg MoveToInboxFill Icon //go:embed svg/move_to_inbox.svg MoveToInbox Icon //go:embed svg/move_up-fill.svg MoveUpFill Icon //go:embed svg/move_up.svg MoveUp Icon //go:embed svg/moved_location-fill.svg MovedLocationFill Icon //go:embed svg/moved_location.svg MovedLocation Icon //go:embed svg/movie-fill.svg MovieFill Icon //go:embed svg/movie.svg Movie Icon //go:embed svg/movie_edit-fill.svg MovieEditFill Icon //go:embed svg/movie_edit.svg MovieEdit Icon //go:embed svg/movie_info-fill.svg MovieInfoFill Icon //go:embed svg/movie_info.svg MovieInfo Icon //go:embed svg/moving-fill.svg MovingFill Icon //go:embed svg/moving.svg Moving Icon //go:embed svg/multiline_chart-fill.svg MultilineChartFill Icon //go:embed svg/multiline_chart.svg MultilineChart Icon //go:embed svg/multiple_stop-fill.svg MultipleStopFill Icon //go:embed svg/multiple_stop.svg MultipleStop Icon //go:embed svg/music_note-fill.svg MusicNoteFill Icon //go:embed svg/music_note.svg MusicNote Icon //go:embed svg/music_off-fill.svg MusicOffFill Icon //go:embed svg/music_off.svg MusicOff Icon //go:embed svg/music_video-fill.svg MusicVideoFill Icon //go:embed svg/music_video.svg MusicVideo Icon //go:embed svg/my_location-fill.svg MyLocationFill Icon //go:embed svg/my_location.svg MyLocation Icon //go:embed svg/mystery-fill.svg MysteryFill Icon //go:embed svg/mystery.svg Mystery Icon //go:embed svg/nature-fill.svg NatureFill Icon //go:embed svg/nature.svg Nature Icon NavigateBeforeFill Icon NavigateBefore Icon NavigateNextFill Icon NavigateNext Icon NavigationFill Icon Navigation Icon //go:embed svg/network_cell-fill.svg NetworkCellFill Icon //go:embed svg/network_cell.svg NetworkCell Icon //go:embed svg/network_check-fill.svg NetworkCheckFill Icon //go:embed svg/network_check.svg NetworkCheck Icon //go:embed svg/network_locked-fill.svg NetworkLockedFill Icon //go:embed svg/network_locked.svg NetworkLocked Icon //go:embed svg/network_manage-fill.svg NetworkManageFill Icon //go:embed svg/network_manage.svg NetworkManage Icon //go:embed svg/network_ping-fill.svg NetworkPingFill Icon //go:embed svg/network_ping.svg NetworkPing Icon //go:embed svg/network_wifi-fill.svg NetworkWifiFill Icon //go:embed svg/network_wifi.svg NetworkWifi Icon //go:embed svg/network_wifi_1_bar-fill.svg NetworkWifi1BarFill Icon //go:embed svg/network_wifi_1_bar.svg NetworkWifi1Bar Icon //go:embed svg/network_wifi_2_bar-fill.svg NetworkWifi2BarFill Icon //go:embed svg/network_wifi_2_bar.svg NetworkWifi2Bar Icon //go:embed svg/network_wifi_3_bar-fill.svg NetworkWifi3BarFill Icon //go:embed svg/network_wifi_3_bar.svg NetworkWifi3Bar Icon //go:embed svg/new_label-fill.svg NewLabelFill Icon //go:embed svg/new_label.svg NewLabel Icon //go:embed svg/new_releases-fill.svg NewReleasesFill Icon //go:embed svg/new_releases.svg NewReleases Icon //go:embed svg/new_window-fill.svg NewWindowFill Icon //go:embed svg/new_window.svg NewWindow Icon //go:embed svg/news-fill.svg NewsFill Icon //go:embed svg/news.svg News Icon //go:embed svg/newsmode-fill.svg NewsmodeFill Icon //go:embed svg/newsmode.svg Newsmode Icon //go:embed svg/newspaper-fill.svg NewspaperFill Icon //go:embed svg/newspaper.svg Newspaper Icon //go:embed svg/next_plan-fill.svg NextPlanFill Icon //go:embed svg/next_plan.svg NextPlan Icon //go:embed svg/next_week-fill.svg NextWeekFill Icon //go:embed svg/next_week.svg NextWeek Icon //go:embed svg/nfc-fill.svg NfcFill Icon //go:embed svg/nfc.svg Nfc Icon //go:embed svg/no_accounts-fill.svg NoAccountsFill Icon //go:embed svg/no_accounts.svg NoAccounts Icon //go:embed svg/no_adult_content-fill.svg NoAdultContentFill Icon //go:embed svg/no_adult_content.svg NoAdultContent Icon //go:embed svg/no_crash-fill.svg NoCrashFill Icon //go:embed svg/no_crash.svg NoCrash Icon //go:embed svg/no_encryption-fill.svg NoEncryptionFill Icon //go:embed svg/no_encryption.svg NoEncryption Icon //go:embed svg/no_flash-fill.svg NoFlashFill Icon //go:embed svg/no_flash.svg NoFlash Icon //go:embed svg/no_sim-fill.svg NoSimFill Icon //go:embed svg/no_sim.svg NoSim Icon //go:embed svg/no_sound-fill.svg NoSoundFill Icon //go:embed svg/no_sound.svg NoSound Icon //go:embed svg/no_transfer-fill.svg NoTransferFill Icon //go:embed svg/no_transfer.svg NoTransfer Icon //go:embed svg/north-fill.svg NorthFill Icon //go:embed svg/north.svg North Icon //go:embed svg/north_east-fill.svg NorthEastFill Icon //go:embed svg/north_east.svg NorthEast Icon //go:embed svg/north_west-fill.svg NorthWestFill Icon //go:embed svg/north_west.svg NorthWest Icon //go:embed svg/not_started-fill.svg NotStartedFill Icon //go:embed svg/not_started.svg NotStarted Icon //go:embed svg/note-fill.svg NoteFill Icon //go:embed svg/note.svg Note Icon //go:embed svg/note_add-fill.svg NoteAddFill Icon //go:embed svg/note_add.svg NoteAdd Icon //go:embed svg/note_alt-fill.svg NoteAltFill Icon //go:embed svg/note_alt.svg NoteAlt Icon //go:embed svg/notes-fill.svg NotesFill Icon //go:embed svg/notes.svg Notes Icon //go:embed svg/notification_add-fill.svg NotificationAddFill Icon //go:embed svg/notification_add.svg NotificationAdd Icon //go:embed svg/notification_important-fill.svg NotificationImportantFill Icon //go:embed svg/notification_important.svg NotificationImportant Icon //go:embed svg/notification_multiple-fill.svg NotificationMultipleFill Icon //go:embed svg/notification_multiple.svg NotificationMultiple Icon //go:embed svg/notifications-fill.svg NotificationsFill Icon //go:embed svg/notifications.svg Notifications Icon //go:embed svg/notifications_active-fill.svg NotificationsActiveFill Icon //go:embed svg/notifications_active.svg NotificationsActive Icon //go:embed svg/notifications_off-fill.svg NotificationsOffFill Icon //go:embed svg/notifications_off.svg NotificationsOff Icon //go:embed svg/notifications_paused-fill.svg NotificationsPausedFill Icon //go:embed svg/notifications_paused.svg NotificationsPaused Icon //go:embed svg/numbers-fill.svg NumbersFill Icon //go:embed svg/numbers.svg Numbers Icon //go:embed svg/offline_bolt-fill.svg OfflineBoltFill Icon //go:embed svg/offline_bolt.svg OfflineBolt Icon //go:embed svg/offline_pin-fill.svg OfflinePinFill Icon //go:embed svg/offline_pin.svg OfflinePin Icon OfflineShareFill Icon OfflineShare Icon //go:embed svg/on_device_training-fill.svg OnDeviceTrainingFill Icon //go:embed svg/on_device_training.svg OnDeviceTraining Icon //go:embed svg/online_prediction-fill.svg OnlinePredictionFill Icon //go:embed svg/online_prediction.svg OnlinePrediction Icon //go:embed svg/opacity-fill.svg OpacityFill Icon //go:embed svg/opacity.svg Opacity Icon //go:embed svg/open-fill.svg OpenFill Icon //go:embed svg/open.svg Open Icon //go:embed svg/open_in_browser-fill.svg OpenInBrowserFill Icon //go:embed svg/open_in_browser.svg OpenInBrowser Icon //go:embed svg/open_in_full-fill.svg OpenInFullFill Icon //go:embed svg/open_in_full.svg OpenInFull Icon //go:embed svg/open_in_new-fill.svg OpenInNewFill Icon //go:embed svg/open_in_new.svg OpenInNew Icon //go:embed svg/open_in_new_down-fill.svg OpenInNewDownFill Icon //go:embed svg/open_in_new_down.svg OpenInNewDown Icon //go:embed svg/open_in_new_off-fill.svg OpenInNewOffFill Icon //go:embed svg/open_in_new_off.svg OpenInNewOff Icon //go:embed svg/open_in_phone-fill.svg OpenInPhoneFill Icon //go:embed svg/open_in_phone.svg OpenInPhone Icon //go:embed svg/open_with-fill.svg OpenWithFill Icon //go:embed svg/open_with.svg OpenWith Icon //go:embed svg/order_approve-fill.svg OrderApproveFill Icon //go:embed svg/order_approve.svg OrderApprove Icon //go:embed svg/order_play-fill.svg OrderPlayFill Icon //go:embed svg/order_play.svg OrderPlay Icon //go:embed svg/outbound-fill.svg OutboundFill Icon //go:embed svg/outbound.svg Outbound Icon //go:embed svg/outbox-fill.svg OutboxFill Icon //go:embed svg/outbox.svg Outbox Icon //go:embed svg/outbox_alt-fill.svg OutboxAltFill Icon //go:embed svg/outbox_alt.svg OutboxAlt Icon //go:embed svg/outgoing_mail-fill.svg OutgoingMailFill Icon //go:embed svg/outgoing_mail.svg OutgoingMail Icon //go:embed svg/outlet-fill.svg OutletFill Icon //go:embed svg/outlet.svg Outlet Icon //go:embed svg/output-fill.svg OutputFill Icon //go:embed svg/output.svg Output Icon //go:embed svg/output_circle-fill.svg OutputCircleFill Icon //go:embed svg/output_circle.svg OutputCircle Icon //go:embed svg/overview-fill.svg OverviewFill Icon //go:embed svg/overview.svg Overview Icon //go:embed svg/overview_key-fill.svg OverviewKeyFill Icon //go:embed svg/overview_key.svg OverviewKey Icon //go:embed svg/pace-fill.svg PaceFill Icon //go:embed svg/pace.svg Pace Icon //go:embed svg/package-fill.svg PackageFill Icon //go:embed svg/package.svg Package Icon //go:embed svg/padding-fill.svg PaddingFill Icon //go:embed svg/padding.svg Padding Icon //go:embed svg/page_control-fill.svg PageControlFill Icon //go:embed svg/page_control.svg PageControl Icon //go:embed svg/page_info-fill.svg PageInfoFill Icon //go:embed svg/page_info.svg PageInfo Icon //go:embed svg/pages-fill.svg PagesFill Icon //go:embed svg/pages.svg Pages Icon //go:embed svg/pageview-fill.svg PageviewFill Icon //go:embed svg/pageview.svg Pageview Icon //go:embed svg/paid-fill.svg PaidFill Icon //go:embed svg/paid.svg Paid Icon //go:embed svg/palette-fill.svg PaletteFill Icon //go:embed svg/palette.svg Palette Icon //go:embed svg/pallet-fill.svg PalletFill Icon //go:embed svg/pallet.svg Pallet Icon //go:embed svg/pan_tool-fill.svg PanToolFill Icon //go:embed svg/pan_tool.svg PanTool Icon //go:embed svg/pan_tool_alt-fill.svg PanToolAltFill Icon //go:embed svg/pan_tool_alt.svg PanToolAlt Icon //go:embed svg/pan_zoom-fill.svg PanZoomFill Icon //go:embed svg/pan_zoom.svg PanZoom Icon //go:embed svg/panorama-fill.svg PanoramaFill Icon //go:embed svg/panorama.svg Panorama Icon //go:embed svg/password-fill.svg PasswordFill Icon //go:embed svg/password.svg Password Icon //go:embed svg/paste.svg Paste Icon //go:embed svg/pattern-fill.svg PatternFill Icon //go:embed svg/pattern.svg Pattern Icon //go:embed svg/pause-fill.svg PauseFill Icon //go:embed svg/pause.svg Pause Icon //go:embed svg/pause_circle-fill.svg PauseCircleFill Icon //go:embed svg/pause_circle.svg PauseCircle Icon //go:embed svg/pause_presentation-fill.svg PausePresentationFill Icon //go:embed svg/pause_presentation.svg PausePresentation Icon //go:embed svg/payments-fill.svg PaymentsFill Icon //go:embed svg/payments.svg Payments Icon //go:embed svg/pen_size_1-fill.svg PenSize1Fill Icon //go:embed svg/pen_size_1.svg PenSize1 Icon //go:embed svg/pen_size_2-fill.svg PenSize2Fill Icon //go:embed svg/pen_size_2.svg PenSize2 Icon //go:embed svg/pen_size_3-fill.svg PenSize3Fill Icon //go:embed svg/pen_size_3.svg PenSize3 Icon //go:embed svg/pen_size_4-fill.svg PenSize4Fill Icon //go:embed svg/pen_size_4.svg PenSize4 Icon //go:embed svg/pen_size_5-fill.svg PenSize5Fill Icon //go:embed svg/pen_size_5.svg PenSize5 Icon //go:embed svg/pending-fill.svg PendingFill Icon //go:embed svg/pending.svg Pending Icon //go:embed svg/pending_actions-fill.svg PendingActionsFill Icon //go:embed svg/pending_actions.svg PendingActions Icon //go:embed svg/pentagon-fill.svg PentagonFill Icon //go:embed svg/pentagon.svg Pentagon Icon //go:embed svg/percent-fill.svg PercentFill Icon //go:embed svg/percent.svg Percent Icon //go:embed svg/perm_camera_mic-fill.svg PermCameraMicFill Icon //go:embed svg/perm_camera_mic.svg PermCameraMic Icon //go:embed svg/perm_contact_calendar-fill.svg PermContactCalendarFill Icon //go:embed svg/perm_contact_calendar.svg PermContactCalendar Icon //go:embed svg/perm_data_setting-fill.svg PermDataSettingFill Icon //go:embed svg/perm_data_setting.svg PermDataSetting Icon //go:embed svg/perm_device_information-fill.svg PermDeviceInformationFill Icon //go:embed svg/perm_device_information.svg PermDeviceInformation Icon //go:embed svg/perm_media-fill.svg PermMediaFill Icon //go:embed svg/perm_media.svg PermMedia Icon //go:embed svg/perm_phone_msg-fill.svg PermPhoneMsgFill Icon //go:embed svg/perm_phone_msg.svg PermPhoneMsg Icon //go:embed svg/perm_scan_wifi-fill.svg PermScanWifiFill Icon //go:embed svg/perm_scan_wifi.svg PermScanWifi Icon //go:embed svg/person-fill.svg PersonFill Icon //go:embed svg/person.svg Person Icon //go:embed svg/person_2-fill.svg Person2Fill Icon //go:embed svg/person_2.svg Person2 Icon //go:embed svg/person_3-fill.svg Person3Fill Icon //go:embed svg/person_3.svg Person3 Icon //go:embed svg/person_4-fill.svg Person4Fill Icon //go:embed svg/person_4.svg Person4 Icon //go:embed svg/person_add-fill.svg PersonAddFill Icon //go:embed svg/person_add.svg PersonAdd Icon //go:embed svg/person_add_disabled-fill.svg PersonAddDisabledFill Icon //go:embed svg/person_add_disabled.svg PersonAddDisabled Icon //go:embed svg/person_apron-fill.svg PersonApronFill Icon //go:embed svg/person_apron.svg PersonApron Icon //go:embed svg/person_book-fill.svg PersonBookFill Icon //go:embed svg/person_book.svg PersonBook Icon //go:embed svg/person_celebrate-fill.svg PersonCelebrateFill Icon //go:embed svg/person_celebrate.svg PersonCelebrate Icon //go:embed svg/person_off-fill.svg PersonOffFill Icon //go:embed svg/person_off.svg PersonOff Icon //go:embed svg/person_pin-fill.svg PersonPinFill Icon //go:embed svg/person_pin.svg PersonPin Icon //go:embed svg/person_pin_circle-fill.svg PersonPinCircleFill Icon //go:embed svg/person_pin_circle.svg PersonPinCircle Icon //go:embed svg/person_play-fill.svg PersonPlayFill Icon //go:embed svg/person_play.svg PersonPlay Icon //go:embed svg/person_raised_hand-fill.svg PersonRaisedHandFill Icon //go:embed svg/person_raised_hand.svg PersonRaisedHand Icon //go:embed svg/person_remove-fill.svg PersonRemoveFill Icon //go:embed svg/person_remove.svg PersonRemove Icon //go:embed svg/person_search-fill.svg PersonSearchFill Icon //go:embed svg/person_search.svg PersonSearch Icon //go:embed svg/phishing-fill.svg PhishingFill Icon //go:embed svg/phishing.svg Phishing Icon //go:embed svg/phone_android-fill.svg PhoneAndroidFill Icon //go:embed svg/phone_android.svg PhoneAndroid Icon //go:embed svg/phone_bluetooth_speaker-fill.svg PhoneBluetoothSpeakerFill Icon //go:embed svg/phone_bluetooth_speaker.svg PhoneBluetoothSpeaker Icon //go:embed svg/phone_callback-fill.svg PhoneCallbackFill Icon //go:embed svg/phone_callback.svg PhoneCallback Icon //go:embed svg/phone_disabled-fill.svg PhoneDisabledFill Icon //go:embed svg/phone_disabled.svg PhoneDisabled Icon //go:embed svg/phone_enabled-fill.svg PhoneEnabledFill Icon //go:embed svg/phone_enabled.svg PhoneEnabled Icon //go:embed svg/phone_forwarded-fill.svg PhoneForwardedFill Icon //go:embed svg/phone_forwarded.svg PhoneForwarded Icon //go:embed svg/phone_in_talk-fill.svg PhoneInTalkFill Icon //go:embed svg/phone_in_talk.svg PhoneInTalk Icon //go:embed svg/phone_iphone-fill.svg PhoneIphoneFill Icon //go:embed svg/phone_iphone.svg PhoneIphone Icon //go:embed svg/phone_locked-fill.svg PhoneLockedFill Icon //go:embed svg/phone_locked.svg PhoneLocked Icon //go:embed svg/phone_missed-fill.svg PhoneMissedFill Icon //go:embed svg/phone_missed.svg PhoneMissed Icon //go:embed svg/phone_paused-fill.svg PhonePausedFill Icon //go:embed svg/phone_paused.svg PhonePaused Icon //go:embed svg/photo-fill.svg PhotoFill Icon //go:embed svg/photo.svg Photo Icon //go:embed svg/photo_album-fill.svg PhotoAlbumFill Icon //go:embed svg/photo_album.svg PhotoAlbum Icon //go:embed svg/photo_camera-fill.svg PhotoCameraFill Icon //go:embed svg/photo_camera.svg PhotoCamera Icon //go:embed svg/photo_camera_back-fill.svg PhotoCameraBackFill Icon //go:embed svg/photo_camera_back.svg PhotoCameraBack Icon //go:embed svg/photo_camera_front-fill.svg PhotoCameraFrontFill Icon //go:embed svg/photo_camera_front.svg PhotoCameraFront Icon //go:embed svg/photo_frame-fill.svg PhotoFrameFill Icon //go:embed svg/photo_frame.svg PhotoFrame Icon //go:embed svg/photo_library-fill.svg PhotoLibraryFill Icon //go:embed svg/photo_library.svg PhotoLibrary Icon //go:embed svg/photo_prints-fill.svg PhotoPrintsFill Icon //go:embed svg/photo_prints.svg PhotoPrints Icon //go:embed svg/photo_size_select_large-fill.svg PhotoSizeSelectLargeFill Icon //go:embed svg/photo_size_select_large.svg PhotoSizeSelectLarge Icon //go:embed svg/photo_size_select_small-fill.svg PhotoSizeSelectSmallFill Icon //go:embed svg/photo_size_select_small.svg PhotoSizeSelectSmall Icon //go:embed svg/php-fill.svg PhpFill Icon //go:embed svg/php.svg Php Icon //go:embed svg/piano-fill.svg PianoFill Icon //go:embed svg/piano.svg Piano Icon //go:embed svg/piano_off-fill.svg PianoOffFill Icon //go:embed svg/piano_off.svg PianoOff Icon //go:embed svg/picture_as_pdf-fill.svg PictureAsPdfFill Icon //go:embed svg/picture_as_pdf.svg PictureAsPdf Icon //go:embed svg/picture_in_picture-fill.svg PictureInPictureFill Icon //go:embed svg/picture_in_picture.svg PictureInPicture Icon //go:embed svg/picture_in_picture_alt-fill.svg PictureInPictureAltFill Icon //go:embed svg/picture_in_picture_alt.svg PictureInPictureAlt Icon //go:embed svg/pie_chart-fill.svg PieChartFill Icon //go:embed svg/pie_chart.svg PieChart Icon //go:embed svg/pill-fill.svg PillFill Icon //go:embed svg/pill.svg Pill Icon //go:embed svg/pill_off-fill.svg PillOffFill Icon //go:embed svg/pill_off.svg PillOff Icon //go:embed svg/pin-fill.svg PinFill Icon //go:embed svg/pin.svg Pin Icon //go:embed svg/pin_drop-fill.svg PinDropFill Icon //go:embed svg/pin_drop.svg PinDrop Icon //go:embed svg/pin_end-fill.svg PinEndFill Icon //go:embed svg/pin_end.svg PinEnd Icon //go:embed svg/pin_invoke-fill.svg PinInvokeFill Icon //go:embed svg/pin_invoke.svg PinInvoke Icon //go:embed svg/pinch-fill.svg PinchFill Icon //go:embed svg/pinch.svg Pinch Icon //go:embed svg/pinch_zoom_in-fill.svg PinchZoomInFill Icon //go:embed svg/pinch_zoom_in.svg PinchZoomIn Icon //go:embed svg/pinch_zoom_out-fill.svg PinchZoomOutFill Icon //go:embed svg/pinch_zoom_out.svg PinchZoomOut Icon //go:embed svg/pip-fill.svg PipFill Icon //go:embed svg/pip.svg Pip Icon //go:embed svg/pip_exit-fill.svg PipExitFill Icon //go:embed svg/pip_exit.svg PipExit Icon //go:embed svg/pivot_table_chart-fill.svg PivotTableChartFill Icon //go:embed svg/pivot_table_chart.svg PivotTableChart Icon //go:embed svg/place_item-fill.svg PlaceItemFill Icon //go:embed svg/place_item.svg PlaceItem Icon //go:embed svg/plagiarism-fill.svg PlagiarismFill Icon //go:embed svg/plagiarism.svg Plagiarism Icon //go:embed svg/play_arrow-fill.svg PlayArrowFill Icon //go:embed svg/play_arrow.svg PlayArrow Icon //go:embed svg/play_circle-fill.svg PlayCircleFill Icon //go:embed svg/play_circle.svg PlayCircle Icon //go:embed svg/play_disabled-fill.svg PlayDisabledFill Icon //go:embed svg/play_disabled.svg PlayDisabled Icon //go:embed svg/play_for_work-fill.svg PlayForWorkFill Icon //go:embed svg/play_for_work.svg PlayForWork Icon //go:embed svg/play_lesson-fill.svg PlayLessonFill Icon //go:embed svg/play_lesson.svg PlayLesson Icon //go:embed svg/play_pause-fill.svg PlayPauseFill Icon //go:embed svg/play_pause.svg PlayPause Icon //go:embed svg/play_shapes-fill.svg PlayShapesFill Icon //go:embed svg/play_shapes.svg PlayShapes Icon //go:embed svg/playing_cards-fill.svg PlayingCardsFill Icon //go:embed svg/playing_cards.svg PlayingCards Icon //go:embed svg/playlist_add-fill.svg PlaylistAddFill Icon //go:embed svg/playlist_add.svg PlaylistAdd Icon //go:embed svg/playlist_add_check-fill.svg PlaylistAddCheckFill Icon //go:embed svg/playlist_add_check.svg PlaylistAddCheck Icon //go:embed svg/playlist_add_check_circle-fill.svg PlaylistAddCheckCircleFill Icon //go:embed svg/playlist_add_check_circle.svg PlaylistAddCheckCircle Icon //go:embed svg/playlist_add_circle-fill.svg PlaylistAddCircleFill Icon //go:embed svg/playlist_add_circle.svg PlaylistAddCircle Icon //go:embed svg/playlist_play-fill.svg PlaylistPlayFill Icon //go:embed svg/playlist_play.svg PlaylistPlay Icon //go:embed svg/playlist_remove-fill.svg PlaylistRemoveFill Icon //go:embed svg/playlist_remove.svg PlaylistRemove Icon //go:embed svg/podcasts-fill.svg PodcastsFill Icon //go:embed svg/podcasts.svg Podcasts Icon //go:embed svg/podium-fill.svg PodiumFill Icon //go:embed svg/podium.svg Podium Icon //go:embed svg/point_of_sale-fill.svg PointOfSaleFill Icon //go:embed svg/point_of_sale.svg PointOfSale Icon //go:embed svg/point_scan-fill.svg PointScanFill Icon //go:embed svg/point_scan.svg PointScan Icon //go:embed svg/policy-fill.svg PolicyFill Icon //go:embed svg/policy.svg Policy Icon //go:embed svg/polyline-fill.svg PolylineFill Icon //go:embed svg/polyline.svg Polyline Icon //go:embed svg/polymer-fill.svg PolymerFill Icon //go:embed svg/polymer.svg Polymer Icon //go:embed svg/portable_wifi_off-fill.svg PortableWifiOffFill Icon //go:embed svg/portable_wifi_off.svg PortableWifiOff Icon //go:embed svg/position_bottom_left-fill.svg PositionBottomLeftFill Icon //go:embed svg/position_bottom_left.svg PositionBottomLeft Icon //go:embed svg/position_bottom_right-fill.svg PositionBottomRightFill Icon //go:embed svg/position_bottom_right.svg PositionBottomRight Icon //go:embed svg/position_top_right-fill.svg PositionTopRightFill Icon //go:embed svg/position_top_right.svg PositionTopRight Icon //go:embed svg/post-fill.svg PostFill Icon //go:embed svg/post.svg Post Icon //go:embed svg/post_add-fill.svg PostAddFill Icon //go:embed svg/post_add.svg PostAdd Icon //go:embed svg/power-fill.svg PowerFill Icon //go:embed svg/power.svg Power Icon //go:embed svg/power_input-fill.svg PowerInputFill Icon //go:embed svg/power_input.svg PowerInput Icon //go:embed svg/power_off-fill.svg PowerOffFill Icon //go:embed svg/power_off.svg PowerOff Icon //go:embed svg/power_settings_new-fill.svg PowerSettingsNewFill Icon //go:embed svg/power_settings_new.svg PowerSettingsNew Icon //go:embed svg/preliminary-fill.svg PreliminaryFill Icon //go:embed svg/preliminary.svg Preliminary Icon //go:embed svg/present_to_all-fill.svg PresentToAllFill Icon //go:embed svg/present_to_all.svg PresentToAll Icon //go:embed svg/preview-fill.svg PreviewFill Icon //go:embed svg/preview.svg Preview Icon //go:embed svg/preview_off-fill.svg PreviewOffFill Icon //go:embed svg/preview_off.svg PreviewOff Icon //go:embed svg/price_change-fill.svg PriceChangeFill Icon //go:embed svg/price_change.svg PriceChange Icon //go:embed svg/price_check-fill.svg PriceCheckFill Icon //go:embed svg/price_check.svg PriceCheck Icon //go:embed svg/print-fill.svg PrintFill Icon //go:embed svg/print.svg Print Icon //go:embed svg/print_add-fill.svg PrintAddFill Icon //go:embed svg/print_add.svg PrintAdd Icon //go:embed svg/print_connect-fill.svg PrintConnectFill Icon //go:embed svg/print_connect.svg PrintConnect Icon //go:embed svg/print_disabled-fill.svg PrintDisabledFill Icon //go:embed svg/print_disabled.svg PrintDisabled Icon //go:embed svg/print_error-fill.svg PrintErrorFill Icon //go:embed svg/print_error.svg PrintError Icon //go:embed svg/print_lock-fill.svg PrintLockFill Icon //go:embed svg/print_lock.svg PrintLock Icon //go:embed svg/priority-fill.svg PriorityFill Icon //go:embed svg/priority.svg Priority Icon //go:embed svg/priority_high-fill.svg PriorityHighFill Icon //go:embed svg/priority_high.svg PriorityHigh Icon //go:embed svg/privacy-fill.svg PrivacyFill Icon //go:embed svg/privacy.svg Privacy Icon //go:embed svg/privacy_tip-fill.svg PrivacyTipFill Icon //go:embed svg/privacy_tip.svg PrivacyTip Icon //go:embed svg/private_connectivity-fill.svg PrivateConnectivityFill Icon //go:embed svg/private_connectivity.svg PrivateConnectivity Icon //go:embed svg/problem-fill.svg ProblemFill Icon //go:embed svg/problem.svg Problem Icon //go:embed svg/process_chart-fill.svg ProcessChartFill Icon //go:embed svg/process_chart.svg ProcessChart Icon //go:embed svg/productivity-fill.svg ProductivityFill Icon //go:embed svg/productivity.svg Productivity Icon //go:embed svg/progress_activity-fill.svg ProgressActivityFill Icon //go:embed svg/progress_activity.svg ProgressActivity Icon //go:embed svg/publish-fill.svg PublishFill Icon //go:embed svg/publish.svg Publish Icon //go:embed svg/published_with_changes-fill.svg PublishedWithChangesFill Icon //go:embed svg/published_with_changes.svg PublishedWithChanges Icon //go:embed svg/punch_clock-fill.svg PunchClockFill Icon //go:embed svg/punch_clock.svg PunchClock Icon //go:embed svg/push_pin-fill.svg PushPinFill Icon //go:embed svg/push_pin.svg PushPin Icon //go:embed svg/qr_code-fill.svg QrCodeFill Icon //go:embed svg/qr_code.svg QrCode Icon //go:embed svg/qr_code_2-fill.svg QrCode2Fill Icon //go:embed svg/qr_code_2.svg QrCode2 Icon //go:embed svg/qr_code_2_add-fill.svg QrCode2AddFill Icon //go:embed svg/qr_code_2_add.svg QrCode2Add Icon //go:embed svg/qr_code_scanner-fill.svg QrCodeScannerFill Icon //go:embed svg/qr_code_scanner.svg QrCodeScanner Icon //go:embed svg/query_stats-fill.svg QueryStatsFill Icon //go:embed svg/query_stats.svg QueryStats Icon //go:embed svg/question_exchange-fill.svg QuestionExchangeFill Icon //go:embed svg/question_exchange.svg QuestionExchange Icon //go:embed svg/question_mark-fill.svg QuestionMarkFill Icon //go:embed svg/question_mark.svg QuestionMark Icon //go:embed svg/queue_music-fill.svg QueueMusicFill Icon //go:embed svg/queue_music.svg QueueMusic Icon //go:embed svg/queue_play_next-fill.svg QueuePlayNextFill Icon //go:embed svg/queue_play_next.svg QueuePlayNext Icon //go:embed svg/quick_phrases-fill.svg QuickPhrasesFill Icon //go:embed svg/quick_phrases.svg QuickPhrases Icon //go:embed svg/quick_reference-fill.svg QuickReferenceFill Icon //go:embed svg/quick_reference.svg QuickReference Icon //go:embed svg/quick_reference_all-fill.svg QuickReferenceAllFill Icon //go:embed svg/quick_reference_all.svg QuickReferenceAll Icon //go:embed svg/quickreply-fill.svg QuickreplyFill Icon //go:embed svg/quickreply.svg Quickreply Icon //go:embed svg/quiz-fill.svg QuizFill Icon //go:embed svg/quiz.svg Quiz Icon //go:embed svg/radar-fill.svg RadarFill Icon //go:embed svg/radar.svg Radar Icon //go:embed svg/radio-fill.svg RadioFill Icon //go:embed svg/radio.svg Radio Icon //go:embed svg/radio_button_checked-fill.svg RadioButtonCheckedFill Icon //go:embed svg/radio_button_checked.svg RadioButtonChecked Icon //go:embed svg/radio_button_partial.svg RadioButtonPartial Icon //go:embed svg/radio_button_unchecked-fill.svg RadioButtonUncheckedFill Icon //go:embed svg/radio_button_unchecked.svg RadioButtonUnchecked Icon //go:embed svg/rate_review-fill.svg RateReviewFill Icon //go:embed svg/rate_review.svg RateReview Icon //go:embed svg/read_more-fill.svg ReadMoreFill Icon //go:embed svg/read_more.svg ReadMore Icon //go:embed svg/readiness_score-fill.svg ReadinessScoreFill Icon //go:embed svg/readiness_score.svg ReadinessScore Icon //go:embed svg/rear_camera-fill.svg RearCameraFill Icon //go:embed svg/rear_camera.svg RearCamera Icon //go:embed svg/rebase-fill.svg RebaseFill Icon //go:embed svg/rebase.svg Rebase Icon //go:embed svg/rebase_edit-fill.svg RebaseEditFill Icon //go:embed svg/rebase_edit.svg RebaseEdit Icon //go:embed svg/receipt-fill.svg ReceiptFill Icon //go:embed svg/receipt.svg Receipt Icon //go:embed svg/receipt_long-fill.svg ReceiptLongFill Icon //go:embed svg/receipt_long.svg ReceiptLong Icon //go:embed svg/recommend-fill.svg RecommendFill Icon //go:embed svg/recommend.svg Recommend Icon //go:embed svg/record_voice_over-fill.svg RecordVoiceOverFill Icon //go:embed svg/record_voice_over.svg RecordVoiceOver Icon //go:embed svg/rectangle-fill.svg RectangleFill Icon //go:embed svg/rectangle.svg Rectangle Icon //go:embed svg/recycling-fill.svg RecyclingFill Icon //go:embed svg/recycling.svg Recycling Icon //go:embed svg/redeem-fill.svg RedeemFill Icon //go:embed svg/redeem.svg Redeem Icon //go:embed svg/redo-fill.svg RedoFill Icon //go:embed svg/redo.svg Redo Icon //go:embed svg/reduce_capacity-fill.svg ReduceCapacityFill Icon //go:embed svg/reduce_capacity.svg ReduceCapacity Icon //go:embed svg/refresh-fill.svg RefreshFill Icon //go:embed svg/refresh.svg Refresh Icon //go:embed svg/regular_expression-fill.svg RegularExpressionFill Icon //go:embed svg/regular_expression.svg RegularExpression Icon //go:embed svg/relax-fill.svg RelaxFill Icon //go:embed svg/relax.svg Relax Icon //go:embed svg/release_alert-fill.svg ReleaseAlertFill Icon //go:embed svg/release_alert.svg ReleaseAlert Icon //go:embed svg/remember_me-fill.svg RememberMeFill Icon //go:embed svg/remember_me.svg RememberMe Icon //go:embed svg/reminder-fill.svg ReminderFill Icon //go:embed svg/reminder.svg Reminder Icon //go:embed svg/remote_gen-fill.svg RemoteGenFill Icon //go:embed svg/remote_gen.svg RemoteGen Icon //go:embed svg/remove-fill.svg RemoveFill Icon //go:embed svg/remove.svg Remove Icon //go:embed svg/remove_done-fill.svg RemoveDoneFill Icon //go:embed svg/remove_done.svg RemoveDone Icon //go:embed svg/remove_from_queue-fill.svg RemoveFromQueueFill Icon //go:embed svg/remove_from_queue.svg RemoveFromQueue Icon //go:embed svg/remove_moderator-fill.svg RemoveModeratorFill Icon //go:embed svg/remove_moderator.svg RemoveModerator Icon //go:embed svg/remove_selection-fill.svg RemoveSelectionFill Icon //go:embed svg/remove_selection.svg RemoveSelection Icon //go:embed svg/remove_shopping_cart-fill.svg RemoveShoppingCartFill Icon //go:embed svg/remove_shopping_cart.svg RemoveShoppingCart Icon //go:embed svg/reopen_window-fill.svg ReopenWindowFill Icon //go:embed svg/reopen_window.svg ReopenWindow Icon //go:embed svg/reorder-fill.svg ReorderFill Icon //go:embed svg/reorder.svg Reorder Icon //go:embed svg/repartition-fill.svg RepartitionFill Icon //go:embed svg/repartition.svg Repartition Icon //go:embed svg/repeat-fill.svg RepeatFill Icon //go:embed svg/repeat.svg Repeat Icon //go:embed svg/repeat_on-fill.svg RepeatOnFill Icon //go:embed svg/repeat_on.svg RepeatOn Icon //go:embed svg/repeat_one-fill.svg RepeatOneFill Icon //go:embed svg/repeat_one.svg RepeatOne Icon //go:embed svg/repeat_one_on-fill.svg RepeatOneOnFill Icon //go:embed svg/repeat_one_on.svg RepeatOneOn Icon //go:embed svg/replay-fill.svg ReplayFill Icon //go:embed svg/replay.svg Replay Icon //go:embed svg/replay_10-fill.svg Replay10Fill Icon //go:embed svg/replay_10.svg Replay10 Icon //go:embed svg/replay_30-fill.svg Replay30Fill Icon //go:embed svg/replay_30.svg Replay30 Icon //go:embed svg/replay_5-fill.svg Replay5Fill Icon //go:embed svg/replay_5.svg Replay5 Icon //go:embed svg/reply-fill.svg ReplyFill Icon //go:embed svg/reply.svg Reply Icon //go:embed svg/reply_all-fill.svg ReplyAllFill Icon //go:embed svg/reply_all.svg ReplyAll Icon //go:embed svg/report-fill.svg ReportFill Icon //go:embed svg/report.svg Report Icon //go:embed svg/report_off-fill.svg ReportOffFill Icon //go:embed svg/report_off.svg ReportOff Icon //go:embed svg/request_page-fill.svg RequestPageFill Icon //go:embed svg/request_page.svg RequestPage Icon //go:embed svg/request_quote-fill.svg RequestQuoteFill Icon //go:embed svg/request_quote.svg RequestQuote Icon //go:embed svg/reset-fill.svg ResetFill Icon //go:embed svg/reset.svg Reset Icon //go:embed svg/reset_image-fill.svg ResetImageFill Icon //go:embed svg/reset_image.svg ResetImage Icon //go:embed svg/reset_tv-fill.svg ResetTvFill Icon //go:embed svg/reset_tv.svg ResetTv Icon //go:embed svg/resize-fill.svg ResizeFill Icon //go:embed svg/resize.svg Resize Icon //go:embed svg/restart-fill.svg RestartFill Icon //go:embed svg/restart.svg Restart Icon //go:embed svg/restore_from_trash-fill.svg RestoreFromTrashFill Icon //go:embed svg/restore_from_trash.svg RestoreFromTrash Icon //go:embed svg/restore_page-fill.svg RestorePageFill Icon //go:embed svg/restore_page.svg RestorePage Icon //go:embed svg/resume-fill.svg ResumeFill Icon //go:embed svg/resume.svg Resume Icon //go:embed svg/reviews-fill.svg ReviewsFill Icon //go:embed svg/reviews.svg Reviews Icon //go:embed svg/right_click-fill.svg RightClickFill Icon //go:embed svg/right_click.svg RightClick Icon //go:embed svg/right_panel_close-fill.svg RightPanelCloseFill Icon //go:embed svg/right_panel_close.svg RightPanelClose Icon //go:embed svg/right_panel_open-fill.svg RightPanelOpenFill Icon //go:embed svg/right_panel_open.svg RightPanelOpen Icon //go:embed svg/ring_volume-fill.svg RingVolumeFill Icon //go:embed svg/ring_volume.svg RingVolume Icon //go:embed svg/robot-fill.svg RobotFill Icon //go:embed svg/robot.svg Robot Icon //go:embed svg/robot_2-fill.svg Robot2Fill Icon //go:embed svg/robot_2.svg Robot2 Icon //go:embed svg/rocket-fill.svg RocketFill Icon //go:embed svg/rocket.svg Rocket Icon //go:embed svg/rocket_launch-fill.svg RocketLaunchFill Icon //go:embed svg/rocket_launch.svg RocketLaunch Icon //go:embed svg/rotate_90_degrees_ccw-fill.svg Rotate90DegreesCcwFill Icon //go:embed svg/rotate_90_degrees_ccw.svg Rotate90DegreesCcw Icon //go:embed svg/rotate_90_degrees_cw-fill.svg Rotate90DegreesCwFill Icon //go:embed svg/rotate_90_degrees_cw.svg Rotate90DegreesCw Icon //go:embed svg/rotate_left-fill.svg RotateLeftFill Icon //go:embed svg/rotate_left.svg RotateLeft Icon //go:embed svg/rotate_right-fill.svg RotateRightFill Icon //go:embed svg/rotate_right.svg RotateRight Icon //go:embed svg/rounded_corner-fill.svg RoundedCornerFill Icon //go:embed svg/rounded_corner.svg RoundedCorner Icon //go:embed svg/route-fill.svg RouteFill Icon //go:embed svg/route.svg Route Icon //go:embed svg/router-fill.svg RouterFill Icon //go:embed svg/router.svg Router Icon //go:embed svg/routine-fill.svg RoutineFill Icon //go:embed svg/routine.svg Routine Icon //go:embed svg/rss_feed-fill.svg RssFeedFill Icon //go:embed svg/rss_feed.svg RssFeed Icon //go:embed svg/rsvp-fill.svg RsvpFill Icon //go:embed svg/rsvp.svg Rsvp Icon //go:embed svg/rtt-fill.svg RttFill Icon //go:embed svg/rtt.svg Rtt Icon //go:embed svg/rule-fill.svg RuleFill Icon //go:embed svg/rule.svg Rule Icon //go:embed svg/rule_folder-fill.svg RuleFolderFill Icon //go:embed svg/rule_folder.svg RuleFolder Icon //go:embed svg/rule_settings-fill.svg RuleSettingsFill Icon //go:embed svg/rule_settings.svg RuleSettings Icon //go:embed svg/run_circle-fill.svg RunCircleFill Icon //go:embed svg/run_circle.svg RunCircle Icon //go:embed svg/running_with_errors-fill.svg RunningWithErrorsFill Icon //go:embed svg/running_with_errors.svg RunningWithErrors Icon //go:embed svg/safety_check-fill.svg SafetyCheckFill Icon //go:embed svg/safety_check.svg SafetyCheck Icon //go:embed svg/safety_check_off-fill.svg SafetyCheckOffFill Icon //go:embed svg/safety_check_off.svg SafetyCheckOff Icon //go:embed svg/sanitizer-fill.svg SanitizerFill Icon //go:embed svg/sanitizer.svg Sanitizer Icon //go:embed svg/satellite-fill.svg SatelliteFill Icon //go:embed svg/satellite.svg Satellite Icon //go:embed svg/satellite_alt-fill.svg SatelliteAltFill Icon //go:embed svg/satellite_alt.svg SatelliteAlt Icon //go:embed svg/save-fill.svg SaveFill Icon //go:embed svg/save.svg Save Icon //go:embed svg/save_as-fill.svg SaveAsFill Icon //go:embed svg/save_as.svg SaveAs Icon //go:embed svg/saved_search-fill.svg SavedSearchFill Icon //go:embed svg/saved_search.svg SavedSearch Icon //go:embed svg/savings-fill.svg SavingsFill Icon //go:embed svg/savings.svg Savings Icon //go:embed svg/scale-fill.svg ScaleFill Icon //go:embed svg/scale.svg Scale Icon //go:embed svg/scan-fill.svg ScanFill Icon //go:embed svg/scan.svg Scan Icon //go:embed svg/scan_delete-fill.svg ScanDeleteFill Icon //go:embed svg/scan_delete.svg ScanDelete Icon //go:embed svg/scanner-fill.svg ScannerFill Icon //go:embed svg/scanner.svg Scanner Icon //go:embed svg/scatter_plot-fill.svg ScatterPlotFill Icon //go:embed svg/scatter_plot.svg ScatterPlot Icon //go:embed svg/scene-fill.svg SceneFill Icon //go:embed svg/scene.svg Scene Icon //go:embed svg/schedule-fill.svg ScheduleFill Icon //go:embed svg/schedule.svg Schedule Icon //go:embed svg/schedule_send-fill.svg ScheduleSendFill Icon //go:embed svg/schedule_send.svg ScheduleSend Icon //go:embed svg/schema-fill.svg SchemaFill Icon //go:embed svg/schema.svg Schema Icon //go:embed svg/school-fill.svg SchoolFill Icon //go:embed svg/school.svg School Icon //go:embed svg/science-fill.svg ScienceFill Icon //go:embed svg/science.svg Science Icon //go:embed svg/score-fill.svg ScoreFill Icon //go:embed svg/score.svg Score Icon //go:embed svg/scoreboard-fill.svg ScoreboardFill Icon //go:embed svg/scoreboard.svg Scoreboard Icon //go:embed svg/screen_lock_landscape-fill.svg ScreenLockLandscapeFill Icon //go:embed svg/screen_lock_landscape.svg ScreenLockLandscape Icon //go:embed svg/screen_lock_portrait-fill.svg ScreenLockPortraitFill Icon //go:embed svg/screen_lock_portrait.svg ScreenLockPortrait Icon //go:embed svg/screen_lock_rotation-fill.svg ScreenLockRotationFill Icon //go:embed svg/screen_lock_rotation.svg ScreenLockRotation Icon //go:embed svg/screen_record-fill.svg ScreenRecordFill Icon //go:embed svg/screen_record.svg ScreenRecord Icon //go:embed svg/screen_rotation-fill.svg ScreenRotationFill Icon //go:embed svg/screen_rotation.svg ScreenRotation Icon //go:embed svg/screen_rotation_alt-fill.svg ScreenRotationAltFill Icon //go:embed svg/screen_rotation_alt.svg ScreenRotationAlt Icon //go:embed svg/screen_rotation_up-fill.svg ScreenRotationUpFill Icon //go:embed svg/screen_rotation_up.svg ScreenRotationUp Icon //go:embed svg/screen_search_desktop-fill.svg ScreenSearchDesktopFill Icon //go:embed svg/screen_search_desktop.svg ScreenSearchDesktop Icon ScreenShareFill Icon ScreenShare Icon //go:embed svg/screenshot-fill.svg ScreenshotFill Icon //go:embed svg/screenshot.svg Screenshot Icon //go:embed svg/screenshot_frame-fill.svg ScreenshotFrameFill Icon //go:embed svg/screenshot_frame.svg ScreenshotFrame Icon //go:embed svg/screenshot_keyboard-fill.svg ScreenshotKeyboardFill Icon //go:embed svg/screenshot_keyboard.svg ScreenshotKeyboard Icon //go:embed svg/screenshot_monitor-fill.svg ScreenshotMonitorFill Icon //go:embed svg/screenshot_monitor.svg ScreenshotMonitor Icon //go:embed svg/screenshot_region-fill.svg ScreenshotRegionFill Icon //go:embed svg/screenshot_region.svg ScreenshotRegion Icon //go:embed svg/screenshot_tablet-fill.svg ScreenshotTabletFill Icon //go:embed svg/screenshot_tablet.svg ScreenshotTablet Icon //go:embed svg/scrollable_header-fill.svg ScrollableHeaderFill Icon //go:embed svg/scrollable_header.svg ScrollableHeader Icon //go:embed svg/sd-fill.svg SdFill Icon //go:embed svg/sd.svg Sd Icon //go:embed svg/sd_card-fill.svg SdCardFill Icon //go:embed svg/sd_card.svg SdCard Icon //go:embed svg/sd_card_alert-fill.svg SdCardAlertFill Icon //go:embed svg/sd_card_alert.svg SdCardAlert Icon //go:embed svg/search-fill.svg SearchFill Icon //go:embed svg/search.svg Search Icon //go:embed svg/search_check-fill.svg SearchCheckFill Icon //go:embed svg/search_check.svg SearchCheck Icon //go:embed svg/search_off-fill.svg SearchOffFill Icon //go:embed svg/search_off.svg SearchOff Icon //go:embed svg/security-fill.svg SecurityFill Icon //go:embed svg/security.svg Security Icon //go:embed svg/security_update_good-fill.svg SecurityUpdateGoodFill Icon //go:embed svg/security_update_good.svg SecurityUpdateGood Icon //go:embed svg/security_update_warning-fill.svg SecurityUpdateWarningFill Icon //go:embed svg/security_update_warning.svg SecurityUpdateWarning Icon //go:embed svg/segment-fill.svg SegmentFill Icon //go:embed svg/segment.svg Segment Icon //go:embed svg/select-fill.svg SelectFill Icon //go:embed svg/select.svg Select Icon //go:embed svg/select_all-fill.svg SelectAllFill Icon //go:embed svg/select_all.svg SelectAll Icon //go:embed svg/select_check_box-fill.svg SelectCheckBoxFill Icon //go:embed svg/select_check_box.svg SelectCheckBox Icon //go:embed svg/select_to_speak-fill.svg SelectToSpeakFill Icon //go:embed svg/select_to_speak.svg SelectToSpeak Icon //go:embed svg/select_window-fill.svg SelectWindowFill Icon //go:embed svg/select_window.svg SelectWindow Icon //go:embed svg/select_window_off-fill.svg SelectWindowOffFill Icon //go:embed svg/select_window_off.svg SelectWindowOff Icon //go:embed svg/sell-fill.svg SellFill Icon //go:embed svg/sell.svg Sell Icon //go:embed svg/send-fill.svg SendFill Icon //go:embed svg/send.svg Send Icon //go:embed svg/send_and_archive-fill.svg SendAndArchiveFill Icon //go:embed svg/send_and_archive.svg SendAndArchive Icon //go:embed svg/send_money-fill.svg SendMoneyFill Icon //go:embed svg/send_money.svg SendMoney Icon //go:embed svg/send_time_extension-fill.svg SendTimeExtensionFill Icon //go:embed svg/send_time_extension.svg SendTimeExtension Icon //go:embed svg/send_to_mobile-fill.svg SendToMobileFill Icon //go:embed svg/send_to_mobile.svg SendToMobile Icon //go:embed svg/sensors-fill.svg SensorsFill Icon //go:embed svg/sensors.svg Sensors Icon //go:embed svg/sensors_off-fill.svg SensorsOffFill Icon //go:embed svg/sensors_off.svg SensorsOff Icon //go:embed svg/sentiment_calm-fill.svg SentimentCalmFill Icon //go:embed svg/sentiment_calm.svg SentimentCalm Icon //go:embed svg/sentiment_content-fill.svg SentimentContentFill Icon //go:embed svg/sentiment_content.svg SentimentContent Icon //go:embed svg/sentiment_dissatisfied-fill.svg SentimentDissatisfiedFill Icon //go:embed svg/sentiment_dissatisfied.svg SentimentDissatisfied Icon //go:embed svg/sentiment_excited-fill.svg SentimentExcitedFill Icon //go:embed svg/sentiment_excited.svg SentimentExcited Icon //go:embed svg/sentiment_extremely_dissatisfied-fill.svg SentimentExtremelyDissatisfiedFill Icon //go:embed svg/sentiment_extremely_dissatisfied.svg SentimentExtremelyDissatisfied Icon //go:embed svg/sentiment_frustrated-fill.svg SentimentFrustratedFill Icon //go:embed svg/sentiment_frustrated.svg SentimentFrustrated Icon //go:embed svg/sentiment_neutral-fill.svg SentimentNeutralFill Icon //go:embed svg/sentiment_neutral.svg SentimentNeutral Icon //go:embed svg/sentiment_sad-fill.svg SentimentSadFill Icon //go:embed svg/sentiment_sad.svg SentimentSad Icon //go:embed svg/sentiment_satisfied-fill.svg SentimentSatisfiedFill Icon //go:embed svg/sentiment_satisfied.svg SentimentSatisfied Icon //go:embed svg/sentiment_stressed-fill.svg SentimentStressedFill Icon //go:embed svg/sentiment_stressed.svg SentimentStressed Icon //go:embed svg/sentiment_very_dissatisfied-fill.svg SentimentVeryDissatisfiedFill Icon //go:embed svg/sentiment_very_dissatisfied.svg SentimentVeryDissatisfied Icon //go:embed svg/sentiment_very_satisfied-fill.svg SentimentVerySatisfiedFill Icon //go:embed svg/sentiment_very_satisfied.svg SentimentVerySatisfied Icon //go:embed svg/sentiment_worried-fill.svg SentimentWorriedFill Icon //go:embed svg/sentiment_worried.svg SentimentWorried Icon //go:embed svg/settings-fill.svg SettingsFill Icon //go:embed svg/settings.svg Settings Icon //go:embed svg/settings_accessibility-fill.svg SettingsAccessibilityFill Icon //go:embed svg/settings_accessibility.svg SettingsAccessibility Icon //go:embed svg/settings_account_box-fill.svg SettingsAccountBoxFill Icon //go:embed svg/settings_account_box.svg SettingsAccountBox Icon //go:embed svg/settings_alert-fill.svg SettingsAlertFill Icon //go:embed svg/settings_alert.svg SettingsAlert Icon //go:embed svg/settings_applications-fill.svg SettingsApplicationsFill Icon //go:embed svg/settings_applications.svg SettingsApplications Icon //go:embed svg/settings_b_roll-fill.svg SettingsBRollFill Icon //go:embed svg/settings_b_roll.svg SettingsBRoll Icon //go:embed svg/settings_backup_restore-fill.svg SettingsBackupRestoreFill Icon //go:embed svg/settings_backup_restore.svg SettingsBackupRestore Icon //go:embed svg/settings_bluetooth-fill.svg SettingsBluetoothFill Icon //go:embed svg/settings_bluetooth.svg SettingsBluetooth Icon //go:embed svg/settings_brightness-fill.svg SettingsBrightnessFill Icon //go:embed svg/settings_brightness.svg SettingsBrightness Icon //go:embed svg/settings_cell-fill.svg SettingsCellFill Icon //go:embed svg/settings_cell.svg SettingsCell Icon //go:embed svg/settings_ethernet-fill.svg SettingsEthernetFill Icon //go:embed svg/settings_ethernet.svg SettingsEthernet Icon //go:embed svg/settings_input_antenna-fill.svg SettingsInputAntennaFill Icon //go:embed svg/settings_input_antenna.svg SettingsInputAntenna Icon //go:embed svg/settings_input_component-fill.svg SettingsInputComponentFill Icon //go:embed svg/settings_input_component.svg SettingsInputComponent Icon //go:embed svg/settings_phone-fill.svg SettingsPhoneFill Icon //go:embed svg/settings_phone.svg SettingsPhone Icon //go:embed svg/settings_photo_camera-fill.svg SettingsPhotoCameraFill Icon //go:embed svg/settings_photo_camera.svg SettingsPhotoCamera Icon //go:embed svg/settings_power-fill.svg SettingsPowerFill Icon //go:embed svg/settings_power.svg SettingsPower Icon //go:embed svg/settings_remote-fill.svg SettingsRemoteFill Icon //go:embed svg/settings_remote.svg SettingsRemote Icon //go:embed svg/settings_video_camera-fill.svg SettingsVideoCameraFill Icon //go:embed svg/settings_video_camera.svg SettingsVideoCamera Icon //go:embed svg/settings_voice-fill.svg SettingsVoiceFill Icon //go:embed svg/settings_voice.svg SettingsVoice Icon //go:embed svg/shadow-fill.svg ShadowFill Icon //go:embed svg/shadow.svg Shadow Icon //go:embed svg/shape_line-fill.svg ShapeLineFill Icon //go:embed svg/shape_line.svg ShapeLine Icon //go:embed svg/shapes-fill.svg ShapesFill Icon //go:embed svg/shapes.svg Shapes Icon ShareFill Icon Share Icon ShareLocationFill Icon ShareLocation Icon ShareOffFill Icon ShareOff Icon ShareReviewsFill Icon ShareReviews Icon ShareWindowsFill Icon ShareWindows Icon //go:embed svg/sheets_rtl-fill.svg SheetsRtlFill Icon //go:embed svg/sheets_rtl.svg SheetsRtl Icon //go:embed svg/shelf_auto_hide-fill.svg ShelfAutoHideFill Icon //go:embed svg/shelf_auto_hide.svg ShelfAutoHide Icon //go:embed svg/shelf_position-fill.svg ShelfPositionFill Icon //go:embed svg/shelf_position.svg ShelfPosition Icon //go:embed svg/shelves-fill.svg ShelvesFill Icon //go:embed svg/shelves.svg Shelves Icon //go:embed svg/shield-fill.svg ShieldFill Icon //go:embed svg/shield.svg Shield Icon //go:embed svg/shield_lock-fill.svg ShieldLockFill Icon //go:embed svg/shield_lock.svg ShieldLock Icon //go:embed svg/shield_locked-fill.svg ShieldLockedFill Icon //go:embed svg/shield_locked.svg ShieldLocked Icon //go:embed svg/shield_moon-fill.svg ShieldMoonFill Icon //go:embed svg/shield_moon.svg ShieldMoon Icon //go:embed svg/shield_person-fill.svg ShieldPersonFill Icon //go:embed svg/shield_person.svg ShieldPerson Icon //go:embed svg/shield_with_heart-fill.svg ShieldWithHeartFill Icon //go:embed svg/shield_with_heart.svg ShieldWithHeart Icon //go:embed svg/shield_with_house-fill.svg ShieldWithHouseFill Icon //go:embed svg/shield_with_house.svg ShieldWithHouse Icon //go:embed svg/shift-fill.svg ShiftFill Icon //go:embed svg/shift.svg Shift Icon //go:embed svg/shift_lock-fill.svg ShiftLockFill Icon //go:embed svg/shift_lock.svg ShiftLock Icon //go:embed svg/shop-fill.svg ShopFill Icon //go:embed svg/shop.svg Shop Icon //go:embed svg/shop_two-fill.svg ShopTwoFill Icon //go:embed svg/shop_two.svg ShopTwo Icon //go:embed svg/shopping_bag-fill.svg ShoppingBagFill Icon //go:embed svg/shopping_bag.svg ShoppingBag Icon //go:embed svg/shopping_basket-fill.svg ShoppingBasketFill Icon //go:embed svg/shopping_basket.svg ShoppingBasket Icon //go:embed svg/shopping_cart-fill.svg ShoppingCartFill Icon //go:embed svg/shopping_cart.svg ShoppingCart Icon //go:embed svg/shopping_cart_checkout-fill.svg ShoppingCartCheckoutFill Icon //go:embed svg/shopping_cart_checkout.svg ShoppingCartCheckout Icon //go:embed svg/short_text-fill.svg ShortTextFill Icon //go:embed svg/short_text.svg ShortText Icon //go:embed svg/show_chart-fill.svg ShowChartFill Icon //go:embed svg/show_chart.svg ShowChart Icon //go:embed svg/shuffle-fill.svg ShuffleFill Icon //go:embed svg/shuffle.svg Shuffle Icon //go:embed svg/shuffle_on-fill.svg ShuffleOnFill Icon //go:embed svg/shuffle_on.svg ShuffleOn Icon SideNavigationFill Icon SideNavigation Icon //go:embed svg/sign_language-fill.svg SignLanguageFill Icon //go:embed svg/sign_language.svg SignLanguage Icon //go:embed svg/signal_cellular_0_bar-fill.svg SignalCellular0BarFill Icon //go:embed svg/signal_cellular_0_bar.svg SignalCellular0Bar Icon //go:embed svg/signal_cellular_1_bar-fill.svg SignalCellular1BarFill Icon //go:embed svg/signal_cellular_1_bar.svg SignalCellular1Bar Icon //go:embed svg/signal_cellular_2_bar-fill.svg SignalCellular2BarFill Icon //go:embed svg/signal_cellular_2_bar.svg SignalCellular2Bar Icon //go:embed svg/signal_cellular_3_bar-fill.svg SignalCellular3BarFill Icon //go:embed svg/signal_cellular_3_bar.svg SignalCellular3Bar Icon //go:embed svg/signal_cellular_4_bar-fill.svg SignalCellular4BarFill Icon //go:embed svg/signal_cellular_4_bar.svg SignalCellular4Bar Icon //go:embed svg/signal_cellular_add-fill.svg SignalCellularAddFill Icon //go:embed svg/signal_cellular_add.svg SignalCellularAdd Icon //go:embed svg/signal_cellular_alt-fill.svg SignalCellularAltFill Icon //go:embed svg/signal_cellular_alt.svg SignalCellularAlt Icon //go:embed svg/signal_cellular_alt_1_bar-fill.svg SignalCellularAlt1BarFill Icon //go:embed svg/signal_cellular_alt_1_bar.svg SignalCellularAlt1Bar Icon //go:embed svg/signal_cellular_alt_2_bar-fill.svg SignalCellularAlt2BarFill Icon //go:embed svg/signal_cellular_alt_2_bar.svg SignalCellularAlt2Bar Icon //go:embed svg/signal_cellular_connected_no_internet_0_bar-fill.svg SignalCellularConnectedNoInternet0BarFill Icon //go:embed svg/signal_cellular_connected_no_internet_0_bar.svg SignalCellularConnectedNoInternet0Bar Icon //go:embed svg/signal_cellular_connected_no_internet_4_bar-fill.svg SignalCellularConnectedNoInternet4BarFill Icon //go:embed svg/signal_cellular_connected_no_internet_4_bar.svg SignalCellularConnectedNoInternet4Bar Icon //go:embed svg/signal_cellular_nodata-fill.svg SignalCellularNodataFill Icon //go:embed svg/signal_cellular_nodata.svg SignalCellularNodata Icon //go:embed svg/signal_cellular_null-fill.svg SignalCellularNullFill Icon //go:embed svg/signal_cellular_null.svg SignalCellularNull Icon //go:embed svg/signal_cellular_off-fill.svg SignalCellularOffFill Icon //go:embed svg/signal_cellular_off.svg SignalCellularOff Icon //go:embed svg/signal_cellular_pause-fill.svg SignalCellularPauseFill Icon //go:embed svg/signal_cellular_pause.svg SignalCellularPause Icon //go:embed svg/signal_disconnected-fill.svg SignalDisconnectedFill Icon //go:embed svg/signal_disconnected.svg SignalDisconnected Icon //go:embed svg/signal_wifi_0_bar-fill.svg SignalWifi0BarFill Icon //go:embed svg/signal_wifi_0_bar.svg SignalWifi0Bar Icon //go:embed svg/signal_wifi_4_bar-fill.svg SignalWifi4BarFill Icon //go:embed svg/signal_wifi_4_bar.svg SignalWifi4Bar Icon //go:embed svg/signal_wifi_bad-fill.svg SignalWifiBadFill Icon //go:embed svg/signal_wifi_bad.svg SignalWifiBad Icon //go:embed svg/signal_wifi_off-fill.svg SignalWifiOffFill Icon //go:embed svg/signal_wifi_off.svg SignalWifiOff Icon //go:embed svg/signal_wifi_statusbar_not_connected-fill.svg SignalWifiStatusbarNotConnectedFill Icon //go:embed svg/signal_wifi_statusbar_not_connected.svg SignalWifiStatusbarNotConnected Icon //go:embed svg/signal_wifi_statusbar_null-fill.svg SignalWifiStatusbarNullFill Icon //go:embed svg/signal_wifi_statusbar_null.svg SignalWifiStatusbarNull Icon //go:embed svg/signature-fill.svg SignatureFill Icon //go:embed svg/signature.svg Signature Icon //go:embed svg/skip_next-fill.svg SkipNextFill Icon //go:embed svg/skip_next.svg SkipNext Icon //go:embed svg/skip_previous-fill.svg SkipPreviousFill Icon //go:embed svg/skip_previous.svg SkipPrevious Icon //go:embed svg/slide_library-fill.svg SlideLibraryFill Icon //go:embed svg/slide_library.svg SlideLibrary Icon //go:embed svg/sliders-fill.svg SlidersFill Icon //go:embed svg/sliders.svg Sliders Icon //go:embed svg/slideshow-fill.svg SlideshowFill Icon //go:embed svg/slideshow.svg Slideshow Icon //go:embed svg/slow_motion_video-fill.svg SlowMotionVideoFill Icon //go:embed svg/slow_motion_video.svg SlowMotionVideo Icon //go:embed svg/smart_display-fill.svg SmartDisplayFill Icon //go:embed svg/smart_display.svg SmartDisplay Icon //go:embed svg/smart_outlet-fill.svg SmartOutletFill Icon //go:embed svg/smart_outlet.svg SmartOutlet Icon //go:embed svg/smart_screen-fill.svg SmartScreenFill Icon //go:embed svg/smart_screen.svg SmartScreen Icon //go:embed svg/smart_toy-fill.svg SmartToyFill Icon //go:embed svg/smart_toy.svg SmartToy Icon //go:embed svg/smartphone-fill.svg SmartphoneFill Icon //go:embed svg/smartphone.svg Smartphone Icon SmbShareFill Icon SmbShare Icon //go:embed svg/sms-fill.svg SmsFill Icon //go:embed svg/sms.svg Sms Icon //go:embed svg/snippet_folder-fill.svg SnippetFolderFill Icon //go:embed svg/snippet_folder.svg SnippetFolder Icon //go:embed svg/snooze-fill.svg SnoozeFill Icon //go:embed svg/snooze.svg Snooze Icon //go:embed svg/social_leaderboard-fill.svg SocialLeaderboardFill Icon //go:embed svg/social_leaderboard.svg SocialLeaderboard Icon //go:embed svg/sort-fill.svg SortFill Icon //go:embed svg/sort.svg Sort Icon //go:embed svg/sort_by_alpha-fill.svg SortByAlphaFill Icon //go:embed svg/sort_by_alpha.svg SortByAlpha Icon //go:embed svg/sos-fill.svg SosFill Icon //go:embed svg/sos.svg Sos Icon //go:embed svg/source_notes-fill.svg SourceNotesFill Icon //go:embed svg/source_notes.svg SourceNotes Icon //go:embed svg/south-fill.svg SouthFill Icon //go:embed svg/south.svg South Icon //go:embed svg/south_america-fill.svg SouthAmericaFill Icon //go:embed svg/south_america.svg SouthAmerica Icon //go:embed svg/south_east-fill.svg SouthEastFill Icon //go:embed svg/south_east.svg SouthEast Icon //go:embed svg/south_west-fill.svg SouthWestFill Icon //go:embed svg/south_west.svg SouthWest Icon //go:embed svg/space_bar-fill.svg SpaceBarFill Icon //go:embed svg/space_bar.svg SpaceBar Icon //go:embed svg/space_dashboard-fill.svg SpaceDashboardFill Icon //go:embed svg/space_dashboard.svg SpaceDashboard Icon //go:embed svg/spatial_audio-fill.svg SpatialAudioFill Icon //go:embed svg/spatial_audio.svg SpatialAudio Icon //go:embed svg/spatial_audio_off-fill.svg SpatialAudioOffFill Icon //go:embed svg/spatial_audio_off.svg SpatialAudioOff Icon //go:embed svg/spatial_tracking-fill.svg SpatialTrackingFill Icon //go:embed svg/spatial_tracking.svg SpatialTracking Icon //go:embed svg/speaker-fill.svg SpeakerFill Icon //go:embed svg/speaker.svg Speaker Icon //go:embed svg/speaker_group-fill.svg SpeakerGroupFill Icon //go:embed svg/speaker_group.svg SpeakerGroup Icon //go:embed svg/speaker_notes-fill.svg SpeakerNotesFill Icon //go:embed svg/speaker_notes.svg SpeakerNotes Icon //go:embed svg/speaker_notes_off-fill.svg SpeakerNotesOffFill Icon //go:embed svg/speaker_notes_off.svg SpeakerNotesOff Icon //go:embed svg/speaker_phone-fill.svg SpeakerPhoneFill Icon //go:embed svg/speaker_phone.svg SpeakerPhone Icon //go:embed svg/special_character-fill.svg SpecialCharacterFill Icon //go:embed svg/special_character.svg SpecialCharacter Icon //go:embed svg/speech_to_text-fill.svg SpeechToTextFill Icon //go:embed svg/speech_to_text.svg SpeechToText Icon //go:embed svg/speed-fill.svg SpeedFill Icon //go:embed svg/speed.svg Speed Icon //go:embed svg/spellcheck-fill.svg SpellcheckFill Icon //go:embed svg/spellcheck.svg Spellcheck Icon //go:embed svg/splitscreen-fill.svg SplitscreenFill Icon //go:embed svg/splitscreen.svg Splitscreen Icon //go:embed svg/splitscreen_bottom-fill.svg SplitscreenBottomFill Icon //go:embed svg/splitscreen_bottom.svg SplitscreenBottom Icon //go:embed svg/splitscreen_left-fill.svg SplitscreenLeftFill Icon //go:embed svg/splitscreen_left.svg SplitscreenLeft Icon //go:embed svg/splitscreen_right-fill.svg SplitscreenRightFill Icon //go:embed svg/splitscreen_right.svg SplitscreenRight Icon //go:embed svg/splitscreen_top-fill.svg SplitscreenTopFill Icon //go:embed svg/splitscreen_top.svg SplitscreenTop Icon //go:embed svg/spoke-fill.svg SpokeFill Icon //go:embed svg/spoke.svg Spoke Icon //go:embed svg/sports-fill.svg SportsFill Icon //go:embed svg/sports.svg Sports Icon //go:embed svg/sprint-fill.svg SprintFill Icon //go:embed svg/sprint.svg Sprint Icon //go:embed svg/square-fill.svg SquareFill Icon //go:embed svg/square.svg Square Icon //go:embed svg/square_foot-fill.svg SquareFootFill Icon //go:embed svg/square_foot.svg SquareFoot Icon //go:embed svg/stack-fill.svg StackFill Icon //go:embed svg/stack.svg Stack Icon //go:embed svg/stack_off-fill.svg StackOffFill Icon //go:embed svg/stack_off.svg StackOff Icon //go:embed svg/stack_star-fill.svg StackStarFill Icon //go:embed svg/stack_star.svg StackStar Icon //go:embed svg/stacked_bar_chart-fill.svg StackedBarChartFill Icon //go:embed svg/stacked_bar_chart.svg StackedBarChart Icon //go:embed svg/stacked_email-fill.svg StackedEmailFill Icon //go:embed svg/stacked_email.svg StackedEmail Icon //go:embed svg/stacked_inbox-fill.svg StackedInboxFill Icon //go:embed svg/stacked_inbox.svg StackedInbox Icon //go:embed svg/stacked_line_chart-fill.svg StackedLineChartFill Icon //go:embed svg/stacked_line_chart.svg StackedLineChart Icon //go:embed svg/star-fill.svg StarFill Icon //go:embed svg/star.svg Star Icon //go:embed svg/star_half-fill.svg StarHalfFill Icon //go:embed svg/star_half.svg StarHalf Icon //go:embed svg/star_rate-fill.svg StarRateFill Icon //go:embed svg/star_rate.svg StarRate Icon //go:embed svg/star_rate_half-fill.svg StarRateHalfFill Icon //go:embed svg/star_rate_half.svg StarRateHalf Icon //go:embed svg/stars-fill.svg StarsFill Icon //go:embed svg/stars.svg Stars Icon //go:embed svg/start-fill.svg StartFill Icon //go:embed svg/start.svg Start Icon //go:embed svg/stat_1-fill.svg Stat1Fill Icon //go:embed svg/stat_1.svg Stat1 Icon //go:embed svg/stat_2-fill.svg Stat2Fill Icon //go:embed svg/stat_2.svg Stat2 Icon //go:embed svg/stat_3-fill.svg Stat3Fill Icon //go:embed svg/stat_3.svg Stat3 Icon //go:embed svg/stat_minus_1-fill.svg StatMinus1Fill Icon //go:embed svg/stat_minus_1.svg StatMinus1 Icon //go:embed svg/stat_minus_2-fill.svg StatMinus2Fill Icon //go:embed svg/stat_minus_2.svg StatMinus2 Icon //go:embed svg/stat_minus_3-fill.svg StatMinus3Fill Icon //go:embed svg/stat_minus_3.svg StatMinus3 Icon //go:embed svg/stay_current_landscape-fill.svg StayCurrentLandscapeFill Icon //go:embed svg/stay_current_landscape.svg StayCurrentLandscape Icon //go:embed svg/stay_current_portrait-fill.svg StayCurrentPortraitFill Icon //go:embed svg/stay_current_portrait.svg StayCurrentPortrait Icon //go:embed svg/stay_primary_landscape-fill.svg StayPrimaryLandscapeFill Icon //go:embed svg/stay_primary_landscape.svg StayPrimaryLandscape Icon //go:embed svg/stay_primary_portrait-fill.svg StayPrimaryPortraitFill Icon //go:embed svg/stay_primary_portrait.svg StayPrimaryPortrait Icon //go:embed svg/step-fill.svg StepFill Icon //go:embed svg/step.svg Step Icon //go:embed svg/step_into-fill.svg StepIntoFill Icon //go:embed svg/step_into.svg StepInto Icon //go:embed svg/step_out-fill.svg StepOutFill Icon //go:embed svg/step_out.svg StepOut Icon //go:embed svg/step_over-fill.svg StepOverFill Icon //go:embed svg/step_over.svg StepOver Icon //go:embed svg/steppers-fill.svg SteppersFill Icon //go:embed svg/steppers.svg Steppers Icon //go:embed svg/steps-fill.svg StepsFill Icon //go:embed svg/steps.svg Steps Icon //go:embed svg/sticky_note-fill.svg StickyNoteFill Icon //go:embed svg/sticky_note.svg StickyNote Icon //go:embed svg/sticky_note_2-fill.svg StickyNote2Fill Icon //go:embed svg/sticky_note_2.svg StickyNote2 Icon //go:embed svg/stop-fill.svg StopFill Icon //go:embed svg/stop.svg Stop Icon //go:embed svg/stop_circle-fill.svg StopCircleFill Icon //go:embed svg/stop_circle.svg StopCircle Icon StopScreenShareFill Icon StopScreenShare Icon //go:embed svg/straight-fill.svg StraightFill Icon //go:embed svg/straight.svg Straight Icon //go:embed svg/straighten-fill.svg StraightenFill Icon //go:embed svg/straighten.svg Straighten Icon //go:embed svg/strategy-fill.svg StrategyFill Icon //go:embed svg/strategy.svg Strategy Icon //go:embed svg/stream-fill.svg StreamFill Icon //go:embed svg/stream.svg Stream Icon //go:embed svg/stream_apps-fill.svg StreamAppsFill Icon //go:embed svg/stream_apps.svg StreamApps Icon //go:embed svg/streetview-fill.svg StreetviewFill Icon //go:embed svg/streetview.svg Streetview Icon //go:embed svg/strikethrough_s-fill.svg StrikethroughSFill Icon //go:embed svg/strikethrough_s.svg StrikethroughS Icon //go:embed svg/stroke_full-fill.svg StrokeFullFill Icon //go:embed svg/stroke_full.svg StrokeFull Icon //go:embed svg/stroke_partial-fill.svg StrokePartialFill Icon //go:embed svg/stroke_partial.svg StrokePartial Icon //go:embed svg/style-fill.svg StyleFill Icon //go:embed svg/style.svg Style Icon //go:embed svg/styler-fill.svg StylerFill Icon //go:embed svg/styler.svg Styler Icon //go:embed svg/stylus-fill.svg StylusFill Icon //go:embed svg/stylus.svg Stylus Icon //go:embed svg/stylus_laser_pointer-fill.svg StylusLaserPointerFill Icon //go:embed svg/stylus_laser_pointer.svg StylusLaserPointer Icon //go:embed svg/stylus_note-fill.svg StylusNoteFill Icon //go:embed svg/stylus_note.svg StylusNote Icon //go:embed svg/subdirectory_arrow_left-fill.svg SubdirectoryArrowLeftFill Icon //go:embed svg/subdirectory_arrow_left.svg SubdirectoryArrowLeft Icon //go:embed svg/subdirectory_arrow_right-fill.svg SubdirectoryArrowRightFill Icon //go:embed svg/subdirectory_arrow_right.svg SubdirectoryArrowRight Icon //go:embed svg/subheader-fill.svg SubheaderFill Icon //go:embed svg/subheader.svg Subheader Icon //go:embed svg/subject-fill.svg SubjectFill Icon //go:embed svg/subject.svg Subject Icon //go:embed svg/subscript-fill.svg SubscriptFill Icon //go:embed svg/subscript.svg Subscript Icon //go:embed svg/subtitles-fill.svg SubtitlesFill Icon //go:embed svg/subtitles.svg Subtitles Icon //go:embed svg/subtitles_off-fill.svg SubtitlesOffFill Icon //go:embed svg/subtitles_off.svg SubtitlesOff Icon //go:embed svg/subway-fill.svg SubwayFill Icon //go:embed svg/subway.svg Subway Icon //go:embed svg/summarize-fill.svg SummarizeFill Icon //go:embed svg/summarize.svg Summarize Icon //go:embed svg/superscript-fill.svg SuperscriptFill Icon //go:embed svg/superscript.svg Superscript Icon //go:embed svg/supervisor_account-fill.svg SupervisorAccountFill Icon //go:embed svg/supervisor_account.svg SupervisorAccount Icon //go:embed svg/support-fill.svg SupportFill Icon //go:embed svg/support.svg Support Icon //go:embed svg/support_agent-fill.svg SupportAgentFill Icon //go:embed svg/support_agent.svg SupportAgent Icon //go:embed svg/surround_sound-fill.svg SurroundSoundFill Icon //go:embed svg/surround_sound.svg SurroundSound Icon //go:embed svg/swap_horiz-fill.svg SwapHorizFill Icon //go:embed svg/swap_horiz.svg SwapHoriz Icon //go:embed svg/swap_horizontal_circle-fill.svg SwapHorizontalCircleFill Icon //go:embed svg/swap_horizontal_circle.svg SwapHorizontalCircle Icon //go:embed svg/swap_vert-fill.svg SwapVertFill Icon //go:embed svg/swap_vert.svg SwapVert Icon //go:embed svg/swap_vertical_circle-fill.svg SwapVerticalCircleFill Icon //go:embed svg/swap_vertical_circle.svg SwapVerticalCircle Icon //go:embed svg/sweep-fill.svg SweepFill Icon //go:embed svg/sweep.svg Sweep Icon //go:embed svg/swipe-fill.svg SwipeFill Icon //go:embed svg/swipe.svg Swipe Icon //go:embed svg/swipe_down-fill.svg SwipeDownFill Icon //go:embed svg/swipe_down.svg SwipeDown Icon //go:embed svg/swipe_down_alt-fill.svg SwipeDownAltFill Icon //go:embed svg/swipe_down_alt.svg SwipeDownAlt Icon //go:embed svg/swipe_left-fill.svg SwipeLeftFill Icon //go:embed svg/swipe_left.svg SwipeLeft Icon //go:embed svg/swipe_left_alt-fill.svg SwipeLeftAltFill Icon //go:embed svg/swipe_left_alt.svg SwipeLeftAlt Icon //go:embed svg/swipe_right-fill.svg SwipeRightFill Icon //go:embed svg/swipe_right.svg SwipeRight Icon //go:embed svg/swipe_right_alt-fill.svg SwipeRightAltFill Icon //go:embed svg/swipe_right_alt.svg SwipeRightAlt Icon //go:embed svg/swipe_up-fill.svg SwipeUpFill Icon //go:embed svg/swipe_up.svg SwipeUp Icon //go:embed svg/swipe_up_alt-fill.svg SwipeUpAltFill Icon //go:embed svg/swipe_up_alt.svg SwipeUpAlt Icon //go:embed svg/swipe_vertical-fill.svg SwipeVerticalFill Icon //go:embed svg/swipe_vertical.svg SwipeVertical Icon //go:embed svg/switch-fill.svg SwitchFill Icon //go:embed svg/switch.svg Switch Icon //go:embed svg/switch_access-fill.svg SwitchAccessFill Icon //go:embed svg/switch_access.svg SwitchAccess Icon //go:embed svg/switch_account-fill.svg SwitchAccountFill Icon //go:embed svg/switch_account.svg SwitchAccount Icon //go:embed svg/switch_camera-fill.svg SwitchCameraFill Icon //go:embed svg/switch_camera.svg SwitchCamera Icon //go:embed svg/switch_left-fill.svg SwitchLeftFill Icon //go:embed svg/switch_left.svg SwitchLeft Icon //go:embed svg/switch_right-fill.svg SwitchRightFill Icon //go:embed svg/switch_right.svg SwitchRight Icon //go:embed svg/switch_video-fill.svg SwitchVideoFill Icon //go:embed svg/switch_video.svg SwitchVideo Icon //go:embed svg/switches-fill.svg SwitchesFill Icon //go:embed svg/switches.svg Switches Icon //go:embed svg/sync-fill.svg SyncFill Icon //go:embed svg/sync.svg Sync Icon //go:embed svg/sync_alt-fill.svg SyncAltFill Icon //go:embed svg/sync_alt.svg SyncAlt Icon //go:embed svg/sync_disabled-fill.svg SyncDisabledFill Icon //go:embed svg/sync_disabled.svg SyncDisabled Icon //go:embed svg/sync_lock-fill.svg SyncLockFill Icon //go:embed svg/sync_lock.svg SyncLock Icon //go:embed svg/sync_problem-fill.svg SyncProblemFill Icon //go:embed svg/sync_problem.svg SyncProblem Icon //go:embed svg/sync_saved_locally-fill.svg SyncSavedLocallyFill Icon //go:embed svg/sync_saved_locally.svg SyncSavedLocally Icon //go:embed svg/system_update-fill.svg SystemUpdateFill Icon //go:embed svg/system_update.svg SystemUpdate Icon //go:embed svg/tab-fill.svg TabFill Icon //go:embed svg/tab.svg Tab Icon //go:embed svg/tab_close-fill.svg TabCloseFill Icon //go:embed svg/tab_close.svg TabClose Icon //go:embed svg/tab_close_right-fill.svg TabCloseRightFill Icon //go:embed svg/tab_close_right.svg TabCloseRight Icon //go:embed svg/tab_duplicate-fill.svg TabDuplicateFill Icon //go:embed svg/tab_duplicate.svg TabDuplicate Icon //go:embed svg/tab_group-fill.svg TabGroupFill Icon //go:embed svg/tab_group.svg TabGroup Icon //go:embed svg/tab_move-fill.svg TabMoveFill Icon //go:embed svg/tab_move.svg TabMove Icon //go:embed svg/tab_new_right-fill.svg TabNewRightFill Icon //go:embed svg/tab_new_right.svg TabNewRight Icon //go:embed svg/tab_recent-fill.svg TabRecentFill Icon //go:embed svg/tab_recent.svg TabRecent Icon //go:embed svg/tab_unselected-fill.svg TabUnselectedFill Icon //go:embed svg/tab_unselected.svg TabUnselected Icon //go:embed svg/table-fill.svg TableFill Icon //go:embed svg/table.svg Table Icon //go:embed svg/table_chart-fill.svg TableChartFill Icon //go:embed svg/table_chart.svg TableChart Icon //go:embed svg/table_chart_view-fill.svg TableChartViewFill Icon //go:embed svg/table_chart_view.svg TableChartView Icon //go:embed svg/table_rows-fill.svg TableRowsFill Icon //go:embed svg/table_rows.svg TableRows Icon //go:embed svg/table_rows_narrow-fill.svg TableRowsNarrowFill Icon //go:embed svg/table_rows_narrow.svg TableRowsNarrow Icon //go:embed svg/table_view-fill.svg TableViewFill Icon //go:embed svg/table_view.svg TableView Icon //go:embed svg/tablet-fill.svg TabletFill Icon //go:embed svg/tablet.svg Tablet Icon //go:embed svg/tablet_android-fill.svg TabletAndroidFill Icon //go:embed svg/tablet_android.svg TabletAndroid Icon //go:embed svg/tablet_mac-fill.svg TabletMacFill Icon //go:embed svg/tablet_mac.svg TabletMac Icon //go:embed svg/tabs-fill.svg TabsFill Icon //go:embed svg/tabs.svg Tabs Icon //go:embed svg/tag-fill.svg TagFill Icon //go:embed svg/tag.svg Tag Icon //go:embed svg/tap_and_play-fill.svg TapAndPlayFill Icon //go:embed svg/tap_and_play.svg TapAndPlay Icon //go:embed svg/tapas-fill.svg TapasFill Icon //go:embed svg/tapas.svg Tapas Icon //go:embed svg/target-fill.svg TargetFill Icon //go:embed svg/target.svg Target Icon //go:embed svg/task-fill.svg TaskFill Icon //go:embed svg/task.svg Task Icon //go:embed svg/task_alt-fill.svg TaskAltFill Icon //go:embed svg/task_alt.svg TaskAlt Icon //go:embed svg/terminal-fill.svg TerminalFill Icon //go:embed svg/terminal.svg Terminal Icon //go:embed svg/tex.svg Tex Icon //go:embed svg/text_ad-fill.svg TextAdFill Icon //go:embed svg/text_ad.svg TextAd Icon //go:embed svg/text_decrease-fill.svg TextDecreaseFill Icon //go:embed svg/text_decrease.svg TextDecrease Icon //go:embed svg/text_fields-fill.svg TextFieldsFill Icon //go:embed svg/text_fields.svg TextFields Icon //go:embed svg/text_format-fill.svg TextFormatFill Icon //go:embed svg/text_format.svg TextFormat Icon //go:embed svg/text_increase-fill.svg TextIncreaseFill Icon //go:embed svg/text_increase.svg TextIncrease Icon //go:embed svg/text_rotate_up-fill.svg TextRotateUpFill Icon //go:embed svg/text_rotate_up.svg TextRotateUp Icon //go:embed svg/text_rotate_vertical-fill.svg TextRotateVerticalFill Icon //go:embed svg/text_rotate_vertical.svg TextRotateVertical Icon //go:embed svg/text_rotation_angledown-fill.svg TextRotationAngledownFill Icon //go:embed svg/text_rotation_angledown.svg TextRotationAngledown Icon //go:embed svg/text_rotation_angleup-fill.svg TextRotationAngleupFill Icon //go:embed svg/text_rotation_angleup.svg TextRotationAngleup Icon //go:embed svg/text_rotation_down-fill.svg TextRotationDownFill Icon //go:embed svg/text_rotation_down.svg TextRotationDown Icon //go:embed svg/text_rotation_none-fill.svg TextRotationNoneFill Icon //go:embed svg/text_rotation_none.svg TextRotationNone Icon //go:embed svg/text_select_end-fill.svg TextSelectEndFill Icon //go:embed svg/text_select_end.svg TextSelectEnd Icon //go:embed svg/text_select_jump_to_beginning-fill.svg TextSelectJumpToBeginningFill Icon //go:embed svg/text_select_jump_to_beginning.svg TextSelectJumpToBeginning Icon //go:embed svg/text_select_jump_to_end-fill.svg TextSelectJumpToEndFill Icon //go:embed svg/text_select_jump_to_end.svg TextSelectJumpToEnd Icon //go:embed svg/text_select_move_back_character-fill.svg TextSelectMoveBackCharacterFill Icon //go:embed svg/text_select_move_back_character.svg TextSelectMoveBackCharacter Icon //go:embed svg/text_select_move_back_word-fill.svg TextSelectMoveBackWordFill Icon //go:embed svg/text_select_move_back_word.svg TextSelectMoveBackWord Icon //go:embed svg/text_select_move_down-fill.svg TextSelectMoveDownFill Icon //go:embed svg/text_select_move_down.svg TextSelectMoveDown Icon //go:embed svg/text_select_move_forward_character-fill.svg TextSelectMoveForwardCharacterFill Icon //go:embed svg/text_select_move_forward_character.svg TextSelectMoveForwardCharacter Icon //go:embed svg/text_select_move_forward_word-fill.svg TextSelectMoveForwardWordFill Icon //go:embed svg/text_select_move_forward_word.svg TextSelectMoveForwardWord Icon //go:embed svg/text_select_move_up-fill.svg TextSelectMoveUpFill Icon //go:embed svg/text_select_move_up.svg TextSelectMoveUp Icon //go:embed svg/text_select_start-fill.svg TextSelectStartFill Icon //go:embed svg/text_select_start.svg TextSelectStart Icon //go:embed svg/text_snippet-fill.svg TextSnippetFill Icon //go:embed svg/text_snippet.svg TextSnippet Icon //go:embed svg/text_to_speech-fill.svg TextToSpeechFill Icon //go:embed svg/text_to_speech.svg TextToSpeech Icon //go:embed svg/texture-fill.svg TextureFill Icon //go:embed svg/texture.svg Texture Icon //go:embed svg/thermometer-fill.svg ThermometerFill Icon //go:embed svg/thermometer.svg Thermometer Icon //go:embed svg/thermometer_gain-fill.svg ThermometerGainFill Icon //go:embed svg/thermometer_gain.svg ThermometerGain Icon //go:embed svg/thermometer_loss-fill.svg ThermometerLossFill Icon //go:embed svg/thermometer_loss.svg ThermometerLoss Icon //go:embed svg/thermostat-fill.svg ThermostatFill Icon //go:embed svg/thermostat.svg Thermostat Icon //go:embed svg/thermostat_auto-fill.svg ThermostatAutoFill Icon //go:embed svg/thermostat_auto.svg ThermostatAuto Icon //go:embed svg/thermostat_carbon-fill.svg ThermostatCarbonFill Icon //go:embed svg/thermostat_carbon.svg ThermostatCarbon Icon //go:embed svg/thumb_down-fill.svg ThumbDownFill Icon //go:embed svg/thumb_down.svg ThumbDown Icon //go:embed svg/thumb_up-fill.svg ThumbUpFill Icon //go:embed svg/thumb_up.svg ThumbUp Icon //go:embed svg/thumbnail_bar-fill.svg ThumbnailBarFill Icon //go:embed svg/thumbnail_bar.svg ThumbnailBar Icon //go:embed svg/thumbs_up_down-fill.svg ThumbsUpDownFill Icon //go:embed svg/thumbs_up_down.svg ThumbsUpDown Icon //go:embed svg/time_auto-fill.svg TimeAutoFill Icon //go:embed svg/time_auto.svg TimeAuto Icon //go:embed svg/timelapse-fill.svg TimelapseFill Icon //go:embed svg/timelapse.svg Timelapse Icon //go:embed svg/timeline-fill.svg TimelineFill Icon //go:embed svg/timeline.svg Timeline Icon //go:embed svg/timer-fill.svg TimerFill Icon //go:embed svg/timer.svg Timer Icon //go:embed svg/timer_10-fill.svg Timer10Fill Icon //go:embed svg/timer_10.svg Timer10 Icon //go:embed svg/timer_10_alt_1-fill.svg Timer10Alt1Fill Icon //go:embed svg/timer_10_alt_1.svg Timer10Alt1 Icon //go:embed svg/timer_10_select-fill.svg Timer10SelectFill Icon //go:embed svg/timer_10_select.svg Timer10Select Icon //go:embed svg/timer_3-fill.svg Timer3Fill Icon //go:embed svg/timer_3.svg Timer3 Icon //go:embed svg/timer_3_alt_1-fill.svg Timer3Alt1Fill Icon //go:embed svg/timer_3_alt_1.svg Timer3Alt1 Icon //go:embed svg/timer_3_select-fill.svg Timer3SelectFill Icon //go:embed svg/timer_3_select.svg Timer3Select Icon //go:embed svg/timer_off-fill.svg TimerOffFill Icon //go:embed svg/timer_off.svg TimerOff Icon //go:embed svg/tire_repair-fill.svg TireRepairFill Icon //go:embed svg/tire_repair.svg TireRepair Icon //go:embed svg/title-fill.svg TitleFill Icon //go:embed svg/title.svg Title Icon //go:embed svg/toc-fill.svg TocFill Icon //go:embed svg/toc.svg Toc Icon //go:embed svg/today-fill.svg TodayFill Icon //go:embed svg/today.svg Today Icon //go:embed svg/toggle_mid.svg ToggleMid Icon //go:embed svg/toggle_off-fill.svg ToggleOffFill Icon //go:embed svg/toggle_off.svg ToggleOff Icon //go:embed svg/toggle_on-fill.svg ToggleOnFill Icon //go:embed svg/toggle_on.svg ToggleOn Icon //go:embed svg/token-fill.svg TokenFill Icon //go:embed svg/token.svg Token Icon //go:embed svg/toml.svg Toml Icon //go:embed svg/tonality-fill.svg TonalityFill Icon //go:embed svg/tonality.svg Tonality Icon //go:embed svg/toolbar-fill.svg ToolbarFill Icon //go:embed svg/toolbar.svg Toolbar Icon //go:embed svg/tooltip-fill.svg TooltipFill Icon //go:embed svg/tooltip.svg Tooltip Icon //go:embed svg/top_panel_close-fill.svg TopPanelCloseFill Icon //go:embed svg/top_panel_close.svg TopPanelClose Icon //go:embed svg/top_panel_open-fill.svg TopPanelOpenFill Icon //go:embed svg/top_panel_open.svg TopPanelOpen Icon //go:embed svg/topic-fill.svg TopicFill Icon //go:embed svg/topic.svg Topic Icon //go:embed svg/touch_app-fill.svg TouchAppFill Icon //go:embed svg/touch_app.svg TouchApp Icon //go:embed svg/touchpad_mouse-fill.svg TouchpadMouseFill Icon //go:embed svg/touchpad_mouse.svg TouchpadMouse Icon //go:embed svg/tour-fill.svg TourFill Icon //go:embed svg/tour.svg Tour Icon //go:embed svg/toys-fill.svg ToysFill Icon //go:embed svg/toys.svg Toys Icon //go:embed svg/toys_fan-fill.svg ToysFanFill Icon //go:embed svg/toys_fan.svg ToysFan Icon //go:embed svg/track_changes-fill.svg TrackChangesFill Icon //go:embed svg/track_changes.svg TrackChanges Icon //go:embed svg/traffic-fill.svg TrafficFill Icon //go:embed svg/traffic.svg Traffic Icon //go:embed svg/transcribe-fill.svg TranscribeFill Icon //go:embed svg/transcribe.svg Transcribe Icon //go:embed svg/transform-fill.svg TransformFill Icon //go:embed svg/transform.svg Transform Icon //go:embed svg/translate-fill.svg TranslateFill Icon //go:embed svg/translate.svg Translate Icon //go:embed svg/trending_down-fill.svg TrendingDownFill Icon //go:embed svg/trending_down.svg TrendingDown Icon //go:embed svg/trending_flat-fill.svg TrendingFlatFill Icon //go:embed svg/trending_flat.svg TrendingFlat Icon //go:embed svg/trending_up-fill.svg TrendingUpFill Icon //go:embed svg/trending_up.svg TrendingUp Icon //go:embed svg/trophy-fill.svg TrophyFill Icon //go:embed svg/trophy.svg Trophy Icon //go:embed svg/troubleshoot-fill.svg TroubleshootFill Icon //go:embed svg/troubleshoot.svg Troubleshoot Icon //go:embed svg/tsv-fill.svg TsvFill Icon //go:embed svg/tsv.svg Tsv Icon //go:embed svg/tty-fill.svg TtyFill Icon //go:embed svg/tty.svg Tty Icon //go:embed svg/tune-fill.svg TuneFill Icon //go:embed svg/tune.svg Tune Icon //go:embed svg/turn_left-fill.svg TurnLeftFill Icon //go:embed svg/turn_left.svg TurnLeft Icon //go:embed svg/turn_right-fill.svg TurnRightFill Icon //go:embed svg/turn_right.svg TurnRight Icon //go:embed svg/turn_sharp_left-fill.svg TurnSharpLeftFill Icon //go:embed svg/turn_sharp_left.svg TurnSharpLeft Icon //go:embed svg/turn_sharp_right-fill.svg TurnSharpRightFill Icon //go:embed svg/turn_sharp_right.svg TurnSharpRight Icon //go:embed svg/turn_slight_left-fill.svg TurnSlightLeftFill Icon //go:embed svg/turn_slight_left.svg TurnSlightLeft Icon //go:embed svg/turn_slight_right-fill.svg TurnSlightRightFill Icon //go:embed svg/turn_slight_right.svg TurnSlightRight Icon //go:embed svg/tv-fill.svg TvFill Icon //go:embed svg/tv.svg Tv Icon //go:embed svg/tv_gen-fill.svg TvGenFill Icon //go:embed svg/tv_gen.svg TvGen Icon //go:embed svg/tv_guide-fill.svg TvGuideFill Icon //go:embed svg/tv_guide.svg TvGuide Icon //go:embed svg/tv_off-fill.svg TvOffFill Icon //go:embed svg/tv_off.svg TvOff Icon //go:embed svg/tv_remote-fill.svg TvRemoteFill Icon //go:embed svg/tv_remote.svg TvRemote Icon //go:embed svg/tv_signin-fill.svg TvSigninFill Icon //go:embed svg/tv_signin.svg TvSignin Icon //go:embed svg/type.svg Type Icon //go:embed svg/unarchive-fill.svg UnarchiveFill Icon //go:embed svg/unarchive.svg Unarchive Icon //go:embed svg/undo-fill.svg UndoFill Icon //go:embed svg/undo.svg Undo Icon //go:embed svg/unfold_less-fill.svg UnfoldLessFill Icon //go:embed svg/unfold_less.svg UnfoldLess Icon //go:embed svg/unfold_less_double-fill.svg UnfoldLessDoubleFill Icon //go:embed svg/unfold_less_double.svg UnfoldLessDouble Icon //go:embed svg/unfold_more-fill.svg UnfoldMoreFill Icon //go:embed svg/unfold_more.svg UnfoldMore Icon //go:embed svg/unfold_more_double-fill.svg UnfoldMoreDoubleFill Icon //go:embed svg/unfold_more_double.svg UnfoldMoreDouble Icon //go:embed svg/ungroup-fill.svg UngroupFill Icon //go:embed svg/ungroup.svg Ungroup Icon //go:embed svg/universal_currency_alt-fill.svg UniversalCurrencyAltFill Icon //go:embed svg/universal_currency_alt.svg UniversalCurrencyAlt Icon //go:embed svg/unknown_2-fill.svg Unknown2Fill Icon //go:embed svg/unknown_2.svg Unknown2 Icon //go:embed svg/unknown_5-fill.svg Unknown5Fill Icon //go:embed svg/unknown_5.svg Unknown5 Icon //go:embed svg/unknown_document-fill.svg UnknownDocumentFill Icon //go:embed svg/unknown_document.svg UnknownDocument Icon //go:embed svg/unknown_med-fill.svg UnknownMedFill Icon //go:embed svg/unknown_med.svg UnknownMed Icon //go:embed svg/unpublished-fill.svg UnpublishedFill Icon //go:embed svg/unpublished.svg Unpublished Icon //go:embed svg/unsubscribe-fill.svg UnsubscribeFill Icon //go:embed svg/unsubscribe.svg Unsubscribe Icon //go:embed svg/upcoming-fill.svg UpcomingFill Icon //go:embed svg/upcoming.svg Upcoming Icon //go:embed svg/update-fill.svg UpdateFill Icon //go:embed svg/update.svg Update Icon //go:embed svg/update_disabled-fill.svg UpdateDisabledFill Icon //go:embed svg/update_disabled.svg UpdateDisabled Icon //go:embed svg/upgrade-fill.svg UpgradeFill Icon //go:embed svg/upgrade.svg Upgrade Icon //go:embed svg/upload-fill.svg UploadFill Icon //go:embed svg/upload.svg Upload Icon //go:embed svg/upload_file-fill.svg UploadFileFill Icon //go:embed svg/upload_file.svg UploadFile Icon //go:embed svg/urology-fill.svg UrologyFill Icon //go:embed svg/urology.svg Urology Icon //go:embed svg/usb-fill.svg UsbFill Icon //go:embed svg/usb.svg Usb Icon //go:embed svg/usb_off-fill.svg UsbOffFill Icon //go:embed svg/usb_off.svg UsbOff Icon //go:embed svg/valve-fill.svg ValveFill Icon //go:embed svg/valve.svg Valve Icon //go:embed svg/variable.svg Variable Icon //go:embed svg/variables-fill.svg VariablesFill Icon //go:embed svg/variables.svg Variables Icon //go:embed svg/verified-fill.svg VerifiedFill Icon //go:embed svg/verified.svg Verified Icon //go:embed svg/verified_user-fill.svg VerifiedUserFill Icon //go:embed svg/verified_user.svg VerifiedUser Icon //go:embed svg/vertical_align_bottom-fill.svg VerticalAlignBottomFill Icon //go:embed svg/vertical_align_bottom.svg VerticalAlignBottom Icon //go:embed svg/vertical_align_center-fill.svg VerticalAlignCenterFill Icon //go:embed svg/vertical_align_center.svg VerticalAlignCenter Icon //go:embed svg/vertical_align_top-fill.svg VerticalAlignTopFill Icon //go:embed svg/vertical_align_top.svg VerticalAlignTop Icon //go:embed svg/vertical_distribute-fill.svg VerticalDistributeFill Icon //go:embed svg/vertical_distribute.svg VerticalDistribute Icon //go:embed svg/vertical_shades-fill.svg VerticalShadesFill Icon //go:embed svg/vertical_shades.svg VerticalShades Icon //go:embed svg/vertical_shades_closed-fill.svg VerticalShadesClosedFill Icon //go:embed svg/vertical_shades_closed.svg VerticalShadesClosed Icon //go:embed svg/vertical_split-fill.svg VerticalSplitFill Icon //go:embed svg/vertical_split.svg VerticalSplit Icon //go:embed svg/video_call-fill.svg VideoCallFill Icon //go:embed svg/video_call.svg VideoCall Icon //go:embed svg/video_camera_back-fill.svg VideoCameraBackFill Icon //go:embed svg/video_camera_back.svg VideoCameraBack Icon //go:embed svg/video_camera_front-fill.svg VideoCameraFrontFill Icon //go:embed svg/video_camera_front.svg VideoCameraFront Icon //go:embed svg/video_camera_front_off-fill.svg VideoCameraFrontOffFill Icon //go:embed svg/video_camera_front_off.svg VideoCameraFrontOff Icon //go:embed svg/video_chat-fill.svg VideoChatFill Icon //go:embed svg/video_chat.svg VideoChat Icon //go:embed svg/video_file-fill.svg VideoFileFill Icon //go:embed svg/video_file.svg VideoFile Icon //go:embed svg/video_label-fill.svg VideoLabelFill Icon //go:embed svg/video_label.svg VideoLabel Icon //go:embed svg/video_library-fill.svg VideoLibraryFill Icon //go:embed svg/video_library.svg VideoLibrary Icon //go:embed svg/video_search-fill.svg VideoSearchFill Icon //go:embed svg/video_search.svg VideoSearch Icon //go:embed svg/video_settings-fill.svg VideoSettingsFill Icon //go:embed svg/video_settings.svg VideoSettings Icon //go:embed svg/video_stable-fill.svg VideoStableFill Icon //go:embed svg/video_stable.svg VideoStable Icon //go:embed svg/videocam-fill.svg VideocamFill Icon //go:embed svg/videocam.svg Videocam Icon //go:embed svg/videocam_off-fill.svg VideocamOffFill Icon //go:embed svg/videocam_off.svg VideocamOff Icon //go:embed svg/videogame_asset-fill.svg VideogameAssetFill Icon //go:embed svg/videogame_asset.svg VideogameAsset Icon //go:embed svg/videogame_asset_off-fill.svg VideogameAssetOffFill Icon //go:embed svg/videogame_asset_off.svg VideogameAssetOff Icon //go:embed svg/view_agenda-fill.svg ViewAgendaFill Icon //go:embed svg/view_agenda.svg ViewAgenda Icon //go:embed svg/view_array-fill.svg ViewArrayFill Icon //go:embed svg/view_array.svg ViewArray Icon //go:embed svg/view_carousel-fill.svg ViewCarouselFill Icon //go:embed svg/view_carousel.svg ViewCarousel Icon //go:embed svg/view_column-fill.svg ViewColumnFill Icon //go:embed svg/view_column.svg ViewColumn Icon //go:embed svg/view_column_2-fill.svg ViewColumn2Fill Icon //go:embed svg/view_column_2.svg ViewColumn2 Icon //go:embed svg/view_comfy-fill.svg ViewComfyFill Icon //go:embed svg/view_comfy.svg ViewComfy Icon //go:embed svg/view_comfy_alt-fill.svg ViewComfyAltFill Icon //go:embed svg/view_comfy_alt.svg ViewComfyAlt Icon //go:embed svg/view_compact-fill.svg ViewCompactFill Icon //go:embed svg/view_compact.svg ViewCompact Icon //go:embed svg/view_compact_alt-fill.svg ViewCompactAltFill Icon //go:embed svg/view_compact_alt.svg ViewCompactAlt Icon //go:embed svg/view_cozy-fill.svg ViewCozyFill Icon //go:embed svg/view_cozy.svg ViewCozy Icon //go:embed svg/view_day-fill.svg ViewDayFill Icon //go:embed svg/view_day.svg ViewDay Icon //go:embed svg/view_headline-fill.svg ViewHeadlineFill Icon //go:embed svg/view_headline.svg ViewHeadline Icon //go:embed svg/view_in_ar-fill.svg ViewInArFill Icon //go:embed svg/view_in_ar.svg ViewInAr Icon //go:embed svg/view_in_ar_off-fill.svg ViewInArOffFill Icon //go:embed svg/view_in_ar_off.svg ViewInArOff Icon //go:embed svg/view_kanban-fill.svg ViewKanbanFill Icon //go:embed svg/view_kanban.svg ViewKanban Icon //go:embed svg/view_list-fill.svg ViewListFill Icon //go:embed svg/view_list.svg ViewList Icon //go:embed svg/view_module-fill.svg ViewModuleFill Icon //go:embed svg/view_module.svg ViewModule Icon //go:embed svg/view_quilt-fill.svg ViewQuiltFill Icon //go:embed svg/view_quilt.svg ViewQuilt Icon //go:embed svg/view_sidebar-fill.svg ViewSidebarFill Icon //go:embed svg/view_sidebar.svg ViewSidebar Icon //go:embed svg/view_stream-fill.svg ViewStreamFill Icon //go:embed svg/view_stream.svg ViewStream Icon //go:embed svg/view_timeline-fill.svg ViewTimelineFill Icon //go:embed svg/view_timeline.svg ViewTimeline Icon //go:embed svg/view_week-fill.svg ViewWeekFill Icon //go:embed svg/view_week.svg ViewWeek Icon //go:embed svg/vignette-fill.svg VignetteFill Icon //go:embed svg/vignette.svg Vignette Icon //go:embed svg/visibility-fill.svg VisibilityFill Icon //go:embed svg/visibility.svg Visibility Icon //go:embed svg/visibility_lock-fill.svg VisibilityLockFill Icon //go:embed svg/visibility_lock.svg VisibilityLock Icon //go:embed svg/visibility_off-fill.svg VisibilityOffFill Icon //go:embed svg/visibility_off.svg VisibilityOff Icon //go:embed svg/voice_chat-fill.svg VoiceChatFill Icon //go:embed svg/voice_chat.svg VoiceChat Icon //go:embed svg/voice_over_off-fill.svg VoiceOverOffFill Icon //go:embed svg/voice_over_off.svg VoiceOverOff Icon //go:embed svg/voicemail-fill.svg VoicemailFill Icon //go:embed svg/voicemail.svg Voicemail Icon //go:embed svg/volume_down-fill.svg VolumeDownFill Icon //go:embed svg/volume_down.svg VolumeDown Icon //go:embed svg/volume_down_alt-fill.svg VolumeDownAltFill Icon //go:embed svg/volume_down_alt.svg VolumeDownAlt Icon //go:embed svg/volume_mute-fill.svg VolumeMuteFill Icon //go:embed svg/volume_mute.svg VolumeMute Icon //go:embed svg/volume_off-fill.svg VolumeOffFill Icon //go:embed svg/volume_off.svg VolumeOff Icon //go:embed svg/volume_up-fill.svg VolumeUpFill Icon //go:embed svg/volume_up.svg VolumeUp Icon //go:embed svg/voting_chip-fill.svg VotingChipFill Icon //go:embed svg/voting_chip.svg VotingChip Icon //go:embed svg/vpn_key-fill.svg VpnKeyFill Icon //go:embed svg/vpn_key.svg VpnKey Icon //go:embed svg/vpn_key_alert-fill.svg VpnKeyAlertFill Icon //go:embed svg/vpn_key_alert.svg VpnKeyAlert Icon //go:embed svg/vpn_key_off-fill.svg VpnKeyOffFill Icon //go:embed svg/vpn_key_off.svg VpnKeyOff Icon //go:embed svg/vpn_lock-fill.svg VpnLockFill Icon //go:embed svg/vpn_lock.svg VpnLock Icon //go:embed svg/wallet-fill.svg WalletFill Icon //go:embed svg/wallet.svg Wallet Icon //go:embed svg/wallpaper-fill.svg WallpaperFill Icon //go:embed svg/wallpaper.svg Wallpaper Icon //go:embed svg/wallpaper_slideshow-fill.svg WallpaperSlideshowFill Icon //go:embed svg/wallpaper_slideshow.svg WallpaperSlideshow Icon //go:embed svg/warehouse-fill.svg WarehouseFill Icon //go:embed svg/warehouse.svg Warehouse Icon //go:embed svg/warning-fill.svg WarningFill Icon //go:embed svg/warning.svg Warning Icon //go:embed svg/warning_off-fill.svg WarningOffFill Icon //go:embed svg/warning_off.svg WarningOff Icon //go:embed svg/wash-fill.svg WashFill Icon //go:embed svg/wash.svg Wash Icon //go:embed svg/watch-fill.svg WatchFill Icon //go:embed svg/watch.svg Watch Icon //go:embed svg/watch_button_press-fill.svg WatchButtonPressFill Icon //go:embed svg/watch_button_press.svg WatchButtonPress Icon //go:embed svg/watch_off-fill.svg WatchOffFill Icon //go:embed svg/watch_off.svg WatchOff Icon //go:embed svg/watch_screentime-fill.svg WatchScreentimeFill Icon //go:embed svg/watch_screentime.svg WatchScreentime Icon //go:embed svg/watch_wake-fill.svg WatchWakeFill Icon //go:embed svg/watch_wake.svg WatchWake Icon //go:embed svg/water-fill.svg WaterFill Icon //go:embed svg/water.svg Water Icon //go:embed svg/waterfall_chart-fill.svg WaterfallChartFill Icon //go:embed svg/waterfall_chart.svg WaterfallChart Icon //go:embed svg/waving_hand-fill.svg WavingHandFill Icon //go:embed svg/waving_hand.svg WavingHand Icon //go:embed svg/web-fill.svg WebFill Icon //go:embed svg/web.svg Web Icon //go:embed svg/web_asset-fill.svg WebAssetFill Icon //go:embed svg/web_asset.svg WebAsset Icon //go:embed svg/web_asset_off-fill.svg WebAssetOffFill Icon //go:embed svg/web_asset_off.svg WebAssetOff Icon //go:embed svg/web_stories-fill.svg WebStoriesFill Icon //go:embed svg/web_stories.svg WebStories Icon //go:embed svg/webhook-fill.svg WebhookFill Icon //go:embed svg/webhook.svg Webhook Icon //go:embed svg/weekend-fill.svg WeekendFill Icon //go:embed svg/weekend.svg Weekend Icon //go:embed svg/west-fill.svg WestFill Icon //go:embed svg/west.svg West Icon //go:embed svg/whatshot-fill.svg WhatshotFill Icon //go:embed svg/whatshot.svg Whatshot Icon //go:embed svg/widgets-fill.svg WidgetsFill Icon //go:embed svg/widgets.svg Widgets Icon //go:embed svg/width-fill.svg WidthFill Icon //go:embed svg/width.svg Width Icon //go:embed svg/width_full-fill.svg WidthFullFill Icon //go:embed svg/width_full.svg WidthFull Icon //go:embed svg/width_normal-fill.svg WidthNormalFill Icon //go:embed svg/width_normal.svg WidthNormal Icon //go:embed svg/width_wide-fill.svg WidthWideFill Icon //go:embed svg/width_wide.svg WidthWide Icon //go:embed svg/wifi-fill.svg WifiFill Icon //go:embed svg/wifi.svg Wifi Icon //go:embed svg/wifi_1_bar-fill.svg Wifi1BarFill Icon //go:embed svg/wifi_1_bar.svg Wifi1Bar Icon //go:embed svg/wifi_2_bar-fill.svg Wifi2BarFill Icon //go:embed svg/wifi_2_bar.svg Wifi2Bar Icon //go:embed svg/wifi_add-fill.svg WifiAddFill Icon //go:embed svg/wifi_add.svg WifiAdd Icon //go:embed svg/wifi_find-fill.svg WifiFindFill Icon //go:embed svg/wifi_find.svg WifiFind Icon //go:embed svg/wifi_home-fill.svg WifiHomeFill Icon //go:embed svg/wifi_home.svg WifiHome Icon //go:embed svg/wifi_lock-fill.svg WifiLockFill Icon //go:embed svg/wifi_lock.svg WifiLock Icon //go:embed svg/wifi_notification-fill.svg WifiNotificationFill Icon //go:embed svg/wifi_notification.svg WifiNotification Icon //go:embed svg/wifi_off-fill.svg WifiOffFill Icon //go:embed svg/wifi_off.svg WifiOff Icon //go:embed svg/window-fill.svg WindowFill Icon //go:embed svg/window.svg Window Icon //go:embed svg/window_closed-fill.svg WindowClosedFill Icon //go:embed svg/window_closed.svg WindowClosed Icon //go:embed svg/window_open-fill.svg WindowOpenFill Icon //go:embed svg/window_open.svg WindowOpen Icon //go:embed svg/window_sensor-fill.svg WindowSensorFill Icon //go:embed svg/window_sensor.svg WindowSensor Icon //go:embed svg/woman-fill.svg WomanFill Icon //go:embed svg/woman.svg Woman Icon //go:embed svg/woman_2-fill.svg Woman2Fill Icon //go:embed svg/woman_2.svg Woman2 Icon //go:embed svg/work-fill.svg WorkFill Icon //go:embed svg/work.svg Work Icon //go:embed svg/work_alert-fill.svg WorkAlertFill Icon //go:embed svg/work_alert.svg WorkAlert Icon //go:embed svg/work_history-fill.svg WorkHistoryFill Icon //go:embed svg/work_history.svg WorkHistory Icon //go:embed svg/work_update-fill.svg WorkUpdateFill Icon //go:embed svg/work_update.svg WorkUpdate Icon //go:embed svg/workspace_premium-fill.svg WorkspacePremiumFill Icon //go:embed svg/workspace_premium.svg WorkspacePremium Icon //go:embed svg/workspaces-fill.svg WorkspacesFill Icon //go:embed svg/workspaces.svg Workspaces Icon //go:embed svg/wrap_text-fill.svg WrapTextFill Icon //go:embed svg/wrap_text.svg WrapText Icon //go:embed svg/wrong_location-fill.svg WrongLocationFill Icon //go:embed svg/wrong_location.svg WrongLocation Icon //go:embed svg/wysiwyg-fill.svg WysiwygFill Icon //go:embed svg/wysiwyg.svg Wysiwyg Icon //go:embed svg/youtube_activity-fill.svg YoutubeActivityFill Icon //go:embed svg/youtube_activity.svg YoutubeActivity Icon //go:embed svg/youtube_searched_for-fill.svg YoutubeSearchedForFill Icon //go:embed svg/youtube_searched_for.svg YoutubeSearchedFor Icon //go:embed svg/zoom_in-fill.svg ZoomInFill Icon //go:embed svg/zoom_in.svg ZoomIn Icon //go:embed svg/zoom_in_map-fill.svg ZoomInMapFill Icon //go:embed svg/zoom_in_map.svg ZoomInMap Icon //go:embed svg/zoom_out-fill.svg ZoomOutFill Icon //go:embed svg/zoom_out.svg ZoomOut Icon //go:embed svg/zoom_out_map-fill.svg ZoomOutMapFill Icon //go:embed svg/zoom_out_map.svg ZoomOutMap Icon )
var ( // None is an icon that indicates to not use an icon. // It completely prevents the rendering of an icon, // whereas [Blank] renders a blank icon. None Icon = "none" // Blank is a blank icon that can be used as a // placeholder when no other icon is appropriate. // It still renders an icon, just a blank one, // whereas [None] indicates to not render one at all. // //go:embed svg/blank.svg Blank Icon )
Click to show internal directories.
Click to hide internal directories.