icons

package module
v0.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2023 License: BSD-3-Clause Imports: 6 Imported by: 31

README

icons

Icons provides Go constant names for Material Design Symbols as SVG files.

These icons are from Material Design Symbols, sourced through marella/material-symbols.

Both of those sources are under an Apache 2.0 license; see the LICENSE_APACHE file.

Documentation

Overview

Package icons provides Go constant names for Material Design Symbols as SVG files.

Index

Constants

View Source
const (
	// Version is the version of this package being used
	Version = "v0.0.17"
	// GitCommit is the commit just before the latest version commit
	GitCommit = "2d8197a"
	// VersionDate is the date-time of the latest version commit in UTC (in the format 'YYYY-MM-DD HH:MM', which is the Go format '2006-01-02 15:04')
	VersionDate = "2023-12-26 23:25"
)

Variables

View Source
var AllIcons []Icon

AllIcons is a list of all icons

View Source
var Icons fs.FS = grr.Log1(fs.Sub(defaults, "svg"))

Icons contains all of the embedded svg icons. It is initialized to contain of the default icons located in the svg directory (https://github.com/goki/icons/tree/main/svg), but it can be extended by any packages by using a merged fs package. All icons should be stored in the root directory of the fs, which can be accomplished using fs.Sub if you have icons in a subdirectory.

Functions

This section is empty.

Types

type Icon

type Icon string

Icon contains the name of an icon

const (
	// X10K is https://github.com/goki/icons/blob/main/svg/10k.svg
	X10K Icon = "10k"

	// X10Mp is https://github.com/goki/icons/blob/main/svg/10mp.svg
	X10Mp Icon = "10mp"

	// X11Mp is https://github.com/goki/icons/blob/main/svg/11mp.svg
	X11Mp Icon = "11mp"

	// X123 is https://github.com/goki/icons/blob/main/svg/123.svg
	X123 Icon = "123"

	// X12Mp is https://github.com/goki/icons/blob/main/svg/12mp.svg
	X12Mp Icon = "12mp"

	// X13Mp is https://github.com/goki/icons/blob/main/svg/13mp.svg
	X13Mp Icon = "13mp"

	// X14Mp is https://github.com/goki/icons/blob/main/svg/14mp.svg
	X14Mp Icon = "14mp"

	// X15Mp is https://github.com/goki/icons/blob/main/svg/15mp.svg
	X15Mp Icon = "15mp"

	// X16Mp is https://github.com/goki/icons/blob/main/svg/16mp.svg
	X16Mp Icon = "16mp"

	// X17Mp is https://github.com/goki/icons/blob/main/svg/17mp.svg
	X17Mp Icon = "17mp"

	// X18UpRating is https://github.com/goki/icons/blob/main/svg/18_up_rating.svg
	X18UpRating Icon = "18_up_rating"

	// X18Mp is https://github.com/goki/icons/blob/main/svg/18mp.svg
	X18Mp Icon = "18mp"

	// X19Mp is https://github.com/goki/icons/blob/main/svg/19mp.svg
	X19Mp Icon = "19mp"

	// X1K is https://github.com/goki/icons/blob/main/svg/1k.svg
	X1K Icon = "1k"

	// X1KPlus is https://github.com/goki/icons/blob/main/svg/1k_plus.svg
	X1KPlus Icon = "1k_plus"

	// X1XMobiledata is https://github.com/goki/icons/blob/main/svg/1x_mobiledata.svg
	X1XMobiledata Icon = "1x_mobiledata"

	// X1XMobiledataBadge is https://github.com/goki/icons/blob/main/svg/1x_mobiledata_badge.svg
	X1XMobiledataBadge Icon = "1x_mobiledata_badge"

	// X20Mp is https://github.com/goki/icons/blob/main/svg/20mp.svg
	X20Mp Icon = "20mp"

	// X21Mp is https://github.com/goki/icons/blob/main/svg/21mp.svg
	X21Mp Icon = "21mp"

	// X22Mp is https://github.com/goki/icons/blob/main/svg/22mp.svg
	X22Mp Icon = "22mp"

	// X23Mp is https://github.com/goki/icons/blob/main/svg/23mp.svg
	X23Mp Icon = "23mp"

	// X24Mp is https://github.com/goki/icons/blob/main/svg/24mp.svg
	X24Mp Icon = "24mp"

	// X2D is https://github.com/goki/icons/blob/main/svg/2d.svg
	X2D Icon = "2d"

	// X2K is https://github.com/goki/icons/blob/main/svg/2k.svg
	X2K Icon = "2k"

	// X2KPlus is https://github.com/goki/icons/blob/main/svg/2k_plus.svg
	X2KPlus Icon = "2k_plus"

	// X2Mp is https://github.com/goki/icons/blob/main/svg/2mp.svg
	X2Mp Icon = "2mp"

	// X30Fps is https://github.com/goki/icons/blob/main/svg/30fps.svg
	X30Fps Icon = "30fps"

	// X30FpsSelect is https://github.com/goki/icons/blob/main/svg/30fps_select.svg
	X30FpsSelect Icon = "30fps_select"

	// X360 is https://github.com/goki/icons/blob/main/svg/360.svg
	X360 Icon = "360"

	// X3DRotation is https://github.com/goki/icons/blob/main/svg/3d_rotation.svg
	X3DRotation Icon = "3d_rotation"

	// X3GMobiledata is https://github.com/goki/icons/blob/main/svg/3g_mobiledata.svg
	X3GMobiledata Icon = "3g_mobiledata"

	// X3GMobiledataBadge is https://github.com/goki/icons/blob/main/svg/3g_mobiledata_badge.svg
	X3GMobiledataBadge Icon = "3g_mobiledata_badge"

	// X3K is https://github.com/goki/icons/blob/main/svg/3k.svg
	X3K Icon = "3k"

	// X3KPlus is https://github.com/goki/icons/blob/main/svg/3k_plus.svg
	X3KPlus Icon = "3k_plus"

	// X3Mp is https://github.com/goki/icons/blob/main/svg/3mp.svg
	X3Mp Icon = "3mp"

	// X3P is https://github.com/goki/icons/blob/main/svg/3p.svg
	X3P Icon = "3p"

	// X4GMobiledata is https://github.com/goki/icons/blob/main/svg/4g_mobiledata.svg
	X4GMobiledata Icon = "4g_mobiledata"

	// X4GMobiledataBadge is https://github.com/goki/icons/blob/main/svg/4g_mobiledata_badge.svg
	X4GMobiledataBadge Icon = "4g_mobiledata_badge"

	// X4GPlusMobiledata is https://github.com/goki/icons/blob/main/svg/4g_plus_mobiledata.svg
	X4GPlusMobiledata Icon = "4g_plus_mobiledata"

	// X4K is https://github.com/goki/icons/blob/main/svg/4k.svg
	X4K Icon = "4k"

	// X4KPlus is https://github.com/goki/icons/blob/main/svg/4k_plus.svg
	X4KPlus Icon = "4k_plus"

	// X4Mp is https://github.com/goki/icons/blob/main/svg/4mp.svg
	X4Mp Icon = "4mp"

	// X50Mp is https://github.com/goki/icons/blob/main/svg/50mp.svg
	X50Mp Icon = "50mp"

	// X5G is https://github.com/goki/icons/blob/main/svg/5g.svg
	X5G Icon = "5g"

	// X5GMobiledataBadge is https://github.com/goki/icons/blob/main/svg/5g_mobiledata_badge.svg
	X5GMobiledataBadge Icon = "5g_mobiledata_badge"

	// X5K is https://github.com/goki/icons/blob/main/svg/5k.svg
	X5K Icon = "5k"

	// X5KPlus is https://github.com/goki/icons/blob/main/svg/5k_plus.svg
	X5KPlus Icon = "5k_plus"

	// X5Mp is https://github.com/goki/icons/blob/main/svg/5mp.svg
	X5Mp Icon = "5mp"

	// X60Fps is https://github.com/goki/icons/blob/main/svg/60fps.svg
	X60Fps Icon = "60fps"

	// X60FpsSelect is https://github.com/goki/icons/blob/main/svg/60fps_select.svg
	X60FpsSelect Icon = "60fps_select"

	// X6FtApart is https://github.com/goki/icons/blob/main/svg/6_ft_apart.svg
	X6FtApart Icon = "6_ft_apart"

	// X6K is https://github.com/goki/icons/blob/main/svg/6k.svg
	X6K Icon = "6k"

	// X6KPlus is https://github.com/goki/icons/blob/main/svg/6k_plus.svg
	X6KPlus Icon = "6k_plus"

	// X6Mp is https://github.com/goki/icons/blob/main/svg/6mp.svg
	X6Mp Icon = "6mp"

	// X7K is https://github.com/goki/icons/blob/main/svg/7k.svg
	X7K Icon = "7k"

	// X7KPlus is https://github.com/goki/icons/blob/main/svg/7k_plus.svg
	X7KPlus Icon = "7k_plus"

	// X7Mp is https://github.com/goki/icons/blob/main/svg/7mp.svg
	X7Mp Icon = "7mp"

	// X8K is https://github.com/goki/icons/blob/main/svg/8k.svg
	X8K Icon = "8k"

	// X8KPlus is https://github.com/goki/icons/blob/main/svg/8k_plus.svg
	X8KPlus Icon = "8k_plus"

	// X8Mp is https://github.com/goki/icons/blob/main/svg/8mp.svg
	X8Mp Icon = "8mp"

	// X9K is https://github.com/goki/icons/blob/main/svg/9k.svg
	X9K Icon = "9k"

	// X9KPlus is https://github.com/goki/icons/blob/main/svg/9k_plus.svg
	X9KPlus Icon = "9k_plus"

	// X9Mp is https://github.com/goki/icons/blob/main/svg/9mp.svg
	X9Mp Icon = "9mp"

	// Abc is https://github.com/goki/icons/blob/main/svg/abc.svg
	Abc Icon = "abc"

	// AcUnit is https://github.com/goki/icons/blob/main/svg/ac_unit.svg
	AcUnit Icon = "ac_unit"

	// Accessibility is https://github.com/goki/icons/blob/main/svg/accessibility.svg
	Accessibility Icon = "accessibility"

	// AccessibilityNew is https://github.com/goki/icons/blob/main/svg/accessibility_new.svg
	AccessibilityNew Icon = "accessibility_new"

	// Accessible is https://github.com/goki/icons/blob/main/svg/accessible.svg
	Accessible Icon = "accessible"

	// AccessibleForward is https://github.com/goki/icons/blob/main/svg/accessible_forward.svg
	AccessibleForward Icon = "accessible_forward"

	// AccountBalance is https://github.com/goki/icons/blob/main/svg/account_balance.svg
	AccountBalance Icon = "account_balance"

	// AccountBalanceWallet is https://github.com/goki/icons/blob/main/svg/account_balance_wallet.svg
	AccountBalanceWallet Icon = "account_balance_wallet"

	// AccountBox is https://github.com/goki/icons/blob/main/svg/account_box.svg
	AccountBox Icon = "account_box"

	// AccountCircle is https://github.com/goki/icons/blob/main/svg/account_circle.svg
	AccountCircle Icon = "account_circle"

	// AccountCircleOff is https://github.com/goki/icons/blob/main/svg/account_circle_off.svg
	AccountCircleOff Icon = "account_circle_off"

	// AccountTree is https://github.com/goki/icons/blob/main/svg/account_tree.svg
	AccountTree Icon = "account_tree"

	// ActivityZone is https://github.com/goki/icons/blob/main/svg/activity_zone.svg
	ActivityZone Icon = "activity_zone"

	// Acute is https://github.com/goki/icons/blob/main/svg/acute.svg
	Acute Icon = "acute"

	Ad Icon = "ad"

	// AdGroup is https://github.com/goki/icons/blob/main/svg/ad_group.svg
	AdGroup Icon = "ad_group"

	// AdGroupOff is https://github.com/goki/icons/blob/main/svg/ad_group_off.svg
	AdGroupOff Icon = "ad_group_off"

	// AdOff is https://github.com/goki/icons/blob/main/svg/ad_off.svg
	AdOff Icon = "ad_off"

	// AdUnits is https://github.com/goki/icons/blob/main/svg/ad_units.svg
	AdUnits Icon = "ad_units"

	// Adb is https://github.com/goki/icons/blob/main/svg/adb.svg
	Adb Icon = "adb"

	// Add is https://github.com/goki/icons/blob/main/svg/add.svg
	Add Icon = "add"

	// AddAPhoto is https://github.com/goki/icons/blob/main/svg/add_a_photo.svg
	AddAPhoto Icon = "add_a_photo"

	// AddAd is https://github.com/goki/icons/blob/main/svg/add_ad.svg
	AddAd Icon = "add_ad"

	// AddAlert is https://github.com/goki/icons/blob/main/svg/add_alert.svg
	AddAlert Icon = "add_alert"

	// AddBox is https://github.com/goki/icons/blob/main/svg/add_box.svg
	AddBox Icon = "add_box"

	// AddBusiness is https://github.com/goki/icons/blob/main/svg/add_business.svg
	AddBusiness Icon = "add_business"

	// AddCall is https://github.com/goki/icons/blob/main/svg/add_call.svg
	AddCall Icon = "add_call"

	// AddCard is https://github.com/goki/icons/blob/main/svg/add_card.svg
	AddCard Icon = "add_card"

	// AddChart is https://github.com/goki/icons/blob/main/svg/add_chart.svg
	AddChart Icon = "add_chart"

	// AddCircle is https://github.com/goki/icons/blob/main/svg/add_circle.svg
	AddCircle Icon = "add_circle"

	// AddComment is https://github.com/goki/icons/blob/main/svg/add_comment.svg
	AddComment Icon = "add_comment"

	// AddHome is https://github.com/goki/icons/blob/main/svg/add_home.svg
	AddHome Icon = "add_home"

	// AddHomeWork is https://github.com/goki/icons/blob/main/svg/add_home_work.svg
	AddHomeWork Icon = "add_home_work"

	// AddLink is https://github.com/goki/icons/blob/main/svg/add_link.svg
	AddLink Icon = "add_link"

	// AddLocation is https://github.com/goki/icons/blob/main/svg/add_location.svg
	AddLocation Icon = "add_location"

	// AddLocationAlt is https://github.com/goki/icons/blob/main/svg/add_location_alt.svg
	AddLocationAlt Icon = "add_location_alt"

	// AddModerator is https://github.com/goki/icons/blob/main/svg/add_moderator.svg
	AddModerator Icon = "add_moderator"

	// AddNotes is https://github.com/goki/icons/blob/main/svg/add_notes.svg
	AddNotes Icon = "add_notes"

	// AddPhotoAlternate is https://github.com/goki/icons/blob/main/svg/add_photo_alternate.svg
	AddPhotoAlternate Icon = "add_photo_alternate"

	// AddReaction is https://github.com/goki/icons/blob/main/svg/add_reaction.svg
	AddReaction Icon = "add_reaction"

	// AddRoad is https://github.com/goki/icons/blob/main/svg/add_road.svg
	AddRoad Icon = "add_road"

	// AddShoppingCart is https://github.com/goki/icons/blob/main/svg/add_shopping_cart.svg
	AddShoppingCart Icon = "add_shopping_cart"

	// AddTask is https://github.com/goki/icons/blob/main/svg/add_task.svg
	AddTask Icon = "add_task"

	// AddToDrive is https://github.com/goki/icons/blob/main/svg/add_to_drive.svg
	AddToDrive Icon = "add_to_drive"

	// AddToHomeScreen is https://github.com/goki/icons/blob/main/svg/add_to_home_screen.svg
	AddToHomeScreen Icon = "add_to_home_screen"

	// AddToPhotos is https://github.com/goki/icons/blob/main/svg/add_to_photos.svg
	AddToPhotos Icon = "add_to_photos"

	// AddToQueue is https://github.com/goki/icons/blob/main/svg/add_to_queue.svg
	AddToQueue Icon = "add_to_queue"

	// AdfScanner is https://github.com/goki/icons/blob/main/svg/adf_scanner.svg
	AdfScanner Icon = "adf_scanner"

	// Adjust is https://github.com/goki/icons/blob/main/svg/adjust.svg
	Adjust Icon = "adjust"

	// AdminMeds is https://github.com/goki/icons/blob/main/svg/admin_meds.svg
	AdminMeds Icon = "admin_meds"

	// AdminPanelSettings is https://github.com/goki/icons/blob/main/svg/admin_panel_settings.svg
	AdminPanelSettings Icon = "admin_panel_settings"

	// AdsClick is https://github.com/goki/icons/blob/main/svg/ads_click.svg
	AdsClick Icon = "ads_click"

	// Agender is https://github.com/goki/icons/blob/main/svg/agender.svg
	Agender Icon = "agender"

	// Agriculture is https://github.com/goki/icons/blob/main/svg/agriculture.svg
	Agriculture Icon = "agriculture"

	// Air is https://github.com/goki/icons/blob/main/svg/air.svg
	Air Icon = "air"

	// AirFreshener is https://github.com/goki/icons/blob/main/svg/air_freshener.svg
	AirFreshener Icon = "air_freshener"

	// AirPurifierGen is https://github.com/goki/icons/blob/main/svg/air_purifier_gen.svg
	AirPurifierGen Icon = "air_purifier_gen"

	// AirlineSeatFlat is https://github.com/goki/icons/blob/main/svg/airline_seat_flat.svg
	AirlineSeatFlat Icon = "airline_seat_flat"

	// AirlineSeatFlatAngled is https://github.com/goki/icons/blob/main/svg/airline_seat_flat_angled.svg
	AirlineSeatFlatAngled Icon = "airline_seat_flat_angled"

	// AirlineSeatIndividualSuite is https://github.com/goki/icons/blob/main/svg/airline_seat_individual_suite.svg
	AirlineSeatIndividualSuite Icon = "airline_seat_individual_suite"

	// AirlineSeatLegroomExtra is https://github.com/goki/icons/blob/main/svg/airline_seat_legroom_extra.svg
	AirlineSeatLegroomExtra Icon = "airline_seat_legroom_extra"

	// AirlineSeatLegroomNormal is https://github.com/goki/icons/blob/main/svg/airline_seat_legroom_normal.svg
	AirlineSeatLegroomNormal Icon = "airline_seat_legroom_normal"

	// AirlineSeatLegroomReduced is https://github.com/goki/icons/blob/main/svg/airline_seat_legroom_reduced.svg
	AirlineSeatLegroomReduced Icon = "airline_seat_legroom_reduced"

	// AirlineSeatReclineExtra is https://github.com/goki/icons/blob/main/svg/airline_seat_recline_extra.svg
	AirlineSeatReclineExtra Icon = "airline_seat_recline_extra"

	// AirlineSeatReclineNormal is https://github.com/goki/icons/blob/main/svg/airline_seat_recline_normal.svg
	AirlineSeatReclineNormal Icon = "airline_seat_recline_normal"

	// AirlineStops is https://github.com/goki/icons/blob/main/svg/airline_stops.svg
	AirlineStops Icon = "airline_stops"

	// Airlines is https://github.com/goki/icons/blob/main/svg/airlines.svg
	Airlines Icon = "airlines"

	// AirplaneTicket is https://github.com/goki/icons/blob/main/svg/airplane_ticket.svg
	AirplaneTicket Icon = "airplane_ticket"

	// AirplanemodeActive is https://github.com/goki/icons/blob/main/svg/airplanemode_active.svg
	AirplanemodeActive Icon = "airplanemode_active"

	// AirplanemodeInactive is https://github.com/goki/icons/blob/main/svg/airplanemode_inactive.svg
	AirplanemodeInactive Icon = "airplanemode_inactive"

	// Airplay is https://github.com/goki/icons/blob/main/svg/airplay.svg
	Airplay Icon = "airplay"

	// AirportShuttle is https://github.com/goki/icons/blob/main/svg/airport_shuttle.svg
	AirportShuttle Icon = "airport_shuttle"

	// Airware is https://github.com/goki/icons/blob/main/svg/airware.svg
	Airware Icon = "airware"

	// Airwave is https://github.com/goki/icons/blob/main/svg/airwave.svg
	Airwave Icon = "airwave"

	// Alarm is https://github.com/goki/icons/blob/main/svg/alarm.svg
	Alarm Icon = "alarm"

	// AlarmAdd is https://github.com/goki/icons/blob/main/svg/alarm_add.svg
	AlarmAdd Icon = "alarm_add"

	// AlarmOff is https://github.com/goki/icons/blob/main/svg/alarm_off.svg
	AlarmOff Icon = "alarm_off"

	// AlarmOn is https://github.com/goki/icons/blob/main/svg/alarm_on.svg
	AlarmOn Icon = "alarm_on"

	// AlarmSmartWake is https://github.com/goki/icons/blob/main/svg/alarm_smart_wake.svg
	AlarmSmartWake Icon = "alarm_smart_wake"

	// Album is https://github.com/goki/icons/blob/main/svg/album.svg
	Album Icon = "album"

	// AlignCenter is https://github.com/goki/icons/blob/main/svg/align_center.svg
	AlignCenter Icon = "align_center"

	// AlignEnd is https://github.com/goki/icons/blob/main/svg/align_end.svg
	AlignEnd Icon = "align_end"

	// AlignFlexCenter is https://github.com/goki/icons/blob/main/svg/align_flex_center.svg
	AlignFlexCenter Icon = "align_flex_center"

	// AlignFlexEnd is https://github.com/goki/icons/blob/main/svg/align_flex_end.svg
	AlignFlexEnd Icon = "align_flex_end"

	// AlignFlexStart is https://github.com/goki/icons/blob/main/svg/align_flex_start.svg
	AlignFlexStart Icon = "align_flex_start"

	// AlignHorizontalCenter is https://github.com/goki/icons/blob/main/svg/align_horizontal_center.svg
	AlignHorizontalCenter Icon = "align_horizontal_center"

	// AlignHorizontalLeft is https://github.com/goki/icons/blob/main/svg/align_horizontal_left.svg
	AlignHorizontalLeft Icon = "align_horizontal_left"

	// AlignHorizontalRight is https://github.com/goki/icons/blob/main/svg/align_horizontal_right.svg
	AlignHorizontalRight Icon = "align_horizontal_right"

	// AlignItemsStretch is https://github.com/goki/icons/blob/main/svg/align_items_stretch.svg
	AlignItemsStretch Icon = "align_items_stretch"

	// AlignJustifyCenter is https://github.com/goki/icons/blob/main/svg/align_justify_center.svg
	AlignJustifyCenter Icon = "align_justify_center"

	// AlignJustifyFlexEnd is https://github.com/goki/icons/blob/main/svg/align_justify_flex_end.svg
	AlignJustifyFlexEnd Icon = "align_justify_flex_end"

	// AlignJustifyFlexStart is https://github.com/goki/icons/blob/main/svg/align_justify_flex_start.svg
	AlignJustifyFlexStart Icon = "align_justify_flex_start"

	// AlignJustifySpaceAround is https://github.com/goki/icons/blob/main/svg/align_justify_space_around.svg
	AlignJustifySpaceAround Icon = "align_justify_space_around"

	// AlignJustifySpaceBetween is https://github.com/goki/icons/blob/main/svg/align_justify_space_between.svg
	AlignJustifySpaceBetween Icon = "align_justify_space_between"

	// AlignJustifySpaceEven is https://github.com/goki/icons/blob/main/svg/align_justify_space_even.svg
	AlignJustifySpaceEven Icon = "align_justify_space_even"

	// AlignJustifyStretch is https://github.com/goki/icons/blob/main/svg/align_justify_stretch.svg
	AlignJustifyStretch Icon = "align_justify_stretch"

	// AlignSelfStretch is https://github.com/goki/icons/blob/main/svg/align_self_stretch.svg
	AlignSelfStretch Icon = "align_self_stretch"

	// AlignSpaceAround is https://github.com/goki/icons/blob/main/svg/align_space_around.svg
	AlignSpaceAround Icon = "align_space_around"

	// AlignSpaceBetween is https://github.com/goki/icons/blob/main/svg/align_space_between.svg
	AlignSpaceBetween Icon = "align_space_between"

	// AlignSpaceEven is https://github.com/goki/icons/blob/main/svg/align_space_even.svg
	AlignSpaceEven Icon = "align_space_even"

	// AlignStart is https://github.com/goki/icons/blob/main/svg/align_start.svg
	AlignStart Icon = "align_start"

	// AlignStretch is https://github.com/goki/icons/blob/main/svg/align_stretch.svg
	AlignStretch Icon = "align_stretch"

	// AlignVerticalBottom is https://github.com/goki/icons/blob/main/svg/align_vertical_bottom.svg
	AlignVerticalBottom Icon = "align_vertical_bottom"

	// AlignVerticalCenter is https://github.com/goki/icons/blob/main/svg/align_vertical_center.svg
	AlignVerticalCenter Icon = "align_vertical_center"

	// AlignVerticalTop is https://github.com/goki/icons/blob/main/svg/align_vertical_top.svg
	AlignVerticalTop Icon = "align_vertical_top"

	// AllInbox is https://github.com/goki/icons/blob/main/svg/all_inbox.svg
	AllInbox Icon = "all_inbox"

	// AllInclusive is https://github.com/goki/icons/blob/main/svg/all_inclusive.svg
	AllInclusive Icon = "all_inclusive"

	// AllMatch is https://github.com/goki/icons/blob/main/svg/all_match.svg
	AllMatch Icon = "all_match"

	// AllOut is https://github.com/goki/icons/blob/main/svg/all_out.svg
	AllOut Icon = "all_out"

	// Allergies is https://github.com/goki/icons/blob/main/svg/allergies.svg
	Allergies Icon = "allergies"

	// Allergy is https://github.com/goki/icons/blob/main/svg/allergy.svg
	Allergy Icon = "allergy"

	// AltRoute is https://github.com/goki/icons/blob/main/svg/alt_route.svg
	AltRoute Icon = "alt_route"

	// AlternateEmail is https://github.com/goki/icons/blob/main/svg/alternate_email.svg
	AlternateEmail Icon = "alternate_email"

	// Altitude is https://github.com/goki/icons/blob/main/svg/altitude.svg
	Altitude Icon = "altitude"

	// AmbientScreen is https://github.com/goki/icons/blob/main/svg/ambient_screen.svg
	AmbientScreen Icon = "ambient_screen"

	// Ambulance is https://github.com/goki/icons/blob/main/svg/ambulance.svg
	Ambulance Icon = "ambulance"

	// Amend is https://github.com/goki/icons/blob/main/svg/amend.svg
	Amend Icon = "amend"

	// AmpStories is https://github.com/goki/icons/blob/main/svg/amp_stories.svg
	AmpStories Icon = "amp_stories"

	// Analytics is https://github.com/goki/icons/blob/main/svg/analytics.svg
	Analytics Icon = "analytics"

	// Anchor is https://github.com/goki/icons/blob/main/svg/anchor.svg
	Anchor Icon = "anchor"

	// Android is https://github.com/goki/icons/blob/main/svg/android.svg
	Android Icon = "android"

	// Animation is https://github.com/goki/icons/blob/main/svg/animation.svg
	Animation Icon = "animation"

	// Aod is https://github.com/goki/icons/blob/main/svg/aod.svg
	Aod Icon = "aod"

	// AodTablet is https://github.com/goki/icons/blob/main/svg/aod_tablet.svg
	AodTablet Icon = "aod_tablet"

	// AodWatch is https://github.com/goki/icons/blob/main/svg/aod_watch.svg
	AodWatch Icon = "aod_watch"

	// Apartment is https://github.com/goki/icons/blob/main/svg/apartment.svg
	Apartment Icon = "apartment"

	// Api is https://github.com/goki/icons/blob/main/svg/api.svg
	Api Icon = "api"

	// ApkDocument is https://github.com/goki/icons/blob/main/svg/apk_document.svg
	ApkDocument Icon = "apk_document"

	// ApkInstall is https://github.com/goki/icons/blob/main/svg/apk_install.svg
	ApkInstall Icon = "apk_install"

	// AppBadging is https://github.com/goki/icons/blob/main/svg/app_badging.svg
	AppBadging Icon = "app_badging"

	// AppBlocking is https://github.com/goki/icons/blob/main/svg/app_blocking.svg
	AppBlocking Icon = "app_blocking"

	// AppPromo is https://github.com/goki/icons/blob/main/svg/app_promo.svg
	AppPromo Icon = "app_promo"

	// AppRegistration is https://github.com/goki/icons/blob/main/svg/app_registration.svg
	AppRegistration Icon = "app_registration"

	// AppShortcut is https://github.com/goki/icons/blob/main/svg/app_shortcut.svg
	AppShortcut Icon = "app_shortcut"

	// Approval is https://github.com/goki/icons/blob/main/svg/approval.svg
	Approval Icon = "approval"

	// ApprovalDelegation is https://github.com/goki/icons/blob/main/svg/approval_delegation.svg
	ApprovalDelegation Icon = "approval_delegation"

	// Apps is https://github.com/goki/icons/blob/main/svg/apps.svg
	Apps Icon = "apps"

	// AppsOutage is https://github.com/goki/icons/blob/main/svg/apps_outage.svg
	AppsOutage Icon = "apps_outage"

	// ArOnYou is https://github.com/goki/icons/blob/main/svg/ar_on_you.svg
	ArOnYou Icon = "ar_on_you"

	// Architecture is https://github.com/goki/icons/blob/main/svg/architecture.svg
	Architecture Icon = "architecture"

	// Archive is https://github.com/goki/icons/blob/main/svg/archive.svg
	Archive Icon = "archive"

	// AreaChart is https://github.com/goki/icons/blob/main/svg/area_chart.svg
	AreaChart Icon = "area_chart"

	// ArmingCountdown is https://github.com/goki/icons/blob/main/svg/arming_countdown.svg
	ArmingCountdown Icon = "arming_countdown"

	// ArrowAndEdge is https://github.com/goki/icons/blob/main/svg/arrow_and_edge.svg
	ArrowAndEdge Icon = "arrow_and_edge"

	// ArrowBack is https://github.com/goki/icons/blob/main/svg/arrow_back.svg
	ArrowBack Icon = "arrow_back"

	// ArrowBackIos is https://github.com/goki/icons/blob/main/svg/arrow_back_ios.svg
	ArrowBackIos Icon = "arrow_back_ios"

	// ArrowBackIosNew is https://github.com/goki/icons/blob/main/svg/arrow_back_ios_new.svg
	ArrowBackIosNew Icon = "arrow_back_ios_new"

	// ArrowCircleDown is https://github.com/goki/icons/blob/main/svg/arrow_circle_down.svg
	ArrowCircleDown Icon = "arrow_circle_down"

	// ArrowCircleLeft is https://github.com/goki/icons/blob/main/svg/arrow_circle_left.svg
	ArrowCircleLeft Icon = "arrow_circle_left"

	// ArrowCircleRight is https://github.com/goki/icons/blob/main/svg/arrow_circle_right.svg
	ArrowCircleRight Icon = "arrow_circle_right"

	// ArrowCircleUp is https://github.com/goki/icons/blob/main/svg/arrow_circle_up.svg
	ArrowCircleUp Icon = "arrow_circle_up"

	// ArrowDownward is https://github.com/goki/icons/blob/main/svg/arrow_downward.svg
	ArrowDownward Icon = "arrow_downward"

	// ArrowDownwardAlt is https://github.com/goki/icons/blob/main/svg/arrow_downward_alt.svg
	ArrowDownwardAlt Icon = "arrow_downward_alt"

	// ArrowDropDown is https://github.com/goki/icons/blob/main/svg/arrow_drop_down.svg
	ArrowDropDown Icon = "arrow_drop_down"

	// ArrowDropDownCircle is https://github.com/goki/icons/blob/main/svg/arrow_drop_down_circle.svg
	ArrowDropDownCircle Icon = "arrow_drop_down_circle"

	// ArrowDropUp is https://github.com/goki/icons/blob/main/svg/arrow_drop_up.svg
	ArrowDropUp Icon = "arrow_drop_up"

	// ArrowForward is https://github.com/goki/icons/blob/main/svg/arrow_forward.svg
	ArrowForward Icon = "arrow_forward"

	// ArrowForwardIos is https://github.com/goki/icons/blob/main/svg/arrow_forward_ios.svg
	ArrowForwardIos Icon = "arrow_forward_ios"

	// ArrowInsert is https://github.com/goki/icons/blob/main/svg/arrow_insert.svg
	ArrowInsert Icon = "arrow_insert"

	// ArrowLeft is https://github.com/goki/icons/blob/main/svg/arrow_left.svg
	ArrowLeft Icon = "arrow_left"

	// ArrowLeftAlt is https://github.com/goki/icons/blob/main/svg/arrow_left_alt.svg
	ArrowLeftAlt Icon = "arrow_left_alt"

	// ArrowOrEdge is https://github.com/goki/icons/blob/main/svg/arrow_or_edge.svg
	ArrowOrEdge Icon = "arrow_or_edge"

	// ArrowOutward is https://github.com/goki/icons/blob/main/svg/arrow_outward.svg
	ArrowOutward Icon = "arrow_outward"

	// ArrowRange is https://github.com/goki/icons/blob/main/svg/arrow_range.svg
	ArrowRange Icon = "arrow_range"

	// ArrowRight is https://github.com/goki/icons/blob/main/svg/arrow_right.svg
	ArrowRight Icon = "arrow_right"

	// ArrowRightAlt is https://github.com/goki/icons/blob/main/svg/arrow_right_alt.svg
	ArrowRightAlt Icon = "arrow_right_alt"

	// ArrowSelectorTool is https://github.com/goki/icons/blob/main/svg/arrow_selector_tool.svg
	ArrowSelectorTool Icon = "arrow_selector_tool"

	// ArrowSplit is https://github.com/goki/icons/blob/main/svg/arrow_split.svg
	ArrowSplit Icon = "arrow_split"

	// ArrowTopLeft is https://github.com/goki/icons/blob/main/svg/arrow_top_left.svg
	ArrowTopLeft Icon = "arrow_top_left"

	// ArrowTopRight is https://github.com/goki/icons/blob/main/svg/arrow_top_right.svg
	ArrowTopRight Icon = "arrow_top_right"

	// ArrowUpward is https://github.com/goki/icons/blob/main/svg/arrow_upward.svg
	ArrowUpward Icon = "arrow_upward"

	// ArrowUpwardAlt is https://github.com/goki/icons/blob/main/svg/arrow_upward_alt.svg
	ArrowUpwardAlt Icon = "arrow_upward_alt"

	// ArrowsMoreDown is https://github.com/goki/icons/blob/main/svg/arrows_more_down.svg
	ArrowsMoreDown Icon = "arrows_more_down"

	// ArrowsMoreUp is https://github.com/goki/icons/blob/main/svg/arrows_more_up.svg
	ArrowsMoreUp Icon = "arrows_more_up"

	// ArrowsOutward is https://github.com/goki/icons/blob/main/svg/arrows_outward.svg
	ArrowsOutward Icon = "arrows_outward"

	// ArtTrack is https://github.com/goki/icons/blob/main/svg/art_track.svg
	ArtTrack Icon = "art_track"

	// Article is https://github.com/goki/icons/blob/main/svg/article.svg
	Article Icon = "article"

	// AspectRatio is https://github.com/goki/icons/blob/main/svg/aspect_ratio.svg
	AspectRatio Icon = "aspect_ratio"

	// Assignment is https://github.com/goki/icons/blob/main/svg/assignment.svg
	Assignment Icon = "assignment"

	// AssignmentAdd is https://github.com/goki/icons/blob/main/svg/assignment_add.svg
	AssignmentAdd Icon = "assignment_add"

	// AssignmentInd is https://github.com/goki/icons/blob/main/svg/assignment_ind.svg
	AssignmentInd Icon = "assignment_ind"

	// AssignmentLate is https://github.com/goki/icons/blob/main/svg/assignment_late.svg
	AssignmentLate Icon = "assignment_late"

	// AssignmentReturn is https://github.com/goki/icons/blob/main/svg/assignment_return.svg
	AssignmentReturn Icon = "assignment_return"

	// AssignmentReturned is https://github.com/goki/icons/blob/main/svg/assignment_returned.svg
	AssignmentReturned Icon = "assignment_returned"

	// AssignmentTurnedIn is https://github.com/goki/icons/blob/main/svg/assignment_turned_in.svg
	AssignmentTurnedIn Icon = "assignment_turned_in"

	// AssistWalker is https://github.com/goki/icons/blob/main/svg/assist_walker.svg
	AssistWalker Icon = "assist_walker"

	// AssistantDirection is https://github.com/goki/icons/blob/main/svg/assistant_direction.svg
	AssistantDirection Icon = "assistant_direction"

	// AssistantNavigation is https://github.com/goki/icons/blob/main/svg/assistant_navigation.svg
	AssistantNavigation Icon = "assistant_navigation"

	// AssistantOnHub is https://github.com/goki/icons/blob/main/svg/assistant_on_hub.svg
	AssistantOnHub Icon = "assistant_on_hub"

	// AssuredWorkload is https://github.com/goki/icons/blob/main/svg/assured_workload.svg
	AssuredWorkload Icon = "assured_workload"

	// Atm is https://github.com/goki/icons/blob/main/svg/atm.svg
	Atm Icon = "atm"

	// Atr is https://github.com/goki/icons/blob/main/svg/atr.svg
	Atr Icon = "atr"

	// AttachEmail is https://github.com/goki/icons/blob/main/svg/attach_email.svg
	AttachEmail Icon = "attach_email"

	// AttachFile is https://github.com/goki/icons/blob/main/svg/attach_file.svg
	AttachFile Icon = "attach_file"

	// AttachFileAdd is https://github.com/goki/icons/blob/main/svg/attach_file_add.svg
	AttachFileAdd Icon = "attach_file_add"

	// AttachMoney is https://github.com/goki/icons/blob/main/svg/attach_money.svg
	AttachMoney Icon = "attach_money"

	// Attachment is https://github.com/goki/icons/blob/main/svg/attachment.svg
	Attachment Icon = "attachment"

	// Attractions is https://github.com/goki/icons/blob/main/svg/attractions.svg
	Attractions Icon = "attractions"

	// Attribution is https://github.com/goki/icons/blob/main/svg/attribution.svg
	Attribution Icon = "attribution"

	// AudioFile is https://github.com/goki/icons/blob/main/svg/audio_file.svg
	AudioFile Icon = "audio_file"

	// AudioVideoReceiver is https://github.com/goki/icons/blob/main/svg/audio_video_receiver.svg
	AudioVideoReceiver Icon = "audio_video_receiver"

	// AutoAwesomeMosaic is https://github.com/goki/icons/blob/main/svg/auto_awesome_mosaic.svg
	AutoAwesomeMosaic Icon = "auto_awesome_mosaic"

	// AutoAwesomeMotion is https://github.com/goki/icons/blob/main/svg/auto_awesome_motion.svg
	AutoAwesomeMotion Icon = "auto_awesome_motion"

	// AutoDelete is https://github.com/goki/icons/blob/main/svg/auto_delete.svg
	AutoDelete Icon = "auto_delete"

	// AutoReadPause is https://github.com/goki/icons/blob/main/svg/auto_read_pause.svg
	AutoReadPause Icon = "auto_read_pause"

	// AutoReadPlay is https://github.com/goki/icons/blob/main/svg/auto_read_play.svg
	AutoReadPlay Icon = "auto_read_play"

	// AutoStories is https://github.com/goki/icons/blob/main/svg/auto_stories.svg
	AutoStories Icon = "auto_stories"

	// AutofpsSelect is https://github.com/goki/icons/blob/main/svg/autofps_select.svg
	AutofpsSelect Icon = "autofps_select"

	// Autopause is https://github.com/goki/icons/blob/main/svg/autopause.svg
	Autopause Icon = "autopause"

	// Autoplay is https://github.com/goki/icons/blob/main/svg/autoplay.svg
	Autoplay Icon = "autoplay"

	// Autorenew is https://github.com/goki/icons/blob/main/svg/autorenew.svg
	Autorenew Icon = "autorenew"

	// Autostop is https://github.com/goki/icons/blob/main/svg/autostop.svg
	Autostop Icon = "autostop"

	// AvTimer is https://github.com/goki/icons/blob/main/svg/av_timer.svg
	AvTimer Icon = "av_timer"

	// AvgPace is https://github.com/goki/icons/blob/main/svg/avg_pace.svg
	AvgPace Icon = "avg_pace"

	// AvgTime is https://github.com/goki/icons/blob/main/svg/avg_time.svg
	AvgTime Icon = "avg_time"

	// AwardStar is https://github.com/goki/icons/blob/main/svg/award_star.svg
	AwardStar Icon = "award_star"

	// Azm is https://github.com/goki/icons/blob/main/svg/azm.svg
	Azm Icon = "azm"

	// BabyChangingStation is https://github.com/goki/icons/blob/main/svg/baby_changing_station.svg
	BabyChangingStation Icon = "baby_changing_station"

	// BackHand is https://github.com/goki/icons/blob/main/svg/back_hand.svg
	BackHand Icon = "back_hand"

	// BackToTab is https://github.com/goki/icons/blob/main/svg/back_to_tab.svg
	BackToTab Icon = "back_to_tab"

	// BackgroundDotLarge is https://github.com/goki/icons/blob/main/svg/background_dot_large.svg
	BackgroundDotLarge Icon = "background_dot_large"

	// BackgroundGridSmall is https://github.com/goki/icons/blob/main/svg/background_grid_small.svg
	BackgroundGridSmall Icon = "background_grid_small"

	// BackgroundReplace is https://github.com/goki/icons/blob/main/svg/background_replace.svg
	BackgroundReplace Icon = "background_replace"

	// BacklightHigh is https://github.com/goki/icons/blob/main/svg/backlight_high.svg
	BacklightHigh Icon = "backlight_high"

	// BacklightLow is https://github.com/goki/icons/blob/main/svg/backlight_low.svg
	BacklightLow Icon = "backlight_low"

	// Backpack is https://github.com/goki/icons/blob/main/svg/backpack.svg
	Backpack Icon = "backpack"

	// Backspace is https://github.com/goki/icons/blob/main/svg/backspace.svg
	Backspace Icon = "backspace"

	// Backup is https://github.com/goki/icons/blob/main/svg/backup.svg
	Backup Icon = "backup"

	// BackupTable is https://github.com/goki/icons/blob/main/svg/backup_table.svg
	BackupTable Icon = "backup_table"

	// Badge is https://github.com/goki/icons/blob/main/svg/badge.svg
	Badge Icon = "badge"

	// BadgeCriticalBattery is https://github.com/goki/icons/blob/main/svg/badge_critical_battery.svg
	BadgeCriticalBattery Icon = "badge_critical_battery"

	// BakeryDining is https://github.com/goki/icons/blob/main/svg/bakery_dining.svg
	BakeryDining Icon = "bakery_dining"

	// Balance is https://github.com/goki/icons/blob/main/svg/balance.svg
	Balance Icon = "balance"

	// Balcony is https://github.com/goki/icons/blob/main/svg/balcony.svg
	Balcony Icon = "balcony"

	// Ballot is https://github.com/goki/icons/blob/main/svg/ballot.svg
	Ballot Icon = "ballot"

	// BarChart is https://github.com/goki/icons/blob/main/svg/bar_chart.svg
	BarChart Icon = "bar_chart"

	// BarChart4Bars is https://github.com/goki/icons/blob/main/svg/bar_chart_4_bars.svg
	BarChart4Bars Icon = "bar_chart_4_bars"

	// Barcode is https://github.com/goki/icons/blob/main/svg/barcode.svg
	Barcode Icon = "barcode"

	// BarcodeReader is https://github.com/goki/icons/blob/main/svg/barcode_reader.svg
	BarcodeReader Icon = "barcode_reader"

	// BarcodeScanner is https://github.com/goki/icons/blob/main/svg/barcode_scanner.svg
	BarcodeScanner Icon = "barcode_scanner"

	// Barefoot is https://github.com/goki/icons/blob/main/svg/barefoot.svg
	Barefoot Icon = "barefoot"

	// BatchPrediction is https://github.com/goki/icons/blob/main/svg/batch_prediction.svg
	BatchPrediction Icon = "batch_prediction"

	// BathOutdoor is https://github.com/goki/icons/blob/main/svg/bath_outdoor.svg
	BathOutdoor Icon = "bath_outdoor"

	// BathPrivate is https://github.com/goki/icons/blob/main/svg/bath_private.svg
	BathPrivate Icon = "bath_private"

	// BathPublicLarge is https://github.com/goki/icons/blob/main/svg/bath_public_large.svg
	BathPublicLarge Icon = "bath_public_large"

	// Bathroom is https://github.com/goki/icons/blob/main/svg/bathroom.svg
	Bathroom Icon = "bathroom"

	// Bathtub is https://github.com/goki/icons/blob/main/svg/bathtub.svg
	Bathtub Icon = "bathtub"

	// Battery0Bar is https://github.com/goki/icons/blob/main/svg/battery_0_bar.svg
	Battery0Bar Icon = "battery_0_bar"

	// Battery1Bar is https://github.com/goki/icons/blob/main/svg/battery_1_bar.svg
	Battery1Bar Icon = "battery_1_bar"

	// Battery2Bar is https://github.com/goki/icons/blob/main/svg/battery_2_bar.svg
	Battery2Bar Icon = "battery_2_bar"

	// Battery3Bar is https://github.com/goki/icons/blob/main/svg/battery_3_bar.svg
	Battery3Bar Icon = "battery_3_bar"

	// Battery4Bar is https://github.com/goki/icons/blob/main/svg/battery_4_bar.svg
	Battery4Bar Icon = "battery_4_bar"

	// Battery5Bar is https://github.com/goki/icons/blob/main/svg/battery_5_bar.svg
	Battery5Bar Icon = "battery_5_bar"

	// Battery6Bar is https://github.com/goki/icons/blob/main/svg/battery_6_bar.svg
	Battery6Bar Icon = "battery_6_bar"

	// BatteryAlert is https://github.com/goki/icons/blob/main/svg/battery_alert.svg
	BatteryAlert Icon = "battery_alert"

	// BatteryChange is https://github.com/goki/icons/blob/main/svg/battery_change.svg
	BatteryChange Icon = "battery_change"

	// BatteryCharging20 is https://github.com/goki/icons/blob/main/svg/battery_charging_20.svg
	BatteryCharging20 Icon = "battery_charging_20"

	// BatteryCharging30 is https://github.com/goki/icons/blob/main/svg/battery_charging_30.svg
	BatteryCharging30 Icon = "battery_charging_30"

	// BatteryCharging50 is https://github.com/goki/icons/blob/main/svg/battery_charging_50.svg
	BatteryCharging50 Icon = "battery_charging_50"

	// BatteryCharging60 is https://github.com/goki/icons/blob/main/svg/battery_charging_60.svg
	BatteryCharging60 Icon = "battery_charging_60"

	// BatteryCharging80 is https://github.com/goki/icons/blob/main/svg/battery_charging_80.svg
	BatteryCharging80 Icon = "battery_charging_80"

	// BatteryCharging90 is https://github.com/goki/icons/blob/main/svg/battery_charging_90.svg
	BatteryCharging90 Icon = "battery_charging_90"

	// BatteryChargingFull is https://github.com/goki/icons/blob/main/svg/battery_charging_full.svg
	BatteryChargingFull Icon = "battery_charging_full"

	// BatteryError is https://github.com/goki/icons/blob/main/svg/battery_error.svg
	BatteryError Icon = "battery_error"

	// BatteryHoriz000 is https://github.com/goki/icons/blob/main/svg/battery_horiz_000.svg
	BatteryHoriz000 Icon = "battery_horiz_000"

	// BatteryHoriz050 is https://github.com/goki/icons/blob/main/svg/battery_horiz_050.svg
	BatteryHoriz050 Icon = "battery_horiz_050"

	// BatteryHoriz075 is https://github.com/goki/icons/blob/main/svg/battery_horiz_075.svg
	BatteryHoriz075 Icon = "battery_horiz_075"

	// BatteryLow is https://github.com/goki/icons/blob/main/svg/battery_low.svg
	BatteryLow Icon = "battery_low"

	// BatteryPlus is https://github.com/goki/icons/blob/main/svg/battery_plus.svg
	BatteryPlus Icon = "battery_plus"

	// BatteryProfile is https://github.com/goki/icons/blob/main/svg/battery_profile.svg
	BatteryProfile Icon = "battery_profile"

	// BatterySaver is https://github.com/goki/icons/blob/main/svg/battery_saver.svg
	BatterySaver Icon = "battery_saver"

	// BatteryShare is https://github.com/goki/icons/blob/main/svg/battery_share.svg
	BatteryShare Icon = "battery_share"

	// BatteryStatusGood is https://github.com/goki/icons/blob/main/svg/battery_status_good.svg
	BatteryStatusGood Icon = "battery_status_good"

	// BatteryUnknown is https://github.com/goki/icons/blob/main/svg/battery_unknown.svg
	BatteryUnknown Icon = "battery_unknown"

	// BatteryVeryLow is https://github.com/goki/icons/blob/main/svg/battery_very_low.svg
	BatteryVeryLow Icon = "battery_very_low"

	// BeachAccess is https://github.com/goki/icons/blob/main/svg/beach_access.svg
	BeachAccess Icon = "beach_access"

	// Bed is https://github.com/goki/icons/blob/main/svg/bed.svg
	Bed Icon = "bed"

	// BedroomBaby is https://github.com/goki/icons/blob/main/svg/bedroom_baby.svg
	BedroomBaby Icon = "bedroom_baby"

	// BedroomChild is https://github.com/goki/icons/blob/main/svg/bedroom_child.svg
	BedroomChild Icon = "bedroom_child"

	// BedroomParent is https://github.com/goki/icons/blob/main/svg/bedroom_parent.svg
	BedroomParent Icon = "bedroom_parent"

	// Bedtime is https://github.com/goki/icons/blob/main/svg/bedtime.svg
	Bedtime Icon = "bedtime"

	// BedtimeOff is https://github.com/goki/icons/blob/main/svg/bedtime_off.svg
	BedtimeOff Icon = "bedtime_off"

	// Beenhere is https://github.com/goki/icons/blob/main/svg/beenhere.svg
	Beenhere Icon = "beenhere"

	// Bento is https://github.com/goki/icons/blob/main/svg/bento.svg
	Bento Icon = "bento"

	// Bia is https://github.com/goki/icons/blob/main/svg/bia.svg
	Bia Icon = "bia"

	// BidLandscape is https://github.com/goki/icons/blob/main/svg/bid_landscape.svg
	BidLandscape Icon = "bid_landscape"

	// BidLandscapeDisabled is https://github.com/goki/icons/blob/main/svg/bid_landscape_disabled.svg
	BidLandscapeDisabled Icon = "bid_landscape_disabled"

	// BikeScooter is https://github.com/goki/icons/blob/main/svg/bike_scooter.svg
	BikeScooter Icon = "bike_scooter"

	// Biotech is https://github.com/goki/icons/blob/main/svg/biotech.svg
	Biotech Icon = "biotech"

	// Blanket is https://github.com/goki/icons/blob/main/svg/blanket.svg
	Blanket Icon = "blanket"

	// Blender is https://github.com/goki/icons/blob/main/svg/blender.svg
	Blender Icon = "blender"

	// Blind is https://github.com/goki/icons/blob/main/svg/blind.svg
	Blind Icon = "blind"

	// Blinds is https://github.com/goki/icons/blob/main/svg/blinds.svg
	Blinds Icon = "blinds"

	// BlindsClosed is https://github.com/goki/icons/blob/main/svg/blinds_closed.svg
	BlindsClosed Icon = "blinds_closed"

	// Block is https://github.com/goki/icons/blob/main/svg/block.svg
	Block Icon = "block"

	// BloodPressure is https://github.com/goki/icons/blob/main/svg/blood_pressure.svg
	BloodPressure Icon = "blood_pressure"

	// Bloodtype is https://github.com/goki/icons/blob/main/svg/bloodtype.svg
	Bloodtype Icon = "bloodtype"

	// Bluetooth is https://github.com/goki/icons/blob/main/svg/bluetooth.svg
	Bluetooth Icon = "bluetooth"

	// BluetoothConnected is https://github.com/goki/icons/blob/main/svg/bluetooth_connected.svg
	BluetoothConnected Icon = "bluetooth_connected"

	// BluetoothDisabled is https://github.com/goki/icons/blob/main/svg/bluetooth_disabled.svg
	BluetoothDisabled Icon = "bluetooth_disabled"

	// BluetoothDrive is https://github.com/goki/icons/blob/main/svg/bluetooth_drive.svg
	BluetoothDrive Icon = "bluetooth_drive"

	// BluetoothSearching is https://github.com/goki/icons/blob/main/svg/bluetooth_searching.svg
	BluetoothSearching Icon = "bluetooth_searching"

	// BlurCircular is https://github.com/goki/icons/blob/main/svg/blur_circular.svg
	BlurCircular Icon = "blur_circular"

	// BlurLinear is https://github.com/goki/icons/blob/main/svg/blur_linear.svg
	BlurLinear Icon = "blur_linear"

	// BlurMedium is https://github.com/goki/icons/blob/main/svg/blur_medium.svg
	BlurMedium Icon = "blur_medium"

	// BlurOff is https://github.com/goki/icons/blob/main/svg/blur_off.svg
	BlurOff Icon = "blur_off"

	// BlurOn is https://github.com/goki/icons/blob/main/svg/blur_on.svg
	BlurOn Icon = "blur_on"

	// BlurShort is https://github.com/goki/icons/blob/main/svg/blur_short.svg
	BlurShort Icon = "blur_short"

	// BodyFat is https://github.com/goki/icons/blob/main/svg/body_fat.svg
	BodyFat Icon = "body_fat"

	// BodySystem is https://github.com/goki/icons/blob/main/svg/body_system.svg
	BodySystem Icon = "body_system"

	// Bolt is https://github.com/goki/icons/blob/main/svg/bolt.svg
	Bolt Icon = "bolt"

	// Book is https://github.com/goki/icons/blob/main/svg/book.svg
	Book Icon = "book"

	// BookOnline is https://github.com/goki/icons/blob/main/svg/book_online.svg
	BookOnline Icon = "book_online"

	// Bookmark is https://github.com/goki/icons/blob/main/svg/bookmark.svg
	Bookmark Icon = "bookmark"

	// BookmarkAdd is https://github.com/goki/icons/blob/main/svg/bookmark_add.svg
	BookmarkAdd Icon = "bookmark_add"

	// BookmarkAdded is https://github.com/goki/icons/blob/main/svg/bookmark_added.svg
	BookmarkAdded Icon = "bookmark_added"

	// BookmarkManager is https://github.com/goki/icons/blob/main/svg/bookmark_manager.svg
	BookmarkManager Icon = "bookmark_manager"

	// BookmarkRemove is https://github.com/goki/icons/blob/main/svg/bookmark_remove.svg
	BookmarkRemove Icon = "bookmark_remove"

	// Bookmarks is https://github.com/goki/icons/blob/main/svg/bookmarks.svg
	Bookmarks Icon = "bookmarks"

	// BorderAll is https://github.com/goki/icons/blob/main/svg/border_all.svg
	BorderAll Icon = "border_all"

	// BorderBottom is https://github.com/goki/icons/blob/main/svg/border_bottom.svg
	BorderBottom Icon = "border_bottom"

	// BorderClear is https://github.com/goki/icons/blob/main/svg/border_clear.svg
	BorderClear Icon = "border_clear"

	// BorderColor is https://github.com/goki/icons/blob/main/svg/border_color.svg
	BorderColor Icon = "border_color"

	// BorderHorizontal is https://github.com/goki/icons/blob/main/svg/border_horizontal.svg
	BorderHorizontal Icon = "border_horizontal"

	// BorderInner is https://github.com/goki/icons/blob/main/svg/border_inner.svg
	BorderInner Icon = "border_inner"

	// BorderLeft is https://github.com/goki/icons/blob/main/svg/border_left.svg
	BorderLeft Icon = "border_left"

	// BorderOuter is https://github.com/goki/icons/blob/main/svg/border_outer.svg
	BorderOuter Icon = "border_outer"

	// BorderRight is https://github.com/goki/icons/blob/main/svg/border_right.svg
	BorderRight Icon = "border_right"

	// BorderStyle is https://github.com/goki/icons/blob/main/svg/border_style.svg
	BorderStyle Icon = "border_style"

	// BorderTop is https://github.com/goki/icons/blob/main/svg/border_top.svg
	BorderTop Icon = "border_top"

	// BorderVertical is https://github.com/goki/icons/blob/main/svg/border_vertical.svg
	BorderVertical Icon = "border_vertical"

	// BottomAppBar is https://github.com/goki/icons/blob/main/svg/bottom_app_bar.svg
	BottomAppBar Icon = "bottom_app_bar"

	// BottomDrawer is https://github.com/goki/icons/blob/main/svg/bottom_drawer.svg
	BottomDrawer Icon = "bottom_drawer"

	// BottomNavigation is https://github.com/goki/icons/blob/main/svg/bottom_navigation.svg
	BottomNavigation Icon = "bottom_navigation"

	// BottomPanelClose is https://github.com/goki/icons/blob/main/svg/bottom_panel_close.svg
	BottomPanelClose Icon = "bottom_panel_close"

	// BottomPanelOpen is https://github.com/goki/icons/blob/main/svg/bottom_panel_open.svg
	BottomPanelOpen Icon = "bottom_panel_open"

	// BottomRightClick is https://github.com/goki/icons/blob/main/svg/bottom_right_click.svg
	BottomRightClick Icon = "bottom_right_click"

	// BottomSheets is https://github.com/goki/icons/blob/main/svg/bottom_sheets.svg
	BottomSheets Icon = "bottom_sheets"

	// Box is https://github.com/goki/icons/blob/main/svg/box.svg
	Box Icon = "box"

	// BoxAdd is https://github.com/goki/icons/blob/main/svg/box_add.svg
	BoxAdd Icon = "box_add"

	// BoxEdit is https://github.com/goki/icons/blob/main/svg/box_edit.svg
	BoxEdit Icon = "box_edit"

	// Boy is https://github.com/goki/icons/blob/main/svg/boy.svg
	Boy Icon = "boy"

	// BrandAwareness is https://github.com/goki/icons/blob/main/svg/brand_awareness.svg
	BrandAwareness Icon = "brand_awareness"

	// BrandingWatermark is https://github.com/goki/icons/blob/main/svg/branding_watermark.svg
	BrandingWatermark Icon = "branding_watermark"

	// BreakfastDining is https://github.com/goki/icons/blob/main/svg/breakfast_dining.svg
	BreakfastDining Icon = "breakfast_dining"

	// BreakingNews is https://github.com/goki/icons/blob/main/svg/breaking_news.svg
	BreakingNews Icon = "breaking_news"

	// BreakingNewsAlt1 is https://github.com/goki/icons/blob/main/svg/breaking_news_alt_1.svg
	BreakingNewsAlt1 Icon = "breaking_news_alt_1"

	// Breastfeeding is https://github.com/goki/icons/blob/main/svg/breastfeeding.svg
	Breastfeeding Icon = "breastfeeding"

	// Brightness1 is https://github.com/goki/icons/blob/main/svg/brightness_1.svg
	Brightness1 Icon = "brightness_1"

	// Brightness2 is https://github.com/goki/icons/blob/main/svg/brightness_2.svg
	Brightness2 Icon = "brightness_2"

	// Brightness3 is https://github.com/goki/icons/blob/main/svg/brightness_3.svg
	Brightness3 Icon = "brightness_3"

	// Brightness4 is https://github.com/goki/icons/blob/main/svg/brightness_4.svg
	Brightness4 Icon = "brightness_4"

	// Brightness5 is https://github.com/goki/icons/blob/main/svg/brightness_5.svg
	Brightness5 Icon = "brightness_5"

	// Brightness6 is https://github.com/goki/icons/blob/main/svg/brightness_6.svg
	Brightness6 Icon = "brightness_6"

	// Brightness7 is https://github.com/goki/icons/blob/main/svg/brightness_7.svg
	Brightness7 Icon = "brightness_7"

	// BrightnessAlert is https://github.com/goki/icons/blob/main/svg/brightness_alert.svg
	BrightnessAlert Icon = "brightness_alert"

	// BrightnessAuto is https://github.com/goki/icons/blob/main/svg/brightness_auto.svg
	BrightnessAuto Icon = "brightness_auto"

	// BrightnessEmpty is https://github.com/goki/icons/blob/main/svg/brightness_empty.svg
	BrightnessEmpty Icon = "brightness_empty"

	// BrightnessHigh is https://github.com/goki/icons/blob/main/svg/brightness_high.svg
	BrightnessHigh Icon = "brightness_high"

	// BrightnessLow is https://github.com/goki/icons/blob/main/svg/brightness_low.svg
	BrightnessLow Icon = "brightness_low"

	// BrightnessMedium is https://github.com/goki/icons/blob/main/svg/brightness_medium.svg
	BrightnessMedium Icon = "brightness_medium"

	// BringYourOwnIp is https://github.com/goki/icons/blob/main/svg/bring_your_own_ip.svg
	BringYourOwnIp Icon = "bring_your_own_ip"

	// BroadcastOnHome is https://github.com/goki/icons/blob/main/svg/broadcast_on_home.svg
	BroadcastOnHome Icon = "broadcast_on_home"

	// BroadcastOnPersonal is https://github.com/goki/icons/blob/main/svg/broadcast_on_personal.svg
	BroadcastOnPersonal Icon = "broadcast_on_personal"

	// BrokenImage is https://github.com/goki/icons/blob/main/svg/broken_image.svg
	BrokenImage Icon = "broken_image"

	// Browse is https://github.com/goki/icons/blob/main/svg/browse.svg
	Browse Icon = "browse"

	// BrowseActivity is https://github.com/goki/icons/blob/main/svg/browse_activity.svg
	BrowseActivity Icon = "browse_activity"

	// BrowseGallery is https://github.com/goki/icons/blob/main/svg/browse_gallery.svg
	BrowseGallery Icon = "browse_gallery"

	// BrowserUpdated is https://github.com/goki/icons/blob/main/svg/browser_updated.svg
	BrowserUpdated Icon = "browser_updated"

	// BrunchDining is https://github.com/goki/icons/blob/main/svg/brunch_dining.svg
	BrunchDining Icon = "brunch_dining"

	// Brush is https://github.com/goki/icons/blob/main/svg/brush.svg
	Brush Icon = "brush"

	// Bubble is https://github.com/goki/icons/blob/main/svg/bubble.svg
	Bubble Icon = "bubble"

	// BubbleChart is https://github.com/goki/icons/blob/main/svg/bubble_chart.svg
	BubbleChart Icon = "bubble_chart"

	// Bubbles is https://github.com/goki/icons/blob/main/svg/bubbles.svg
	Bubbles Icon = "bubbles"

	// BugReport is https://github.com/goki/icons/blob/main/svg/bug_report.svg
	BugReport Icon = "bug_report"

	// Build is https://github.com/goki/icons/blob/main/svg/build.svg
	Build Icon = "build"

	// BuildCircle is https://github.com/goki/icons/blob/main/svg/build_circle.svg
	BuildCircle Icon = "build_circle"

	// Bungalow is https://github.com/goki/icons/blob/main/svg/bungalow.svg
	Bungalow Icon = "bungalow"

	// BurstMode is https://github.com/goki/icons/blob/main/svg/burst_mode.svg
	BurstMode Icon = "burst_mode"

	// BusAlert is https://github.com/goki/icons/blob/main/svg/bus_alert.svg
	BusAlert Icon = "bus_alert"

	// BusinessCenter is https://github.com/goki/icons/blob/main/svg/business_center.svg
	BusinessCenter Icon = "business_center"

	// BusinessChip is https://github.com/goki/icons/blob/main/svg/business_chip.svg
	BusinessChip Icon = "business_chip"

	// BusinessMessages is https://github.com/goki/icons/blob/main/svg/business_messages.svg
	BusinessMessages Icon = "business_messages"

	// ButtonsAlt is https://github.com/goki/icons/blob/main/svg/buttons_alt.svg
	ButtonsAlt Icon = "buttons_alt"

	// Cabin is https://github.com/goki/icons/blob/main/svg/cabin.svg
	Cabin Icon = "cabin"

	// Cable is https://github.com/goki/icons/blob/main/svg/cable.svg
	Cable Icon = "cable"

	// Cached is https://github.com/goki/icons/blob/main/svg/cached.svg
	Cached Icon = "cached"

	// Cake is https://github.com/goki/icons/blob/main/svg/cake.svg
	Cake Icon = "cake"

	// CakeAdd is https://github.com/goki/icons/blob/main/svg/cake_add.svg
	CakeAdd Icon = "cake_add"

	// Calculate is https://github.com/goki/icons/blob/main/svg/calculate.svg
	Calculate Icon = "calculate"

	// CalendarAddOn is https://github.com/goki/icons/blob/main/svg/calendar_add_on.svg
	CalendarAddOn Icon = "calendar_add_on"

	// CalendarAppsScript is https://github.com/goki/icons/blob/main/svg/calendar_apps_script.svg
	CalendarAppsScript Icon = "calendar_apps_script"

	// CalendarMonth is https://github.com/goki/icons/blob/main/svg/calendar_month.svg
	CalendarMonth Icon = "calendar_month"

	// CalendarToday is https://github.com/goki/icons/blob/main/svg/calendar_today.svg
	CalendarToday Icon = "calendar_today"

	// CalendarViewDay is https://github.com/goki/icons/blob/main/svg/calendar_view_day.svg
	CalendarViewDay Icon = "calendar_view_day"

	// CalendarViewMonth is https://github.com/goki/icons/blob/main/svg/calendar_view_month.svg
	CalendarViewMonth Icon = "calendar_view_month"

	// CalendarViewWeek is https://github.com/goki/icons/blob/main/svg/calendar_view_week.svg
	CalendarViewWeek Icon = "calendar_view_week"

	// Call is https://github.com/goki/icons/blob/main/svg/call.svg
	Call Icon = "call"

	// CallEnd is https://github.com/goki/icons/blob/main/svg/call_end.svg
	CallEnd Icon = "call_end"

	// CallLog is https://github.com/goki/icons/blob/main/svg/call_log.svg
	CallLog Icon = "call_log"

	// CallMade is https://github.com/goki/icons/blob/main/svg/call_made.svg
	CallMade Icon = "call_made"

	// CallMerge is https://github.com/goki/icons/blob/main/svg/call_merge.svg
	CallMerge Icon = "call_merge"

	// CallMissed is https://github.com/goki/icons/blob/main/svg/call_missed.svg
	CallMissed Icon = "call_missed"

	// CallMissedOutgoing is https://github.com/goki/icons/blob/main/svg/call_missed_outgoing.svg
	CallMissedOutgoing Icon = "call_missed_outgoing"

	// CallQuality is https://github.com/goki/icons/blob/main/svg/call_quality.svg
	CallQuality Icon = "call_quality"

	// CallReceived is https://github.com/goki/icons/blob/main/svg/call_received.svg
	CallReceived Icon = "call_received"

	// CallSplit is https://github.com/goki/icons/blob/main/svg/call_split.svg
	CallSplit Icon = "call_split"

	// CallToAction is https://github.com/goki/icons/blob/main/svg/call_to_action.svg
	CallToAction Icon = "call_to_action"

	// Camera is https://github.com/goki/icons/blob/main/svg/camera.svg
	Camera Icon = "camera"

	// CameraFront is https://github.com/goki/icons/blob/main/svg/camera_front.svg
	CameraFront Icon = "camera_front"

	// CameraIndoor is https://github.com/goki/icons/blob/main/svg/camera_indoor.svg
	CameraIndoor Icon = "camera_indoor"

	// CameraOutdoor is https://github.com/goki/icons/blob/main/svg/camera_outdoor.svg
	CameraOutdoor Icon = "camera_outdoor"

	// CameraRear is https://github.com/goki/icons/blob/main/svg/camera_rear.svg
	CameraRear Icon = "camera_rear"

	// CameraRoll is https://github.com/goki/icons/blob/main/svg/camera_roll.svg
	CameraRoll Icon = "camera_roll"

	// CameraVideo is https://github.com/goki/icons/blob/main/svg/camera_video.svg
	CameraVideo Icon = "camera_video"

	// Cameraswitch is https://github.com/goki/icons/blob/main/svg/cameraswitch.svg
	Cameraswitch Icon = "cameraswitch"

	// Campaign is https://github.com/goki/icons/blob/main/svg/campaign.svg
	Campaign Icon = "campaign"

	// Camping is https://github.com/goki/icons/blob/main/svg/camping.svg
	Camping Icon = "camping"

	// Cancel is https://github.com/goki/icons/blob/main/svg/cancel.svg
	Cancel Icon = "cancel"

	// CancelPresentation is https://github.com/goki/icons/blob/main/svg/cancel_presentation.svg
	CancelPresentation Icon = "cancel_presentation"

	// CancelScheduleSend is https://github.com/goki/icons/blob/main/svg/cancel_schedule_send.svg
	CancelScheduleSend Icon = "cancel_schedule_send"

	// CandlestickChart is https://github.com/goki/icons/blob/main/svg/candlestick_chart.svg
	CandlestickChart Icon = "candlestick_chart"

	// CaptivePortal is https://github.com/goki/icons/blob/main/svg/captive_portal.svg
	CaptivePortal Icon = "captive_portal"

	// Capture is https://github.com/goki/icons/blob/main/svg/capture.svg
	Capture Icon = "capture"

	// CarCrash is https://github.com/goki/icons/blob/main/svg/car_crash.svg
	CarCrash Icon = "car_crash"

	// CarRental is https://github.com/goki/icons/blob/main/svg/car_rental.svg
	CarRental Icon = "car_rental"

	// CarRepair is https://github.com/goki/icons/blob/main/svg/car_repair.svg
	CarRepair Icon = "car_repair"

	// CardMembership is https://github.com/goki/icons/blob/main/svg/card_membership.svg
	CardMembership Icon = "card_membership"

	// CardTravel is https://github.com/goki/icons/blob/main/svg/card_travel.svg
	CardTravel Icon = "card_travel"

	// Cardiology is https://github.com/goki/icons/blob/main/svg/cardiology.svg
	Cardiology Icon = "cardiology"

	// Cards is https://github.com/goki/icons/blob/main/svg/cards.svg
	Cards Icon = "cards"

	// Carpenter is https://github.com/goki/icons/blob/main/svg/carpenter.svg
	Carpenter Icon = "carpenter"

	// Cases is https://github.com/goki/icons/blob/main/svg/cases.svg
	Cases Icon = "cases"

	// Casino is https://github.com/goki/icons/blob/main/svg/casino.svg
	Casino Icon = "casino"

	// Cast is https://github.com/goki/icons/blob/main/svg/cast.svg
	Cast Icon = "cast"

	// CastConnected is https://github.com/goki/icons/blob/main/svg/cast_connected.svg
	CastConnected Icon = "cast_connected"

	// CastForEducation is https://github.com/goki/icons/blob/main/svg/cast_for_education.svg
	CastForEducation Icon = "cast_for_education"

	// CastPause is https://github.com/goki/icons/blob/main/svg/cast_pause.svg
	CastPause Icon = "cast_pause"

	// CastWarning is https://github.com/goki/icons/blob/main/svg/cast_warning.svg
	CastWarning Icon = "cast_warning"

	// Castle is https://github.com/goki/icons/blob/main/svg/castle.svg
	Castle Icon = "castle"

	// Category is https://github.com/goki/icons/blob/main/svg/category.svg
	Category Icon = "category"

	// Celebration is https://github.com/goki/icons/blob/main/svg/celebration.svg
	Celebration Icon = "celebration"

	// CellMerge is https://github.com/goki/icons/blob/main/svg/cell_merge.svg
	CellMerge Icon = "cell_merge"

	// CellTower is https://github.com/goki/icons/blob/main/svg/cell_tower.svg
	CellTower Icon = "cell_tower"

	// CellWifi is https://github.com/goki/icons/blob/main/svg/cell_wifi.svg
	CellWifi Icon = "cell_wifi"

	// CenterFocusStrong is https://github.com/goki/icons/blob/main/svg/center_focus_strong.svg
	CenterFocusStrong Icon = "center_focus_strong"

	// CenterFocusWeak is https://github.com/goki/icons/blob/main/svg/center_focus_weak.svg
	CenterFocusWeak Icon = "center_focus_weak"

	// Chair is https://github.com/goki/icons/blob/main/svg/chair.svg
	Chair Icon = "chair"

	// ChairAlt is https://github.com/goki/icons/blob/main/svg/chair_alt.svg
	ChairAlt Icon = "chair_alt"

	// Chalet is https://github.com/goki/icons/blob/main/svg/chalet.svg
	Chalet Icon = "chalet"

	// ChangeCircle is https://github.com/goki/icons/blob/main/svg/change_circle.svg
	ChangeCircle Icon = "change_circle"

	// ChangeHistory is https://github.com/goki/icons/blob/main/svg/change_history.svg
	ChangeHistory Icon = "change_history"

	// Charger is https://github.com/goki/icons/blob/main/svg/charger.svg
	Charger Icon = "charger"

	// ChargingStation is https://github.com/goki/icons/blob/main/svg/charging_station.svg
	ChargingStation Icon = "charging_station"

	// ChartData is https://github.com/goki/icons/blob/main/svg/chart_data.svg
	ChartData Icon = "chart_data"

	// Chat is https://github.com/goki/icons/blob/main/svg/chat.svg
	Chat Icon = "chat"

	// ChatAddOn is https://github.com/goki/icons/blob/main/svg/chat_add_on.svg
	ChatAddOn Icon = "chat_add_on"

	// ChatAppsScript is https://github.com/goki/icons/blob/main/svg/chat_apps_script.svg
	ChatAppsScript Icon = "chat_apps_script"

	// ChatBubble is https://github.com/goki/icons/blob/main/svg/chat_bubble.svg
	ChatBubble Icon = "chat_bubble"

	// ChatError is https://github.com/goki/icons/blob/main/svg/chat_error.svg
	ChatError Icon = "chat_error"

	// ChatPasteGo is https://github.com/goki/icons/blob/main/svg/chat_paste_go.svg
	ChatPasteGo Icon = "chat_paste_go"

	// Check is https://github.com/goki/icons/blob/main/svg/check.svg
	Check Icon = "check"

	// CheckBox is https://github.com/goki/icons/blob/main/svg/check_box.svg
	CheckBox Icon = "check_box"

	// CheckBoxOutlineBlank is https://github.com/goki/icons/blob/main/svg/check_box_outline_blank.svg
	CheckBoxOutlineBlank Icon = "check_box_outline_blank"

	// CheckCircle is https://github.com/goki/icons/blob/main/svg/check_circle.svg
	CheckCircle Icon = "check_circle"

	// CheckInOut is https://github.com/goki/icons/blob/main/svg/check_in_out.svg
	CheckInOut Icon = "check_in_out"

	// CheckIndeterminateSmall is https://github.com/goki/icons/blob/main/svg/check_indeterminate_small.svg
	CheckIndeterminateSmall Icon = "check_indeterminate_small"

	// CheckSmall is https://github.com/goki/icons/blob/main/svg/check_small.svg
	CheckSmall Icon = "check_small"

	// Checklist is https://github.com/goki/icons/blob/main/svg/checklist.svg
	Checklist Icon = "checklist"

	// ChecklistRtl is https://github.com/goki/icons/blob/main/svg/checklist_rtl.svg
	ChecklistRtl Icon = "checklist_rtl"

	// Checkroom is https://github.com/goki/icons/blob/main/svg/checkroom.svg
	Checkroom Icon = "checkroom"

	// Cheer is https://github.com/goki/icons/blob/main/svg/cheer.svg
	Cheer Icon = "cheer"

	// Chess is https://github.com/goki/icons/blob/main/svg/chess.svg
	Chess Icon = "chess"

	// ChevronLeft is https://github.com/goki/icons/blob/main/svg/chevron_left.svg
	ChevronLeft Icon = "chevron_left"

	// ChevronRight is https://github.com/goki/icons/blob/main/svg/chevron_right.svg
	ChevronRight Icon = "chevron_right"

	// ChildCare is https://github.com/goki/icons/blob/main/svg/child_care.svg
	ChildCare Icon = "child_care"

	// ChildFriendly is https://github.com/goki/icons/blob/main/svg/child_friendly.svg
	ChildFriendly Icon = "child_friendly"

	// ChipExtraction is https://github.com/goki/icons/blob/main/svg/chip_extraction.svg
	ChipExtraction Icon = "chip_extraction"

	// Chips is https://github.com/goki/icons/blob/main/svg/chips.svg
	Chips Icon = "chips"

	// ChromeReaderMode is https://github.com/goki/icons/blob/main/svg/chrome_reader_mode.svg
	ChromeReaderMode Icon = "chrome_reader_mode"

	// Chromecast2 is https://github.com/goki/icons/blob/main/svg/chromecast_2.svg
	Chromecast2 Icon = "chromecast_2"

	// ChromecastDevice is https://github.com/goki/icons/blob/main/svg/chromecast_device.svg
	ChromecastDevice Icon = "chromecast_device"

	// Chronic is https://github.com/goki/icons/blob/main/svg/chronic.svg
	Chronic Icon = "chronic"

	// Church is https://github.com/goki/icons/blob/main/svg/church.svg
	Church Icon = "church"

	// CinematicBlur is https://github.com/goki/icons/blob/main/svg/cinematic_blur.svg
	CinematicBlur Icon = "cinematic_blur"

	// Circle is https://github.com/goki/icons/blob/main/svg/circle.svg
	Circle Icon = "circle"

	// CircleNotifications is https://github.com/goki/icons/blob/main/svg/circle_notifications.svg
	CircleNotifications Icon = "circle_notifications"

	// Circles is https://github.com/goki/icons/blob/main/svg/circles.svg
	Circles Icon = "circles"

	// CirclesExt is https://github.com/goki/icons/blob/main/svg/circles_ext.svg
	CirclesExt Icon = "circles_ext"

	// Clarify is https://github.com/goki/icons/blob/main/svg/clarify.svg
	Clarify Icon = "clarify"

	// CleanHands is https://github.com/goki/icons/blob/main/svg/clean_hands.svg
	CleanHands Icon = "clean_hands"

	// CleaningBucket is https://github.com/goki/icons/blob/main/svg/cleaning_bucket.svg
	CleaningBucket Icon = "cleaning_bucket"

	// CleaningServices is https://github.com/goki/icons/blob/main/svg/cleaning_services.svg
	CleaningServices Icon = "cleaning_services"

	// ClearAll is https://github.com/goki/icons/blob/main/svg/clear_all.svg
	ClearAll Icon = "clear_all"

	// ClearDay is https://github.com/goki/icons/blob/main/svg/clear_day.svg
	ClearDay Icon = "clear_day"

	// ClearNight is https://github.com/goki/icons/blob/main/svg/clear_night.svg
	ClearNight Icon = "clear_night"

	// ClimateMiniSplit is https://github.com/goki/icons/blob/main/svg/climate_mini_split.svg
	ClimateMiniSplit Icon = "climate_mini_split"

	// ClinicalNotes is https://github.com/goki/icons/blob/main/svg/clinical_notes.svg
	ClinicalNotes Icon = "clinical_notes"

	// ClockLoader10 is https://github.com/goki/icons/blob/main/svg/clock_loader_10.svg
	ClockLoader10 Icon = "clock_loader_10"

	// ClockLoader20 is https://github.com/goki/icons/blob/main/svg/clock_loader_20.svg
	ClockLoader20 Icon = "clock_loader_20"

	// ClockLoader40 is https://github.com/goki/icons/blob/main/svg/clock_loader_40.svg
	ClockLoader40 Icon = "clock_loader_40"

	// ClockLoader60 is https://github.com/goki/icons/blob/main/svg/clock_loader_60.svg
	ClockLoader60 Icon = "clock_loader_60"

	// ClockLoader80 is https://github.com/goki/icons/blob/main/svg/clock_loader_80.svg
	ClockLoader80 Icon = "clock_loader_80"

	// ClockLoader90 is https://github.com/goki/icons/blob/main/svg/clock_loader_90.svg
	ClockLoader90 Icon = "clock_loader_90"

	// Close is https://github.com/goki/icons/blob/main/svg/close.svg
	Close Icon = "close"

	// CloseFullscreen is https://github.com/goki/icons/blob/main/svg/close_fullscreen.svg
	CloseFullscreen Icon = "close_fullscreen"

	// ClosedCaption is https://github.com/goki/icons/blob/main/svg/closed_caption.svg
	ClosedCaption Icon = "closed_caption"

	// ClosedCaptionDisabled is https://github.com/goki/icons/blob/main/svg/closed_caption_disabled.svg
	ClosedCaptionDisabled Icon = "closed_caption_disabled"

	// Cloud is https://github.com/goki/icons/blob/main/svg/cloud.svg
	Cloud Icon = "cloud"

	// CloudCircle is https://github.com/goki/icons/blob/main/svg/cloud_circle.svg
	CloudCircle Icon = "cloud_circle"

	// CloudDone is https://github.com/goki/icons/blob/main/svg/cloud_done.svg
	CloudDone Icon = "cloud_done"

	// CloudDownload is https://github.com/goki/icons/blob/main/svg/cloud_download.svg
	CloudDownload Icon = "cloud_download"

	// CloudOff is https://github.com/goki/icons/blob/main/svg/cloud_off.svg
	CloudOff Icon = "cloud_off"

	// CloudSync is https://github.com/goki/icons/blob/main/svg/cloud_sync.svg
	CloudSync Icon = "cloud_sync"

	// CloudUpload is https://github.com/goki/icons/blob/main/svg/cloud_upload.svg
	CloudUpload Icon = "cloud_upload"

	// CloudySnowing is https://github.com/goki/icons/blob/main/svg/cloudy_snowing.svg
	CloudySnowing Icon = "cloudy_snowing"

	// Co2 is https://github.com/goki/icons/blob/main/svg/co2.svg
	Co2 Icon = "co2"

	// CoPresent is https://github.com/goki/icons/blob/main/svg/co_present.svg
	CoPresent Icon = "co_present"

	// Code is https://github.com/goki/icons/blob/main/svg/code.svg
	Code Icon = "code"

	// CodeBlocks is https://github.com/goki/icons/blob/main/svg/code_blocks.svg
	CodeBlocks Icon = "code_blocks"

	// CodeOff is https://github.com/goki/icons/blob/main/svg/code_off.svg
	CodeOff Icon = "code_off"

	// Coffee is https://github.com/goki/icons/blob/main/svg/coffee.svg
	Coffee Icon = "coffee"

	// CoffeeMaker is https://github.com/goki/icons/blob/main/svg/coffee_maker.svg
	CoffeeMaker Icon = "coffee_maker"

	// Cognition is https://github.com/goki/icons/blob/main/svg/cognition.svg
	Cognition Icon = "cognition"

	// CollapseAll is https://github.com/goki/icons/blob/main/svg/collapse_all.svg
	CollapseAll Icon = "collapse_all"

	// CollectionsBookmark is https://github.com/goki/icons/blob/main/svg/collections_bookmark.svg
	CollectionsBookmark Icon = "collections_bookmark"

	// Colorize is https://github.com/goki/icons/blob/main/svg/colorize.svg
	Colorize Icon = "colorize"

	// Colors is https://github.com/goki/icons/blob/main/svg/colors.svg
	Colors Icon = "colors"

	// ComicBubble is https://github.com/goki/icons/blob/main/svg/comic_bubble.svg
	ComicBubble Icon = "comic_bubble"

	// Comment is https://github.com/goki/icons/blob/main/svg/comment.svg
	Comment Icon = "comment"

	// CommentBank is https://github.com/goki/icons/blob/main/svg/comment_bank.svg
	CommentBank Icon = "comment_bank"

	// CommentsDisabled is https://github.com/goki/icons/blob/main/svg/comments_disabled.svg
	CommentsDisabled Icon = "comments_disabled"

	// Commit is https://github.com/goki/icons/blob/main/svg/commit.svg
	Commit Icon = "commit"

	// Communication is https://github.com/goki/icons/blob/main/svg/communication.svg
	Communication Icon = "communication"

	// Communities is https://github.com/goki/icons/blob/main/svg/communities.svg
	Communities Icon = "communities"

	// Commute is https://github.com/goki/icons/blob/main/svg/commute.svg
	Commute Icon = "commute"

	// Compare is https://github.com/goki/icons/blob/main/svg/compare.svg
	Compare Icon = "compare"

	// CompareArrows is https://github.com/goki/icons/blob/main/svg/compare_arrows.svg
	CompareArrows Icon = "compare_arrows"

	// CompassCalibration is https://github.com/goki/icons/blob/main/svg/compass_calibration.svg
	CompassCalibration Icon = "compass_calibration"

	// ComponentExchange is https://github.com/goki/icons/blob/main/svg/component_exchange.svg
	ComponentExchange Icon = "component_exchange"

	// Compost is https://github.com/goki/icons/blob/main/svg/compost.svg
	Compost Icon = "compost"

	// Compress is https://github.com/goki/icons/blob/main/svg/compress.svg
	Compress Icon = "compress"

	// Computer is https://github.com/goki/icons/blob/main/svg/computer.svg
	Computer Icon = "computer"

	// Conditions is https://github.com/goki/icons/blob/main/svg/conditions.svg
	Conditions Icon = "conditions"

	// ConfirmationNumber is https://github.com/goki/icons/blob/main/svg/confirmation_number.svg
	ConfirmationNumber Icon = "confirmation_number"

	// Congenital is https://github.com/goki/icons/blob/main/svg/congenital.svg
	Congenital Icon = "congenital"

	// ConnectWithoutContact is https://github.com/goki/icons/blob/main/svg/connect_without_contact.svg
	ConnectWithoutContact Icon = "connect_without_contact"

	// ConnectedTv is https://github.com/goki/icons/blob/main/svg/connected_tv.svg
	ConnectedTv Icon = "connected_tv"

	// ConnectingAirports is https://github.com/goki/icons/blob/main/svg/connecting_airports.svg
	ConnectingAirports Icon = "connecting_airports"

	// Constant is https://github.com/goki/icons/blob/main/svg/constant.svg
	Constant Icon = "constant"

	// Construction is https://github.com/goki/icons/blob/main/svg/construction.svg
	Construction Icon = "construction"

	// ContactEmergency is https://github.com/goki/icons/blob/main/svg/contact_emergency.svg
	ContactEmergency Icon = "contact_emergency"

	// ContactMail is https://github.com/goki/icons/blob/main/svg/contact_mail.svg
	ContactMail Icon = "contact_mail"

	// ContactPage is https://github.com/goki/icons/blob/main/svg/contact_page.svg
	ContactPage Icon = "contact_page"

	// ContactPhone is https://github.com/goki/icons/blob/main/svg/contact_phone.svg
	ContactPhone Icon = "contact_phone"

	// ContactSupport is https://github.com/goki/icons/blob/main/svg/contact_support.svg
	ContactSupport Icon = "contact_support"

	// Contactless is https://github.com/goki/icons/blob/main/svg/contactless.svg
	Contactless Icon = "contactless"

	// ContactlessOff is https://github.com/goki/icons/blob/main/svg/contactless_off.svg
	ContactlessOff Icon = "contactless_off"

	// Contacts is https://github.com/goki/icons/blob/main/svg/contacts.svg
	Contacts Icon = "contacts"

	// ContentCopy is https://github.com/goki/icons/blob/main/svg/content_copy.svg
	ContentCopy Icon = "content_copy"

	// ContentCut is https://github.com/goki/icons/blob/main/svg/content_cut.svg
	ContentCut Icon = "content_cut"

	// ContentPaste is https://github.com/goki/icons/blob/main/svg/content_paste.svg
	ContentPaste Icon = "content_paste"

	// ContentPasteGo is https://github.com/goki/icons/blob/main/svg/content_paste_go.svg
	ContentPasteGo Icon = "content_paste_go"

	// ContentPasteOff is https://github.com/goki/icons/blob/main/svg/content_paste_off.svg
	ContentPasteOff Icon = "content_paste_off"

	// ContentPasteSearch is https://github.com/goki/icons/blob/main/svg/content_paste_search.svg
	ContentPasteSearch Icon = "content_paste_search"

	// Contract is https://github.com/goki/icons/blob/main/svg/contract.svg
	Contract Icon = "contract"

	// ContractDelete is https://github.com/goki/icons/blob/main/svg/contract_delete.svg
	ContractDelete Icon = "contract_delete"

	// ContractEdit is https://github.com/goki/icons/blob/main/svg/contract_edit.svg
	ContractEdit Icon = "contract_edit"

	// Contrast is https://github.com/goki/icons/blob/main/svg/contrast.svg
	Contrast Icon = "contrast"

	// ContrastRtlOff is https://github.com/goki/icons/blob/main/svg/contrast_rtl_off.svg
	ContrastRtlOff Icon = "contrast_rtl_off"

	// ControlCamera is https://github.com/goki/icons/blob/main/svg/control_camera.svg
	ControlCamera Icon = "control_camera"

	// ControlPointDuplicate is https://github.com/goki/icons/blob/main/svg/control_point_duplicate.svg
	ControlPointDuplicate Icon = "control_point_duplicate"

	// ControllerGen is https://github.com/goki/icons/blob/main/svg/controller_gen.svg
	ControllerGen Icon = "controller_gen"

	// ConversionPath is https://github.com/goki/icons/blob/main/svg/conversion_path.svg
	ConversionPath Icon = "conversion_path"

	// ConversionPathOff is https://github.com/goki/icons/blob/main/svg/conversion_path_off.svg
	ConversionPathOff Icon = "conversion_path_off"

	// ConveyorBelt is https://github.com/goki/icons/blob/main/svg/conveyor_belt.svg
	ConveyorBelt Icon = "conveyor_belt"

	// Cookie is https://github.com/goki/icons/blob/main/svg/cookie.svg
	Cookie Icon = "cookie"

	// CookieOff is https://github.com/goki/icons/blob/main/svg/cookie_off.svg
	CookieOff Icon = "cookie_off"

	// Cooking is https://github.com/goki/icons/blob/main/svg/cooking.svg
	Cooking Icon = "cooking"

	// CoolToDry is https://github.com/goki/icons/blob/main/svg/cool_to_dry.svg
	CoolToDry Icon = "cool_to_dry"

	// Copy is https://github.com/goki/icons/blob/main/svg/copy.svg
	Copy Icon = "copy"

	// CopyAll is https://github.com/goki/icons/blob/main/svg/copy_all.svg
	CopyAll Icon = "copy_all"

	// Copyright is https://github.com/goki/icons/blob/main/svg/copyright.svg
	Copyright Icon = "copyright"

	// Coronavirus is https://github.com/goki/icons/blob/main/svg/coronavirus.svg
	Coronavirus Icon = "coronavirus"

	// CorporateFare is https://github.com/goki/icons/blob/main/svg/corporate_fare.svg
	CorporateFare Icon = "corporate_fare"

	// Cottage is https://github.com/goki/icons/blob/main/svg/cottage.svg
	Cottage Icon = "cottage"

	// Counter0 is https://github.com/goki/icons/blob/main/svg/counter_0.svg
	Counter0 Icon = "counter_0"

	// Counter1 is https://github.com/goki/icons/blob/main/svg/counter_1.svg
	Counter1 Icon = "counter_1"

	// Counter2 is https://github.com/goki/icons/blob/main/svg/counter_2.svg
	Counter2 Icon = "counter_2"

	// Counter3 is https://github.com/goki/icons/blob/main/svg/counter_3.svg
	Counter3 Icon = "counter_3"

	// Counter4 is https://github.com/goki/icons/blob/main/svg/counter_4.svg
	Counter4 Icon = "counter_4"

	// Counter5 is https://github.com/goki/icons/blob/main/svg/counter_5.svg
	Counter5 Icon = "counter_5"

	// Counter6 is https://github.com/goki/icons/blob/main/svg/counter_6.svg
	Counter6 Icon = "counter_6"

	// Counter7 is https://github.com/goki/icons/blob/main/svg/counter_7.svg
	Counter7 Icon = "counter_7"

	// Counter8 is https://github.com/goki/icons/blob/main/svg/counter_8.svg
	Counter8 Icon = "counter_8"

	// Counter9 is https://github.com/goki/icons/blob/main/svg/counter_9.svg
	Counter9 Icon = "counter_9"

	// Countertops is https://github.com/goki/icons/blob/main/svg/countertops.svg
	Countertops Icon = "countertops"

	// CreateNewFolder is https://github.com/goki/icons/blob/main/svg/create_new_folder.svg
	CreateNewFolder Icon = "create_new_folder"

	// CreditCard is https://github.com/goki/icons/blob/main/svg/credit_card.svg
	CreditCard Icon = "credit_card"

	// CreditCardOff is https://github.com/goki/icons/blob/main/svg/credit_card_off.svg
	CreditCardOff Icon = "credit_card_off"

	// CreditScore is https://github.com/goki/icons/blob/main/svg/credit_score.svg
	CreditScore Icon = "credit_score"

	// Crib is https://github.com/goki/icons/blob/main/svg/crib.svg
	Crib Icon = "crib"

	// CrisisAlert is https://github.com/goki/icons/blob/main/svg/crisis_alert.svg
	CrisisAlert Icon = "crisis_alert"

	// Crop is https://github.com/goki/icons/blob/main/svg/crop.svg
	Crop Icon = "crop"

	// Crop169 is https://github.com/goki/icons/blob/main/svg/crop_16_9.svg
	Crop169 Icon = "crop_16_9"

	// Crop32 is https://github.com/goki/icons/blob/main/svg/crop_3_2.svg
	Crop32 Icon = "crop_3_2"

	// Crop54 is https://github.com/goki/icons/blob/main/svg/crop_5_4.svg
	Crop54 Icon = "crop_5_4"

	// Crop75 is https://github.com/goki/icons/blob/main/svg/crop_7_5.svg
	Crop75 Icon = "crop_7_5"

	// CropFree is https://github.com/goki/icons/blob/main/svg/crop_free.svg
	CropFree Icon = "crop_free"

	// CropLandscape is https://github.com/goki/icons/blob/main/svg/crop_landscape.svg
	CropLandscape Icon = "crop_landscape"

	// CropPortrait is https://github.com/goki/icons/blob/main/svg/crop_portrait.svg
	CropPortrait Icon = "crop_portrait"

	// CropRotate is https://github.com/goki/icons/blob/main/svg/crop_rotate.svg
	CropRotate Icon = "crop_rotate"

	// CropSquare is https://github.com/goki/icons/blob/main/svg/crop_square.svg
	CropSquare Icon = "crop_square"

	// Crossword is https://github.com/goki/icons/blob/main/svg/crossword.svg
	Crossword Icon = "crossword"

	// Crowdsource is https://github.com/goki/icons/blob/main/svg/crowdsource.svg
	Crowdsource Icon = "crowdsource"

	// CrueltyFree is https://github.com/goki/icons/blob/main/svg/cruelty_free.svg
	CrueltyFree Icon = "cruelty_free"

	// Css is https://github.com/goki/icons/blob/main/svg/css.svg
	Css Icon = "css"

	// Csv is https://github.com/goki/icons/blob/main/svg/csv.svg
	Csv Icon = "csv"

	// CurrencyBitcoin is https://github.com/goki/icons/blob/main/svg/currency_bitcoin.svg
	CurrencyBitcoin Icon = "currency_bitcoin"

	// CurrencyExchange is https://github.com/goki/icons/blob/main/svg/currency_exchange.svg
	CurrencyExchange Icon = "currency_exchange"

	// CurrencyFranc is https://github.com/goki/icons/blob/main/svg/currency_franc.svg
	CurrencyFranc Icon = "currency_franc"

	// CurrencyLira is https://github.com/goki/icons/blob/main/svg/currency_lira.svg
	CurrencyLira Icon = "currency_lira"

	// CurrencyPound is https://github.com/goki/icons/blob/main/svg/currency_pound.svg
	CurrencyPound Icon = "currency_pound"

	// CurrencyRuble is https://github.com/goki/icons/blob/main/svg/currency_ruble.svg
	CurrencyRuble Icon = "currency_ruble"

	// CurrencyRupee is https://github.com/goki/icons/blob/main/svg/currency_rupee.svg
	CurrencyRupee Icon = "currency_rupee"

	// CurrencyYen is https://github.com/goki/icons/blob/main/svg/currency_yen.svg
	CurrencyYen Icon = "currency_yen"

	// CurrencyYuan is https://github.com/goki/icons/blob/main/svg/currency_yuan.svg
	CurrencyYuan Icon = "currency_yuan"

	// Curtains is https://github.com/goki/icons/blob/main/svg/curtains.svg
	Curtains Icon = "curtains"

	// CurtainsClosed is https://github.com/goki/icons/blob/main/svg/curtains_closed.svg
	CurtainsClosed Icon = "curtains_closed"

	// CustomTypography is https://github.com/goki/icons/blob/main/svg/custom_typography.svg
	CustomTypography Icon = "custom_typography"

	// Cut is https://github.com/goki/icons/blob/main/svg/cut.svg
	Cut Icon = "cut"

	// Cycle is https://github.com/goki/icons/blob/main/svg/cycle.svg
	Cycle Icon = "cycle"

	// Cyclone is https://github.com/goki/icons/blob/main/svg/cyclone.svg
	Cyclone Icon = "cyclone"

	// Dangerous is https://github.com/goki/icons/blob/main/svg/dangerous.svg
	Dangerous Icon = "dangerous"

	// DarkMode is https://github.com/goki/icons/blob/main/svg/dark_mode.svg
	DarkMode Icon = "dark_mode"

	// Dashboard is https://github.com/goki/icons/blob/main/svg/dashboard.svg
	Dashboard Icon = "dashboard"

	// DashboardCustomize is https://github.com/goki/icons/blob/main/svg/dashboard_customize.svg
	DashboardCustomize Icon = "dashboard_customize"

	// DataAlert is https://github.com/goki/icons/blob/main/svg/data_alert.svg
	DataAlert Icon = "data_alert"

	// DataArray is https://github.com/goki/icons/blob/main/svg/data_array.svg
	DataArray Icon = "data_array"

	// DataCheck is https://github.com/goki/icons/blob/main/svg/data_check.svg
	DataCheck Icon = "data_check"

	// DataExploration is https://github.com/goki/icons/blob/main/svg/data_exploration.svg
	DataExploration Icon = "data_exploration"

	// DataInfoAlert is https://github.com/goki/icons/blob/main/svg/data_info_alert.svg
	DataInfoAlert Icon = "data_info_alert"

	// DataLossPrevention is https://github.com/goki/icons/blob/main/svg/data_loss_prevention.svg
	DataLossPrevention Icon = "data_loss_prevention"

	// DataObject is https://github.com/goki/icons/blob/main/svg/data_object.svg
	DataObject Icon = "data_object"

	// DataSaverOn is https://github.com/goki/icons/blob/main/svg/data_saver_on.svg
	DataSaverOn Icon = "data_saver_on"

	// DataTable is https://github.com/goki/icons/blob/main/svg/data_table.svg
	DataTable Icon = "data_table"

	// DataThresholding is https://github.com/goki/icons/blob/main/svg/data_thresholding.svg
	DataThresholding Icon = "data_thresholding"

	// DataUsage is https://github.com/goki/icons/blob/main/svg/data_usage.svg
	DataUsage Icon = "data_usage"

	// Database is https://github.com/goki/icons/blob/main/svg/database.svg
	Database Icon = "database"

	// Dataset is https://github.com/goki/icons/blob/main/svg/dataset.svg
	Dataset Icon = "dataset"

	// DatasetLinked is https://github.com/goki/icons/blob/main/svg/dataset_linked.svg
	DatasetLinked Icon = "dataset_linked"

	// DateRange is https://github.com/goki/icons/blob/main/svg/date_range.svg
	DateRange Icon = "date_range"

	// Deblur is https://github.com/goki/icons/blob/main/svg/deblur.svg
	Deblur Icon = "deblur"

	// Debug is https://github.com/goki/icons/blob/main/svg/debug.svg
	Debug Icon = "debug"

	// Deceased is https://github.com/goki/icons/blob/main/svg/deceased.svg
	Deceased Icon = "deceased"

	// DecimalDecrease is https://github.com/goki/icons/blob/main/svg/decimal_decrease.svg
	DecimalDecrease Icon = "decimal_decrease"

	// DecimalIncrease is https://github.com/goki/icons/blob/main/svg/decimal_increase.svg
	DecimalIncrease Icon = "decimal_increase"

	// Deck is https://github.com/goki/icons/blob/main/svg/deck.svg
	Deck Icon = "deck"

	// Dehaze is https://github.com/goki/icons/blob/main/svg/dehaze.svg
	Dehaze Icon = "dehaze"

	// Delete is https://github.com/goki/icons/blob/main/svg/delete.svg
	Delete Icon = "delete"

	// DeleteForever is https://github.com/goki/icons/blob/main/svg/delete_forever.svg
	DeleteForever Icon = "delete_forever"

	// DeleteSweep is https://github.com/goki/icons/blob/main/svg/delete_sweep.svg
	DeleteSweep Icon = "delete_sweep"

	// Demography is https://github.com/goki/icons/blob/main/svg/demography.svg
	Demography Icon = "demography"

	// DensityLarge is https://github.com/goki/icons/blob/main/svg/density_large.svg
	DensityLarge Icon = "density_large"

	// DensityMedium is https://github.com/goki/icons/blob/main/svg/density_medium.svg
	DensityMedium Icon = "density_medium"

	// DensitySmall is https://github.com/goki/icons/blob/main/svg/density_small.svg
	DensitySmall Icon = "density_small"

	// Dentistry is https://github.com/goki/icons/blob/main/svg/dentistry.svg
	Dentistry Icon = "dentistry"

	// DepartureBoard is https://github.com/goki/icons/blob/main/svg/departure_board.svg
	DepartureBoard Icon = "departure_board"

	// DeployedCode is https://github.com/goki/icons/blob/main/svg/deployed_code.svg
	DeployedCode Icon = "deployed_code"

	// DeployedCodeAlert is https://github.com/goki/icons/blob/main/svg/deployed_code_alert.svg
	DeployedCodeAlert Icon = "deployed_code_alert"

	// DeployedCodeHistory is https://github.com/goki/icons/blob/main/svg/deployed_code_history.svg
	DeployedCodeHistory Icon = "deployed_code_history"

	// DeployedCodeUpdate is https://github.com/goki/icons/blob/main/svg/deployed_code_update.svg
	DeployedCodeUpdate Icon = "deployed_code_update"

	// Dermatology is https://github.com/goki/icons/blob/main/svg/dermatology.svg
	Dermatology Icon = "dermatology"

	// Description is https://github.com/goki/icons/blob/main/svg/description.svg
	Description Icon = "description"

	// Deselect is https://github.com/goki/icons/blob/main/svg/deselect.svg
	Deselect Icon = "deselect"

	// DesignServices is https://github.com/goki/icons/blob/main/svg/design_services.svg
	DesignServices Icon = "design_services"

	// Desk is https://github.com/goki/icons/blob/main/svg/desk.svg
	Desk Icon = "desk"

	// Deskphone is https://github.com/goki/icons/blob/main/svg/deskphone.svg
	Deskphone Icon = "deskphone"

	// Desktop is https://github.com/goki/icons/blob/main/svg/desktop.svg
	Desktop Icon = "desktop"

	// DesktopAccessDisabled is https://github.com/goki/icons/blob/main/svg/desktop_access_disabled.svg
	DesktopAccessDisabled Icon = "desktop_access_disabled"

	// DesktopMac is https://github.com/goki/icons/blob/main/svg/desktop_mac.svg
	DesktopMac Icon = "desktop_mac"

	// DesktopWindows is https://github.com/goki/icons/blob/main/svg/desktop_windows.svg
	DesktopWindows Icon = "desktop_windows"

	// Details is https://github.com/goki/icons/blob/main/svg/details.svg
	Details Icon = "details"

	// DetectionAndZone is https://github.com/goki/icons/blob/main/svg/detection_and_zone.svg
	DetectionAndZone Icon = "detection_and_zone"

	// Detector is https://github.com/goki/icons/blob/main/svg/detector.svg
	Detector Icon = "detector"

	// DetectorAlarm is https://github.com/goki/icons/blob/main/svg/detector_alarm.svg
	DetectorAlarm Icon = "detector_alarm"

	// DetectorBattery is https://github.com/goki/icons/blob/main/svg/detector_battery.svg
	DetectorBattery Icon = "detector_battery"

	// DetectorCo is https://github.com/goki/icons/blob/main/svg/detector_co.svg
	DetectorCo Icon = "detector_co"

	// DetectorOffline is https://github.com/goki/icons/blob/main/svg/detector_offline.svg
	DetectorOffline Icon = "detector_offline"

	// DetectorSmoke is https://github.com/goki/icons/blob/main/svg/detector_smoke.svg
	DetectorSmoke Icon = "detector_smoke"

	// DetectorStatus is https://github.com/goki/icons/blob/main/svg/detector_status.svg
	DetectorStatus Icon = "detector_status"

	// DeveloperBoard is https://github.com/goki/icons/blob/main/svg/developer_board.svg
	DeveloperBoard Icon = "developer_board"

	// DeveloperBoardOff is https://github.com/goki/icons/blob/main/svg/developer_board_off.svg
	DeveloperBoardOff Icon = "developer_board_off"

	// DeveloperGuide is https://github.com/goki/icons/blob/main/svg/developer_guide.svg
	DeveloperGuide Icon = "developer_guide"

	// DeveloperMode is https://github.com/goki/icons/blob/main/svg/developer_mode.svg
	DeveloperMode Icon = "developer_mode"

	// DeveloperModeTv is https://github.com/goki/icons/blob/main/svg/developer_mode_tv.svg
	DeveloperModeTv Icon = "developer_mode_tv"

	// DeviceHub is https://github.com/goki/icons/blob/main/svg/device_hub.svg
	DeviceHub Icon = "device_hub"

	// DeviceReset is https://github.com/goki/icons/blob/main/svg/device_reset.svg
	DeviceReset Icon = "device_reset"

	// DeviceThermostat is https://github.com/goki/icons/blob/main/svg/device_thermostat.svg
	DeviceThermostat Icon = "device_thermostat"

	// DeviceUnknown is https://github.com/goki/icons/blob/main/svg/device_unknown.svg
	DeviceUnknown Icon = "device_unknown"

	// Devices is https://github.com/goki/icons/blob/main/svg/devices.svg
	Devices Icon = "devices"

	// DevicesFold is https://github.com/goki/icons/blob/main/svg/devices_fold.svg
	DevicesFold Icon = "devices_fold"

	// DevicesOff is https://github.com/goki/icons/blob/main/svg/devices_off.svg
	DevicesOff Icon = "devices_off"

	// DevicesOther is https://github.com/goki/icons/blob/main/svg/devices_other.svg
	DevicesOther Icon = "devices_other"

	// DevicesWearables is https://github.com/goki/icons/blob/main/svg/devices_wearables.svg
	DevicesWearables Icon = "devices_wearables"

	// DewPoint is https://github.com/goki/icons/blob/main/svg/dew_point.svg
	DewPoint Icon = "dew_point"

	// Diagnosis is https://github.com/goki/icons/blob/main/svg/diagnosis.svg
	Diagnosis Icon = "diagnosis"

	// DialerSip is https://github.com/goki/icons/blob/main/svg/dialer_sip.svg
	DialerSip Icon = "dialer_sip"

	// Dialogs is https://github.com/goki/icons/blob/main/svg/dialogs.svg
	Dialogs Icon = "dialogs"

	// Dialpad is https://github.com/goki/icons/blob/main/svg/dialpad.svg
	Dialpad Icon = "dialpad"

	// Diamond is https://github.com/goki/icons/blob/main/svg/diamond.svg
	Diamond Icon = "diamond"

	// Difference is https://github.com/goki/icons/blob/main/svg/difference.svg
	Difference Icon = "difference"

	// DigitalOutOfHome is https://github.com/goki/icons/blob/main/svg/digital_out_of_home.svg
	DigitalOutOfHome Icon = "digital_out_of_home"

	// Dining is https://github.com/goki/icons/blob/main/svg/dining.svg
	Dining Icon = "dining"

	// DinnerDining is https://github.com/goki/icons/blob/main/svg/dinner_dining.svg
	DinnerDining Icon = "dinner_dining"

	// Directions is https://github.com/goki/icons/blob/main/svg/directions.svg
	Directions Icon = "directions"

	// DirectionsAlt is https://github.com/goki/icons/blob/main/svg/directions_alt.svg
	DirectionsAlt Icon = "directions_alt"

	// DirectionsAltOff is https://github.com/goki/icons/blob/main/svg/directions_alt_off.svg
	DirectionsAltOff Icon = "directions_alt_off"

	// DirectionsBike is https://github.com/goki/icons/blob/main/svg/directions_bike.svg
	DirectionsBike Icon = "directions_bike"

	// DirectionsBoat is https://github.com/goki/icons/blob/main/svg/directions_boat.svg
	DirectionsBoat Icon = "directions_boat"

	// DirectionsBus is https://github.com/goki/icons/blob/main/svg/directions_bus.svg
	DirectionsBus Icon = "directions_bus"

	// DirectionsCar is https://github.com/goki/icons/blob/main/svg/directions_car.svg
	DirectionsCar Icon = "directions_car"

	// DirectionsOff is https://github.com/goki/icons/blob/main/svg/directions_off.svg
	DirectionsOff Icon = "directions_off"

	// DirectionsRailway is https://github.com/goki/icons/blob/main/svg/directions_railway.svg
	DirectionsRailway Icon = "directions_railway"

	// DirectionsRun is https://github.com/goki/icons/blob/main/svg/directions_run.svg
	DirectionsRun Icon = "directions_run"

	// DirectionsSubway is https://github.com/goki/icons/blob/main/svg/directions_subway.svg
	DirectionsSubway Icon = "directions_subway"

	// DirectionsWalk is https://github.com/goki/icons/blob/main/svg/directions_walk.svg
	DirectionsWalk Icon = "directions_walk"

	// DirectorySync is https://github.com/goki/icons/blob/main/svg/directory_sync.svg
	DirectorySync Icon = "directory_sync"

	// DirtyLens is https://github.com/goki/icons/blob/main/svg/dirty_lens.svg
	DirtyLens Icon = "dirty_lens"

	// DisabledByDefault is https://github.com/goki/icons/blob/main/svg/disabled_by_default.svg
	DisabledByDefault Icon = "disabled_by_default"

	// DisabledVisible is https://github.com/goki/icons/blob/main/svg/disabled_visible.svg
	DisabledVisible Icon = "disabled_visible"

	// DiscFull is https://github.com/goki/icons/blob/main/svg/disc_full.svg
	DiscFull Icon = "disc_full"

	// DiscoverTune is https://github.com/goki/icons/blob/main/svg/discover_tune.svg
	DiscoverTune Icon = "discover_tune"

	// DishwasherGen is https://github.com/goki/icons/blob/main/svg/dishwasher_gen.svg
	DishwasherGen Icon = "dishwasher_gen"

	// DisplayExternalInput is https://github.com/goki/icons/blob/main/svg/display_external_input.svg
	DisplayExternalInput Icon = "display_external_input"

	// DisplaySettings is https://github.com/goki/icons/blob/main/svg/display_settings.svg
	DisplaySettings Icon = "display_settings"

	// Distance is https://github.com/goki/icons/blob/main/svg/distance.svg
	Distance Icon = "distance"

	// Diversity1 is https://github.com/goki/icons/blob/main/svg/diversity_1.svg
	Diversity1 Icon = "diversity_1"

	// Diversity2 is https://github.com/goki/icons/blob/main/svg/diversity_2.svg
	Diversity2 Icon = "diversity_2"

	// Diversity3 is https://github.com/goki/icons/blob/main/svg/diversity_3.svg
	Diversity3 Icon = "diversity_3"

	// Diversity4 is https://github.com/goki/icons/blob/main/svg/diversity_4.svg
	Diversity4 Icon = "diversity_4"

	// Dns is https://github.com/goki/icons/blob/main/svg/dns.svg
	Dns Icon = "dns"

	// DoNotDisturbOff is https://github.com/goki/icons/blob/main/svg/do_not_disturb_off.svg
	DoNotDisturbOff Icon = "do_not_disturb_off"

	// DoNotDisturbOn is https://github.com/goki/icons/blob/main/svg/do_not_disturb_on.svg
	DoNotDisturbOn Icon = "do_not_disturb_on"

	// DoNotDisturbOnTotalSilence is https://github.com/goki/icons/blob/main/svg/do_not_disturb_on_total_silence.svg
	DoNotDisturbOnTotalSilence Icon = "do_not_disturb_on_total_silence"

	// DoNotStep is https://github.com/goki/icons/blob/main/svg/do_not_step.svg
	DoNotStep Icon = "do_not_step"

	// DoNotTouch is https://github.com/goki/icons/blob/main/svg/do_not_touch.svg
	DoNotTouch Icon = "do_not_touch"

	// Dock is https://github.com/goki/icons/blob/main/svg/dock.svg
	Dock Icon = "dock"

	// DockToBottom is https://github.com/goki/icons/blob/main/svg/dock_to_bottom.svg
	DockToBottom Icon = "dock_to_bottom"

	// DockToLeft is https://github.com/goki/icons/blob/main/svg/dock_to_left.svg
	DockToLeft Icon = "dock_to_left"

	// DockToRight is https://github.com/goki/icons/blob/main/svg/dock_to_right.svg
	DockToRight Icon = "dock_to_right"

	// DocsAddOn is https://github.com/goki/icons/blob/main/svg/docs_add_on.svg
	DocsAddOn Icon = "docs_add_on"

	// DocsAppsScript is https://github.com/goki/icons/blob/main/svg/docs_apps_script.svg
	DocsAppsScript Icon = "docs_apps_script"

	// Document is https://github.com/goki/icons/blob/main/svg/document.svg
	Document Icon = "document"

	// DocumentScanner is https://github.com/goki/icons/blob/main/svg/document_scanner.svg
	DocumentScanner Icon = "document_scanner"

	// Domain is https://github.com/goki/icons/blob/main/svg/domain.svg
	Domain Icon = "domain"

	// DomainAdd is https://github.com/goki/icons/blob/main/svg/domain_add.svg
	DomainAdd Icon = "domain_add"

	// DomainDisabled is https://github.com/goki/icons/blob/main/svg/domain_disabled.svg
	DomainDisabled Icon = "domain_disabled"

	// DomainVerification is https://github.com/goki/icons/blob/main/svg/domain_verification.svg
	DomainVerification Icon = "domain_verification"

	// DomainVerificationOff is https://github.com/goki/icons/blob/main/svg/domain_verification_off.svg
	DomainVerificationOff Icon = "domain_verification_off"

	// DominoMask is https://github.com/goki/icons/blob/main/svg/domino_mask.svg
	DominoMask Icon = "domino_mask"

	// Done is https://github.com/goki/icons/blob/main/svg/done.svg
	Done Icon = "done"

	// DoneAll is https://github.com/goki/icons/blob/main/svg/done_all.svg
	DoneAll Icon = "done_all"

	// DoneOutline is https://github.com/goki/icons/blob/main/svg/done_outline.svg
	DoneOutline Icon = "done_outline"

	// DonutLarge is https://github.com/goki/icons/blob/main/svg/donut_large.svg
	DonutLarge Icon = "donut_large"

	// DonutSmall is https://github.com/goki/icons/blob/main/svg/donut_small.svg
	DonutSmall Icon = "donut_small"

	// DoorBack is https://github.com/goki/icons/blob/main/svg/door_back.svg
	DoorBack Icon = "door_back"

	// DoorFront is https://github.com/goki/icons/blob/main/svg/door_front.svg
	DoorFront Icon = "door_front"

	// DoorOpen is https://github.com/goki/icons/blob/main/svg/door_open.svg
	DoorOpen Icon = "door_open"

	// DoorSensor is https://github.com/goki/icons/blob/main/svg/door_sensor.svg
	DoorSensor Icon = "door_sensor"

	// DoorSliding is https://github.com/goki/icons/blob/main/svg/door_sliding.svg
	DoorSliding Icon = "door_sliding"

	// Doorbell is https://github.com/goki/icons/blob/main/svg/doorbell.svg
	Doorbell Icon = "doorbell"

	// Doorbell3P is https://github.com/goki/icons/blob/main/svg/doorbell_3p.svg
	Doorbell3P Icon = "doorbell_3p"

	// DoorbellChime is https://github.com/goki/icons/blob/main/svg/doorbell_chime.svg
	DoorbellChime Icon = "doorbell_chime"

	// DoubleArrow is https://github.com/goki/icons/blob/main/svg/double_arrow.svg
	DoubleArrow Icon = "double_arrow"

	// DownhillSkiing is https://github.com/goki/icons/blob/main/svg/downhill_skiing.svg
	DownhillSkiing Icon = "downhill_skiing"

	// Download is https://github.com/goki/icons/blob/main/svg/download.svg
	Download Icon = "download"

	// DownloadDone is https://github.com/goki/icons/blob/main/svg/download_done.svg
	DownloadDone Icon = "download_done"

	// DownloadForOffline is https://github.com/goki/icons/blob/main/svg/download_for_offline.svg
	DownloadForOffline Icon = "download_for_offline"

	// Downloading is https://github.com/goki/icons/blob/main/svg/downloading.svg
	Downloading Icon = "downloading"

	// Draft is https://github.com/goki/icons/blob/main/svg/draft.svg
	Draft Icon = "draft"

	// DraftOrders is https://github.com/goki/icons/blob/main/svg/draft_orders.svg
	DraftOrders Icon = "draft_orders"

	// Drafts is https://github.com/goki/icons/blob/main/svg/drafts.svg
	Drafts Icon = "drafts"

	// DragClick is https://github.com/goki/icons/blob/main/svg/drag_click.svg
	DragClick Icon = "drag_click"

	// DragHandle is https://github.com/goki/icons/blob/main/svg/drag_handle.svg
	DragHandle Icon = "drag_handle"

	// DragIndicator is https://github.com/goki/icons/blob/main/svg/drag_indicator.svg
	DragIndicator Icon = "drag_indicator"

	// DragPan is https://github.com/goki/icons/blob/main/svg/drag_pan.svg
	DragPan Icon = "drag_pan"

	// Draw is https://github.com/goki/icons/blob/main/svg/draw.svg
	Draw Icon = "draw"

	// DrawAbstract is https://github.com/goki/icons/blob/main/svg/draw_abstract.svg
	DrawAbstract Icon = "draw_abstract"

	// DrawCollage is https://github.com/goki/icons/blob/main/svg/draw_collage.svg
	DrawCollage Icon = "draw_collage"

	// Dresser is https://github.com/goki/icons/blob/main/svg/dresser.svg
	Dresser Icon = "dresser"

	// DriveFileMove is https://github.com/goki/icons/blob/main/svg/drive_file_move.svg
	DriveFileMove Icon = "drive_file_move"

	// DriveFolderUpload is https://github.com/goki/icons/blob/main/svg/drive_folder_upload.svg
	DriveFolderUpload Icon = "drive_folder_upload"

	// Dropdown is https://github.com/goki/icons/blob/main/svg/dropdown.svg
	Dropdown Icon = "dropdown"

	// Dry is https://github.com/goki/icons/blob/main/svg/dry.svg
	Dry Icon = "dry"

	// DryCleaning is https://github.com/goki/icons/blob/main/svg/dry_cleaning.svg
	DryCleaning Icon = "dry_cleaning"

	// DualScreen is https://github.com/goki/icons/blob/main/svg/dual_screen.svg
	DualScreen Icon = "dual_screen"

	// Duo is https://github.com/goki/icons/blob/main/svg/duo.svg
	Duo Icon = "duo"

	// Dvr is https://github.com/goki/icons/blob/main/svg/dvr.svg
	Dvr Icon = "dvr"

	// DynamicFeed is https://github.com/goki/icons/blob/main/svg/dynamic_feed.svg
	DynamicFeed Icon = "dynamic_feed"

	// DynamicForm is https://github.com/goki/icons/blob/main/svg/dynamic_form.svg
	DynamicForm Icon = "dynamic_form"

	// E911Avatar is https://github.com/goki/icons/blob/main/svg/e911_avatar.svg
	E911Avatar Icon = "e911_avatar"

	// E911Emergency is https://github.com/goki/icons/blob/main/svg/e911_emergency.svg
	E911Emergency Icon = "e911_emergency"

	// EMobiledata is https://github.com/goki/icons/blob/main/svg/e_mobiledata.svg
	EMobiledata Icon = "e_mobiledata"

	// EMobiledataBadge is https://github.com/goki/icons/blob/main/svg/e_mobiledata_badge.svg
	EMobiledataBadge Icon = "e_mobiledata_badge"

	// Earbuds is https://github.com/goki/icons/blob/main/svg/earbuds.svg
	Earbuds Icon = "earbuds"

	// EarbudsBattery is https://github.com/goki/icons/blob/main/svg/earbuds_battery.svg
	EarbudsBattery Icon = "earbuds_battery"

	// EarlyOn is https://github.com/goki/icons/blob/main/svg/early_on.svg
	EarlyOn Icon = "early_on"

	// Earthquake is https://github.com/goki/icons/blob/main/svg/earthquake.svg
	Earthquake Icon = "earthquake"

	// East is https://github.com/goki/icons/blob/main/svg/east.svg
	East Icon = "east"

	// Ecg is https://github.com/goki/icons/blob/main/svg/ecg.svg
	Ecg Icon = "ecg"

	// EcgHeart is https://github.com/goki/icons/blob/main/svg/ecg_heart.svg
	EcgHeart Icon = "ecg_heart"

	// Eco is https://github.com/goki/icons/blob/main/svg/eco.svg
	Eco Icon = "eco"

	// Eda is https://github.com/goki/icons/blob/main/svg/eda.svg
	Eda Icon = "eda"

	// EdgesensorHigh is https://github.com/goki/icons/blob/main/svg/edgesensor_high.svg
	EdgesensorHigh Icon = "edgesensor_high"

	// EdgesensorLow is https://github.com/goki/icons/blob/main/svg/edgesensor_low.svg
	EdgesensorLow Icon = "edgesensor_low"

	// Edit is https://github.com/goki/icons/blob/main/svg/edit.svg
	Edit Icon = "edit"

	// EditAttributes is https://github.com/goki/icons/blob/main/svg/edit_attributes.svg
	EditAttributes Icon = "edit_attributes"

	// EditCalendar is https://github.com/goki/icons/blob/main/svg/edit_calendar.svg
	EditCalendar Icon = "edit_calendar"

	// EditDocument is https://github.com/goki/icons/blob/main/svg/edit_document.svg
	EditDocument Icon = "edit_document"

	// EditLocation is https://github.com/goki/icons/blob/main/svg/edit_location.svg
	EditLocation Icon = "edit_location"

	// EditLocationAlt is https://github.com/goki/icons/blob/main/svg/edit_location_alt.svg
	EditLocationAlt Icon = "edit_location_alt"

	// EditNote is https://github.com/goki/icons/blob/main/svg/edit_note.svg
	EditNote Icon = "edit_note"

	// EditNotifications is https://github.com/goki/icons/blob/main/svg/edit_notifications.svg
	EditNotifications Icon = "edit_notifications"

	// EditOff is https://github.com/goki/icons/blob/main/svg/edit_off.svg
	EditOff Icon = "edit_off"

	// EditRoad is https://github.com/goki/icons/blob/main/svg/edit_road.svg
	EditRoad Icon = "edit_road"

	// EditSquare is https://github.com/goki/icons/blob/main/svg/edit_square.svg
	EditSquare Icon = "edit_square"

	// Egg is https://github.com/goki/icons/blob/main/svg/egg.svg
	Egg Icon = "egg"

	// EggAlt is https://github.com/goki/icons/blob/main/svg/egg_alt.svg
	EggAlt Icon = "egg_alt"

	// Eject is https://github.com/goki/icons/blob/main/svg/eject.svg
	Eject Icon = "eject"

	// Elderly is https://github.com/goki/icons/blob/main/svg/elderly.svg
	Elderly Icon = "elderly"

	// ElderlyWoman is https://github.com/goki/icons/blob/main/svg/elderly_woman.svg
	ElderlyWoman Icon = "elderly_woman"

	// ElectricBike is https://github.com/goki/icons/blob/main/svg/electric_bike.svg
	ElectricBike Icon = "electric_bike"

	// ElectricBolt is https://github.com/goki/icons/blob/main/svg/electric_bolt.svg
	ElectricBolt Icon = "electric_bolt"

	// ElectricCar is https://github.com/goki/icons/blob/main/svg/electric_car.svg
	ElectricCar Icon = "electric_car"

	// ElectricMeter is https://github.com/goki/icons/blob/main/svg/electric_meter.svg
	ElectricMeter Icon = "electric_meter"

	// ElectricMoped is https://github.com/goki/icons/blob/main/svg/electric_moped.svg
	ElectricMoped Icon = "electric_moped"

	// ElectricRickshaw is https://github.com/goki/icons/blob/main/svg/electric_rickshaw.svg
	ElectricRickshaw Icon = "electric_rickshaw"

	// ElectricScooter is https://github.com/goki/icons/blob/main/svg/electric_scooter.svg
	ElectricScooter Icon = "electric_scooter"

	// ElectricalServices is https://github.com/goki/icons/blob/main/svg/electrical_services.svg
	ElectricalServices Icon = "electrical_services"

	// Elevation is https://github.com/goki/icons/blob/main/svg/elevation.svg
	Elevation Icon = "elevation"

	// Elevator is https://github.com/goki/icons/blob/main/svg/elevator.svg
	Elevator Icon = "elevator"

	// Emergency is https://github.com/goki/icons/blob/main/svg/emergency.svg
	Emergency Icon = "emergency"

	// EmergencyHeat is https://github.com/goki/icons/blob/main/svg/emergency_heat.svg
	EmergencyHeat Icon = "emergency_heat"

	// EmergencyHome is https://github.com/goki/icons/blob/main/svg/emergency_home.svg
	EmergencyHome Icon = "emergency_home"

	// EmergencyRecording is https://github.com/goki/icons/blob/main/svg/emergency_recording.svg
	EmergencyRecording Icon = "emergency_recording"

	// EmergencyShare is https://github.com/goki/icons/blob/main/svg/emergency_share.svg
	EmergencyShare Icon = "emergency_share"

	// EmergencyShareOff is https://github.com/goki/icons/blob/main/svg/emergency_share_off.svg
	EmergencyShareOff Icon = "emergency_share_off"

	// EmojiEvents is https://github.com/goki/icons/blob/main/svg/emoji_events.svg
	EmojiEvents Icon = "emoji_events"

	// EmojiFlags is https://github.com/goki/icons/blob/main/svg/emoji_flags.svg
	EmojiFlags Icon = "emoji_flags"

	// EmojiFoodBeverage is https://github.com/goki/icons/blob/main/svg/emoji_food_beverage.svg
	EmojiFoodBeverage Icon = "emoji_food_beverage"

	// EmojiNature is https://github.com/goki/icons/blob/main/svg/emoji_nature.svg
	EmojiNature Icon = "emoji_nature"

	// EmojiObjects is https://github.com/goki/icons/blob/main/svg/emoji_objects.svg
	EmojiObjects Icon = "emoji_objects"

	// EmojiPeople is https://github.com/goki/icons/blob/main/svg/emoji_people.svg
	EmojiPeople Icon = "emoji_people"

	// EmojiSymbols is https://github.com/goki/icons/blob/main/svg/emoji_symbols.svg
	EmojiSymbols Icon = "emoji_symbols"

	// EmojiTransportation is https://github.com/goki/icons/blob/main/svg/emoji_transportation.svg
	EmojiTransportation Icon = "emoji_transportation"

	// Emoticon is https://github.com/goki/icons/blob/main/svg/emoticon.svg
	Emoticon Icon = "emoticon"

	// EmptyDashboard is https://github.com/goki/icons/blob/main/svg/empty_dashboard.svg
	EmptyDashboard Icon = "empty_dashboard"

	// Enable is https://github.com/goki/icons/blob/main/svg/enable.svg
	Enable Icon = "enable"

	// Encrypted is https://github.com/goki/icons/blob/main/svg/encrypted.svg
	Encrypted Icon = "encrypted"

	// Endocrinology is https://github.com/goki/icons/blob/main/svg/endocrinology.svg
	Endocrinology Icon = "endocrinology"

	// EnergyProgramSaving is https://github.com/goki/icons/blob/main/svg/energy_program_saving.svg
	EnergyProgramSaving Icon = "energy_program_saving"

	// EnergyProgramTimeUsed is https://github.com/goki/icons/blob/main/svg/energy_program_time_used.svg
	EnergyProgramTimeUsed Icon = "energy_program_time_used"

	// EnergySavingsLeaf is https://github.com/goki/icons/blob/main/svg/energy_savings_leaf.svg
	EnergySavingsLeaf Icon = "energy_savings_leaf"

	// Engineering is https://github.com/goki/icons/blob/main/svg/engineering.svg
	Engineering Icon = "engineering"

	// EnhancedEncryption is https://github.com/goki/icons/blob/main/svg/enhanced_encryption.svg
	EnhancedEncryption Icon = "enhanced_encryption"

	// Ent is https://github.com/goki/icons/blob/main/svg/ent.svg
	Ent Icon = "ent"

	// Equal is https://github.com/goki/icons/blob/main/svg/equal.svg
	Equal Icon = "equal"

	// Equalizer is https://github.com/goki/icons/blob/main/svg/equalizer.svg
	Equalizer Icon = "equalizer"

	// Error is https://github.com/goki/icons/blob/main/svg/error.svg
	Error Icon = "error"

	// ErrorMed is https://github.com/goki/icons/blob/main/svg/error_med.svg
	ErrorMed Icon = "error_med"

	// Escalator is https://github.com/goki/icons/blob/main/svg/escalator.svg
	Escalator Icon = "escalator"

	// EscalatorWarning is https://github.com/goki/icons/blob/main/svg/escalator_warning.svg
	EscalatorWarning Icon = "escalator_warning"

	// Euro is https://github.com/goki/icons/blob/main/svg/euro.svg
	Euro Icon = "euro"

	// EuroSymbol is https://github.com/goki/icons/blob/main/svg/euro_symbol.svg
	EuroSymbol Icon = "euro_symbol"

	// EvCharger is https://github.com/goki/icons/blob/main/svg/ev_charger.svg
	EvCharger Icon = "ev_charger"

	// EvMobiledataBadge is https://github.com/goki/icons/blob/main/svg/ev_mobiledata_badge.svg
	EvMobiledataBadge Icon = "ev_mobiledata_badge"

	// EvShadow is https://github.com/goki/icons/blob/main/svg/ev_shadow.svg
	EvShadow Icon = "ev_shadow"

	// EvStation is https://github.com/goki/icons/blob/main/svg/ev_station.svg
	EvStation Icon = "ev_station"

	// Event is https://github.com/goki/icons/blob/main/svg/event.svg
	Event Icon = "event"

	// EventAvailable is https://github.com/goki/icons/blob/main/svg/event_available.svg
	EventAvailable Icon = "event_available"

	// EventBusy is https://github.com/goki/icons/blob/main/svg/event_busy.svg
	EventBusy Icon = "event_busy"

	// EventList is https://github.com/goki/icons/blob/main/svg/event_list.svg
	EventList Icon = "event_list"

	// EventNote is https://github.com/goki/icons/blob/main/svg/event_note.svg
	EventNote Icon = "event_note"

	// EventRepeat is https://github.com/goki/icons/blob/main/svg/event_repeat.svg
	EventRepeat Icon = "event_repeat"

	// EventSeat is https://github.com/goki/icons/blob/main/svg/event_seat.svg
	EventSeat Icon = "event_seat"

	// EventUpcoming is https://github.com/goki/icons/blob/main/svg/event_upcoming.svg
	EventUpcoming Icon = "event_upcoming"

	// Exclamation is https://github.com/goki/icons/blob/main/svg/exclamation.svg
	Exclamation Icon = "exclamation"

	// Exercise is https://github.com/goki/icons/blob/main/svg/exercise.svg
	Exercise Icon = "exercise"

	// ExitToApp is https://github.com/goki/icons/blob/main/svg/exit_to_app.svg
	ExitToApp Icon = "exit_to_app"

	// Expand is https://github.com/goki/icons/blob/main/svg/expand.svg
	Expand Icon = "expand"

	// ExpandAll is https://github.com/goki/icons/blob/main/svg/expand_all.svg
	ExpandAll Icon = "expand_all"

	// ExpandCircleDown is https://github.com/goki/icons/blob/main/svg/expand_circle_down.svg
	ExpandCircleDown Icon = "expand_circle_down"

	// ExpandCircleRight is https://github.com/goki/icons/blob/main/svg/expand_circle_right.svg
	ExpandCircleRight Icon = "expand_circle_right"

	// ExpandCircleUp is https://github.com/goki/icons/blob/main/svg/expand_circle_up.svg
	ExpandCircleUp Icon = "expand_circle_up"

	// ExpandContent is https://github.com/goki/icons/blob/main/svg/expand_content.svg
	ExpandContent Icon = "expand_content"

	// ExpandLess is https://github.com/goki/icons/blob/main/svg/expand_less.svg
	ExpandLess Icon = "expand_less"

	// ExpandMore is https://github.com/goki/icons/blob/main/svg/expand_more.svg
	ExpandMore Icon = "expand_more"

	// Explicit is https://github.com/goki/icons/blob/main/svg/explicit.svg
	Explicit Icon = "explicit"

	// Explore is https://github.com/goki/icons/blob/main/svg/explore.svg
	Explore Icon = "explore"

	// ExploreOff is https://github.com/goki/icons/blob/main/svg/explore_off.svg
	ExploreOff Icon = "explore_off"

	// Explosion is https://github.com/goki/icons/blob/main/svg/explosion.svg
	Explosion Icon = "explosion"

	// ExportNotes is https://github.com/goki/icons/blob/main/svg/export_notes.svg
	ExportNotes Icon = "export_notes"

	// Exposure is https://github.com/goki/icons/blob/main/svg/exposure.svg
	Exposure Icon = "exposure"

	// ExposureNeg1 is https://github.com/goki/icons/blob/main/svg/exposure_neg_1.svg
	ExposureNeg1 Icon = "exposure_neg_1"

	// ExposureNeg2 is https://github.com/goki/icons/blob/main/svg/exposure_neg_2.svg
	ExposureNeg2 Icon = "exposure_neg_2"

	// ExposurePlus1 is https://github.com/goki/icons/blob/main/svg/exposure_plus_1.svg
	ExposurePlus1 Icon = "exposure_plus_1"

	// ExposurePlus2 is https://github.com/goki/icons/blob/main/svg/exposure_plus_2.svg
	ExposurePlus2 Icon = "exposure_plus_2"

	// ExposureZero is https://github.com/goki/icons/blob/main/svg/exposure_zero.svg
	ExposureZero Icon = "exposure_zero"

	// Extension is https://github.com/goki/icons/blob/main/svg/extension.svg
	Extension Icon = "extension"

	// ExtensionOff is https://github.com/goki/icons/blob/main/svg/extension_off.svg
	ExtensionOff Icon = "extension_off"

	// Eyeglasses is https://github.com/goki/icons/blob/main/svg/eyeglasses.svg
	Eyeglasses Icon = "eyeglasses"

	// Face is https://github.com/goki/icons/blob/main/svg/face.svg
	Face Icon = "face"

	// Face2 is https://github.com/goki/icons/blob/main/svg/face_2.svg
	Face2 Icon = "face_2"

	// Face3 is https://github.com/goki/icons/blob/main/svg/face_3.svg
	Face3 Icon = "face_3"

	// Face4 is https://github.com/goki/icons/blob/main/svg/face_4.svg
	Face4 Icon = "face_4"

	// Face5 is https://github.com/goki/icons/blob/main/svg/face_5.svg
	Face5 Icon = "face_5"

	// Face6 is https://github.com/goki/icons/blob/main/svg/face_6.svg
	Face6 Icon = "face_6"

	// FaceRetouchingOff is https://github.com/goki/icons/blob/main/svg/face_retouching_off.svg
	FaceRetouchingOff Icon = "face_retouching_off"

	// FactCheck is https://github.com/goki/icons/blob/main/svg/fact_check.svg
	FactCheck Icon = "fact_check"

	// Factory is https://github.com/goki/icons/blob/main/svg/factory.svg
	Factory Icon = "factory"

	// Falling is https://github.com/goki/icons/blob/main/svg/falling.svg
	Falling Icon = "falling"

	// FamiliarFaceAndZone is https://github.com/goki/icons/blob/main/svg/familiar_face_and_zone.svg
	FamiliarFaceAndZone Icon = "familiar_face_and_zone"

	// FamilyHistory is https://github.com/goki/icons/blob/main/svg/family_history.svg
	FamilyHistory Icon = "family_history"

	// FamilyLink is https://github.com/goki/icons/blob/main/svg/family_link.svg
	FamilyLink Icon = "family_link"

	// FamilyRestroom is https://github.com/goki/icons/blob/main/svg/family_restroom.svg
	FamilyRestroom Icon = "family_restroom"

	// FastForward is https://github.com/goki/icons/blob/main/svg/fast_forward.svg
	FastForward Icon = "fast_forward"

	// FastRewind is https://github.com/goki/icons/blob/main/svg/fast_rewind.svg
	FastRewind Icon = "fast_rewind"

	// Fastfood is https://github.com/goki/icons/blob/main/svg/fastfood.svg
	Fastfood Icon = "fastfood"

	// Faucet is https://github.com/goki/icons/blob/main/svg/faucet.svg
	Faucet Icon = "faucet"

	// Favorite is https://github.com/goki/icons/blob/main/svg/favorite.svg
	Favorite Icon = "favorite"

	// Fax is https://github.com/goki/icons/blob/main/svg/fax.svg
	Fax Icon = "fax"

	// FeatureSearch is https://github.com/goki/icons/blob/main/svg/feature_search.svg
	FeatureSearch Icon = "feature_search"

	// FeaturedPlayList is https://github.com/goki/icons/blob/main/svg/featured_play_list.svg
	FeaturedPlayList Icon = "featured_play_list"

	// FeaturedVideo is https://github.com/goki/icons/blob/main/svg/featured_video.svg
	FeaturedVideo Icon = "featured_video"

	// Feed is https://github.com/goki/icons/blob/main/svg/feed.svg
	Feed Icon = "feed"

	// Feedback is https://github.com/goki/icons/blob/main/svg/feedback.svg
	Feedback Icon = "feedback"

	// Female is https://github.com/goki/icons/blob/main/svg/female.svg
	Female Icon = "female"

	// Femur is https://github.com/goki/icons/blob/main/svg/femur.svg
	Femur Icon = "femur"

	// FemurAlt is https://github.com/goki/icons/blob/main/svg/femur_alt.svg
	FemurAlt Icon = "femur_alt"

	// Fence is https://github.com/goki/icons/blob/main/svg/fence.svg
	Fence Icon = "fence"

	// Fertile is https://github.com/goki/icons/blob/main/svg/fertile.svg
	Fertile Icon = "fertile"

	// Festival is https://github.com/goki/icons/blob/main/svg/festival.svg
	Festival Icon = "festival"

	// FiberDvr is https://github.com/goki/icons/blob/main/svg/fiber_dvr.svg
	FiberDvr Icon = "fiber_dvr"

	// FiberManualRecord is https://github.com/goki/icons/blob/main/svg/fiber_manual_record.svg
	FiberManualRecord Icon = "fiber_manual_record"

	// FiberNew is https://github.com/goki/icons/blob/main/svg/fiber_new.svg
	FiberNew Icon = "fiber_new"

	// FiberPin is https://github.com/goki/icons/blob/main/svg/fiber_pin.svg
	FiberPin Icon = "fiber_pin"

	// FiberSmartRecord is https://github.com/goki/icons/blob/main/svg/fiber_smart_record.svg
	FiberSmartRecord Icon = "fiber_smart_record"

	// Field is https://github.com/goki/icons/blob/main/svg/field.svg
	Field Icon = "field"

	// FileExe is https://github.com/goki/icons/blob/main/svg/file-exe.svg
	FileExe Icon = "file-exe"

	// FileMarkdown is https://github.com/goki/icons/blob/main/svg/file-markdown.svg
	FileMarkdown Icon = "file-markdown"

	// File is https://github.com/goki/icons/blob/main/svg/file.svg
	File Icon = "file"

	// FileCopy is https://github.com/goki/icons/blob/main/svg/file_copy.svg
	FileCopy Icon = "file_copy"

	// FileDownloadDone is https://github.com/goki/icons/blob/main/svg/file_download_done.svg
	FileDownloadDone Icon = "file_download_done"

	// FileDownloadOff is https://github.com/goki/icons/blob/main/svg/file_download_off.svg
	FileDownloadOff Icon = "file_download_off"

	// FileOpen is https://github.com/goki/icons/blob/main/svg/file_open.svg
	FileOpen Icon = "file_open"

	// FilePresent is https://github.com/goki/icons/blob/main/svg/file_present.svg
	FilePresent Icon = "file_present"

	// FileUploadOff is https://github.com/goki/icons/blob/main/svg/file_upload_off.svg
	FileUploadOff Icon = "file_upload_off"

	// Filter is https://github.com/goki/icons/blob/main/svg/filter.svg
	Filter Icon = "filter"

	// Filter1 is https://github.com/goki/icons/blob/main/svg/filter_1.svg
	Filter1 Icon = "filter_1"

	// Filter2 is https://github.com/goki/icons/blob/main/svg/filter_2.svg
	Filter2 Icon = "filter_2"

	// Filter3 is https://github.com/goki/icons/blob/main/svg/filter_3.svg
	Filter3 Icon = "filter_3"

	// Filter4 is https://github.com/goki/icons/blob/main/svg/filter_4.svg
	Filter4 Icon = "filter_4"

	// Filter5 is https://github.com/goki/icons/blob/main/svg/filter_5.svg
	Filter5 Icon = "filter_5"

	// Filter6 is https://github.com/goki/icons/blob/main/svg/filter_6.svg
	Filter6 Icon = "filter_6"

	// Filter7 is https://github.com/goki/icons/blob/main/svg/filter_7.svg
	Filter7 Icon = "filter_7"

	// Filter8 is https://github.com/goki/icons/blob/main/svg/filter_8.svg
	Filter8 Icon = "filter_8"

	// Filter9 is https://github.com/goki/icons/blob/main/svg/filter_9.svg
	Filter9 Icon = "filter_9"

	// Filter9Plus is https://github.com/goki/icons/blob/main/svg/filter_9_plus.svg
	Filter9Plus Icon = "filter_9_plus"

	// FilterAlt is https://github.com/goki/icons/blob/main/svg/filter_alt.svg
	FilterAlt Icon = "filter_alt"

	// FilterAltOff is https://github.com/goki/icons/blob/main/svg/filter_alt_off.svg
	FilterAltOff Icon = "filter_alt_off"

	// FilterBAndW is https://github.com/goki/icons/blob/main/svg/filter_b_and_w.svg
	FilterBAndW Icon = "filter_b_and_w"

	// FilterCenterFocus is https://github.com/goki/icons/blob/main/svg/filter_center_focus.svg
	FilterCenterFocus Icon = "filter_center_focus"

	// FilterDrama is https://github.com/goki/icons/blob/main/svg/filter_drama.svg
	FilterDrama Icon = "filter_drama"

	// FilterFrames is https://github.com/goki/icons/blob/main/svg/filter_frames.svg
	FilterFrames Icon = "filter_frames"

	// FilterHdr is https://github.com/goki/icons/blob/main/svg/filter_hdr.svg
	FilterHdr Icon = "filter_hdr"

	// FilterList is https://github.com/goki/icons/blob/main/svg/filter_list.svg
	FilterList Icon = "filter_list"

	// FilterListOff is https://github.com/goki/icons/blob/main/svg/filter_list_off.svg
	FilterListOff Icon = "filter_list_off"

	// FilterNone is https://github.com/goki/icons/blob/main/svg/filter_none.svg
	FilterNone Icon = "filter_none"

	// FilterTiltShift is https://github.com/goki/icons/blob/main/svg/filter_tilt_shift.svg
	FilterTiltShift Icon = "filter_tilt_shift"

	// FilterVintage is https://github.com/goki/icons/blob/main/svg/filter_vintage.svg
	FilterVintage Icon = "filter_vintage"

	// Finance is https://github.com/goki/icons/blob/main/svg/finance.svg
	Finance Icon = "finance"

	// FinanceChip is https://github.com/goki/icons/blob/main/svg/finance_chip.svg
	FinanceChip Icon = "finance_chip"

	// FindInPage is https://github.com/goki/icons/blob/main/svg/find_in_page.svg
	FindInPage Icon = "find_in_page"

	// FindReplace is https://github.com/goki/icons/blob/main/svg/find_replace.svg
	FindReplace Icon = "find_replace"

	// Fingerprint is https://github.com/goki/icons/blob/main/svg/fingerprint.svg
	Fingerprint Icon = "fingerprint"

	// FireExtinguisher is https://github.com/goki/icons/blob/main/svg/fire_extinguisher.svg
	FireExtinguisher Icon = "fire_extinguisher"

	// FireHydrant is https://github.com/goki/icons/blob/main/svg/fire_hydrant.svg
	FireHydrant Icon = "fire_hydrant"

	// FireTruck is https://github.com/goki/icons/blob/main/svg/fire_truck.svg
	FireTruck Icon = "fire_truck"

	// Fireplace is https://github.com/goki/icons/blob/main/svg/fireplace.svg
	Fireplace Icon = "fireplace"

	// FirstPage is https://github.com/goki/icons/blob/main/svg/first_page.svg
	FirstPage Icon = "first_page"

	// FitPage is https://github.com/goki/icons/blob/main/svg/fit_page.svg
	FitPage Icon = "fit_page"

	// FitScreen is https://github.com/goki/icons/blob/main/svg/fit_screen.svg
	FitScreen Icon = "fit_screen"

	// FitWidth is https://github.com/goki/icons/blob/main/svg/fit_width.svg
	FitWidth Icon = "fit_width"

	// FitnessCenter is https://github.com/goki/icons/blob/main/svg/fitness_center.svg
	FitnessCenter Icon = "fitness_center"

	// Flag is https://github.com/goki/icons/blob/main/svg/flag.svg
	Flag Icon = "flag"

	// FlagCircle is https://github.com/goki/icons/blob/main/svg/flag_circle.svg
	FlagCircle Icon = "flag_circle"

	// Flaky is https://github.com/goki/icons/blob/main/svg/flaky.svg
	Flaky Icon = "flaky"

	// Flare is https://github.com/goki/icons/blob/main/svg/flare.svg
	Flare Icon = "flare"

	// FlashAuto is https://github.com/goki/icons/blob/main/svg/flash_auto.svg
	FlashAuto Icon = "flash_auto"

	// FlashOff is https://github.com/goki/icons/blob/main/svg/flash_off.svg
	FlashOff Icon = "flash_off"

	// FlashOn is https://github.com/goki/icons/blob/main/svg/flash_on.svg
	FlashOn Icon = "flash_on"

	// FlashlightOff is https://github.com/goki/icons/blob/main/svg/flashlight_off.svg
	FlashlightOff Icon = "flashlight_off"

	// FlashlightOn is https://github.com/goki/icons/blob/main/svg/flashlight_on.svg
	FlashlightOn Icon = "flashlight_on"

	// Flatware is https://github.com/goki/icons/blob/main/svg/flatware.svg
	Flatware Icon = "flatware"

	// FlexDirection is https://github.com/goki/icons/blob/main/svg/flex_direction.svg
	FlexDirection Icon = "flex_direction"

	// FlexNoWrap is https://github.com/goki/icons/blob/main/svg/flex_no_wrap.svg
	FlexNoWrap Icon = "flex_no_wrap"

	// FlexWrap is https://github.com/goki/icons/blob/main/svg/flex_wrap.svg
	FlexWrap Icon = "flex_wrap"

	// Flight is https://github.com/goki/icons/blob/main/svg/flight.svg
	Flight Icon = "flight"

	// FlightClass is https://github.com/goki/icons/blob/main/svg/flight_class.svg
	FlightClass Icon = "flight_class"

	// FlightLand is https://github.com/goki/icons/blob/main/svg/flight_land.svg
	FlightLand Icon = "flight_land"

	// FlightTakeoff is https://github.com/goki/icons/blob/main/svg/flight_takeoff.svg
	FlightTakeoff Icon = "flight_takeoff"

	// Flightsmode is https://github.com/goki/icons/blob/main/svg/flightsmode.svg
	Flightsmode Icon = "flightsmode"

	// Flip is https://github.com/goki/icons/blob/main/svg/flip.svg
	Flip Icon = "flip"

	// FlipCameraAndroid is https://github.com/goki/icons/blob/main/svg/flip_camera_android.svg
	FlipCameraAndroid Icon = "flip_camera_android"

	// FlipCameraIos is https://github.com/goki/icons/blob/main/svg/flip_camera_ios.svg
	FlipCameraIos Icon = "flip_camera_ios"

	// FlipToBack is https://github.com/goki/icons/blob/main/svg/flip_to_back.svg
	FlipToBack Icon = "flip_to_back"

	// FlipToFront is https://github.com/goki/icons/blob/main/svg/flip_to_front.svg
	FlipToFront Icon = "flip_to_front"

	// Flood is https://github.com/goki/icons/blob/main/svg/flood.svg
	Flood Icon = "flood"

	// Floor is https://github.com/goki/icons/blob/main/svg/floor.svg
	Floor Icon = "floor"

	// FloorLamp is https://github.com/goki/icons/blob/main/svg/floor_lamp.svg
	FloorLamp Icon = "floor_lamp"

	// Flowsheet is https://github.com/goki/icons/blob/main/svg/flowsheet.svg
	Flowsheet Icon = "flowsheet"

	// Fluid is https://github.com/goki/icons/blob/main/svg/fluid.svg
	Fluid Icon = "fluid"

	// FluidBalance is https://github.com/goki/icons/blob/main/svg/fluid_balance.svg
	FluidBalance Icon = "fluid_balance"

	// FluidMed is https://github.com/goki/icons/blob/main/svg/fluid_med.svg
	FluidMed Icon = "fluid_med"

	// Fluorescent is https://github.com/goki/icons/blob/main/svg/fluorescent.svg
	Fluorescent Icon = "fluorescent"

	// Flutter is https://github.com/goki/icons/blob/main/svg/flutter.svg
	Flutter Icon = "flutter"

	// FlutterDash is https://github.com/goki/icons/blob/main/svg/flutter_dash.svg
	FlutterDash Icon = "flutter_dash"

	// FmdBad is https://github.com/goki/icons/blob/main/svg/fmd_bad.svg
	FmdBad Icon = "fmd_bad"

	// Foggy is https://github.com/goki/icons/blob/main/svg/foggy.svg
	Foggy Icon = "foggy"

	// FoldedHands is https://github.com/goki/icons/blob/main/svg/folded_hands.svg
	FoldedHands Icon = "folded_hands"

	// Folder is https://github.com/goki/icons/blob/main/svg/folder.svg
	Folder Icon = "folder"

	// FolderCopy is https://github.com/goki/icons/blob/main/svg/folder_copy.svg
	FolderCopy Icon = "folder_copy"

	// FolderDelete is https://github.com/goki/icons/blob/main/svg/folder_delete.svg
	FolderDelete Icon = "folder_delete"

	// FolderManaged is https://github.com/goki/icons/blob/main/svg/folder_managed.svg
	FolderManaged Icon = "folder_managed"

	// FolderOff is https://github.com/goki/icons/blob/main/svg/folder_off.svg
	FolderOff Icon = "folder_off"

	// FolderOpen is https://github.com/goki/icons/blob/main/svg/folder_open.svg
	FolderOpen Icon = "folder_open"

	// FolderShared is https://github.com/goki/icons/blob/main/svg/folder_shared.svg
	FolderShared Icon = "folder_shared"

	// FolderSpecial is https://github.com/goki/icons/blob/main/svg/folder_special.svg
	FolderSpecial Icon = "folder_special"

	// FolderSupervised is https://github.com/goki/icons/blob/main/svg/folder_supervised.svg
	FolderSupervised Icon = "folder_supervised"

	// FolderZip is https://github.com/goki/icons/blob/main/svg/folder_zip.svg
	FolderZip Icon = "folder_zip"

	// FollowTheSigns is https://github.com/goki/icons/blob/main/svg/follow_the_signs.svg
	FollowTheSigns Icon = "follow_the_signs"

	// FontDownload is https://github.com/goki/icons/blob/main/svg/font_download.svg
	FontDownload Icon = "font_download"

	// FontDownloadOff is https://github.com/goki/icons/blob/main/svg/font_download_off.svg
	FontDownloadOff Icon = "font_download_off"

	// FoodBank is https://github.com/goki/icons/blob/main/svg/food_bank.svg
	FoodBank Icon = "food_bank"

	// FootBones is https://github.com/goki/icons/blob/main/svg/foot_bones.svg
	FootBones Icon = "foot_bones"

	// Footprint is https://github.com/goki/icons/blob/main/svg/footprint.svg
	Footprint Icon = "footprint"

	// Forest is https://github.com/goki/icons/blob/main/svg/forest.svg
	Forest Icon = "forest"

	// ForkLeft is https://github.com/goki/icons/blob/main/svg/fork_left.svg
	ForkLeft Icon = "fork_left"

	// ForkRight is https://github.com/goki/icons/blob/main/svg/fork_right.svg
	ForkRight Icon = "fork_right"

	// Forklift is https://github.com/goki/icons/blob/main/svg/forklift.svg
	Forklift Icon = "forklift"

	// FormatAlignCenter is https://github.com/goki/icons/blob/main/svg/format_align_center.svg
	FormatAlignCenter Icon = "format_align_center"

	// FormatAlignJustify is https://github.com/goki/icons/blob/main/svg/format_align_justify.svg
	FormatAlignJustify Icon = "format_align_justify"

	// FormatAlignLeft is https://github.com/goki/icons/blob/main/svg/format_align_left.svg
	FormatAlignLeft Icon = "format_align_left"

	// FormatAlignRight is https://github.com/goki/icons/blob/main/svg/format_align_right.svg
	FormatAlignRight Icon = "format_align_right"

	// FormatBold is https://github.com/goki/icons/blob/main/svg/format_bold.svg
	FormatBold Icon = "format_bold"

	// FormatClear is https://github.com/goki/icons/blob/main/svg/format_clear.svg
	FormatClear Icon = "format_clear"

	// FormatColorFill is https://github.com/goki/icons/blob/main/svg/format_color_fill.svg
	FormatColorFill Icon = "format_color_fill"

	// FormatColorReset is https://github.com/goki/icons/blob/main/svg/format_color_reset.svg
	FormatColorReset Icon = "format_color_reset"

	// FormatColorText is https://github.com/goki/icons/blob/main/svg/format_color_text.svg
	FormatColorText Icon = "format_color_text"

	// FormatH1 is https://github.com/goki/icons/blob/main/svg/format_h1.svg
	FormatH1 Icon = "format_h1"

	// FormatH2 is https://github.com/goki/icons/blob/main/svg/format_h2.svg
	FormatH2 Icon = "format_h2"

	// FormatH3 is https://github.com/goki/icons/blob/main/svg/format_h3.svg
	FormatH3 Icon = "format_h3"

	// FormatH4 is https://github.com/goki/icons/blob/main/svg/format_h4.svg
	FormatH4 Icon = "format_h4"

	// FormatH5 is https://github.com/goki/icons/blob/main/svg/format_h5.svg
	FormatH5 Icon = "format_h5"

	// FormatH6 is https://github.com/goki/icons/blob/main/svg/format_h6.svg
	FormatH6 Icon = "format_h6"

	// FormatImageLeft is https://github.com/goki/icons/blob/main/svg/format_image_left.svg
	FormatImageLeft Icon = "format_image_left"

	// FormatImageRight is https://github.com/goki/icons/blob/main/svg/format_image_right.svg
	FormatImageRight Icon = "format_image_right"

	// FormatIndentDecrease is https://github.com/goki/icons/blob/main/svg/format_indent_decrease.svg
	FormatIndentDecrease Icon = "format_indent_decrease"

	// FormatIndentIncrease is https://github.com/goki/icons/blob/main/svg/format_indent_increase.svg
	FormatIndentIncrease Icon = "format_indent_increase"

	// FormatInkHighlighter is https://github.com/goki/icons/blob/main/svg/format_ink_highlighter.svg
	FormatInkHighlighter Icon = "format_ink_highlighter"

	// FormatItalic is https://github.com/goki/icons/blob/main/svg/format_italic.svg
	FormatItalic Icon = "format_italic"

	// FormatLetterSpacing is https://github.com/goki/icons/blob/main/svg/format_letter_spacing.svg
	FormatLetterSpacing Icon = "format_letter_spacing"

	// FormatLetterSpacing2 is https://github.com/goki/icons/blob/main/svg/format_letter_spacing_2.svg
	FormatLetterSpacing2 Icon = "format_letter_spacing_2"

	// FormatLetterSpacingStandard is https://github.com/goki/icons/blob/main/svg/format_letter_spacing_standard.svg
	FormatLetterSpacingStandard Icon = "format_letter_spacing_standard"

	// FormatLetterSpacingWide is https://github.com/goki/icons/blob/main/svg/format_letter_spacing_wide.svg
	FormatLetterSpacingWide Icon = "format_letter_spacing_wide"

	// FormatLetterSpacingWider is https://github.com/goki/icons/blob/main/svg/format_letter_spacing_wider.svg
	FormatLetterSpacingWider Icon = "format_letter_spacing_wider"

	// FormatLineSpacing is https://github.com/goki/icons/blob/main/svg/format_line_spacing.svg
	FormatLineSpacing Icon = "format_line_spacing"

	// FormatListBulleted is https://github.com/goki/icons/blob/main/svg/format_list_bulleted.svg
	FormatListBulleted Icon = "format_list_bulleted"

	// FormatListBulletedAdd is https://github.com/goki/icons/blob/main/svg/format_list_bulleted_add.svg
	FormatListBulletedAdd Icon = "format_list_bulleted_add"

	// FormatListNumbered is https://github.com/goki/icons/blob/main/svg/format_list_numbered.svg
	FormatListNumbered Icon = "format_list_numbered"

	// FormatListNumberedRtl is https://github.com/goki/icons/blob/main/svg/format_list_numbered_rtl.svg
	FormatListNumberedRtl Icon = "format_list_numbered_rtl"

	// FormatOverline is https://github.com/goki/icons/blob/main/svg/format_overline.svg
	FormatOverline Icon = "format_overline"

	// FormatPaint is https://github.com/goki/icons/blob/main/svg/format_paint.svg
	FormatPaint Icon = "format_paint"

	// FormatParagraph is https://github.com/goki/icons/blob/main/svg/format_paragraph.svg
	FormatParagraph Icon = "format_paragraph"

	// FormatQuote is https://github.com/goki/icons/blob/main/svg/format_quote.svg
	FormatQuote Icon = "format_quote"

	// FormatShapes is https://github.com/goki/icons/blob/main/svg/format_shapes.svg
	FormatShapes Icon = "format_shapes"

	// FormatSize is https://github.com/goki/icons/blob/main/svg/format_size.svg
	FormatSize Icon = "format_size"

	// FormatStrikethrough is https://github.com/goki/icons/blob/main/svg/format_strikethrough.svg
	FormatStrikethrough Icon = "format_strikethrough"

	// FormatTextClip is https://github.com/goki/icons/blob/main/svg/format_text_clip.svg
	FormatTextClip Icon = "format_text_clip"

	// FormatTextOverflow is https://github.com/goki/icons/blob/main/svg/format_text_overflow.svg
	FormatTextOverflow Icon = "format_text_overflow"

	// FormatTextWrap is https://github.com/goki/icons/blob/main/svg/format_text_wrap.svg
	FormatTextWrap Icon = "format_text_wrap"

	// FormatTextdirectionLToR is https://github.com/goki/icons/blob/main/svg/format_textdirection_l_to_r.svg
	FormatTextdirectionLToR Icon = "format_textdirection_l_to_r"

	// FormatTextdirectionRToL is https://github.com/goki/icons/blob/main/svg/format_textdirection_r_to_l.svg
	FormatTextdirectionRToL Icon = "format_textdirection_r_to_l"

	// FormatUnderlined is https://github.com/goki/icons/blob/main/svg/format_underlined.svg
	FormatUnderlined Icon = "format_underlined"

	// FormatUnderlinedSquiggle is https://github.com/goki/icons/blob/main/svg/format_underlined_squiggle.svg
	FormatUnderlinedSquiggle Icon = "format_underlined_squiggle"

	// FormsAddOn is https://github.com/goki/icons/blob/main/svg/forms_add_on.svg
	FormsAddOn Icon = "forms_add_on"

	// FormsAppsScript is https://github.com/goki/icons/blob/main/svg/forms_apps_script.svg
	FormsAppsScript Icon = "forms_apps_script"

	// Fort is https://github.com/goki/icons/blob/main/svg/fort.svg
	Fort Icon = "fort"

	// Forum is https://github.com/goki/icons/blob/main/svg/forum.svg
	Forum Icon = "forum"

	// Forward is https://github.com/goki/icons/blob/main/svg/forward.svg
	Forward Icon = "forward"

	// Forward10 is https://github.com/goki/icons/blob/main/svg/forward_10.svg
	Forward10 Icon = "forward_10"

	// Forward30 is https://github.com/goki/icons/blob/main/svg/forward_30.svg
	Forward30 Icon = "forward_30"

	// Forward5 is https://github.com/goki/icons/blob/main/svg/forward_5.svg
	Forward5 Icon = "forward_5"

	// ForwardCircle is https://github.com/goki/icons/blob/main/svg/forward_circle.svg
	ForwardCircle Icon = "forward_circle"

	// ForwardMedia is https://github.com/goki/icons/blob/main/svg/forward_media.svg
	ForwardMedia Icon = "forward_media"

	// ForwardToInbox is https://github.com/goki/icons/blob/main/svg/forward_to_inbox.svg
	ForwardToInbox Icon = "forward_to_inbox"

	// Foundation is https://github.com/goki/icons/blob/main/svg/foundation.svg
	Foundation Icon = "foundation"

	// FrameInspect is https://github.com/goki/icons/blob/main/svg/frame_inspect.svg
	FrameInspect Icon = "frame_inspect"

	// FramePerson is https://github.com/goki/icons/blob/main/svg/frame_person.svg
	FramePerson Icon = "frame_person"

	// FramePersonOff is https://github.com/goki/icons/blob/main/svg/frame_person_off.svg
	FramePersonOff Icon = "frame_person_off"

	// FrameReload is https://github.com/goki/icons/blob/main/svg/frame_reload.svg
	FrameReload Icon = "frame_reload"

	// FrameSource is https://github.com/goki/icons/blob/main/svg/frame_source.svg
	FrameSource Icon = "frame_source"

	// FreeCancellation is https://github.com/goki/icons/blob/main/svg/free_cancellation.svg
	FreeCancellation Icon = "free_cancellation"

	// FrontHand is https://github.com/goki/icons/blob/main/svg/front_hand.svg
	FrontHand Icon = "front_hand"

	// FrontLoader is https://github.com/goki/icons/blob/main/svg/front_loader.svg
	FrontLoader Icon = "front_loader"

	// FullCoverage is https://github.com/goki/icons/blob/main/svg/full_coverage.svg
	FullCoverage Icon = "full_coverage"

	// FullStackedBarChart is https://github.com/goki/icons/blob/main/svg/full_stacked_bar_chart.svg
	FullStackedBarChart Icon = "full_stacked_bar_chart"

	// Fullscreen is https://github.com/goki/icons/blob/main/svg/fullscreen.svg
	Fullscreen Icon = "fullscreen"

	// FullscreenExit is https://github.com/goki/icons/blob/main/svg/fullscreen_exit.svg
	FullscreenExit Icon = "fullscreen_exit"

	// Function is https://github.com/goki/icons/blob/main/svg/function.svg
	Function Icon = "function"

	// Functions is https://github.com/goki/icons/blob/main/svg/functions.svg
	Functions Icon = "functions"

	// GMobiledata is https://github.com/goki/icons/blob/main/svg/g_mobiledata.svg
	GMobiledata Icon = "g_mobiledata"

	// GMobiledataBadge is https://github.com/goki/icons/blob/main/svg/g_mobiledata_badge.svg
	GMobiledataBadge Icon = "g_mobiledata_badge"

	// GTranslate is https://github.com/goki/icons/blob/main/svg/g_translate.svg
	GTranslate Icon = "g_translate"

	// GalleryThumbnail is https://github.com/goki/icons/blob/main/svg/gallery_thumbnail.svg
	GalleryThumbnail Icon = "gallery_thumbnail"

	// Gamepad is https://github.com/goki/icons/blob/main/svg/gamepad.svg
	Gamepad Icon = "gamepad"

	// Garage is https://github.com/goki/icons/blob/main/svg/garage.svg
	Garage Icon = "garage"

	// GarageHome is https://github.com/goki/icons/blob/main/svg/garage_home.svg
	GarageHome Icon = "garage_home"

	// GardenCart is https://github.com/goki/icons/blob/main/svg/garden_cart.svg
	GardenCart Icon = "garden_cart"

	// GasMeter is https://github.com/goki/icons/blob/main/svg/gas_meter.svg
	GasMeter Icon = "gas_meter"

	// Gastroenterology is https://github.com/goki/icons/blob/main/svg/gastroenterology.svg
	Gastroenterology Icon = "gastroenterology"

	// Gate is https://github.com/goki/icons/blob/main/svg/gate.svg
	Gate Icon = "gate"

	// Gavel is https://github.com/goki/icons/blob/main/svg/gavel.svg
	Gavel Icon = "gavel"

	// Genetics is https://github.com/goki/icons/blob/main/svg/genetics.svg
	Genetics Icon = "genetics"

	// Genres is https://github.com/goki/icons/blob/main/svg/genres.svg
	Genres Icon = "genres"

	// Gesture is https://github.com/goki/icons/blob/main/svg/gesture.svg
	Gesture Icon = "gesture"

	// GestureSelect is https://github.com/goki/icons/blob/main/svg/gesture_select.svg
	GestureSelect Icon = "gesture_select"

	// Gif is https://github.com/goki/icons/blob/main/svg/gif.svg
	Gif Icon = "gif"

	// GifBox is https://github.com/goki/icons/blob/main/svg/gif_box.svg
	GifBox Icon = "gif_box"

	// Girl is https://github.com/goki/icons/blob/main/svg/girl.svg
	Girl Icon = "girl"

	// Git is https://github.com/goki/icons/blob/main/svg/git.svg
	Git Icon = "git"

	// Gite is https://github.com/goki/icons/blob/main/svg/gite.svg
	Gite Icon = "gite"

	// GlassCup is https://github.com/goki/icons/blob/main/svg/glass_cup.svg
	GlassCup Icon = "glass_cup"

	// GlobeAsia is https://github.com/goki/icons/blob/main/svg/globe_asia.svg
	GlobeAsia Icon = "globe_asia"

	// GlobeUk is https://github.com/goki/icons/blob/main/svg/globe_uk.svg
	GlobeUk Icon = "globe_uk"

	// Glucose is https://github.com/goki/icons/blob/main/svg/glucose.svg
	Glucose Icon = "glucose"

	// Glyphs is https://github.com/goki/icons/blob/main/svg/glyphs.svg
	Glyphs Icon = "glyphs"

	// Go is https://github.com/goki/icons/blob/main/svg/go.svg
	Go Icon = "go"

	// GoToLine is https://github.com/goki/icons/blob/main/svg/go_to_line.svg
	GoToLine Icon = "go_to_line"

	// GolfCourse is https://github.com/goki/icons/blob/main/svg/golf_course.svg
	GolfCourse Icon = "golf_course"

	// GoogleTvRemote is https://github.com/goki/icons/blob/main/svg/google_tv_remote.svg
	GoogleTvRemote Icon = "google_tv_remote"

	// GoogleWifi is https://github.com/goki/icons/blob/main/svg/google_wifi.svg
	GoogleWifi Icon = "google_wifi"

	// GppBad is https://github.com/goki/icons/blob/main/svg/gpp_bad.svg
	GppBad Icon = "gpp_bad"

	// GppMaybe is https://github.com/goki/icons/blob/main/svg/gpp_maybe.svg
	GppMaybe Icon = "gpp_maybe"

	// Grade is https://github.com/goki/icons/blob/main/svg/grade.svg
	Grade Icon = "grade"

	// Gradient is https://github.com/goki/icons/blob/main/svg/gradient.svg
	Gradient Icon = "gradient"

	// Grading is https://github.com/goki/icons/blob/main/svg/grading.svg
	Grading Icon = "grading"

	// Grain is https://github.com/goki/icons/blob/main/svg/grain.svg
	Grain Icon = "grain"

	// GraphicEq is https://github.com/goki/icons/blob/main/svg/graphic_eq.svg
	GraphicEq Icon = "graphic_eq"

	// Grass is https://github.com/goki/icons/blob/main/svg/grass.svg
	Grass Icon = "grass"

	// Grid3X3 is https://github.com/goki/icons/blob/main/svg/grid_3x3.svg
	Grid3X3 Icon = "grid_3x3"

	// Grid3X3Off is https://github.com/goki/icons/blob/main/svg/grid_3x3_off.svg
	Grid3X3Off Icon = "grid_3x3_off"

	// Grid4X4 is https://github.com/goki/icons/blob/main/svg/grid_4x4.svg
	Grid4X4 Icon = "grid_4x4"

	// GridGoldenratio is https://github.com/goki/icons/blob/main/svg/grid_goldenratio.svg
	GridGoldenratio Icon = "grid_goldenratio"

	// GridGuides is https://github.com/goki/icons/blob/main/svg/grid_guides.svg
	GridGuides Icon = "grid_guides"

	// GridOff is https://github.com/goki/icons/blob/main/svg/grid_off.svg
	GridOff Icon = "grid_off"

	// GridOn is https://github.com/goki/icons/blob/main/svg/grid_on.svg
	GridOn Icon = "grid_on"

	// GridView is https://github.com/goki/icons/blob/main/svg/grid_view.svg
	GridView Icon = "grid_view"

	// Group is https://github.com/goki/icons/blob/main/svg/group.svg
	Group Icon = "group"

	// GroupAdd is https://github.com/goki/icons/blob/main/svg/group_add.svg
	GroupAdd Icon = "group_add"

	// GroupOff is https://github.com/goki/icons/blob/main/svg/group_off.svg
	GroupOff Icon = "group_off"

	// GroupRemove is https://github.com/goki/icons/blob/main/svg/group_remove.svg
	GroupRemove Icon = "group_remove"

	// GroupWork is https://github.com/goki/icons/blob/main/svg/group_work.svg
	GroupWork Icon = "group_work"

	// GroupedBarChart is https://github.com/goki/icons/blob/main/svg/grouped_bar_chart.svg
	GroupedBarChart Icon = "grouped_bar_chart"

	// Groups is https://github.com/goki/icons/blob/main/svg/groups.svg
	Groups Icon = "groups"

	// Groups2 is https://github.com/goki/icons/blob/main/svg/groups_2.svg
	Groups2 Icon = "groups_2"

	// Groups3 is https://github.com/goki/icons/blob/main/svg/groups_3.svg
	Groups3 Icon = "groups_3"

	// Gynecology is https://github.com/goki/icons/blob/main/svg/gynecology.svg
	Gynecology Icon = "gynecology"

	// HMobiledata is https://github.com/goki/icons/blob/main/svg/h_mobiledata.svg
	HMobiledata Icon = "h_mobiledata"

	// HMobiledataBadge is https://github.com/goki/icons/blob/main/svg/h_mobiledata_badge.svg
	HMobiledataBadge Icon = "h_mobiledata_badge"

	// HPlusMobiledata is https://github.com/goki/icons/blob/main/svg/h_plus_mobiledata.svg
	HPlusMobiledata Icon = "h_plus_mobiledata"

	// HPlusMobiledataBadge is https://github.com/goki/icons/blob/main/svg/h_plus_mobiledata_badge.svg
	HPlusMobiledataBadge Icon = "h_plus_mobiledata_badge"

	// Hail is https://github.com/goki/icons/blob/main/svg/hail.svg
	Hail Icon = "hail"

	// Hallway is https://github.com/goki/icons/blob/main/svg/hallway.svg
	Hallway Icon = "hallway"

	// HandBones is https://github.com/goki/icons/blob/main/svg/hand_bones.svg
	HandBones Icon = "hand_bones"

	// HandGesture is https://github.com/goki/icons/blob/main/svg/hand_gesture.svg
	HandGesture Icon = "hand_gesture"

	// Handshake is https://github.com/goki/icons/blob/main/svg/handshake.svg
	Handshake Icon = "handshake"

	// Handyman is https://github.com/goki/icons/blob/main/svg/handyman.svg
	Handyman Icon = "handyman"

	// HangoutVideo is https://github.com/goki/icons/blob/main/svg/hangout_video.svg
	HangoutVideo Icon = "hangout_video"

	// HangoutVideoOff is https://github.com/goki/icons/blob/main/svg/hangout_video_off.svg
	HangoutVideoOff Icon = "hangout_video_off"

	// HardDrive is https://github.com/goki/icons/blob/main/svg/hard_drive.svg
	HardDrive Icon = "hard_drive"

	// HardDrive2 is https://github.com/goki/icons/blob/main/svg/hard_drive_2.svg
	HardDrive2 Icon = "hard_drive_2"

	// Hardware is https://github.com/goki/icons/blob/main/svg/hardware.svg
	Hardware Icon = "hardware"

	// Hd is https://github.com/goki/icons/blob/main/svg/hd.svg
	Hd Icon = "hd"

	// HdrAuto is https://github.com/goki/icons/blob/main/svg/hdr_auto.svg
	HdrAuto Icon = "hdr_auto"

	// HdrAutoSelect is https://github.com/goki/icons/blob/main/svg/hdr_auto_select.svg
	HdrAutoSelect Icon = "hdr_auto_select"

	// HdrEnhancedSelect is https://github.com/goki/icons/blob/main/svg/hdr_enhanced_select.svg
	HdrEnhancedSelect Icon = "hdr_enhanced_select"

	// HdrOff is https://github.com/goki/icons/blob/main/svg/hdr_off.svg
	HdrOff Icon = "hdr_off"

	// HdrOffSelect is https://github.com/goki/icons/blob/main/svg/hdr_off_select.svg
	HdrOffSelect Icon = "hdr_off_select"

	// HdrOn is https://github.com/goki/icons/blob/main/svg/hdr_on.svg
	HdrOn Icon = "hdr_on"

	// HdrOnSelect is https://github.com/goki/icons/blob/main/svg/hdr_on_select.svg
	HdrOnSelect Icon = "hdr_on_select"

	// HdrPlus is https://github.com/goki/icons/blob/main/svg/hdr_plus.svg
	HdrPlus Icon = "hdr_plus"

	// HdrStrong is https://github.com/goki/icons/blob/main/svg/hdr_strong.svg
	HdrStrong Icon = "hdr_strong"

	// HdrWeak is https://github.com/goki/icons/blob/main/svg/hdr_weak.svg
	HdrWeak Icon = "hdr_weak"

	// Headphones is https://github.com/goki/icons/blob/main/svg/headphones.svg
	Headphones Icon = "headphones"

	// HeadphonesBattery is https://github.com/goki/icons/blob/main/svg/headphones_battery.svg
	HeadphonesBattery Icon = "headphones_battery"

	// HeadsetMic is https://github.com/goki/icons/blob/main/svg/headset_mic.svg
	HeadsetMic Icon = "headset_mic"

	// HeadsetOff is https://github.com/goki/icons/blob/main/svg/headset_off.svg
	HeadsetOff Icon = "headset_off"

	// Healing is https://github.com/goki/icons/blob/main/svg/healing.svg
	Healing Icon = "healing"

	// HealthAndSafety is https://github.com/goki/icons/blob/main/svg/health_and_safety.svg
	HealthAndSafety Icon = "health_and_safety"

	// HealthMetrics is https://github.com/goki/icons/blob/main/svg/health_metrics.svg
	HealthMetrics Icon = "health_metrics"

	// HeapSnapshotLarge is https://github.com/goki/icons/blob/main/svg/heap_snapshot_large.svg
	HeapSnapshotLarge Icon = "heap_snapshot_large"

	// HeapSnapshotMultiple is https://github.com/goki/icons/blob/main/svg/heap_snapshot_multiple.svg
	HeapSnapshotMultiple Icon = "heap_snapshot_multiple"

	// HeapSnapshotThumbnail is https://github.com/goki/icons/blob/main/svg/heap_snapshot_thumbnail.svg
	HeapSnapshotThumbnail Icon = "heap_snapshot_thumbnail"

	// Hearing is https://github.com/goki/icons/blob/main/svg/hearing.svg
	Hearing Icon = "hearing"

	// HearingDisabled is https://github.com/goki/icons/blob/main/svg/hearing_disabled.svg
	HearingDisabled Icon = "hearing_disabled"

	// HeartBroken is https://github.com/goki/icons/blob/main/svg/heart_broken.svg
	HeartBroken Icon = "heart_broken"

	// HeartCheck is https://github.com/goki/icons/blob/main/svg/heart_check.svg
	HeartCheck Icon = "heart_check"

	// HeartMinus is https://github.com/goki/icons/blob/main/svg/heart_minus.svg
	HeartMinus Icon = "heart_minus"

	// HeartPlus is https://github.com/goki/icons/blob/main/svg/heart_plus.svg
	HeartPlus Icon = "heart_plus"

	// HeatPump is https://github.com/goki/icons/blob/main/svg/heat_pump.svg
	HeatPump Icon = "heat_pump"

	// HeatPumpBalance is https://github.com/goki/icons/blob/main/svg/heat_pump_balance.svg
	HeatPumpBalance Icon = "heat_pump_balance"

	// Height is https://github.com/goki/icons/blob/main/svg/height.svg
	Height Icon = "height"

	// Helicopter is https://github.com/goki/icons/blob/main/svg/helicopter.svg
	Helicopter Icon = "helicopter"

	// Help is https://github.com/goki/icons/blob/main/svg/help.svg
	Help Icon = "help"

	// HelpCenter is https://github.com/goki/icons/blob/main/svg/help_center.svg
	HelpCenter Icon = "help_center"

	// HelpClinic is https://github.com/goki/icons/blob/main/svg/help_clinic.svg
	HelpClinic Icon = "help_clinic"

	// Hematology is https://github.com/goki/icons/blob/main/svg/hematology.svg
	Hematology Icon = "hematology"

	// Hevc is https://github.com/goki/icons/blob/main/svg/hevc.svg
	Hevc Icon = "hevc"

	// Hexagon is https://github.com/goki/icons/blob/main/svg/hexagon.svg
	Hexagon Icon = "hexagon"

	// Hide is https://github.com/goki/icons/blob/main/svg/hide.svg
	Hide Icon = "hide"

	// HideImage is https://github.com/goki/icons/blob/main/svg/hide_image.svg
	HideImage Icon = "hide_image"

	// HideSource is https://github.com/goki/icons/blob/main/svg/hide_source.svg
	HideSource Icon = "hide_source"

	// HighDensity is https://github.com/goki/icons/blob/main/svg/high_density.svg
	HighDensity Icon = "high_density"

	// HighQuality is https://github.com/goki/icons/blob/main/svg/high_quality.svg
	HighQuality Icon = "high_quality"

	// Highlight is https://github.com/goki/icons/blob/main/svg/highlight.svg
	Highlight Icon = "highlight"

	// HighlighterSize1 is https://github.com/goki/icons/blob/main/svg/highlighter_size_1.svg
	HighlighterSize1 Icon = "highlighter_size_1"

	// HighlighterSize2 is https://github.com/goki/icons/blob/main/svg/highlighter_size_2.svg
	HighlighterSize2 Icon = "highlighter_size_2"

	// HighlighterSize3 is https://github.com/goki/icons/blob/main/svg/highlighter_size_3.svg
	HighlighterSize3 Icon = "highlighter_size_3"

	// HighlighterSize4 is https://github.com/goki/icons/blob/main/svg/highlighter_size_4.svg
	HighlighterSize4 Icon = "highlighter_size_4"

	// HighlighterSize5 is https://github.com/goki/icons/blob/main/svg/highlighter_size_5.svg
	HighlighterSize5 Icon = "highlighter_size_5"

	// Hiking is https://github.com/goki/icons/blob/main/svg/hiking.svg
	Hiking Icon = "hiking"

	// History is https://github.com/goki/icons/blob/main/svg/history.svg
	History Icon = "history"

	// HistoryEdu is https://github.com/goki/icons/blob/main/svg/history_edu.svg
	HistoryEdu Icon = "history_edu"

	// HistoryToggleOff is https://github.com/goki/icons/blob/main/svg/history_toggle_off.svg
	HistoryToggleOff Icon = "history_toggle_off"

	// Hive is https://github.com/goki/icons/blob/main/svg/hive.svg
	Hive Icon = "hive"

	// Hls is https://github.com/goki/icons/blob/main/svg/hls.svg
	Hls Icon = "hls"

	// HlsOff is https://github.com/goki/icons/blob/main/svg/hls_off.svg
	HlsOff Icon = "hls_off"

	// HolidayVillage is https://github.com/goki/icons/blob/main/svg/holiday_village.svg
	HolidayVillage Icon = "holiday_village"

	// Home is https://github.com/goki/icons/blob/main/svg/home.svg
	Home Icon = "home"

	HomeAppLogo Icon = "home_app_logo"

	// HomeHealth is https://github.com/goki/icons/blob/main/svg/home_health.svg
	HomeHealth Icon = "home_health"

	// HomeIotDevice is https://github.com/goki/icons/blob/main/svg/home_iot_device.svg
	HomeIotDevice Icon = "home_iot_device"

	// HomeMax is https://github.com/goki/icons/blob/main/svg/home_max.svg
	HomeMax Icon = "home_max"

	// HomeMaxDots is https://github.com/goki/icons/blob/main/svg/home_max_dots.svg
	HomeMaxDots Icon = "home_max_dots"

	// HomeMini is https://github.com/goki/icons/blob/main/svg/home_mini.svg
	HomeMini Icon = "home_mini"

	// HomePin is https://github.com/goki/icons/blob/main/svg/home_pin.svg
	HomePin Icon = "home_pin"

	// HomeRepairService is https://github.com/goki/icons/blob/main/svg/home_repair_service.svg
	HomeRepairService Icon = "home_repair_service"

	// HomeSpeaker is https://github.com/goki/icons/blob/main/svg/home_speaker.svg
	HomeSpeaker Icon = "home_speaker"

	// HomeStorage is https://github.com/goki/icons/blob/main/svg/home_storage.svg
	HomeStorage Icon = "home_storage"

	// HomeWork is https://github.com/goki/icons/blob/main/svg/home_work.svg
	HomeWork Icon = "home_work"

	// HorizontalDistribute is https://github.com/goki/icons/blob/main/svg/horizontal_distribute.svg
	HorizontalDistribute Icon = "horizontal_distribute"

	// HorizontalRule is https://github.com/goki/icons/blob/main/svg/horizontal_rule.svg
	HorizontalRule Icon = "horizontal_rule"

	// HorizontalSplit is https://github.com/goki/icons/blob/main/svg/horizontal_split.svg
	HorizontalSplit Icon = "horizontal_split"

	// HotTub is https://github.com/goki/icons/blob/main/svg/hot_tub.svg
	HotTub Icon = "hot_tub"

	// Hotel is https://github.com/goki/icons/blob/main/svg/hotel.svg
	Hotel Icon = "hotel"

	// HotelClass is https://github.com/goki/icons/blob/main/svg/hotel_class.svg
	HotelClass Icon = "hotel_class"

	// HourglassBottom is https://github.com/goki/icons/blob/main/svg/hourglass_bottom.svg
	HourglassBottom Icon = "hourglass_bottom"

	// HourglassDisabled is https://github.com/goki/icons/blob/main/svg/hourglass_disabled.svg
	HourglassDisabled Icon = "hourglass_disabled"

	// HourglassEmpty is https://github.com/goki/icons/blob/main/svg/hourglass_empty.svg
	HourglassEmpty Icon = "hourglass_empty"

	// HourglassTop is https://github.com/goki/icons/blob/main/svg/hourglass_top.svg
	HourglassTop Icon = "hourglass_top"

	// House is https://github.com/goki/icons/blob/main/svg/house.svg
	House Icon = "house"

	// HouseSiding is https://github.com/goki/icons/blob/main/svg/house_siding.svg
	HouseSiding Icon = "house_siding"

	// HouseWithShield is https://github.com/goki/icons/blob/main/svg/house_with_shield.svg
	HouseWithShield Icon = "house_with_shield"

	// Houseboat is https://github.com/goki/icons/blob/main/svg/houseboat.svg
	Houseboat Icon = "houseboat"

	// HowToReg is https://github.com/goki/icons/blob/main/svg/how_to_reg.svg
	HowToReg Icon = "how_to_reg"

	// HowToVote is https://github.com/goki/icons/blob/main/svg/how_to_vote.svg
	HowToVote Icon = "how_to_vote"

	// HrResting is https://github.com/goki/icons/blob/main/svg/hr_resting.svg
	HrResting Icon = "hr_resting"

	// Html is https://github.com/goki/icons/blob/main/svg/html.svg
	Html Icon = "html"

	// Http is https://github.com/goki/icons/blob/main/svg/http.svg
	Http Icon = "http"

	// Hub is https://github.com/goki/icons/blob/main/svg/hub.svg
	Hub Icon = "hub"

	// Humerus is https://github.com/goki/icons/blob/main/svg/humerus.svg
	Humerus Icon = "humerus"

	// HumerusAlt is https://github.com/goki/icons/blob/main/svg/humerus_alt.svg
	HumerusAlt Icon = "humerus_alt"

	// HumidityHigh is https://github.com/goki/icons/blob/main/svg/humidity_high.svg
	HumidityHigh Icon = "humidity_high"

	// HumidityLow is https://github.com/goki/icons/blob/main/svg/humidity_low.svg
	HumidityLow Icon = "humidity_low"

	// HumidityMid is https://github.com/goki/icons/blob/main/svg/humidity_mid.svg
	HumidityMid Icon = "humidity_mid"

	// HumidityPercentage is https://github.com/goki/icons/blob/main/svg/humidity_percentage.svg
	HumidityPercentage Icon = "humidity_percentage"

	// Hvac is https://github.com/goki/icons/blob/main/svg/hvac.svg
	Hvac Icon = "hvac"

	// IceSkating is https://github.com/goki/icons/blob/main/svg/ice_skating.svg
	IceSkating Icon = "ice_skating"

	// Icecream is https://github.com/goki/icons/blob/main/svg/icecream.svg
	Icecream Icon = "icecream"

	// Ifl is https://github.com/goki/icons/blob/main/svg/ifl.svg
	Ifl Icon = "ifl"

	// Iframe is https://github.com/goki/icons/blob/main/svg/iframe.svg
	Iframe Icon = "iframe"

	// IframeOff is https://github.com/goki/icons/blob/main/svg/iframe_off.svg
	IframeOff Icon = "iframe_off"

	// Image is https://github.com/goki/icons/blob/main/svg/image.svg
	Image Icon = "image"

	// ImageAspectRatio is https://github.com/goki/icons/blob/main/svg/image_aspect_ratio.svg
	ImageAspectRatio Icon = "image_aspect_ratio"

	// ImageNotSupported is https://github.com/goki/icons/blob/main/svg/image_not_supported.svg
	ImageNotSupported Icon = "image_not_supported"

	// ImageSearch is https://github.com/goki/icons/blob/main/svg/image_search.svg
	ImageSearch Icon = "image_search"

	// ImagesearchRoller is https://github.com/goki/icons/blob/main/svg/imagesearch_roller.svg
	ImagesearchRoller Icon = "imagesearch_roller"

	// Imagesmode is https://github.com/goki/icons/blob/main/svg/imagesmode.svg
	Imagesmode Icon = "imagesmode"

	// Immunology is https://github.com/goki/icons/blob/main/svg/immunology.svg
	Immunology Icon = "immunology"

	// ImportContacts is https://github.com/goki/icons/blob/main/svg/import_contacts.svg
	ImportContacts Icon = "import_contacts"

	// ImportantDevices is https://github.com/goki/icons/blob/main/svg/important_devices.svg
	ImportantDevices Icon = "important_devices"

	// InHomeMode is https://github.com/goki/icons/blob/main/svg/in_home_mode.svg
	InHomeMode Icon = "in_home_mode"

	// InactiveOrder is https://github.com/goki/icons/blob/main/svg/inactive_order.svg
	InactiveOrder Icon = "inactive_order"

	// Inbox is https://github.com/goki/icons/blob/main/svg/inbox.svg
	Inbox Icon = "inbox"

	// InboxCustomize is https://github.com/goki/icons/blob/main/svg/inbox_customize.svg
	InboxCustomize Icon = "inbox_customize"

	// IncompleteCircle is https://github.com/goki/icons/blob/main/svg/incomplete_circle.svg
	IncompleteCircle Icon = "incomplete_circle"

	// IndeterminateCheckBox is https://github.com/goki/icons/blob/main/svg/indeterminate_check_box.svg
	IndeterminateCheckBox Icon = "indeterminate_check_box"

	// Info is https://github.com/goki/icons/blob/main/svg/info.svg
	Info Icon = "info"

	// InfoI is https://github.com/goki/icons/blob/main/svg/info_i.svg
	InfoI Icon = "info_i"

	// Infrared is https://github.com/goki/icons/blob/main/svg/infrared.svg
	Infrared Icon = "infrared"

	// InkEraser is https://github.com/goki/icons/blob/main/svg/ink_eraser.svg
	InkEraser Icon = "ink_eraser"

	// InkEraserOff is https://github.com/goki/icons/blob/main/svg/ink_eraser_off.svg
	InkEraserOff Icon = "ink_eraser_off"

	// InkHighlighter is https://github.com/goki/icons/blob/main/svg/ink_highlighter.svg
	InkHighlighter Icon = "ink_highlighter"

	// InkMarker is https://github.com/goki/icons/blob/main/svg/ink_marker.svg
	InkMarker Icon = "ink_marker"

	// InkPen is https://github.com/goki/icons/blob/main/svg/ink_pen.svg
	InkPen Icon = "ink_pen"

	// Inpatient is https://github.com/goki/icons/blob/main/svg/inpatient.svg
	Inpatient Icon = "inpatient"

	// Input is https://github.com/goki/icons/blob/main/svg/input.svg
	Input Icon = "input"

	// InputCircle is https://github.com/goki/icons/blob/main/svg/input_circle.svg
	InputCircle Icon = "input_circle"

	// InsertChart is https://github.com/goki/icons/blob/main/svg/insert_chart.svg
	InsertChart Icon = "insert_chart"

	// InsertPageBreak is https://github.com/goki/icons/blob/main/svg/insert_page_break.svg
	InsertPageBreak Icon = "insert_page_break"

	// InsertText is https://github.com/goki/icons/blob/main/svg/insert_text.svg
	InsertText Icon = "insert_text"

	// InstallDesktop is https://github.com/goki/icons/blob/main/svg/install_desktop.svg
	InstallDesktop Icon = "install_desktop"

	// InstallMobile is https://github.com/goki/icons/blob/main/svg/install_mobile.svg
	InstallMobile Icon = "install_mobile"

	// InstantMix is https://github.com/goki/icons/blob/main/svg/instant_mix.svg
	InstantMix Icon = "instant_mix"

	// IntegrationInstructions is https://github.com/goki/icons/blob/main/svg/integration_instructions.svg
	IntegrationInstructions Icon = "integration_instructions"

	// InteractiveSpace is https://github.com/goki/icons/blob/main/svg/interactive_space.svg
	InteractiveSpace Icon = "interactive_space"

	// Interests is https://github.com/goki/icons/blob/main/svg/interests.svg
	Interests Icon = "interests"

	// InterpreterMode is https://github.com/goki/icons/blob/main/svg/interpreter_mode.svg
	InterpreterMode Icon = "interpreter_mode"

	// Inventory is https://github.com/goki/icons/blob/main/svg/inventory.svg
	Inventory Icon = "inventory"

	// Inventory2 is https://github.com/goki/icons/blob/main/svg/inventory_2.svg
	Inventory2 Icon = "inventory_2"

	// InvertColors is https://github.com/goki/icons/blob/main/svg/invert_colors.svg
	InvertColors Icon = "invert_colors"

	// InvertColorsOff is https://github.com/goki/icons/blob/main/svg/invert_colors_off.svg
	InvertColorsOff Icon = "invert_colors_off"

	// IosShare is https://github.com/goki/icons/blob/main/svg/ios_share.svg
	IosShare Icon = "ios_share"

	// Iron is https://github.com/goki/icons/blob/main/svg/iron.svg
	Iron Icon = "iron"

	// JamboardKiosk is https://github.com/goki/icons/blob/main/svg/jamboard_kiosk.svg
	JamboardKiosk Icon = "jamboard_kiosk"

	// Javascript is https://github.com/goki/icons/blob/main/svg/javascript.svg
	Javascript Icon = "javascript"

	// Join is https://github.com/goki/icons/blob/main/svg/join.svg
	Join Icon = "join"

	// JoinInner is https://github.com/goki/icons/blob/main/svg/join_inner.svg
	JoinInner Icon = "join_inner"

	// JoinLeft is https://github.com/goki/icons/blob/main/svg/join_left.svg
	JoinLeft Icon = "join_left"

	// JoinRight is https://github.com/goki/icons/blob/main/svg/join_right.svg
	JoinRight Icon = "join_right"

	// Joystick is https://github.com/goki/icons/blob/main/svg/joystick.svg
	Joystick Icon = "joystick"

	// Json is https://github.com/goki/icons/blob/main/svg/json.svg
	Json Icon = "json"

	// JumpToElement is https://github.com/goki/icons/blob/main/svg/jump_to_element.svg
	JumpToElement Icon = "jump_to_element"

	// Kayaking is https://github.com/goki/icons/blob/main/svg/kayaking.svg
	Kayaking Icon = "kayaking"

	// KebabDining is https://github.com/goki/icons/blob/main/svg/kebab_dining.svg
	KebabDining Icon = "kebab_dining"

	// Kettle is https://github.com/goki/icons/blob/main/svg/kettle.svg
	Kettle Icon = "kettle"

	// Key is https://github.com/goki/icons/blob/main/svg/key.svg
	Key Icon = "key"

	// KeyOff is https://github.com/goki/icons/blob/main/svg/key_off.svg
	KeyOff Icon = "key_off"

	// KeyVisualizer is https://github.com/goki/icons/blob/main/svg/key_visualizer.svg
	KeyVisualizer Icon = "key_visualizer"

	// Keyboard is https://github.com/goki/icons/blob/main/svg/keyboard.svg
	Keyboard Icon = "keyboard"

	// KeyboardAlt is https://github.com/goki/icons/blob/main/svg/keyboard_alt.svg
	KeyboardAlt Icon = "keyboard_alt"

	// KeyboardArrowDown is https://github.com/goki/icons/blob/main/svg/keyboard_arrow_down.svg
	KeyboardArrowDown Icon = "keyboard_arrow_down"

	// KeyboardArrowLeft is https://github.com/goki/icons/blob/main/svg/keyboard_arrow_left.svg
	KeyboardArrowLeft Icon = "keyboard_arrow_left"

	// KeyboardArrowRight is https://github.com/goki/icons/blob/main/svg/keyboard_arrow_right.svg
	KeyboardArrowRight Icon = "keyboard_arrow_right"

	// KeyboardArrowUp is https://github.com/goki/icons/blob/main/svg/keyboard_arrow_up.svg
	KeyboardArrowUp Icon = "keyboard_arrow_up"

	// KeyboardBackspace is https://github.com/goki/icons/blob/main/svg/keyboard_backspace.svg
	KeyboardBackspace Icon = "keyboard_backspace"

	// KeyboardCapslock is https://github.com/goki/icons/blob/main/svg/keyboard_capslock.svg
	KeyboardCapslock Icon = "keyboard_capslock"

	// KeyboardCapslockBadge is https://github.com/goki/icons/blob/main/svg/keyboard_capslock_badge.svg
	KeyboardCapslockBadge Icon = "keyboard_capslock_badge"

	// KeyboardCommandKey is https://github.com/goki/icons/blob/main/svg/keyboard_command_key.svg
	KeyboardCommandKey Icon = "keyboard_command_key"

	// KeyboardControlKey is https://github.com/goki/icons/blob/main/svg/keyboard_control_key.svg
	KeyboardControlKey Icon = "keyboard_control_key"

	// KeyboardDoubleArrowDown is https://github.com/goki/icons/blob/main/svg/keyboard_double_arrow_down.svg
	KeyboardDoubleArrowDown Icon = "keyboard_double_arrow_down"

	// KeyboardDoubleArrowLeft is https://github.com/goki/icons/blob/main/svg/keyboard_double_arrow_left.svg
	KeyboardDoubleArrowLeft Icon = "keyboard_double_arrow_left"

	// KeyboardDoubleArrowRight is https://github.com/goki/icons/blob/main/svg/keyboard_double_arrow_right.svg
	KeyboardDoubleArrowRight Icon = "keyboard_double_arrow_right"

	// KeyboardDoubleArrowUp is https://github.com/goki/icons/blob/main/svg/keyboard_double_arrow_up.svg
	KeyboardDoubleArrowUp Icon = "keyboard_double_arrow_up"

	// KeyboardExternalInput is https://github.com/goki/icons/blob/main/svg/keyboard_external_input.svg
	KeyboardExternalInput Icon = "keyboard_external_input"

	// KeyboardFull is https://github.com/goki/icons/blob/main/svg/keyboard_full.svg
	KeyboardFull Icon = "keyboard_full"

	// KeyboardHide is https://github.com/goki/icons/blob/main/svg/keyboard_hide.svg
	KeyboardHide Icon = "keyboard_hide"

	// KeyboardKeys is https://github.com/goki/icons/blob/main/svg/keyboard_keys.svg
	KeyboardKeys Icon = "keyboard_keys"

	// KeyboardOff is https://github.com/goki/icons/blob/main/svg/keyboard_off.svg
	KeyboardOff Icon = "keyboard_off"

	// KeyboardOnscreen is https://github.com/goki/icons/blob/main/svg/keyboard_onscreen.svg
	KeyboardOnscreen Icon = "keyboard_onscreen"

	// KeyboardOptionKey is https://github.com/goki/icons/blob/main/svg/keyboard_option_key.svg
	KeyboardOptionKey Icon = "keyboard_option_key"

	// KeyboardPreviousLanguage is https://github.com/goki/icons/blob/main/svg/keyboard_previous_language.svg
	KeyboardPreviousLanguage Icon = "keyboard_previous_language"

	// KeyboardReturn is https://github.com/goki/icons/blob/main/svg/keyboard_return.svg
	KeyboardReturn Icon = "keyboard_return"

	// KeyboardTab is https://github.com/goki/icons/blob/main/svg/keyboard_tab.svg
	KeyboardTab Icon = "keyboard_tab"

	// KeyboardTabRtl is https://github.com/goki/icons/blob/main/svg/keyboard_tab_rtl.svg
	KeyboardTabRtl Icon = "keyboard_tab_rtl"

	// KeyboardVoice is https://github.com/goki/icons/blob/main/svg/keyboard_voice.svg
	KeyboardVoice Icon = "keyboard_voice"

	// KingBed is https://github.com/goki/icons/blob/main/svg/king_bed.svg
	KingBed Icon = "king_bed"

	// Kitchen is https://github.com/goki/icons/blob/main/svg/kitchen.svg
	Kitchen Icon = "kitchen"

	// Kitesurfing is https://github.com/goki/icons/blob/main/svg/kitesurfing.svg
	Kitesurfing Icon = "kitesurfing"

	// LabPanel is https://github.com/goki/icons/blob/main/svg/lab_panel.svg
	LabPanel Icon = "lab_panel"

	// LabProfile is https://github.com/goki/icons/blob/main/svg/lab_profile.svg
	LabProfile Icon = "lab_profile"

	// LabResearch is https://github.com/goki/icons/blob/main/svg/lab_research.svg
	LabResearch Icon = "lab_research"

	// Label is https://github.com/goki/icons/blob/main/svg/label.svg
	Label Icon = "label"

	// LabelImportant is https://github.com/goki/icons/blob/main/svg/label_important.svg
	LabelImportant Icon = "label_important"

	// LabelOff is https://github.com/goki/icons/blob/main/svg/label_off.svg
	LabelOff Icon = "label_off"

	// Labs is https://github.com/goki/icons/blob/main/svg/labs.svg
	Labs Icon = "labs"

	// Lan is https://github.com/goki/icons/blob/main/svg/lan.svg
	Lan Icon = "lan"

	// Landscape is https://github.com/goki/icons/blob/main/svg/landscape.svg
	Landscape Icon = "landscape"

	// Landslide is https://github.com/goki/icons/blob/main/svg/landslide.svg
	Landslide Icon = "landslide"

	// Language is https://github.com/goki/icons/blob/main/svg/language.svg
	Language Icon = "language"

	// LanguageChineseArray is https://github.com/goki/icons/blob/main/svg/language_chinese_array.svg
	LanguageChineseArray Icon = "language_chinese_array"

	// LanguageChineseCangjie is https://github.com/goki/icons/blob/main/svg/language_chinese_cangjie.svg
	LanguageChineseCangjie Icon = "language_chinese_cangjie"

	// LanguageChineseDayi is https://github.com/goki/icons/blob/main/svg/language_chinese_dayi.svg
	LanguageChineseDayi Icon = "language_chinese_dayi"

	// LanguageChinesePinyin is https://github.com/goki/icons/blob/main/svg/language_chinese_pinyin.svg
	LanguageChinesePinyin Icon = "language_chinese_pinyin"

	// LanguageChineseQuick is https://github.com/goki/icons/blob/main/svg/language_chinese_quick.svg
	LanguageChineseQuick Icon = "language_chinese_quick"

	// LanguageChineseWubi is https://github.com/goki/icons/blob/main/svg/language_chinese_wubi.svg
	LanguageChineseWubi Icon = "language_chinese_wubi"

	// LanguageFrench is https://github.com/goki/icons/blob/main/svg/language_french.svg
	LanguageFrench Icon = "language_french"

	// LanguageGbEnglish is https://github.com/goki/icons/blob/main/svg/language_gb_english.svg
	LanguageGbEnglish Icon = "language_gb_english"

	// LanguageInternational is https://github.com/goki/icons/blob/main/svg/language_international.svg
	LanguageInternational Icon = "language_international"

	// LanguageKoreanLatin is https://github.com/goki/icons/blob/main/svg/language_korean_latin.svg
	LanguageKoreanLatin Icon = "language_korean_latin"

	// LanguagePinyin is https://github.com/goki/icons/blob/main/svg/language_pinyin.svg
	LanguagePinyin Icon = "language_pinyin"

	// LanguageSpanish is https://github.com/goki/icons/blob/main/svg/language_spanish.svg
	LanguageSpanish Icon = "language_spanish"

	// LanguageUs is https://github.com/goki/icons/blob/main/svg/language_us.svg
	LanguageUs Icon = "language_us"

	// LanguageUsColemak is https://github.com/goki/icons/blob/main/svg/language_us_colemak.svg
	LanguageUsColemak Icon = "language_us_colemak"

	// LanguageUsDvorak is https://github.com/goki/icons/blob/main/svg/language_us_dvorak.svg
	LanguageUsDvorak Icon = "language_us_dvorak"

	// Laps is https://github.com/goki/icons/blob/main/svg/laps.svg
	Laps Icon = "laps"

	// LaptopChromebook is https://github.com/goki/icons/blob/main/svg/laptop_chromebook.svg
	LaptopChromebook Icon = "laptop_chromebook"

	// LaptopMac is https://github.com/goki/icons/blob/main/svg/laptop_mac.svg
	LaptopMac Icon = "laptop_mac"

	// LaptopWindows is https://github.com/goki/icons/blob/main/svg/laptop_windows.svg
	LaptopWindows Icon = "laptop_windows"

	// LassoSelect is https://github.com/goki/icons/blob/main/svg/lasso_select.svg
	LassoSelect Icon = "lasso_select"

	// LastPage is https://github.com/goki/icons/blob/main/svg/last_page.svg
	LastPage Icon = "last_page"

	// Latex is https://github.com/goki/icons/blob/main/svg/latex.svg
	Latex Icon = "latex"

	// Laundry is https://github.com/goki/icons/blob/main/svg/laundry.svg
	Laundry Icon = "laundry"

	// Layers is https://github.com/goki/icons/blob/main/svg/layers.svg
	Layers Icon = "layers"

	// LayersClear is https://github.com/goki/icons/blob/main/svg/layers_clear.svg
	LayersClear Icon = "layers_clear"

	// Lda is https://github.com/goki/icons/blob/main/svg/lda.svg
	Lda Icon = "lda"

	// Leaderboard is https://github.com/goki/icons/blob/main/svg/leaderboard.svg
	Leaderboard Icon = "leaderboard"

	// LeakAdd is https://github.com/goki/icons/blob/main/svg/leak_add.svg
	LeakAdd Icon = "leak_add"

	// LeakRemove is https://github.com/goki/icons/blob/main/svg/leak_remove.svg
	LeakRemove Icon = "leak_remove"

	// LeftClick is https://github.com/goki/icons/blob/main/svg/left_click.svg
	LeftClick Icon = "left_click"

	// LeftPanelClose is https://github.com/goki/icons/blob/main/svg/left_panel_close.svg
	LeftPanelClose Icon = "left_panel_close"

	// LeftPanelOpen is https://github.com/goki/icons/blob/main/svg/left_panel_open.svg
	LeftPanelOpen Icon = "left_panel_open"

	// LegendToggle is https://github.com/goki/icons/blob/main/svg/legend_toggle.svg
	LegendToggle Icon = "legend_toggle"

	// Lens is https://github.com/goki/icons/blob/main/svg/lens.svg
	Lens Icon = "lens"

	// LensBlur is https://github.com/goki/icons/blob/main/svg/lens_blur.svg
	LensBlur Icon = "lens_blur"

	// LetterSwitch is https://github.com/goki/icons/blob/main/svg/letter_switch.svg
	LetterSwitch Icon = "letter_switch"

	// LibraryAdd is https://github.com/goki/icons/blob/main/svg/library_add.svg
	LibraryAdd Icon = "library_add"

	// LibraryAddCheck is https://github.com/goki/icons/blob/main/svg/library_add_check.svg
	LibraryAddCheck Icon = "library_add_check"

	// LibraryBooks is https://github.com/goki/icons/blob/main/svg/library_books.svg
	LibraryBooks Icon = "library_books"

	// LibraryMusic is https://github.com/goki/icons/blob/main/svg/library_music.svg
	LibraryMusic Icon = "library_music"

	// LiftToTalk is https://github.com/goki/icons/blob/main/svg/lift_to_talk.svg
	LiftToTalk Icon = "lift_to_talk"

	// Light is https://github.com/goki/icons/blob/main/svg/light.svg
	Light Icon = "light"

	// LightGroup is https://github.com/goki/icons/blob/main/svg/light_group.svg
	LightGroup Icon = "light_group"

	// LightMode is https://github.com/goki/icons/blob/main/svg/light_mode.svg
	LightMode Icon = "light_mode"

	// Lightbulb is https://github.com/goki/icons/blob/main/svg/lightbulb.svg
	Lightbulb Icon = "lightbulb"

	// LightbulbCircle is https://github.com/goki/icons/blob/main/svg/lightbulb_circle.svg
	LightbulbCircle Icon = "lightbulb_circle"

	// LineAxis is https://github.com/goki/icons/blob/main/svg/line_axis.svg
	LineAxis Icon = "line_axis"

	// LineCurve is https://github.com/goki/icons/blob/main/svg/line_curve.svg
	LineCurve Icon = "line_curve"

	// LineEnd is https://github.com/goki/icons/blob/main/svg/line_end.svg
	LineEnd Icon = "line_end"

	// LineEndArrow is https://github.com/goki/icons/blob/main/svg/line_end_arrow.svg
	LineEndArrow Icon = "line_end_arrow"

	// LineEndArrowNotch is https://github.com/goki/icons/blob/main/svg/line_end_arrow_notch.svg
	LineEndArrowNotch Icon = "line_end_arrow_notch"

	// LineEndCircle is https://github.com/goki/icons/blob/main/svg/line_end_circle.svg
	LineEndCircle Icon = "line_end_circle"

	// LineEndDiamond is https://github.com/goki/icons/blob/main/svg/line_end_diamond.svg
	LineEndDiamond Icon = "line_end_diamond"

	// LineEndSquare is https://github.com/goki/icons/blob/main/svg/line_end_square.svg
	LineEndSquare Icon = "line_end_square"

	// LineStart is https://github.com/goki/icons/blob/main/svg/line_start.svg
	LineStart Icon = "line_start"

	// LineStartArrow is https://github.com/goki/icons/blob/main/svg/line_start_arrow.svg
	LineStartArrow Icon = "line_start_arrow"

	// LineStartArrowNotch is https://github.com/goki/icons/blob/main/svg/line_start_arrow_notch.svg
	LineStartArrowNotch Icon = "line_start_arrow_notch"

	// LineStartCircle is https://github.com/goki/icons/blob/main/svg/line_start_circle.svg
	LineStartCircle Icon = "line_start_circle"

	// LineStartDiamond is https://github.com/goki/icons/blob/main/svg/line_start_diamond.svg
	LineStartDiamond Icon = "line_start_diamond"

	// LineStartSquare is https://github.com/goki/icons/blob/main/svg/line_start_square.svg
	LineStartSquare Icon = "line_start_square"

	// LineStyle is https://github.com/goki/icons/blob/main/svg/line_style.svg
	LineStyle Icon = "line_style"

	// LineWeight is https://github.com/goki/icons/blob/main/svg/line_weight.svg
	LineWeight Icon = "line_weight"

	// LinearScale is https://github.com/goki/icons/blob/main/svg/linear_scale.svg
	LinearScale Icon = "linear_scale"

	// Link is https://github.com/goki/icons/blob/main/svg/link.svg
	Link Icon = "link"

	// LinkOff is https://github.com/goki/icons/blob/main/svg/link_off.svg
	LinkOff Icon = "link_off"

	// LinkedCamera is https://github.com/goki/icons/blob/main/svg/linked_camera.svg
	LinkedCamera Icon = "linked_camera"

	// Liquor is https://github.com/goki/icons/blob/main/svg/liquor.svg
	Liquor Icon = "liquor"

	// List is https://github.com/goki/icons/blob/main/svg/list.svg
	List Icon = "list"

	// ListAlt is https://github.com/goki/icons/blob/main/svg/list_alt.svg
	ListAlt Icon = "list_alt"

	// ListAltAdd is https://github.com/goki/icons/blob/main/svg/list_alt_add.svg
	ListAltAdd Icon = "list_alt_add"

	// Lists is https://github.com/goki/icons/blob/main/svg/lists.svg
	Lists Icon = "lists"

	// LiveHelp is https://github.com/goki/icons/blob/main/svg/live_help.svg
	LiveHelp Icon = "live_help"

	// LiveTv is https://github.com/goki/icons/blob/main/svg/live_tv.svg
	LiveTv Icon = "live_tv"

	// Living is https://github.com/goki/icons/blob/main/svg/living.svg
	Living Icon = "living"

	// LocalActivity is https://github.com/goki/icons/blob/main/svg/local_activity.svg
	LocalActivity Icon = "local_activity"

	// LocalAtm is https://github.com/goki/icons/blob/main/svg/local_atm.svg
	LocalAtm Icon = "local_atm"

	// LocalBar is https://github.com/goki/icons/blob/main/svg/local_bar.svg
	LocalBar Icon = "local_bar"

	// LocalCafe is https://github.com/goki/icons/blob/main/svg/local_cafe.svg
	LocalCafe Icon = "local_cafe"

	// LocalCarWash is https://github.com/goki/icons/blob/main/svg/local_car_wash.svg
	LocalCarWash Icon = "local_car_wash"

	// LocalConvenienceStore is https://github.com/goki/icons/blob/main/svg/local_convenience_store.svg
	LocalConvenienceStore Icon = "local_convenience_store"

	// LocalDining is https://github.com/goki/icons/blob/main/svg/local_dining.svg
	LocalDining Icon = "local_dining"

	// LocalDrink is https://github.com/goki/icons/blob/main/svg/local_drink.svg
	LocalDrink Icon = "local_drink"

	// LocalFireDepartment is https://github.com/goki/icons/blob/main/svg/local_fire_department.svg
	LocalFireDepartment Icon = "local_fire_department"

	// LocalFlorist is https://github.com/goki/icons/blob/main/svg/local_florist.svg
	LocalFlorist Icon = "local_florist"

	// LocalGasStation is https://github.com/goki/icons/blob/main/svg/local_gas_station.svg
	LocalGasStation Icon = "local_gas_station"

	// LocalHospital is https://github.com/goki/icons/blob/main/svg/local_hospital.svg
	LocalHospital Icon = "local_hospital"

	// LocalLaundryService is https://github.com/goki/icons/blob/main/svg/local_laundry_service.svg
	LocalLaundryService Icon = "local_laundry_service"

	// LocalLibrary is https://github.com/goki/icons/blob/main/svg/local_library.svg
	LocalLibrary Icon = "local_library"

	// LocalMall is https://github.com/goki/icons/blob/main/svg/local_mall.svg
	LocalMall Icon = "local_mall"

	// LocalParking is https://github.com/goki/icons/blob/main/svg/local_parking.svg
	LocalParking Icon = "local_parking"

	// LocalPharmacy is https://github.com/goki/icons/blob/main/svg/local_pharmacy.svg
	LocalPharmacy Icon = "local_pharmacy"

	// LocalPizza is https://github.com/goki/icons/blob/main/svg/local_pizza.svg
	LocalPizza Icon = "local_pizza"

	// LocalPolice is https://github.com/goki/icons/blob/main/svg/local_police.svg
	LocalPolice Icon = "local_police"

	// LocalPostOffice is https://github.com/goki/icons/blob/main/svg/local_post_office.svg
	LocalPostOffice Icon = "local_post_office"

	// LocalSee is https://github.com/goki/icons/blob/main/svg/local_see.svg
	LocalSee Icon = "local_see"

	// LocalShipping is https://github.com/goki/icons/blob/main/svg/local_shipping.svg
	LocalShipping Icon = "local_shipping"

	// LocalTaxi is https://github.com/goki/icons/blob/main/svg/local_taxi.svg
	LocalTaxi Icon = "local_taxi"

	// LocationAway is https://github.com/goki/icons/blob/main/svg/location_away.svg
	LocationAway Icon = "location_away"

	// LocationChip is https://github.com/goki/icons/blob/main/svg/location_chip.svg
	LocationChip Icon = "location_chip"

	// LocationCity is https://github.com/goki/icons/blob/main/svg/location_city.svg
	LocationCity Icon = "location_city"

	// LocationDisabled is https://github.com/goki/icons/blob/main/svg/location_disabled.svg
	LocationDisabled Icon = "location_disabled"

	// LocationHome is https://github.com/goki/icons/blob/main/svg/location_home.svg
	LocationHome Icon = "location_home"

	// LocationOff is https://github.com/goki/icons/blob/main/svg/location_off.svg
	LocationOff Icon = "location_off"

	// LocationOn is https://github.com/goki/icons/blob/main/svg/location_on.svg
	LocationOn Icon = "location_on"

	// LocationSearching is https://github.com/goki/icons/blob/main/svg/location_searching.svg
	LocationSearching Icon = "location_searching"

	// Lock is https://github.com/goki/icons/blob/main/svg/lock.svg
	Lock Icon = "lock"

	// LockClock is https://github.com/goki/icons/blob/main/svg/lock_clock.svg
	LockClock Icon = "lock_clock"

	// LockOpen is https://github.com/goki/icons/blob/main/svg/lock_open.svg
	LockOpen Icon = "lock_open"

	// LockOpenRight is https://github.com/goki/icons/blob/main/svg/lock_open_right.svg
	LockOpenRight Icon = "lock_open_right"

	// LockPerson is https://github.com/goki/icons/blob/main/svg/lock_person.svg
	LockPerson Icon = "lock_person"

	// LockReset is https://github.com/goki/icons/blob/main/svg/lock_reset.svg
	LockReset Icon = "lock_reset"

	// Login is https://github.com/goki/icons/blob/main/svg/login.svg
	Login Icon = "login"

	// LogoDev is https://github.com/goki/icons/blob/main/svg/logo_dev.svg
	LogoDev Icon = "logo_dev"

	// Logout is https://github.com/goki/icons/blob/main/svg/logout.svg
	Logout Icon = "logout"

	// Looks is https://github.com/goki/icons/blob/main/svg/looks.svg
	Looks Icon = "looks"

	// Looks3 is https://github.com/goki/icons/blob/main/svg/looks_3.svg
	Looks3 Icon = "looks_3"

	// Looks4 is https://github.com/goki/icons/blob/main/svg/looks_4.svg
	Looks4 Icon = "looks_4"

	// Looks5 is https://github.com/goki/icons/blob/main/svg/looks_5.svg
	Looks5 Icon = "looks_5"

	// Looks6 is https://github.com/goki/icons/blob/main/svg/looks_6.svg
	Looks6 Icon = "looks_6"

	// LooksOne is https://github.com/goki/icons/blob/main/svg/looks_one.svg
	LooksOne Icon = "looks_one"

	// LooksTwo is https://github.com/goki/icons/blob/main/svg/looks_two.svg
	LooksTwo Icon = "looks_two"

	// Loupe is https://github.com/goki/icons/blob/main/svg/loupe.svg
	Loupe Icon = "loupe"

	// LowDensity is https://github.com/goki/icons/blob/main/svg/low_density.svg
	LowDensity Icon = "low_density"

	// LowPriority is https://github.com/goki/icons/blob/main/svg/low_priority.svg
	LowPriority Icon = "low_priority"

	// Loyalty is https://github.com/goki/icons/blob/main/svg/loyalty.svg
	Loyalty Icon = "loyalty"

	// LteMobiledata is https://github.com/goki/icons/blob/main/svg/lte_mobiledata.svg
	LteMobiledata Icon = "lte_mobiledata"

	// LteMobiledataBadge is https://github.com/goki/icons/blob/main/svg/lte_mobiledata_badge.svg
	LteMobiledataBadge Icon = "lte_mobiledata_badge"

	// LtePlusMobiledata is https://github.com/goki/icons/blob/main/svg/lte_plus_mobiledata.svg
	LtePlusMobiledata Icon = "lte_plus_mobiledata"

	// LtePlusMobiledataBadge is https://github.com/goki/icons/blob/main/svg/lte_plus_mobiledata_badge.svg
	LtePlusMobiledataBadge Icon = "lte_plus_mobiledata_badge"

	// Luggage is https://github.com/goki/icons/blob/main/svg/luggage.svg
	Luggage Icon = "luggage"

	// LunchDining is https://github.com/goki/icons/blob/main/svg/lunch_dining.svg
	LunchDining Icon = "lunch_dining"

	// Lyrics is https://github.com/goki/icons/blob/main/svg/lyrics.svg
	Lyrics Icon = "lyrics"

	// MacroAuto is https://github.com/goki/icons/blob/main/svg/macro_auto.svg
	MacroAuto Icon = "macro_auto"

	// MacroOff is https://github.com/goki/icons/blob/main/svg/macro_off.svg
	MacroOff Icon = "macro_off"

	// MagnificationLarge is https://github.com/goki/icons/blob/main/svg/magnification_large.svg
	MagnificationLarge Icon = "magnification_large"

	// MagnificationSmall is https://github.com/goki/icons/blob/main/svg/magnification_small.svg
	MagnificationSmall Icon = "magnification_small"

	// MagnifyDocked is https://github.com/goki/icons/blob/main/svg/magnify_docked.svg
	MagnifyDocked Icon = "magnify_docked"

	// MagnifyFullscreen is https://github.com/goki/icons/blob/main/svg/magnify_fullscreen.svg
	MagnifyFullscreen Icon = "magnify_fullscreen"

	// Mail is https://github.com/goki/icons/blob/main/svg/mail.svg
	Mail Icon = "mail"

	// MailLock is https://github.com/goki/icons/blob/main/svg/mail_lock.svg
	MailLock Icon = "mail_lock"

	// Make is https://github.com/goki/icons/blob/main/svg/make.svg
	Make Icon = "make"

	// Makefile is https://github.com/goki/icons/blob/main/svg/makefile.svg
	Makefile Icon = "makefile"

	// Male is https://github.com/goki/icons/blob/main/svg/male.svg
	Male Icon = "male"

	// Man is https://github.com/goki/icons/blob/main/svg/man.svg
	Man Icon = "man"

	// Man2 is https://github.com/goki/icons/blob/main/svg/man_2.svg
	Man2 Icon = "man_2"

	// Man3 is https://github.com/goki/icons/blob/main/svg/man_3.svg
	Man3 Icon = "man_3"

	// Man4 is https://github.com/goki/icons/blob/main/svg/man_4.svg
	Man4 Icon = "man_4"

	// ManageAccounts is https://github.com/goki/icons/blob/main/svg/manage_accounts.svg
	ManageAccounts Icon = "manage_accounts"

	// ManageHistory is https://github.com/goki/icons/blob/main/svg/manage_history.svg
	ManageHistory Icon = "manage_history"

	// ManageSearch is https://github.com/goki/icons/blob/main/svg/manage_search.svg
	ManageSearch Icon = "manage_search"

	// Manga is https://github.com/goki/icons/blob/main/svg/manga.svg
	Manga Icon = "manga"

	// Map is https://github.com/goki/icons/blob/main/svg/map.svg
	Map Icon = "map"

	// MapsUgc is https://github.com/goki/icons/blob/main/svg/maps_ugc.svg
	MapsUgc Icon = "maps_ugc"

	// Margin is https://github.com/goki/icons/blob/main/svg/margin.svg
	Margin Icon = "margin"

	// MarkAsUnread is https://github.com/goki/icons/blob/main/svg/mark_as_unread.svg
	MarkAsUnread Icon = "mark_as_unread"

	// MarkChatRead is https://github.com/goki/icons/blob/main/svg/mark_chat_read.svg
	MarkChatRead Icon = "mark_chat_read"

	// MarkChatUnread is https://github.com/goki/icons/blob/main/svg/mark_chat_unread.svg
	MarkChatUnread Icon = "mark_chat_unread"

	// MarkEmailRead is https://github.com/goki/icons/blob/main/svg/mark_email_read.svg
	MarkEmailRead Icon = "mark_email_read"

	// MarkEmailUnread is https://github.com/goki/icons/blob/main/svg/mark_email_unread.svg
	MarkEmailUnread Icon = "mark_email_unread"

	// MarkUnreadChatAlt is https://github.com/goki/icons/blob/main/svg/mark_unread_chat_alt.svg
	MarkUnreadChatAlt Icon = "mark_unread_chat_alt"

	// MarkunreadMailbox is https://github.com/goki/icons/blob/main/svg/markunread_mailbox.svg
	MarkunreadMailbox Icon = "markunread_mailbox"

	// MaskedTransitions is https://github.com/goki/icons/blob/main/svg/masked_transitions.svg
	MaskedTransitions Icon = "masked_transitions"

	// Masks is https://github.com/goki/icons/blob/main/svg/masks.svg
	Masks Icon = "masks"

	// MatchCase is https://github.com/goki/icons/blob/main/svg/match_case.svg
	MatchCase Icon = "match_case"

	// MatchWord is https://github.com/goki/icons/blob/main/svg/match_word.svg
	MatchWord Icon = "match_word"

	// Matter is https://github.com/goki/icons/blob/main/svg/matter.svg
	Matter Icon = "matter"

	// Maximize is https://github.com/goki/icons/blob/main/svg/maximize.svg
	Maximize Icon = "maximize"

	// MeasuringTape is https://github.com/goki/icons/blob/main/svg/measuring_tape.svg
	MeasuringTape Icon = "measuring_tape"

	// MediaBluetoothOff is https://github.com/goki/icons/blob/main/svg/media_bluetooth_off.svg
	MediaBluetoothOff Icon = "media_bluetooth_off"

	// MediaBluetoothOn is https://github.com/goki/icons/blob/main/svg/media_bluetooth_on.svg
	MediaBluetoothOn Icon = "media_bluetooth_on"

	// MediaLink is https://github.com/goki/icons/blob/main/svg/media_link.svg
	MediaLink Icon = "media_link"

	// Mediation is https://github.com/goki/icons/blob/main/svg/mediation.svg
	Mediation Icon = "mediation"

	// MedicalInformation is https://github.com/goki/icons/blob/main/svg/medical_information.svg
	MedicalInformation Icon = "medical_information"

	// MedicalMask is https://github.com/goki/icons/blob/main/svg/medical_mask.svg
	MedicalMask Icon = "medical_mask"

	// MedicalServices is https://github.com/goki/icons/blob/main/svg/medical_services.svg
	MedicalServices Icon = "medical_services"

	// Medication is https://github.com/goki/icons/blob/main/svg/medication.svg
	Medication Icon = "medication"

	// MedicationLiquid is https://github.com/goki/icons/blob/main/svg/medication_liquid.svg
	MedicationLiquid Icon = "medication_liquid"

	// MeetingRoom is https://github.com/goki/icons/blob/main/svg/meeting_room.svg
	MeetingRoom Icon = "meeting_room"

	// Memory is https://github.com/goki/icons/blob/main/svg/memory.svg
	Memory Icon = "memory"

	// MemoryAlt is https://github.com/goki/icons/blob/main/svg/memory_alt.svg
	MemoryAlt Icon = "memory_alt"

	// MenstrualHealth is https://github.com/goki/icons/blob/main/svg/menstrual_health.svg
	MenstrualHealth Icon = "menstrual_health"

	// Menu is https://github.com/goki/icons/blob/main/svg/menu.svg
	Menu Icon = "menu"

	// MenuBook is https://github.com/goki/icons/blob/main/svg/menu_book.svg
	MenuBook Icon = "menu_book"

	// MenuOpen is https://github.com/goki/icons/blob/main/svg/menu_open.svg
	MenuOpen Icon = "menu_open"

	// Merge is https://github.com/goki/icons/blob/main/svg/merge.svg
	Merge Icon = "merge"

	// MergeType is https://github.com/goki/icons/blob/main/svg/merge_type.svg
	MergeType Icon = "merge_type"

	// Metabolism is https://github.com/goki/icons/blob/main/svg/metabolism.svg
	Metabolism Icon = "metabolism"

	// Method is https://github.com/goki/icons/blob/main/svg/method.svg
	Method Icon = "method"

	// MfgNestYaleLock is https://github.com/goki/icons/blob/main/svg/mfg_nest_yale_lock.svg
	MfgNestYaleLock Icon = "mfg_nest_yale_lock"

	// Mic is https://github.com/goki/icons/blob/main/svg/mic.svg
	Mic Icon = "mic"

	// MicDouble is https://github.com/goki/icons/blob/main/svg/mic_double.svg
	MicDouble Icon = "mic_double"

	// MicExternalOff is https://github.com/goki/icons/blob/main/svg/mic_external_off.svg
	MicExternalOff Icon = "mic_external_off"

	// MicExternalOn is https://github.com/goki/icons/blob/main/svg/mic_external_on.svg
	MicExternalOn Icon = "mic_external_on"

	// MicOff is https://github.com/goki/icons/blob/main/svg/mic_off.svg
	MicOff Icon = "mic_off"

	// Microbiology is https://github.com/goki/icons/blob/main/svg/microbiology.svg
	Microbiology Icon = "microbiology"

	// Microwave is https://github.com/goki/icons/blob/main/svg/microwave.svg
	Microwave Icon = "microwave"

	// MicrowaveGen is https://github.com/goki/icons/blob/main/svg/microwave_gen.svg
	MicrowaveGen Icon = "microwave_gen"

	// MilitaryTech is https://github.com/goki/icons/blob/main/svg/military_tech.svg
	MilitaryTech Icon = "military_tech"

	// Mimo is https://github.com/goki/icons/blob/main/svg/mimo.svg
	Mimo Icon = "mimo"

	// MimoDisconnect is https://github.com/goki/icons/blob/main/svg/mimo_disconnect.svg
	MimoDisconnect Icon = "mimo_disconnect"

	// Mindfulness is https://github.com/goki/icons/blob/main/svg/mindfulness.svg
	Mindfulness Icon = "mindfulness"

	// Minimize is https://github.com/goki/icons/blob/main/svg/minimize.svg
	Minimize Icon = "minimize"

	// MinorCrash is https://github.com/goki/icons/blob/main/svg/minor_crash.svg
	MinorCrash Icon = "minor_crash"

	// MissedVideoCall is https://github.com/goki/icons/blob/main/svg/missed_video_call.svg
	MissedVideoCall Icon = "missed_video_call"

	// Mist is https://github.com/goki/icons/blob/main/svg/mist.svg
	Mist Icon = "mist"

	// MixtureMed is https://github.com/goki/icons/blob/main/svg/mixture_med.svg
	MixtureMed Icon = "mixture_med"

	// Mms is https://github.com/goki/icons/blob/main/svg/mms.svg
	Mms Icon = "mms"

	// MobileFriendly is https://github.com/goki/icons/blob/main/svg/mobile_friendly.svg
	MobileFriendly Icon = "mobile_friendly"

	// MobileOff is https://github.com/goki/icons/blob/main/svg/mobile_off.svg
	MobileOff Icon = "mobile_off"

	// MobileScreenShare is https://github.com/goki/icons/blob/main/svg/mobile_screen_share.svg
	MobileScreenShare Icon = "mobile_screen_share"

	// MobiledataOff is https://github.com/goki/icons/blob/main/svg/mobiledata_off.svg
	MobiledataOff Icon = "mobiledata_off"

	// ModeComment is https://github.com/goki/icons/blob/main/svg/mode_comment.svg
	ModeComment Icon = "mode_comment"

	// ModeCool is https://github.com/goki/icons/blob/main/svg/mode_cool.svg
	ModeCool Icon = "mode_cool"

	// ModeCoolOff is https://github.com/goki/icons/blob/main/svg/mode_cool_off.svg
	ModeCoolOff Icon = "mode_cool_off"

	// ModeFan is https://github.com/goki/icons/blob/main/svg/mode_fan.svg
	ModeFan Icon = "mode_fan"

	// ModeFanOff is https://github.com/goki/icons/blob/main/svg/mode_fan_off.svg
	ModeFanOff Icon = "mode_fan_off"

	// ModeHeat is https://github.com/goki/icons/blob/main/svg/mode_heat.svg
	ModeHeat Icon = "mode_heat"

	// ModeHeatCool is https://github.com/goki/icons/blob/main/svg/mode_heat_cool.svg
	ModeHeatCool Icon = "mode_heat_cool"

	// ModeHeatOff is https://github.com/goki/icons/blob/main/svg/mode_heat_off.svg
	ModeHeatOff Icon = "mode_heat_off"

	// ModeNight is https://github.com/goki/icons/blob/main/svg/mode_night.svg
	ModeNight Icon = "mode_night"

	// ModeOfTravel is https://github.com/goki/icons/blob/main/svg/mode_of_travel.svg
	ModeOfTravel Icon = "mode_of_travel"

	// ModeOffOn is https://github.com/goki/icons/blob/main/svg/mode_off_on.svg
	ModeOffOn Icon = "mode_off_on"

	// ModeStandby is https://github.com/goki/icons/blob/main/svg/mode_standby.svg
	ModeStandby Icon = "mode_standby"

	// ModelTraining is https://github.com/goki/icons/blob/main/svg/model_training.svg
	ModelTraining Icon = "model_training"

	// MonetizationOn is https://github.com/goki/icons/blob/main/svg/monetization_on.svg
	MonetizationOn Icon = "monetization_on"

	// Money is https://github.com/goki/icons/blob/main/svg/money.svg
	Money Icon = "money"

	// MoneyOff is https://github.com/goki/icons/blob/main/svg/money_off.svg
	MoneyOff Icon = "money_off"

	// Monitor is https://github.com/goki/icons/blob/main/svg/monitor.svg
	Monitor Icon = "monitor"

	// MonitorHeart is https://github.com/goki/icons/blob/main/svg/monitor_heart.svg
	MonitorHeart Icon = "monitor_heart"

	// MonitorWeight is https://github.com/goki/icons/blob/main/svg/monitor_weight.svg
	MonitorWeight Icon = "monitor_weight"

	// MonitorWeightGain is https://github.com/goki/icons/blob/main/svg/monitor_weight_gain.svg
	MonitorWeightGain Icon = "monitor_weight_gain"

	// MonitorWeightLoss is https://github.com/goki/icons/blob/main/svg/monitor_weight_loss.svg
	MonitorWeightLoss Icon = "monitor_weight_loss"

	// Monitoring is https://github.com/goki/icons/blob/main/svg/monitoring.svg
	Monitoring Icon = "monitoring"

	// MonochromePhotos is https://github.com/goki/icons/blob/main/svg/monochrome_photos.svg
	MonochromePhotos Icon = "monochrome_photos"

	// Mood is https://github.com/goki/icons/blob/main/svg/mood.svg
	Mood Icon = "mood"

	// MoodBad is https://github.com/goki/icons/blob/main/svg/mood_bad.svg
	MoodBad Icon = "mood_bad"

	// Mop is https://github.com/goki/icons/blob/main/svg/mop.svg
	Mop Icon = "mop"

	// More is https://github.com/goki/icons/blob/main/svg/more.svg
	More Icon = "more"

	// MoreDown is https://github.com/goki/icons/blob/main/svg/more_down.svg
	MoreDown Icon = "more_down"

	// MoreHoriz is https://github.com/goki/icons/blob/main/svg/more_horiz.svg
	MoreHoriz Icon = "more_horiz"

	// MoreTime is https://github.com/goki/icons/blob/main/svg/more_time.svg
	MoreTime Icon = "more_time"

	// MoreUp is https://github.com/goki/icons/blob/main/svg/more_up.svg
	MoreUp Icon = "more_up"

	// MoreVert is https://github.com/goki/icons/blob/main/svg/more_vert.svg
	MoreVert Icon = "more_vert"

	// Mosque is https://github.com/goki/icons/blob/main/svg/mosque.svg
	Mosque Icon = "mosque"

	// MotionBlur is https://github.com/goki/icons/blob/main/svg/motion_blur.svg
	MotionBlur Icon = "motion_blur"

	// MotionMode is https://github.com/goki/icons/blob/main/svg/motion_mode.svg
	MotionMode Icon = "motion_mode"

	// MotionPhotosAuto is https://github.com/goki/icons/blob/main/svg/motion_photos_auto.svg
	MotionPhotosAuto Icon = "motion_photos_auto"

	// MotionPhotosOff is https://github.com/goki/icons/blob/main/svg/motion_photos_off.svg
	MotionPhotosOff Icon = "motion_photos_off"

	// MotionPhotosOn is https://github.com/goki/icons/blob/main/svg/motion_photos_on.svg
	MotionPhotosOn Icon = "motion_photos_on"

	// MotionPhotosPaused is https://github.com/goki/icons/blob/main/svg/motion_photos_paused.svg
	MotionPhotosPaused Icon = "motion_photos_paused"

	// MotionSensorActive is https://github.com/goki/icons/blob/main/svg/motion_sensor_active.svg
	MotionSensorActive Icon = "motion_sensor_active"

	// MotionSensorAlert is https://github.com/goki/icons/blob/main/svg/motion_sensor_alert.svg
	MotionSensorAlert Icon = "motion_sensor_alert"

	// MotionSensorIdle is https://github.com/goki/icons/blob/main/svg/motion_sensor_idle.svg
	MotionSensorIdle Icon = "motion_sensor_idle"

	// MotionSensorUrgent is https://github.com/goki/icons/blob/main/svg/motion_sensor_urgent.svg
	MotionSensorUrgent Icon = "motion_sensor_urgent"

	// Motorcycle is https://github.com/goki/icons/blob/main/svg/motorcycle.svg
	Motorcycle Icon = "motorcycle"

	// MountainFlag is https://github.com/goki/icons/blob/main/svg/mountain_flag.svg
	MountainFlag Icon = "mountain_flag"

	// Mouse is https://github.com/goki/icons/blob/main/svg/mouse.svg
	Mouse Icon = "mouse"

	// Move is https://github.com/goki/icons/blob/main/svg/move.svg
	Move Icon = "move"

	// MoveDown is https://github.com/goki/icons/blob/main/svg/move_down.svg
	MoveDown Icon = "move_down"

	// MoveGroup is https://github.com/goki/icons/blob/main/svg/move_group.svg
	MoveGroup Icon = "move_group"

	// MoveItem is https://github.com/goki/icons/blob/main/svg/move_item.svg
	MoveItem Icon = "move_item"

	// MoveLocation is https://github.com/goki/icons/blob/main/svg/move_location.svg
	MoveLocation Icon = "move_location"

	// MoveSelectionDown is https://github.com/goki/icons/blob/main/svg/move_selection_down.svg
	MoveSelectionDown Icon = "move_selection_down"

	// MoveSelectionLeft is https://github.com/goki/icons/blob/main/svg/move_selection_left.svg
	MoveSelectionLeft Icon = "move_selection_left"

	// MoveSelectionRight is https://github.com/goki/icons/blob/main/svg/move_selection_right.svg
	MoveSelectionRight Icon = "move_selection_right"

	// MoveSelectionUp is https://github.com/goki/icons/blob/main/svg/move_selection_up.svg
	MoveSelectionUp Icon = "move_selection_up"

	// MoveToInbox is https://github.com/goki/icons/blob/main/svg/move_to_inbox.svg
	MoveToInbox Icon = "move_to_inbox"

	// MoveUp is https://github.com/goki/icons/blob/main/svg/move_up.svg
	MoveUp Icon = "move_up"

	// MovedLocation is https://github.com/goki/icons/blob/main/svg/moved_location.svg
	MovedLocation Icon = "moved_location"

	// Movie is https://github.com/goki/icons/blob/main/svg/movie.svg
	Movie Icon = "movie"

	// MovieEdit is https://github.com/goki/icons/blob/main/svg/movie_edit.svg
	MovieEdit Icon = "movie_edit"

	// MovieInfo is https://github.com/goki/icons/blob/main/svg/movie_info.svg
	MovieInfo Icon = "movie_info"

	// Moving is https://github.com/goki/icons/blob/main/svg/moving.svg
	Moving Icon = "moving"

	// MovingBeds is https://github.com/goki/icons/blob/main/svg/moving_beds.svg
	MovingBeds Icon = "moving_beds"

	// MovingMinistry is https://github.com/goki/icons/blob/main/svg/moving_ministry.svg
	MovingMinistry Icon = "moving_ministry"

	// Mp is https://github.com/goki/icons/blob/main/svg/mp.svg
	Mp Icon = "mp"

	// Multicooker is https://github.com/goki/icons/blob/main/svg/multicooker.svg
	Multicooker Icon = "multicooker"

	// MultilineChart is https://github.com/goki/icons/blob/main/svg/multiline_chart.svg
	MultilineChart Icon = "multiline_chart"

	// MultipleStop is https://github.com/goki/icons/blob/main/svg/multiple_stop.svg
	MultipleStop Icon = "multiple_stop"

	// Museum is https://github.com/goki/icons/blob/main/svg/museum.svg
	Museum Icon = "museum"

	// MusicNote is https://github.com/goki/icons/blob/main/svg/music_note.svg
	MusicNote Icon = "music_note"

	// MusicOff is https://github.com/goki/icons/blob/main/svg/music_off.svg
	MusicOff Icon = "music_off"

	// MusicVideo is https://github.com/goki/icons/blob/main/svg/music_video.svg
	MusicVideo Icon = "music_video"

	// MyLocation is https://github.com/goki/icons/blob/main/svg/my_location.svg
	MyLocation Icon = "my_location"

	// Mystery is https://github.com/goki/icons/blob/main/svg/mystery.svg
	Mystery Icon = "mystery"

	// Nat is https://github.com/goki/icons/blob/main/svg/nat.svg
	Nat Icon = "nat"

	// Nature is https://github.com/goki/icons/blob/main/svg/nature.svg
	Nature Icon = "nature"

	// NaturePeople is https://github.com/goki/icons/blob/main/svg/nature_people.svg
	NaturePeople Icon = "nature_people"

	// NavigateBefore is https://github.com/goki/icons/blob/main/svg/navigate_before.svg
	NavigateBefore Icon = "navigate_before"

	// NavigateNext is https://github.com/goki/icons/blob/main/svg/navigate_next.svg
	NavigateNext Icon = "navigate_next"

	// Navigation is https://github.com/goki/icons/blob/main/svg/navigation.svg
	Navigation Icon = "navigation"

	// NearMe is https://github.com/goki/icons/blob/main/svg/near_me.svg
	NearMe Icon = "near_me"

	// NearMeDisabled is https://github.com/goki/icons/blob/main/svg/near_me_disabled.svg
	NearMeDisabled Icon = "near_me_disabled"

	// Nearby is https://github.com/goki/icons/blob/main/svg/nearby.svg
	Nearby Icon = "nearby"

	// NearbyError is https://github.com/goki/icons/blob/main/svg/nearby_error.svg
	NearbyError Icon = "nearby_error"

	// NearbyOff is https://github.com/goki/icons/blob/main/svg/nearby_off.svg
	NearbyOff Icon = "nearby_off"

	// Nephrology is https://github.com/goki/icons/blob/main/svg/nephrology.svg
	Nephrology Icon = "nephrology"

	// NestAudio is https://github.com/goki/icons/blob/main/svg/nest_audio.svg
	NestAudio Icon = "nest_audio"

	// NestCamFloodlight is https://github.com/goki/icons/blob/main/svg/nest_cam_floodlight.svg
	NestCamFloodlight Icon = "nest_cam_floodlight"

	// NestCamIndoor is https://github.com/goki/icons/blob/main/svg/nest_cam_indoor.svg
	NestCamIndoor Icon = "nest_cam_indoor"

	// NestCamIq is https://github.com/goki/icons/blob/main/svg/nest_cam_iq.svg
	NestCamIq Icon = "nest_cam_iq"

	// NestCamIqOutdoor is https://github.com/goki/icons/blob/main/svg/nest_cam_iq_outdoor.svg
	NestCamIqOutdoor Icon = "nest_cam_iq_outdoor"

	// NestCamMagnetMount is https://github.com/goki/icons/blob/main/svg/nest_cam_magnet_mount.svg
	NestCamMagnetMount Icon = "nest_cam_magnet_mount"

	// NestCamOutdoor is https://github.com/goki/icons/blob/main/svg/nest_cam_outdoor.svg
	NestCamOutdoor Icon = "nest_cam_outdoor"

	// NestCamStand is https://github.com/goki/icons/blob/main/svg/nest_cam_stand.svg
	NestCamStand Icon = "nest_cam_stand"

	// NestCamWallMount is https://github.com/goki/icons/blob/main/svg/nest_cam_wall_mount.svg
	NestCamWallMount Icon = "nest_cam_wall_mount"

	// NestCamWiredStand is https://github.com/goki/icons/blob/main/svg/nest_cam_wired_stand.svg
	NestCamWiredStand Icon = "nest_cam_wired_stand"

	// NestClockFarsightAnalog is https://github.com/goki/icons/blob/main/svg/nest_clock_farsight_analog.svg
	NestClockFarsightAnalog Icon = "nest_clock_farsight_analog"

	// NestClockFarsightDigital is https://github.com/goki/icons/blob/main/svg/nest_clock_farsight_digital.svg
	NestClockFarsightDigital Icon = "nest_clock_farsight_digital"

	// NestConnect is https://github.com/goki/icons/blob/main/svg/nest_connect.svg
	NestConnect Icon = "nest_connect"

	// NestDetect is https://github.com/goki/icons/blob/main/svg/nest_detect.svg
	NestDetect Icon = "nest_detect"

	// NestDisplay is https://github.com/goki/icons/blob/main/svg/nest_display.svg
	NestDisplay Icon = "nest_display"

	// NestDisplayMax is https://github.com/goki/icons/blob/main/svg/nest_display_max.svg
	NestDisplayMax Icon = "nest_display_max"

	// NestDoorbellVisitor is https://github.com/goki/icons/blob/main/svg/nest_doorbell_visitor.svg
	NestDoorbellVisitor Icon = "nest_doorbell_visitor"

	// NestEcoLeaf is https://github.com/goki/icons/blob/main/svg/nest_eco_leaf.svg
	NestEcoLeaf Icon = "nest_eco_leaf"

	// NestFarsightWeather is https://github.com/goki/icons/blob/main/svg/nest_farsight_weather.svg
	NestFarsightWeather Icon = "nest_farsight_weather"

	// NestFoundSavings is https://github.com/goki/icons/blob/main/svg/nest_found_savings.svg
	NestFoundSavings Icon = "nest_found_savings"

	// NestHeatLinkE is https://github.com/goki/icons/blob/main/svg/nest_heat_link_e.svg
	NestHeatLinkE Icon = "nest_heat_link_e"

	// NestHeatLinkGen3 is https://github.com/goki/icons/blob/main/svg/nest_heat_link_gen_3.svg
	NestHeatLinkGen3 Icon = "nest_heat_link_gen_3"

	// NestHelloDoorbell is https://github.com/goki/icons/blob/main/svg/nest_hello_doorbell.svg
	NestHelloDoorbell Icon = "nest_hello_doorbell"

	// NestMini is https://github.com/goki/icons/blob/main/svg/nest_mini.svg
	NestMini Icon = "nest_mini"

	// NestMultiRoom is https://github.com/goki/icons/blob/main/svg/nest_multi_room.svg
	NestMultiRoom Icon = "nest_multi_room"

	// NestProtect is https://github.com/goki/icons/blob/main/svg/nest_protect.svg
	NestProtect Icon = "nest_protect"

	// NestRemote is https://github.com/goki/icons/blob/main/svg/nest_remote.svg
	NestRemote Icon = "nest_remote"

	// NestRemoteComfortSensor is https://github.com/goki/icons/blob/main/svg/nest_remote_comfort_sensor.svg
	NestRemoteComfortSensor Icon = "nest_remote_comfort_sensor"

	// NestSecureAlarm is https://github.com/goki/icons/blob/main/svg/nest_secure_alarm.svg
	NestSecureAlarm Icon = "nest_secure_alarm"

	// NestSunblock is https://github.com/goki/icons/blob/main/svg/nest_sunblock.svg
	NestSunblock Icon = "nest_sunblock"

	// NestTag is https://github.com/goki/icons/blob/main/svg/nest_tag.svg
	NestTag Icon = "nest_tag"

	// NestThermostat is https://github.com/goki/icons/blob/main/svg/nest_thermostat.svg
	NestThermostat Icon = "nest_thermostat"

	// NestThermostatEEu is https://github.com/goki/icons/blob/main/svg/nest_thermostat_e_eu.svg
	NestThermostatEEu Icon = "nest_thermostat_e_eu"

	// NestThermostatGen3 is https://github.com/goki/icons/blob/main/svg/nest_thermostat_gen_3.svg
	NestThermostatGen3 Icon = "nest_thermostat_gen_3"

	// NestThermostatSensor is https://github.com/goki/icons/blob/main/svg/nest_thermostat_sensor.svg
	NestThermostatSensor Icon = "nest_thermostat_sensor"

	// NestThermostatSensorEu is https://github.com/goki/icons/blob/main/svg/nest_thermostat_sensor_eu.svg
	NestThermostatSensorEu Icon = "nest_thermostat_sensor_eu"

	// NestThermostatZirconiumEu is https://github.com/goki/icons/blob/main/svg/nest_thermostat_zirconium_eu.svg
	NestThermostatZirconiumEu Icon = "nest_thermostat_zirconium_eu"

	// NestTrueRadiant is https://github.com/goki/icons/blob/main/svg/nest_true_radiant.svg
	NestTrueRadiant Icon = "nest_true_radiant"

	// NestWakeOnApproach is https://github.com/goki/icons/blob/main/svg/nest_wake_on_approach.svg
	NestWakeOnApproach Icon = "nest_wake_on_approach"

	// NestWakeOnPress is https://github.com/goki/icons/blob/main/svg/nest_wake_on_press.svg
	NestWakeOnPress Icon = "nest_wake_on_press"

	// NestWifiGale is https://github.com/goki/icons/blob/main/svg/nest_wifi_gale.svg
	NestWifiGale Icon = "nest_wifi_gale"

	// NestWifiPoint is https://github.com/goki/icons/blob/main/svg/nest_wifi_point.svg
	NestWifiPoint Icon = "nest_wifi_point"

	// NestWifiRouter is https://github.com/goki/icons/blob/main/svg/nest_wifi_router.svg
	NestWifiRouter Icon = "nest_wifi_router"

	// NetworkCell is https://github.com/goki/icons/blob/main/svg/network_cell.svg
	NetworkCell Icon = "network_cell"

	// NetworkCheck is https://github.com/goki/icons/blob/main/svg/network_check.svg
	NetworkCheck Icon = "network_check"

	// NetworkIntelligenceHistory is https://github.com/goki/icons/blob/main/svg/network_intelligence_history.svg
	NetworkIntelligenceHistory Icon = "network_intelligence_history"

	// NetworkIntelligenceUpdate is https://github.com/goki/icons/blob/main/svg/network_intelligence_update.svg
	NetworkIntelligenceUpdate Icon = "network_intelligence_update"

	// NetworkLocked is https://github.com/goki/icons/blob/main/svg/network_locked.svg
	NetworkLocked Icon = "network_locked"

	// NetworkManage is https://github.com/goki/icons/blob/main/svg/network_manage.svg
	NetworkManage Icon = "network_manage"

	// NetworkPing is https://github.com/goki/icons/blob/main/svg/network_ping.svg
	NetworkPing Icon = "network_ping"

	// NetworkWifi is https://github.com/goki/icons/blob/main/svg/network_wifi.svg
	NetworkWifi Icon = "network_wifi"

	// NetworkWifi1Bar is https://github.com/goki/icons/blob/main/svg/network_wifi_1_bar.svg
	NetworkWifi1Bar Icon = "network_wifi_1_bar"

	// NetworkWifi2Bar is https://github.com/goki/icons/blob/main/svg/network_wifi_2_bar.svg
	NetworkWifi2Bar Icon = "network_wifi_2_bar"

	// NetworkWifi3Bar is https://github.com/goki/icons/blob/main/svg/network_wifi_3_bar.svg
	NetworkWifi3Bar Icon = "network_wifi_3_bar"

	// Neurology is https://github.com/goki/icons/blob/main/svg/neurology.svg
	Neurology Icon = "neurology"

	// NewLabel is https://github.com/goki/icons/blob/main/svg/new_label.svg
	NewLabel Icon = "new_label"

	// NewReleases is https://github.com/goki/icons/blob/main/svg/new_releases.svg
	NewReleases Icon = "new_releases"

	// NewWindow is https://github.com/goki/icons/blob/main/svg/new_window.svg
	NewWindow Icon = "new_window"

	// News is https://github.com/goki/icons/blob/main/svg/news.svg
	News Icon = "news"

	// Newsmode is https://github.com/goki/icons/blob/main/svg/newsmode.svg
	Newsmode Icon = "newsmode"

	// Newspaper is https://github.com/goki/icons/blob/main/svg/newspaper.svg
	Newspaper Icon = "newspaper"

	// NextPlan is https://github.com/goki/icons/blob/main/svg/next_plan.svg
	NextPlan Icon = "next_plan"

	// NextWeek is https://github.com/goki/icons/blob/main/svg/next_week.svg
	NextWeek Icon = "next_week"

	// Nfc is https://github.com/goki/icons/blob/main/svg/nfc.svg
	Nfc Icon = "nfc"

	// NightShelter is https://github.com/goki/icons/blob/main/svg/night_shelter.svg
	NightShelter Icon = "night_shelter"

	// NightSightAuto is https://github.com/goki/icons/blob/main/svg/night_sight_auto.svg
	NightSightAuto Icon = "night_sight_auto"

	// NightSightAutoOff is https://github.com/goki/icons/blob/main/svg/night_sight_auto_off.svg
	NightSightAutoOff Icon = "night_sight_auto_off"

	// NightSightMax is https://github.com/goki/icons/blob/main/svg/night_sight_max.svg
	NightSightMax Icon = "night_sight_max"

	// Nightlife is https://github.com/goki/icons/blob/main/svg/nightlife.svg
	Nightlife Icon = "nightlife"

	// Nightlight is https://github.com/goki/icons/blob/main/svg/nightlight.svg
	Nightlight Icon = "nightlight"

	// NightsStay is https://github.com/goki/icons/blob/main/svg/nights_stay.svg
	NightsStay Icon = "nights_stay"

	// NoAccounts is https://github.com/goki/icons/blob/main/svg/no_accounts.svg
	NoAccounts Icon = "no_accounts"

	// NoAdultContent is https://github.com/goki/icons/blob/main/svg/no_adult_content.svg
	NoAdultContent Icon = "no_adult_content"

	// NoBackpack is https://github.com/goki/icons/blob/main/svg/no_backpack.svg
	NoBackpack Icon = "no_backpack"

	// NoCrash is https://github.com/goki/icons/blob/main/svg/no_crash.svg
	NoCrash Icon = "no_crash"

	// NoDrinks is https://github.com/goki/icons/blob/main/svg/no_drinks.svg
	NoDrinks Icon = "no_drinks"

	// NoEncryption is https://github.com/goki/icons/blob/main/svg/no_encryption.svg
	NoEncryption Icon = "no_encryption"

	// NoFlash is https://github.com/goki/icons/blob/main/svg/no_flash.svg
	NoFlash Icon = "no_flash"

	// NoFood is https://github.com/goki/icons/blob/main/svg/no_food.svg
	NoFood Icon = "no_food"

	// NoLuggage is https://github.com/goki/icons/blob/main/svg/no_luggage.svg
	NoLuggage Icon = "no_luggage"

	// NoMeals is https://github.com/goki/icons/blob/main/svg/no_meals.svg
	NoMeals Icon = "no_meals"

	// NoMeetingRoom is https://github.com/goki/icons/blob/main/svg/no_meeting_room.svg
	NoMeetingRoom Icon = "no_meeting_room"

	// NoPhotography is https://github.com/goki/icons/blob/main/svg/no_photography.svg
	NoPhotography Icon = "no_photography"

	// NoSim is https://github.com/goki/icons/blob/main/svg/no_sim.svg
	NoSim Icon = "no_sim"

	// NoSound is https://github.com/goki/icons/blob/main/svg/no_sound.svg
	NoSound Icon = "no_sound"

	// NoStroller is https://github.com/goki/icons/blob/main/svg/no_stroller.svg
	NoStroller Icon = "no_stroller"

	// NoTransfer is https://github.com/goki/icons/blob/main/svg/no_transfer.svg
	NoTransfer Icon = "no_transfer"

	// NoiseAware is https://github.com/goki/icons/blob/main/svg/noise_aware.svg
	NoiseAware Icon = "noise_aware"

	// NoiseControlOff is https://github.com/goki/icons/blob/main/svg/noise_control_off.svg
	NoiseControlOff Icon = "noise_control_off"

	// NoiseControlOn is https://github.com/goki/icons/blob/main/svg/noise_control_on.svg
	NoiseControlOn Icon = "noise_control_on"

	// NordicWalking is https://github.com/goki/icons/blob/main/svg/nordic_walking.svg
	NordicWalking Icon = "nordic_walking"

	// North is https://github.com/goki/icons/blob/main/svg/north.svg
	North Icon = "north"

	// NorthEast is https://github.com/goki/icons/blob/main/svg/north_east.svg
	NorthEast Icon = "north_east"

	// NorthWest is https://github.com/goki/icons/blob/main/svg/north_west.svg
	NorthWest Icon = "north_west"

	// NotAccessible is https://github.com/goki/icons/blob/main/svg/not_accessible.svg
	NotAccessible Icon = "not_accessible"

	// NotListedLocation is https://github.com/goki/icons/blob/main/svg/not_listed_location.svg
	NotListedLocation Icon = "not_listed_location"

	// NotStarted is https://github.com/goki/icons/blob/main/svg/not_started.svg
	NotStarted Icon = "not_started"

	// Note is https://github.com/goki/icons/blob/main/svg/note.svg
	Note Icon = "note"

	// NoteAdd is https://github.com/goki/icons/blob/main/svg/note_add.svg
	NoteAdd Icon = "note_add"

	// NoteAlt is https://github.com/goki/icons/blob/main/svg/note_alt.svg
	NoteAlt Icon = "note_alt"

	// Notes is https://github.com/goki/icons/blob/main/svg/notes.svg
	Notes Icon = "notes"

	// NotificationAdd is https://github.com/goki/icons/blob/main/svg/notification_add.svg
	NotificationAdd Icon = "notification_add"

	// NotificationImportant is https://github.com/goki/icons/blob/main/svg/notification_important.svg
	NotificationImportant Icon = "notification_important"

	// NotificationMultiple is https://github.com/goki/icons/blob/main/svg/notification_multiple.svg
	NotificationMultiple Icon = "notification_multiple"

	// Notifications is https://github.com/goki/icons/blob/main/svg/notifications.svg
	Notifications Icon = "notifications"

	// NotificationsActive is https://github.com/goki/icons/blob/main/svg/notifications_active.svg
	NotificationsActive Icon = "notifications_active"

	// NotificationsOff is https://github.com/goki/icons/blob/main/svg/notifications_off.svg
	NotificationsOff Icon = "notifications_off"

	// NotificationsPaused is https://github.com/goki/icons/blob/main/svg/notifications_paused.svg
	NotificationsPaused Icon = "notifications_paused"

	// Numbers is https://github.com/goki/icons/blob/main/svg/numbers.svg
	Numbers Icon = "numbers"

	// Nutrition is https://github.com/goki/icons/blob/main/svg/nutrition.svg
	Nutrition Icon = "nutrition"

	// Ods is https://github.com/goki/icons/blob/main/svg/ods.svg
	Ods Icon = "ods"

	// Odt is https://github.com/goki/icons/blob/main/svg/odt.svg
	Odt Icon = "odt"

	// OfflineBolt is https://github.com/goki/icons/blob/main/svg/offline_bolt.svg
	OfflineBolt Icon = "offline_bolt"

	// OfflinePin is https://github.com/goki/icons/blob/main/svg/offline_pin.svg
	OfflinePin Icon = "offline_pin"

	// OfflineShare is https://github.com/goki/icons/blob/main/svg/offline_share.svg
	OfflineShare Icon = "offline_share"

	// OilBarrel is https://github.com/goki/icons/blob/main/svg/oil_barrel.svg
	OilBarrel Icon = "oil_barrel"

	// OnDeviceTraining is https://github.com/goki/icons/blob/main/svg/on_device_training.svg
	OnDeviceTraining Icon = "on_device_training"

	// Oncology is https://github.com/goki/icons/blob/main/svg/oncology.svg
	Oncology Icon = "oncology"

	// OnlinePrediction is https://github.com/goki/icons/blob/main/svg/online_prediction.svg
	OnlinePrediction Icon = "online_prediction"

	// Onsen is https://github.com/goki/icons/blob/main/svg/onsen.svg
	Onsen Icon = "onsen"

	// Opacity is https://github.com/goki/icons/blob/main/svg/opacity.svg
	Opacity Icon = "opacity"

	// Open is https://github.com/goki/icons/blob/main/svg/open.svg
	Open Icon = "open"

	// OpenInBrowser is https://github.com/goki/icons/blob/main/svg/open_in_browser.svg
	OpenInBrowser Icon = "open_in_browser"

	// OpenInFull is https://github.com/goki/icons/blob/main/svg/open_in_full.svg
	OpenInFull Icon = "open_in_full"

	// OpenInNew is https://github.com/goki/icons/blob/main/svg/open_in_new.svg
	OpenInNew Icon = "open_in_new"

	// OpenInNewDown is https://github.com/goki/icons/blob/main/svg/open_in_new_down.svg
	OpenInNewDown Icon = "open_in_new_down"

	// OpenInNewOff is https://github.com/goki/icons/blob/main/svg/open_in_new_off.svg
	OpenInNewOff Icon = "open_in_new_off"

	// OpenInPhone is https://github.com/goki/icons/blob/main/svg/open_in_phone.svg
	OpenInPhone Icon = "open_in_phone"

	// OpenJam is https://github.com/goki/icons/blob/main/svg/open_jam.svg
	OpenJam Icon = "open_jam"

	// OpenWith is https://github.com/goki/icons/blob/main/svg/open_with.svg
	OpenWith Icon = "open_with"

	// Ophthalmology is https://github.com/goki/icons/blob/main/svg/ophthalmology.svg
	Ophthalmology Icon = "ophthalmology"

	// OralDisease is https://github.com/goki/icons/blob/main/svg/oral_disease.svg
	OralDisease Icon = "oral_disease"

	// OrderApprove is https://github.com/goki/icons/blob/main/svg/order_approve.svg
	OrderApprove Icon = "order_approve"

	// OrderPlay is https://github.com/goki/icons/blob/main/svg/order_play.svg
	OrderPlay Icon = "order_play"

	// Orthopedics is https://github.com/goki/icons/blob/main/svg/orthopedics.svg
	Orthopedics Icon = "orthopedics"

	// OtherAdmission is https://github.com/goki/icons/blob/main/svg/other_admission.svg
	OtherAdmission Icon = "other_admission"

	// OtherHouses is https://github.com/goki/icons/blob/main/svg/other_houses.svg
	OtherHouses Icon = "other_houses"

	// Outbound is https://github.com/goki/icons/blob/main/svg/outbound.svg
	Outbound Icon = "outbound"

	// Outbox is https://github.com/goki/icons/blob/main/svg/outbox.svg
	Outbox Icon = "outbox"

	// OutboxAlt is https://github.com/goki/icons/blob/main/svg/outbox_alt.svg
	OutboxAlt Icon = "outbox_alt"

	// OutdoorGarden is https://github.com/goki/icons/blob/main/svg/outdoor_garden.svg
	OutdoorGarden Icon = "outdoor_garden"

	// OutdoorGrill is https://github.com/goki/icons/blob/main/svg/outdoor_grill.svg
	OutdoorGrill Icon = "outdoor_grill"

	// OutgoingMail is https://github.com/goki/icons/blob/main/svg/outgoing_mail.svg
	OutgoingMail Icon = "outgoing_mail"

	// Outlet is https://github.com/goki/icons/blob/main/svg/outlet.svg
	Outlet Icon = "outlet"

	// Outpatient is https://github.com/goki/icons/blob/main/svg/outpatient.svg
	Outpatient Icon = "outpatient"

	// OutpatientMed is https://github.com/goki/icons/blob/main/svg/outpatient_med.svg
	OutpatientMed Icon = "outpatient_med"

	// Output is https://github.com/goki/icons/blob/main/svg/output.svg
	Output Icon = "output"

	// OutputCircle is https://github.com/goki/icons/blob/main/svg/output_circle.svg
	OutputCircle Icon = "output_circle"

	// OvenGen is https://github.com/goki/icons/blob/main/svg/oven_gen.svg
	OvenGen Icon = "oven_gen"

	// Overview is https://github.com/goki/icons/blob/main/svg/overview.svg
	Overview Icon = "overview"

	// OverviewKey is https://github.com/goki/icons/blob/main/svg/overview_key.svg
	OverviewKey Icon = "overview_key"

	// OxygenSaturation is https://github.com/goki/icons/blob/main/svg/oxygen_saturation.svg
	OxygenSaturation Icon = "oxygen_saturation"

	// Pace is https://github.com/goki/icons/blob/main/svg/pace.svg
	Pace Icon = "pace"

	// Pacemaker is https://github.com/goki/icons/blob/main/svg/pacemaker.svg
	Pacemaker Icon = "pacemaker"

	// Package is https://github.com/goki/icons/blob/main/svg/package.svg
	Package Icon = "package"

	// Padding is https://github.com/goki/icons/blob/main/svg/padding.svg
	Padding Icon = "padding"

	// PageControl is https://github.com/goki/icons/blob/main/svg/page_control.svg
	PageControl Icon = "page_control"

	// PageInfo is https://github.com/goki/icons/blob/main/svg/page_info.svg
	PageInfo Icon = "page_info"

	// Pages is https://github.com/goki/icons/blob/main/svg/pages.svg
	Pages Icon = "pages"

	// Pageview is https://github.com/goki/icons/blob/main/svg/pageview.svg
	Pageview Icon = "pageview"

	Paid Icon = "paid"

	// Palette is https://github.com/goki/icons/blob/main/svg/palette.svg
	Palette Icon = "palette"

	// Pallet is https://github.com/goki/icons/blob/main/svg/pallet.svg
	Pallet Icon = "pallet"

	// PanTool is https://github.com/goki/icons/blob/main/svg/pan_tool.svg
	PanTool Icon = "pan_tool"

	// PanToolAlt is https://github.com/goki/icons/blob/main/svg/pan_tool_alt.svg
	PanToolAlt Icon = "pan_tool_alt"

	// PanZoom is https://github.com/goki/icons/blob/main/svg/pan_zoom.svg
	PanZoom Icon = "pan_zoom"

	// Panorama is https://github.com/goki/icons/blob/main/svg/panorama.svg
	Panorama Icon = "panorama"

	// PanoramaFishEye is https://github.com/goki/icons/blob/main/svg/panorama_fish_eye.svg
	PanoramaFishEye Icon = "panorama_fish_eye"

	// PanoramaHorizontal is https://github.com/goki/icons/blob/main/svg/panorama_horizontal.svg
	PanoramaHorizontal Icon = "panorama_horizontal"

	// PanoramaPhotosphere is https://github.com/goki/icons/blob/main/svg/panorama_photosphere.svg
	PanoramaPhotosphere Icon = "panorama_photosphere"

	// PanoramaVertical is https://github.com/goki/icons/blob/main/svg/panorama_vertical.svg
	PanoramaVertical Icon = "panorama_vertical"

	// PanoramaWideAngle is https://github.com/goki/icons/blob/main/svg/panorama_wide_angle.svg
	PanoramaWideAngle Icon = "panorama_wide_angle"

	// Paragliding is https://github.com/goki/icons/blob/main/svg/paragliding.svg
	Paragliding Icon = "paragliding"

	// Park is https://github.com/goki/icons/blob/main/svg/park.svg
	Park Icon = "park"

	// PartlyCloudyDay is https://github.com/goki/icons/blob/main/svg/partly_cloudy_day.svg
	PartlyCloudyDay Icon = "partly_cloudy_day"

	// PartlyCloudyNight is https://github.com/goki/icons/blob/main/svg/partly_cloudy_night.svg
	PartlyCloudyNight Icon = "partly_cloudy_night"

	// PartnerExchange is https://github.com/goki/icons/blob/main/svg/partner_exchange.svg
	PartnerExchange Icon = "partner_exchange"

	// PartnerReports is https://github.com/goki/icons/blob/main/svg/partner_reports.svg
	PartnerReports Icon = "partner_reports"

	// PartyMode is https://github.com/goki/icons/blob/main/svg/party_mode.svg
	PartyMode Icon = "party_mode"

	// Password is https://github.com/goki/icons/blob/main/svg/password.svg
	Password Icon = "password"

	// Paste is https://github.com/goki/icons/blob/main/svg/paste.svg
	Paste Icon = "paste"

	// PatientList is https://github.com/goki/icons/blob/main/svg/patient_list.svg
	PatientList Icon = "patient_list"

	// Pattern is https://github.com/goki/icons/blob/main/svg/pattern.svg
	Pattern Icon = "pattern"

	// Pause is https://github.com/goki/icons/blob/main/svg/pause.svg
	Pause Icon = "pause"

	// PauseCircle is https://github.com/goki/icons/blob/main/svg/pause_circle.svg
	PauseCircle Icon = "pause_circle"

	// PausePresentation is https://github.com/goki/icons/blob/main/svg/pause_presentation.svg
	PausePresentation Icon = "pause_presentation"

	// Payments is https://github.com/goki/icons/blob/main/svg/payments.svg
	Payments Icon = "payments"

	// PedalBike is https://github.com/goki/icons/blob/main/svg/pedal_bike.svg
	PedalBike Icon = "pedal_bike"

	// Pediatrics is https://github.com/goki/icons/blob/main/svg/pediatrics.svg
	Pediatrics Icon = "pediatrics"

	// PenSize1 is https://github.com/goki/icons/blob/main/svg/pen_size_1.svg
	PenSize1 Icon = "pen_size_1"

	// PenSize2 is https://github.com/goki/icons/blob/main/svg/pen_size_2.svg
	PenSize2 Icon = "pen_size_2"

	// PenSize3 is https://github.com/goki/icons/blob/main/svg/pen_size_3.svg
	PenSize3 Icon = "pen_size_3"

	// PenSize4 is https://github.com/goki/icons/blob/main/svg/pen_size_4.svg
	PenSize4 Icon = "pen_size_4"

	// PenSize5 is https://github.com/goki/icons/blob/main/svg/pen_size_5.svg
	PenSize5 Icon = "pen_size_5"

	// Pending is https://github.com/goki/icons/blob/main/svg/pending.svg
	Pending Icon = "pending"

	// PendingActions is https://github.com/goki/icons/blob/main/svg/pending_actions.svg
	PendingActions Icon = "pending_actions"

	// Pentagon is https://github.com/goki/icons/blob/main/svg/pentagon.svg
	Pentagon Icon = "pentagon"

	// Percent is https://github.com/goki/icons/blob/main/svg/percent.svg
	Percent Icon = "percent"

	// Pergola is https://github.com/goki/icons/blob/main/svg/pergola.svg
	Pergola Icon = "pergola"

	// PermCameraMic is https://github.com/goki/icons/blob/main/svg/perm_camera_mic.svg
	PermCameraMic Icon = "perm_camera_mic"

	// PermContactCalendar is https://github.com/goki/icons/blob/main/svg/perm_contact_calendar.svg
	PermContactCalendar Icon = "perm_contact_calendar"

	// PermDataSetting is https://github.com/goki/icons/blob/main/svg/perm_data_setting.svg
	PermDataSetting Icon = "perm_data_setting"

	// PermDeviceInformation is https://github.com/goki/icons/blob/main/svg/perm_device_information.svg
	PermDeviceInformation Icon = "perm_device_information"

	// PermMedia is https://github.com/goki/icons/blob/main/svg/perm_media.svg
	PermMedia Icon = "perm_media"

	// PermPhoneMsg is https://github.com/goki/icons/blob/main/svg/perm_phone_msg.svg
	PermPhoneMsg Icon = "perm_phone_msg"

	// PermScanWifi is https://github.com/goki/icons/blob/main/svg/perm_scan_wifi.svg
	PermScanWifi Icon = "perm_scan_wifi"

	// Person is https://github.com/goki/icons/blob/main/svg/person.svg
	Person Icon = "person"

	// Person2 is https://github.com/goki/icons/blob/main/svg/person_2.svg
	Person2 Icon = "person_2"

	// Person3 is https://github.com/goki/icons/blob/main/svg/person_3.svg
	Person3 Icon = "person_3"

	// Person4 is https://github.com/goki/icons/blob/main/svg/person_4.svg
	Person4 Icon = "person_4"

	// PersonAdd is https://github.com/goki/icons/blob/main/svg/person_add.svg
	PersonAdd Icon = "person_add"

	// PersonAddDisabled is https://github.com/goki/icons/blob/main/svg/person_add_disabled.svg
	PersonAddDisabled Icon = "person_add_disabled"

	// PersonApron is https://github.com/goki/icons/blob/main/svg/person_apron.svg
	PersonApron Icon = "person_apron"

	// PersonBook is https://github.com/goki/icons/blob/main/svg/person_book.svg
	PersonBook Icon = "person_book"

	// PersonCelebrate is https://github.com/goki/icons/blob/main/svg/person_celebrate.svg
	PersonCelebrate Icon = "person_celebrate"

	// PersonOff is https://github.com/goki/icons/blob/main/svg/person_off.svg
	PersonOff Icon = "person_off"

	// PersonPin is https://github.com/goki/icons/blob/main/svg/person_pin.svg
	PersonPin Icon = "person_pin"

	// PersonPinCircle is https://github.com/goki/icons/blob/main/svg/person_pin_circle.svg
	PersonPinCircle Icon = "person_pin_circle"

	// PersonPlay is https://github.com/goki/icons/blob/main/svg/person_play.svg
	PersonPlay Icon = "person_play"

	// PersonRaisedHand is https://github.com/goki/icons/blob/main/svg/person_raised_hand.svg
	PersonRaisedHand Icon = "person_raised_hand"

	// PersonRemove is https://github.com/goki/icons/blob/main/svg/person_remove.svg
	PersonRemove Icon = "person_remove"

	// PersonSearch is https://github.com/goki/icons/blob/main/svg/person_search.svg
	PersonSearch Icon = "person_search"

	// PersonalInjury is https://github.com/goki/icons/blob/main/svg/personal_injury.svg
	PersonalInjury Icon = "personal_injury"

	// PestControl is https://github.com/goki/icons/blob/main/svg/pest_control.svg
	PestControl Icon = "pest_control"

	// PestControlRodent is https://github.com/goki/icons/blob/main/svg/pest_control_rodent.svg
	PestControlRodent Icon = "pest_control_rodent"

	// PetSupplies is https://github.com/goki/icons/blob/main/svg/pet_supplies.svg
	PetSupplies Icon = "pet_supplies"

	// Pets is https://github.com/goki/icons/blob/main/svg/pets.svg
	Pets Icon = "pets"

	// Phishing is https://github.com/goki/icons/blob/main/svg/phishing.svg
	Phishing Icon = "phishing"

	// PhoneAndroid is https://github.com/goki/icons/blob/main/svg/phone_android.svg
	PhoneAndroid Icon = "phone_android"

	// PhoneBluetoothSpeaker is https://github.com/goki/icons/blob/main/svg/phone_bluetooth_speaker.svg
	PhoneBluetoothSpeaker Icon = "phone_bluetooth_speaker"

	// PhoneCallback is https://github.com/goki/icons/blob/main/svg/phone_callback.svg
	PhoneCallback Icon = "phone_callback"

	// PhoneDisabled is https://github.com/goki/icons/blob/main/svg/phone_disabled.svg
	PhoneDisabled Icon = "phone_disabled"

	// PhoneEnabled is https://github.com/goki/icons/blob/main/svg/phone_enabled.svg
	PhoneEnabled Icon = "phone_enabled"

	// PhoneForwarded is https://github.com/goki/icons/blob/main/svg/phone_forwarded.svg
	PhoneForwarded Icon = "phone_forwarded"

	// PhoneInTalk is https://github.com/goki/icons/blob/main/svg/phone_in_talk.svg
	PhoneInTalk Icon = "phone_in_talk"

	// PhoneIphone is https://github.com/goki/icons/blob/main/svg/phone_iphone.svg
	PhoneIphone Icon = "phone_iphone"

	// PhoneLocked is https://github.com/goki/icons/blob/main/svg/phone_locked.svg
	PhoneLocked Icon = "phone_locked"

	// PhoneMissed is https://github.com/goki/icons/blob/main/svg/phone_missed.svg
	PhoneMissed Icon = "phone_missed"

	// PhonePaused is https://github.com/goki/icons/blob/main/svg/phone_paused.svg
	PhonePaused Icon = "phone_paused"

	// PhonelinkErase is https://github.com/goki/icons/blob/main/svg/phonelink_erase.svg
	PhonelinkErase Icon = "phonelink_erase"

	// PhonelinkLock is https://github.com/goki/icons/blob/main/svg/phonelink_lock.svg
	PhonelinkLock Icon = "phonelink_lock"

	// PhonelinkOff is https://github.com/goki/icons/blob/main/svg/phonelink_off.svg
	PhonelinkOff Icon = "phonelink_off"

	// PhonelinkRing is https://github.com/goki/icons/blob/main/svg/phonelink_ring.svg
	PhonelinkRing Icon = "phonelink_ring"

	// PhonelinkRingOff is https://github.com/goki/icons/blob/main/svg/phonelink_ring_off.svg
	PhonelinkRingOff Icon = "phonelink_ring_off"

	// PhonelinkSetup is https://github.com/goki/icons/blob/main/svg/phonelink_setup.svg
	PhonelinkSetup Icon = "phonelink_setup"

	// Photo is https://github.com/goki/icons/blob/main/svg/photo.svg
	Photo Icon = "photo"

	// PhotoAlbum is https://github.com/goki/icons/blob/main/svg/photo_album.svg
	PhotoAlbum Icon = "photo_album"

	// PhotoCamera is https://github.com/goki/icons/blob/main/svg/photo_camera.svg
	PhotoCamera Icon = "photo_camera"

	// PhotoCameraBack is https://github.com/goki/icons/blob/main/svg/photo_camera_back.svg
	PhotoCameraBack Icon = "photo_camera_back"

	// PhotoCameraFront is https://github.com/goki/icons/blob/main/svg/photo_camera_front.svg
	PhotoCameraFront Icon = "photo_camera_front"

	// PhotoFrame is https://github.com/goki/icons/blob/main/svg/photo_frame.svg
	PhotoFrame Icon = "photo_frame"

	// PhotoLibrary is https://github.com/goki/icons/blob/main/svg/photo_library.svg
	PhotoLibrary Icon = "photo_library"

	// PhotoPrints is https://github.com/goki/icons/blob/main/svg/photo_prints.svg
	PhotoPrints Icon = "photo_prints"

	// PhotoSizeSelectLarge is https://github.com/goki/icons/blob/main/svg/photo_size_select_large.svg
	PhotoSizeSelectLarge Icon = "photo_size_select_large"

	// PhotoSizeSelectSmall is https://github.com/goki/icons/blob/main/svg/photo_size_select_small.svg
	PhotoSizeSelectSmall Icon = "photo_size_select_small"

	// Php is https://github.com/goki/icons/blob/main/svg/php.svg
	Php Icon = "php"

	// PhysicalTherapy is https://github.com/goki/icons/blob/main/svg/physical_therapy.svg
	PhysicalTherapy Icon = "physical_therapy"

	// Piano is https://github.com/goki/icons/blob/main/svg/piano.svg
	Piano Icon = "piano"

	// PianoOff is https://github.com/goki/icons/blob/main/svg/piano_off.svg
	PianoOff Icon = "piano_off"

	// PictureAsPdf is https://github.com/goki/icons/blob/main/svg/picture_as_pdf.svg
	PictureAsPdf Icon = "picture_as_pdf"

	// PictureInPicture is https://github.com/goki/icons/blob/main/svg/picture_in_picture.svg
	PictureInPicture Icon = "picture_in_picture"

	// PictureInPictureAlt is https://github.com/goki/icons/blob/main/svg/picture_in_picture_alt.svg
	PictureInPictureAlt Icon = "picture_in_picture_alt"

	// PieChart is https://github.com/goki/icons/blob/main/svg/pie_chart.svg
	PieChart Icon = "pie_chart"

	// Pill is https://github.com/goki/icons/blob/main/svg/pill.svg
	Pill Icon = "pill"

	// PillOff is https://github.com/goki/icons/blob/main/svg/pill_off.svg
	PillOff Icon = "pill_off"

	// Pin is https://github.com/goki/icons/blob/main/svg/pin.svg
	Pin Icon = "pin"

	// PinDrop is https://github.com/goki/icons/blob/main/svg/pin_drop.svg
	PinDrop Icon = "pin_drop"

	// PinEnd is https://github.com/goki/icons/blob/main/svg/pin_end.svg
	PinEnd Icon = "pin_end"

	// PinInvoke is https://github.com/goki/icons/blob/main/svg/pin_invoke.svg
	PinInvoke Icon = "pin_invoke"

	// Pinch is https://github.com/goki/icons/blob/main/svg/pinch.svg
	Pinch Icon = "pinch"

	// PinchZoomIn is https://github.com/goki/icons/blob/main/svg/pinch_zoom_in.svg
	PinchZoomIn Icon = "pinch_zoom_in"

	// PinchZoomOut is https://github.com/goki/icons/blob/main/svg/pinch_zoom_out.svg
	PinchZoomOut Icon = "pinch_zoom_out"

	// Pip is https://github.com/goki/icons/blob/main/svg/pip.svg
	Pip Icon = "pip"

	// PipExit is https://github.com/goki/icons/blob/main/svg/pip_exit.svg
	PipExit Icon = "pip_exit"

	// PivotTableChart is https://github.com/goki/icons/blob/main/svg/pivot_table_chart.svg
	PivotTableChart Icon = "pivot_table_chart"

	// PlaceItem is https://github.com/goki/icons/blob/main/svg/place_item.svg
	PlaceItem Icon = "place_item"

	// Plagiarism is https://github.com/goki/icons/blob/main/svg/plagiarism.svg
	Plagiarism Icon = "plagiarism"

	// PlannerBannerAdPt is https://github.com/goki/icons/blob/main/svg/planner_banner_ad_pt.svg
	PlannerBannerAdPt Icon = "planner_banner_ad_pt"

	// PlayArrow is https://github.com/goki/icons/blob/main/svg/play_arrow.svg
	PlayArrow Icon = "play_arrow"

	// PlayCircle is https://github.com/goki/icons/blob/main/svg/play_circle.svg
	PlayCircle Icon = "play_circle"

	// PlayDisabled is https://github.com/goki/icons/blob/main/svg/play_disabled.svg
	PlayDisabled Icon = "play_disabled"

	// PlayForWork is https://github.com/goki/icons/blob/main/svg/play_for_work.svg
	PlayForWork Icon = "play_for_work"

	// PlayLesson is https://github.com/goki/icons/blob/main/svg/play_lesson.svg
	PlayLesson Icon = "play_lesson"

	// PlayPause is https://github.com/goki/icons/blob/main/svg/play_pause.svg
	PlayPause Icon = "play_pause"

	// PlayShapes is https://github.com/goki/icons/blob/main/svg/play_shapes.svg
	PlayShapes Icon = "play_shapes"

	// PlayingCards is https://github.com/goki/icons/blob/main/svg/playing_cards.svg
	PlayingCards Icon = "playing_cards"

	// PlaylistAdd is https://github.com/goki/icons/blob/main/svg/playlist_add.svg
	PlaylistAdd Icon = "playlist_add"

	// PlaylistAddCheck is https://github.com/goki/icons/blob/main/svg/playlist_add_check.svg
	PlaylistAddCheck Icon = "playlist_add_check"

	// PlaylistAddCheckCircle is https://github.com/goki/icons/blob/main/svg/playlist_add_check_circle.svg
	PlaylistAddCheckCircle Icon = "playlist_add_check_circle"

	// PlaylistAddCircle is https://github.com/goki/icons/blob/main/svg/playlist_add_circle.svg
	PlaylistAddCircle Icon = "playlist_add_circle"

	// PlaylistPlay is https://github.com/goki/icons/blob/main/svg/playlist_play.svg
	PlaylistPlay Icon = "playlist_play"

	// PlaylistRemove is https://github.com/goki/icons/blob/main/svg/playlist_remove.svg
	PlaylistRemove Icon = "playlist_remove"

	// Plumbing is https://github.com/goki/icons/blob/main/svg/plumbing.svg
	Plumbing Icon = "plumbing"

	// Podcasts is https://github.com/goki/icons/blob/main/svg/podcasts.svg
	Podcasts Icon = "podcasts"

	// Podiatry is https://github.com/goki/icons/blob/main/svg/podiatry.svg
	Podiatry Icon = "podiatry"

	// Podium is https://github.com/goki/icons/blob/main/svg/podium.svg
	Podium Icon = "podium"

	// PointOfSale is https://github.com/goki/icons/blob/main/svg/point_of_sale.svg
	PointOfSale Icon = "point_of_sale"

	// PointScan is https://github.com/goki/icons/blob/main/svg/point_scan.svg
	PointScan Icon = "point_scan"

	// Policy is https://github.com/goki/icons/blob/main/svg/policy.svg
	Policy Icon = "policy"

	// Polyline is https://github.com/goki/icons/blob/main/svg/polyline.svg
	Polyline Icon = "polyline"

	// Polymer is https://github.com/goki/icons/blob/main/svg/polymer.svg
	Polymer Icon = "polymer"

	// Pool is https://github.com/goki/icons/blob/main/svg/pool.svg
	Pool Icon = "pool"

	// PortableWifiOff is https://github.com/goki/icons/blob/main/svg/portable_wifi_off.svg
	PortableWifiOff Icon = "portable_wifi_off"

	// PositionBottomLeft is https://github.com/goki/icons/blob/main/svg/position_bottom_left.svg
	PositionBottomLeft Icon = "position_bottom_left"

	// PositionBottomRight is https://github.com/goki/icons/blob/main/svg/position_bottom_right.svg
	PositionBottomRight Icon = "position_bottom_right"

	// PositionTopRight is https://github.com/goki/icons/blob/main/svg/position_top_right.svg
	PositionTopRight Icon = "position_top_right"

	// Post is https://github.com/goki/icons/blob/main/svg/post.svg
	Post Icon = "post"

	// PostAdd is https://github.com/goki/icons/blob/main/svg/post_add.svg
	PostAdd Icon = "post_add"

	// PottedPlant is https://github.com/goki/icons/blob/main/svg/potted_plant.svg
	PottedPlant Icon = "potted_plant"

	// Power is https://github.com/goki/icons/blob/main/svg/power.svg
	Power Icon = "power"

	// PowerInput is https://github.com/goki/icons/blob/main/svg/power_input.svg
	PowerInput Icon = "power_input"

	// PowerOff is https://github.com/goki/icons/blob/main/svg/power_off.svg
	PowerOff Icon = "power_off"

	// PowerSettingsNew is https://github.com/goki/icons/blob/main/svg/power_settings_new.svg
	PowerSettingsNew Icon = "power_settings_new"

	// PrayerTimes is https://github.com/goki/icons/blob/main/svg/prayer_times.svg
	PrayerTimes Icon = "prayer_times"

	// PrecisionManufacturing is https://github.com/goki/icons/blob/main/svg/precision_manufacturing.svg
	PrecisionManufacturing Icon = "precision_manufacturing"

	// Pregnancy is https://github.com/goki/icons/blob/main/svg/pregnancy.svg
	Pregnancy Icon = "pregnancy"

	// PregnantWoman is https://github.com/goki/icons/blob/main/svg/pregnant_woman.svg
	PregnantWoman Icon = "pregnant_woman"

	// Preliminary is https://github.com/goki/icons/blob/main/svg/preliminary.svg
	Preliminary Icon = "preliminary"

	// Prescriptions is https://github.com/goki/icons/blob/main/svg/prescriptions.svg
	Prescriptions Icon = "prescriptions"

	// PresentToAll is https://github.com/goki/icons/blob/main/svg/present_to_all.svg
	PresentToAll Icon = "present_to_all"

	// Preview is https://github.com/goki/icons/blob/main/svg/preview.svg
	Preview Icon = "preview"

	// PreviewOff is https://github.com/goki/icons/blob/main/svg/preview_off.svg
	PreviewOff Icon = "preview_off"

	// PriceChange is https://github.com/goki/icons/blob/main/svg/price_change.svg
	PriceChange Icon = "price_change"

	// PriceCheck is https://github.com/goki/icons/blob/main/svg/price_check.svg
	PriceCheck Icon = "price_check"

	// Print is https://github.com/goki/icons/blob/main/svg/print.svg
	Print Icon = "print"

	// PrintAdd is https://github.com/goki/icons/blob/main/svg/print_add.svg
	PrintAdd Icon = "print_add"

	// PrintConnect is https://github.com/goki/icons/blob/main/svg/print_connect.svg
	PrintConnect Icon = "print_connect"

	// PrintDisabled is https://github.com/goki/icons/blob/main/svg/print_disabled.svg
	PrintDisabled Icon = "print_disabled"

	// PrintError is https://github.com/goki/icons/blob/main/svg/print_error.svg
	PrintError Icon = "print_error"

	// PrintLock is https://github.com/goki/icons/blob/main/svg/print_lock.svg
	PrintLock Icon = "print_lock"

	// Priority is https://github.com/goki/icons/blob/main/svg/priority.svg
	Priority Icon = "priority"

	// PriorityHigh is https://github.com/goki/icons/blob/main/svg/priority_high.svg
	PriorityHigh Icon = "priority_high"

	// Privacy is https://github.com/goki/icons/blob/main/svg/privacy.svg
	Privacy Icon = "privacy"

	// PrivacyTip is https://github.com/goki/icons/blob/main/svg/privacy_tip.svg
	PrivacyTip Icon = "privacy_tip"

	// PrivateConnectivity is https://github.com/goki/icons/blob/main/svg/private_connectivity.svg
	PrivateConnectivity Icon = "private_connectivity"

	// Problem is https://github.com/goki/icons/blob/main/svg/problem.svg
	Problem Icon = "problem"

	// Procedure is https://github.com/goki/icons/blob/main/svg/procedure.svg
	Procedure Icon = "procedure"

	// ProcessChart is https://github.com/goki/icons/blob/main/svg/process_chart.svg
	ProcessChart Icon = "process_chart"

	// ProductionQuantityLimits is https://github.com/goki/icons/blob/main/svg/production_quantity_limits.svg
	ProductionQuantityLimits Icon = "production_quantity_limits"

	// Productivity is https://github.com/goki/icons/blob/main/svg/productivity.svg
	Productivity Icon = "productivity"

	// ProgressActivity is https://github.com/goki/icons/blob/main/svg/progress_activity.svg
	ProgressActivity Icon = "progress_activity"

	// Propane is https://github.com/goki/icons/blob/main/svg/propane.svg
	Propane Icon = "propane"

	// PropaneTank is https://github.com/goki/icons/blob/main/svg/propane_tank.svg
	PropaneTank Icon = "propane_tank"

	// Psychiatry is https://github.com/goki/icons/blob/main/svg/psychiatry.svg
	Psychiatry Icon = "psychiatry"

	// Psychology is https://github.com/goki/icons/blob/main/svg/psychology.svg
	Psychology Icon = "psychology"

	// PsychologyAlt is https://github.com/goki/icons/blob/main/svg/psychology_alt.svg
	PsychologyAlt Icon = "psychology_alt"

	// Public is https://github.com/goki/icons/blob/main/svg/public.svg
	Public Icon = "public"

	// PublicOff is https://github.com/goki/icons/blob/main/svg/public_off.svg
	PublicOff Icon = "public_off"

	// Publish is https://github.com/goki/icons/blob/main/svg/publish.svg
	Publish Icon = "publish"

	// PublishedWithChanges is https://github.com/goki/icons/blob/main/svg/published_with_changes.svg
	PublishedWithChanges Icon = "published_with_changes"

	// Pulmonology is https://github.com/goki/icons/blob/main/svg/pulmonology.svg
	Pulmonology Icon = "pulmonology"

	// PunchClock is https://github.com/goki/icons/blob/main/svg/punch_clock.svg
	PunchClock Icon = "punch_clock"

	// PushPin is https://github.com/goki/icons/blob/main/svg/push_pin.svg
	PushPin Icon = "push_pin"

	// QrCode is https://github.com/goki/icons/blob/main/svg/qr_code.svg
	QrCode Icon = "qr_code"

	// QrCode2 is https://github.com/goki/icons/blob/main/svg/qr_code_2.svg
	QrCode2 Icon = "qr_code_2"

	// QrCode2Add is https://github.com/goki/icons/blob/main/svg/qr_code_2_add.svg
	QrCode2Add Icon = "qr_code_2_add"

	// QrCodeScanner is https://github.com/goki/icons/blob/main/svg/qr_code_scanner.svg
	QrCodeScanner Icon = "qr_code_scanner"

	// QueryStats is https://github.com/goki/icons/blob/main/svg/query_stats.svg
	QueryStats Icon = "query_stats"

	// QuestionExchange is https://github.com/goki/icons/blob/main/svg/question_exchange.svg
	QuestionExchange Icon = "question_exchange"

	// QuestionMark is https://github.com/goki/icons/blob/main/svg/question_mark.svg
	QuestionMark Icon = "question_mark"

	// QueueMusic is https://github.com/goki/icons/blob/main/svg/queue_music.svg
	QueueMusic Icon = "queue_music"

	// QueuePlayNext is https://github.com/goki/icons/blob/main/svg/queue_play_next.svg
	QueuePlayNext Icon = "queue_play_next"

	// QuickPhrases is https://github.com/goki/icons/blob/main/svg/quick_phrases.svg
	QuickPhrases Icon = "quick_phrases"

	// QuickReference is https://github.com/goki/icons/blob/main/svg/quick_reference.svg
	QuickReference Icon = "quick_reference"

	// QuickReferenceAll is https://github.com/goki/icons/blob/main/svg/quick_reference_all.svg
	QuickReferenceAll Icon = "quick_reference_all"

	// Quickreply is https://github.com/goki/icons/blob/main/svg/quickreply.svg
	Quickreply Icon = "quickreply"

	// QuietTime is https://github.com/goki/icons/blob/main/svg/quiet_time.svg
	QuietTime Icon = "quiet_time"

	// QuietTimeActive is https://github.com/goki/icons/blob/main/svg/quiet_time_active.svg
	QuietTimeActive Icon = "quiet_time_active"

	// Quiz is https://github.com/goki/icons/blob/main/svg/quiz.svg
	Quiz Icon = "quiz"

	// RMobiledata is https://github.com/goki/icons/blob/main/svg/r_mobiledata.svg
	RMobiledata Icon = "r_mobiledata"

	// Radar is https://github.com/goki/icons/blob/main/svg/radar.svg
	Radar Icon = "radar"

	// Radio is https://github.com/goki/icons/blob/main/svg/radio.svg
	Radio Icon = "radio"

	// RadioButtonChecked is https://github.com/goki/icons/blob/main/svg/radio_button_checked.svg
	RadioButtonChecked Icon = "radio_button_checked"

	// RadioButtonPartial is https://github.com/goki/icons/blob/main/svg/radio_button_partial.svg
	RadioButtonPartial Icon = "radio_button_partial"

	// RadioButtonUnchecked is https://github.com/goki/icons/blob/main/svg/radio_button_unchecked.svg
	RadioButtonUnchecked Icon = "radio_button_unchecked"

	// Radiology is https://github.com/goki/icons/blob/main/svg/radiology.svg
	Radiology Icon = "radiology"

	// RailwayAlert is https://github.com/goki/icons/blob/main/svg/railway_alert.svg
	RailwayAlert Icon = "railway_alert"

	// Rainy is https://github.com/goki/icons/blob/main/svg/rainy.svg
	Rainy Icon = "rainy"

	// RainyHeavy is https://github.com/goki/icons/blob/main/svg/rainy_heavy.svg
	RainyHeavy Icon = "rainy_heavy"

	// RainyLight is https://github.com/goki/icons/blob/main/svg/rainy_light.svg
	RainyLight Icon = "rainy_light"

	// RainySnow is https://github.com/goki/icons/blob/main/svg/rainy_snow.svg
	RainySnow Icon = "rainy_snow"

	// RamenDining is https://github.com/goki/icons/blob/main/svg/ramen_dining.svg
	RamenDining Icon = "ramen_dining"

	// RampLeft is https://github.com/goki/icons/blob/main/svg/ramp_left.svg
	RampLeft Icon = "ramp_left"

	// RampRight is https://github.com/goki/icons/blob/main/svg/ramp_right.svg
	RampRight Icon = "ramp_right"

	// RangeHood is https://github.com/goki/icons/blob/main/svg/range_hood.svg
	RangeHood Icon = "range_hood"

	// RateReview is https://github.com/goki/icons/blob/main/svg/rate_review.svg
	RateReview Icon = "rate_review"

	// RawOff is https://github.com/goki/icons/blob/main/svg/raw_off.svg
	RawOff Icon = "raw_off"

	// RawOn is https://github.com/goki/icons/blob/main/svg/raw_on.svg
	RawOn Icon = "raw_on"

	// ReadMore is https://github.com/goki/icons/blob/main/svg/read_more.svg
	ReadMore Icon = "read_more"

	// ReadinessScore is https://github.com/goki/icons/blob/main/svg/readiness_score.svg
	ReadinessScore Icon = "readiness_score"

	// RealEstateAgent is https://github.com/goki/icons/blob/main/svg/real_estate_agent.svg
	RealEstateAgent Icon = "real_estate_agent"

	// RearCamera is https://github.com/goki/icons/blob/main/svg/rear_camera.svg
	RearCamera Icon = "rear_camera"

	// Rebase is https://github.com/goki/icons/blob/main/svg/rebase.svg
	Rebase Icon = "rebase"

	// RebaseEdit is https://github.com/goki/icons/blob/main/svg/rebase_edit.svg
	RebaseEdit Icon = "rebase_edit"

	// Receipt is https://github.com/goki/icons/blob/main/svg/receipt.svg
	Receipt Icon = "receipt"

	// ReceiptLong is https://github.com/goki/icons/blob/main/svg/receipt_long.svg
	ReceiptLong Icon = "receipt_long"

	// RecentActors is https://github.com/goki/icons/blob/main/svg/recent_actors.svg
	RecentActors Icon = "recent_actors"

	// RecentPatient is https://github.com/goki/icons/blob/main/svg/recent_patient.svg
	RecentPatient Icon = "recent_patient"

	// Recommend is https://github.com/goki/icons/blob/main/svg/recommend.svg
	Recommend Icon = "recommend"

	// RecordVoiceOver is https://github.com/goki/icons/blob/main/svg/record_voice_over.svg
	RecordVoiceOver Icon = "record_voice_over"

	// Rectangle is https://github.com/goki/icons/blob/main/svg/rectangle.svg
	Rectangle Icon = "rectangle"

	// Recycling is https://github.com/goki/icons/blob/main/svg/recycling.svg
	Recycling Icon = "recycling"

	// Redeem is https://github.com/goki/icons/blob/main/svg/redeem.svg
	Redeem Icon = "redeem"

	// Redo is https://github.com/goki/icons/blob/main/svg/redo.svg
	Redo Icon = "redo"

	// ReduceCapacity is https://github.com/goki/icons/blob/main/svg/reduce_capacity.svg
	ReduceCapacity Icon = "reduce_capacity"

	// Refresh is https://github.com/goki/icons/blob/main/svg/refresh.svg
	Refresh Icon = "refresh"

	// RegularExpression is https://github.com/goki/icons/blob/main/svg/regular_expression.svg
	RegularExpression Icon = "regular_expression"

	// Relax is https://github.com/goki/icons/blob/main/svg/relax.svg
	Relax Icon = "relax"

	// ReleaseAlert is https://github.com/goki/icons/blob/main/svg/release_alert.svg
	ReleaseAlert Icon = "release_alert"

	// RememberMe is https://github.com/goki/icons/blob/main/svg/remember_me.svg
	RememberMe Icon = "remember_me"

	// Reminder is https://github.com/goki/icons/blob/main/svg/reminder.svg
	Reminder Icon = "reminder"

	// RemoteGen is https://github.com/goki/icons/blob/main/svg/remote_gen.svg
	RemoteGen Icon = "remote_gen"

	// Remove is https://github.com/goki/icons/blob/main/svg/remove.svg
	Remove Icon = "remove"

	// RemoveDone is https://github.com/goki/icons/blob/main/svg/remove_done.svg
	RemoveDone Icon = "remove_done"

	// RemoveFromQueue is https://github.com/goki/icons/blob/main/svg/remove_from_queue.svg
	RemoveFromQueue Icon = "remove_from_queue"

	// RemoveModerator is https://github.com/goki/icons/blob/main/svg/remove_moderator.svg
	RemoveModerator Icon = "remove_moderator"

	// RemoveRoad is https://github.com/goki/icons/blob/main/svg/remove_road.svg
	RemoveRoad Icon = "remove_road"

	// RemoveSelection is https://github.com/goki/icons/blob/main/svg/remove_selection.svg
	RemoveSelection Icon = "remove_selection"

	// RemoveShoppingCart is https://github.com/goki/icons/blob/main/svg/remove_shopping_cart.svg
	RemoveShoppingCart Icon = "remove_shopping_cart"

	// ReopenWindow is https://github.com/goki/icons/blob/main/svg/reopen_window.svg
	ReopenWindow Icon = "reopen_window"

	// Reorder is https://github.com/goki/icons/blob/main/svg/reorder.svg
	Reorder Icon = "reorder"

	// Repartition is https://github.com/goki/icons/blob/main/svg/repartition.svg
	Repartition Icon = "repartition"

	// Repeat is https://github.com/goki/icons/blob/main/svg/repeat.svg
	Repeat Icon = "repeat"

	// RepeatOn is https://github.com/goki/icons/blob/main/svg/repeat_on.svg
	RepeatOn Icon = "repeat_on"

	// RepeatOne is https://github.com/goki/icons/blob/main/svg/repeat_one.svg
	RepeatOne Icon = "repeat_one"

	// RepeatOneOn is https://github.com/goki/icons/blob/main/svg/repeat_one_on.svg
	RepeatOneOn Icon = "repeat_one_on"

	// Replay is https://github.com/goki/icons/blob/main/svg/replay.svg
	Replay Icon = "replay"

	// Replay10 is https://github.com/goki/icons/blob/main/svg/replay_10.svg
	Replay10 Icon = "replay_10"

	// Replay30 is https://github.com/goki/icons/blob/main/svg/replay_30.svg
	Replay30 Icon = "replay_30"

	// Replay5 is https://github.com/goki/icons/blob/main/svg/replay_5.svg
	Replay5 Icon = "replay_5"

	// Reply is https://github.com/goki/icons/blob/main/svg/reply.svg
	Reply Icon = "reply"

	// ReplyAll is https://github.com/goki/icons/blob/main/svg/reply_all.svg
	ReplyAll Icon = "reply_all"

	// Report is https://github.com/goki/icons/blob/main/svg/report.svg
	Report Icon = "report"

	// ReportOff is https://github.com/goki/icons/blob/main/svg/report_off.svg
	ReportOff Icon = "report_off"

	// RequestPage is https://github.com/goki/icons/blob/main/svg/request_page.svg
	RequestPage Icon = "request_page"

	// RequestQuote is https://github.com/goki/icons/blob/main/svg/request_quote.svg
	RequestQuote Icon = "request_quote"

	// ResetImage is https://github.com/goki/icons/blob/main/svg/reset_image.svg
	ResetImage Icon = "reset_image"

	// ResetTv is https://github.com/goki/icons/blob/main/svg/reset_tv.svg
	ResetTv Icon = "reset_tv"

	// Resize is https://github.com/goki/icons/blob/main/svg/resize.svg
	Resize Icon = "resize"

	// RespiratoryRate is https://github.com/goki/icons/blob/main/svg/respiratory_rate.svg
	RespiratoryRate Icon = "respiratory_rate"

	// RestartAlt is https://github.com/goki/icons/blob/main/svg/restart_alt.svg
	RestartAlt Icon = "restart_alt"

	// Restaurant is https://github.com/goki/icons/blob/main/svg/restaurant.svg
	Restaurant Icon = "restaurant"

	// RestaurantMenu is https://github.com/goki/icons/blob/main/svg/restaurant_menu.svg
	RestaurantMenu Icon = "restaurant_menu"

	// RestoreFromTrash is https://github.com/goki/icons/blob/main/svg/restore_from_trash.svg
	RestoreFromTrash Icon = "restore_from_trash"

	// RestorePage is https://github.com/goki/icons/blob/main/svg/restore_page.svg
	RestorePage Icon = "restore_page"

	// Resume is https://github.com/goki/icons/blob/main/svg/resume.svg
	Resume Icon = "resume"

	// Reviews is https://github.com/goki/icons/blob/main/svg/reviews.svg
	Reviews Icon = "reviews"

	// RewardedAds is https://github.com/goki/icons/blob/main/svg/rewarded_ads.svg
	RewardedAds Icon = "rewarded_ads"

	// Rheumatology is https://github.com/goki/icons/blob/main/svg/rheumatology.svg
	Rheumatology Icon = "rheumatology"

	// RibCage is https://github.com/goki/icons/blob/main/svg/rib_cage.svg
	RibCage Icon = "rib_cage"

	// RiceBowl is https://github.com/goki/icons/blob/main/svg/rice_bowl.svg
	RiceBowl Icon = "rice_bowl"

	// RightClick is https://github.com/goki/icons/blob/main/svg/right_click.svg
	RightClick Icon = "right_click"

	// RightPanelClose is https://github.com/goki/icons/blob/main/svg/right_panel_close.svg
	RightPanelClose Icon = "right_panel_close"

	// RightPanelOpen is https://github.com/goki/icons/blob/main/svg/right_panel_open.svg
	RightPanelOpen Icon = "right_panel_open"

	// RingVolume is https://github.com/goki/icons/blob/main/svg/ring_volume.svg
	RingVolume Icon = "ring_volume"

	// Ripples is https://github.com/goki/icons/blob/main/svg/ripples.svg
	Ripples Icon = "ripples"

	// Robot is https://github.com/goki/icons/blob/main/svg/robot.svg
	Robot Icon = "robot"

	// Robot2 is https://github.com/goki/icons/blob/main/svg/robot_2.svg
	Robot2 Icon = "robot_2"

	// Rocket is https://github.com/goki/icons/blob/main/svg/rocket.svg
	Rocket Icon = "rocket"

	// RocketLaunch is https://github.com/goki/icons/blob/main/svg/rocket_launch.svg
	RocketLaunch Icon = "rocket_launch"

	// RollerShades is https://github.com/goki/icons/blob/main/svg/roller_shades.svg
	RollerShades Icon = "roller_shades"

	// RollerShadesClosed is https://github.com/goki/icons/blob/main/svg/roller_shades_closed.svg
	RollerShadesClosed Icon = "roller_shades_closed"

	// RollerSkating is https://github.com/goki/icons/blob/main/svg/roller_skating.svg
	RollerSkating Icon = "roller_skating"

	// Roofing is https://github.com/goki/icons/blob/main/svg/roofing.svg
	Roofing Icon = "roofing"

	// RoomPreferences is https://github.com/goki/icons/blob/main/svg/room_preferences.svg
	RoomPreferences Icon = "room_preferences"

	// RoomService is https://github.com/goki/icons/blob/main/svg/room_service.svg
	RoomService Icon = "room_service"

	// Rotate90DegreesCcw is https://github.com/goki/icons/blob/main/svg/rotate_90_degrees_ccw.svg
	Rotate90DegreesCcw Icon = "rotate_90_degrees_ccw"

	// Rotate90DegreesCw is https://github.com/goki/icons/blob/main/svg/rotate_90_degrees_cw.svg
	Rotate90DegreesCw Icon = "rotate_90_degrees_cw"

	// RotateLeft is https://github.com/goki/icons/blob/main/svg/rotate_left.svg
	RotateLeft Icon = "rotate_left"

	// RotateRight is https://github.com/goki/icons/blob/main/svg/rotate_right.svg
	RotateRight Icon = "rotate_right"

	// RoundaboutLeft is https://github.com/goki/icons/blob/main/svg/roundabout_left.svg
	RoundaboutLeft Icon = "roundabout_left"

	// RoundaboutRight is https://github.com/goki/icons/blob/main/svg/roundabout_right.svg
	RoundaboutRight Icon = "roundabout_right"

	// RoundedCorner is https://github.com/goki/icons/blob/main/svg/rounded_corner.svg
	RoundedCorner Icon = "rounded_corner"

	// Route is https://github.com/goki/icons/blob/main/svg/route.svg
	Route Icon = "route"

	// Router is https://github.com/goki/icons/blob/main/svg/router.svg
	Router Icon = "router"

	// Routine is https://github.com/goki/icons/blob/main/svg/routine.svg
	Routine Icon = "routine"

	// Rowing is https://github.com/goki/icons/blob/main/svg/rowing.svg
	Rowing Icon = "rowing"

	// RssFeed is https://github.com/goki/icons/blob/main/svg/rss_feed.svg
	RssFeed Icon = "rss_feed"

	// Rsvp is https://github.com/goki/icons/blob/main/svg/rsvp.svg
	Rsvp Icon = "rsvp"

	// Rtt is https://github.com/goki/icons/blob/main/svg/rtt.svg
	Rtt Icon = "rtt"

	// Rule is https://github.com/goki/icons/blob/main/svg/rule.svg
	Rule Icon = "rule"

	// RuleFolder is https://github.com/goki/icons/blob/main/svg/rule_folder.svg
	RuleFolder Icon = "rule_folder"

	// RuleSettings is https://github.com/goki/icons/blob/main/svg/rule_settings.svg
	RuleSettings Icon = "rule_settings"

	// RunCircle is https://github.com/goki/icons/blob/main/svg/run_circle.svg
	RunCircle Icon = "run_circle"

	// RunningWithErrors is https://github.com/goki/icons/blob/main/svg/running_with_errors.svg
	RunningWithErrors Icon = "running_with_errors"

	// RvHookup is https://github.com/goki/icons/blob/main/svg/rv_hookup.svg
	RvHookup Icon = "rv_hookup"

	// SafetyCheck is https://github.com/goki/icons/blob/main/svg/safety_check.svg
	SafetyCheck Icon = "safety_check"

	// SafetyCheckOff is https://github.com/goki/icons/blob/main/svg/safety_check_off.svg
	SafetyCheckOff Icon = "safety_check_off"

	// SafetyDivider is https://github.com/goki/icons/blob/main/svg/safety_divider.svg
	SafetyDivider Icon = "safety_divider"

	// Sailing is https://github.com/goki/icons/blob/main/svg/sailing.svg
	Sailing Icon = "sailing"

	// Salinity is https://github.com/goki/icons/blob/main/svg/salinity.svg
	Salinity Icon = "salinity"

	// Sanitizer is https://github.com/goki/icons/blob/main/svg/sanitizer.svg
	Sanitizer Icon = "sanitizer"

	// Satellite is https://github.com/goki/icons/blob/main/svg/satellite.svg
	Satellite Icon = "satellite"

	// SatelliteAlt is https://github.com/goki/icons/blob/main/svg/satellite_alt.svg
	SatelliteAlt Icon = "satellite_alt"

	// Sauna is https://github.com/goki/icons/blob/main/svg/sauna.svg
	Sauna Icon = "sauna"

	// Save is https://github.com/goki/icons/blob/main/svg/save.svg
	Save Icon = "save"

	// SaveAs is https://github.com/goki/icons/blob/main/svg/save_as.svg
	SaveAs Icon = "save_as"

	// SavedSearch is https://github.com/goki/icons/blob/main/svg/saved_search.svg
	SavedSearch Icon = "saved_search"

	// Savings is https://github.com/goki/icons/blob/main/svg/savings.svg
	Savings Icon = "savings"

	// Scale is https://github.com/goki/icons/blob/main/svg/scale.svg
	Scale Icon = "scale"

	// Scan is https://github.com/goki/icons/blob/main/svg/scan.svg
	Scan Icon = "scan"

	// ScanDelete is https://github.com/goki/icons/blob/main/svg/scan_delete.svg
	ScanDelete Icon = "scan_delete"

	// Scanner is https://github.com/goki/icons/blob/main/svg/scanner.svg
	Scanner Icon = "scanner"

	// ScatterPlot is https://github.com/goki/icons/blob/main/svg/scatter_plot.svg
	ScatterPlot Icon = "scatter_plot"

	// Scene is https://github.com/goki/icons/blob/main/svg/scene.svg
	Scene Icon = "scene"

	// Schedule is https://github.com/goki/icons/blob/main/svg/schedule.svg
	Schedule Icon = "schedule"

	// ScheduleSend is https://github.com/goki/icons/blob/main/svg/schedule_send.svg
	ScheduleSend Icon = "schedule_send"

	// Schema is https://github.com/goki/icons/blob/main/svg/schema.svg
	Schema Icon = "schema"

	// School is https://github.com/goki/icons/blob/main/svg/school.svg
	School Icon = "school"

	// Science is https://github.com/goki/icons/blob/main/svg/science.svg
	Science Icon = "science"

	// Score is https://github.com/goki/icons/blob/main/svg/score.svg
	Score Icon = "score"

	// Scoreboard is https://github.com/goki/icons/blob/main/svg/scoreboard.svg
	Scoreboard Icon = "scoreboard"

	// ScreenLockLandscape is https://github.com/goki/icons/blob/main/svg/screen_lock_landscape.svg
	ScreenLockLandscape Icon = "screen_lock_landscape"

	// ScreenLockPortrait is https://github.com/goki/icons/blob/main/svg/screen_lock_portrait.svg
	ScreenLockPortrait Icon = "screen_lock_portrait"

	// ScreenLockRotation is https://github.com/goki/icons/blob/main/svg/screen_lock_rotation.svg
	ScreenLockRotation Icon = "screen_lock_rotation"

	// ScreenRecord is https://github.com/goki/icons/blob/main/svg/screen_record.svg
	ScreenRecord Icon = "screen_record"

	// ScreenRotation is https://github.com/goki/icons/blob/main/svg/screen_rotation.svg
	ScreenRotation Icon = "screen_rotation"

	// ScreenRotationAlt is https://github.com/goki/icons/blob/main/svg/screen_rotation_alt.svg
	ScreenRotationAlt Icon = "screen_rotation_alt"

	// ScreenRotationUp is https://github.com/goki/icons/blob/main/svg/screen_rotation_up.svg
	ScreenRotationUp Icon = "screen_rotation_up"

	// ScreenSearchDesktop is https://github.com/goki/icons/blob/main/svg/screen_search_desktop.svg
	ScreenSearchDesktop Icon = "screen_search_desktop"

	// ScreenShare is https://github.com/goki/icons/blob/main/svg/screen_share.svg
	ScreenShare Icon = "screen_share"

	// Screenshot is https://github.com/goki/icons/blob/main/svg/screenshot.svg
	Screenshot Icon = "screenshot"

	// ScreenshotFrame is https://github.com/goki/icons/blob/main/svg/screenshot_frame.svg
	ScreenshotFrame Icon = "screenshot_frame"

	// ScreenshotKeyboard is https://github.com/goki/icons/blob/main/svg/screenshot_keyboard.svg
	ScreenshotKeyboard Icon = "screenshot_keyboard"

	// ScreenshotMonitor is https://github.com/goki/icons/blob/main/svg/screenshot_monitor.svg
	ScreenshotMonitor Icon = "screenshot_monitor"

	// ScreenshotRegion is https://github.com/goki/icons/blob/main/svg/screenshot_region.svg
	ScreenshotRegion Icon = "screenshot_region"

	// ScreenshotTablet is https://github.com/goki/icons/blob/main/svg/screenshot_tablet.svg
	ScreenshotTablet Icon = "screenshot_tablet"

	// ScrollableHeader is https://github.com/goki/icons/blob/main/svg/scrollable_header.svg
	ScrollableHeader Icon = "scrollable_header"

	// ScubaDiving is https://github.com/goki/icons/blob/main/svg/scuba_diving.svg
	ScubaDiving Icon = "scuba_diving"

	// Sd is https://github.com/goki/icons/blob/main/svg/sd.svg
	Sd Icon = "sd"

	// SdCard is https://github.com/goki/icons/blob/main/svg/sd_card.svg
	SdCard Icon = "sd_card"

	// SdCardAlert is https://github.com/goki/icons/blob/main/svg/sd_card_alert.svg
	SdCardAlert Icon = "sd_card_alert"

	// Search is https://github.com/goki/icons/blob/main/svg/search.svg
	Search Icon = "search"

	// SearchCheck is https://github.com/goki/icons/blob/main/svg/search_check.svg
	SearchCheck Icon = "search_check"

	// SearchOff is https://github.com/goki/icons/blob/main/svg/search_off.svg
	SearchOff Icon = "search_off"

	// Security is https://github.com/goki/icons/blob/main/svg/security.svg
	Security Icon = "security"

	// SecurityUpdateGood is https://github.com/goki/icons/blob/main/svg/security_update_good.svg
	SecurityUpdateGood Icon = "security_update_good"

	// SecurityUpdateWarning is https://github.com/goki/icons/blob/main/svg/security_update_warning.svg
	SecurityUpdateWarning Icon = "security_update_warning"

	// Segment is https://github.com/goki/icons/blob/main/svg/segment.svg
	Segment Icon = "segment"

	// Select is https://github.com/goki/icons/blob/main/svg/select.svg
	Select Icon = "select"

	// SelectAll is https://github.com/goki/icons/blob/main/svg/select_all.svg
	SelectAll Icon = "select_all"

	// SelectCheckBox is https://github.com/goki/icons/blob/main/svg/select_check_box.svg
	SelectCheckBox Icon = "select_check_box"

	// SelectToSpeak is https://github.com/goki/icons/blob/main/svg/select_to_speak.svg
	SelectToSpeak Icon = "select_to_speak"

	// SelectWindow is https://github.com/goki/icons/blob/main/svg/select_window.svg
	SelectWindow Icon = "select_window"

	// SelectWindowOff is https://github.com/goki/icons/blob/main/svg/select_window_off.svg
	SelectWindowOff Icon = "select_window_off"

	// SelfCare is https://github.com/goki/icons/blob/main/svg/self_care.svg
	SelfCare Icon = "self_care"

	// SelfImprovement is https://github.com/goki/icons/blob/main/svg/self_improvement.svg
	SelfImprovement Icon = "self_improvement"

	// Sell is https://github.com/goki/icons/blob/main/svg/sell.svg
	Sell Icon = "sell"

	// Send is https://github.com/goki/icons/blob/main/svg/send.svg
	Send Icon = "send"

	// SendAndArchive is https://github.com/goki/icons/blob/main/svg/send_and_archive.svg
	SendAndArchive Icon = "send_and_archive"

	// SendMoney is https://github.com/goki/icons/blob/main/svg/send_money.svg
	SendMoney Icon = "send_money"

	// SendTimeExtension is https://github.com/goki/icons/blob/main/svg/send_time_extension.svg
	SendTimeExtension Icon = "send_time_extension"

	// SendToMobile is https://github.com/goki/icons/blob/main/svg/send_to_mobile.svg
	SendToMobile Icon = "send_to_mobile"

	// SensorDoor is https://github.com/goki/icons/blob/main/svg/sensor_door.svg
	SensorDoor Icon = "sensor_door"

	// SensorOccupied is https://github.com/goki/icons/blob/main/svg/sensor_occupied.svg
	SensorOccupied Icon = "sensor_occupied"

	// SensorWindow is https://github.com/goki/icons/blob/main/svg/sensor_window.svg
	SensorWindow Icon = "sensor_window"

	// Sensors is https://github.com/goki/icons/blob/main/svg/sensors.svg
	Sensors Icon = "sensors"

	// SensorsOff is https://github.com/goki/icons/blob/main/svg/sensors_off.svg
	SensorsOff Icon = "sensors_off"

	// SentimentCalm is https://github.com/goki/icons/blob/main/svg/sentiment_calm.svg
	SentimentCalm Icon = "sentiment_calm"

	// SentimentContent is https://github.com/goki/icons/blob/main/svg/sentiment_content.svg
	SentimentContent Icon = "sentiment_content"

	// SentimentDissatisfied is https://github.com/goki/icons/blob/main/svg/sentiment_dissatisfied.svg
	SentimentDissatisfied Icon = "sentiment_dissatisfied"

	// SentimentExcited is https://github.com/goki/icons/blob/main/svg/sentiment_excited.svg
	SentimentExcited Icon = "sentiment_excited"

	// SentimentExtremelyDissatisfied is https://github.com/goki/icons/blob/main/svg/sentiment_extremely_dissatisfied.svg
	SentimentExtremelyDissatisfied Icon = "sentiment_extremely_dissatisfied"

	// SentimentFrustrated is https://github.com/goki/icons/blob/main/svg/sentiment_frustrated.svg
	SentimentFrustrated Icon = "sentiment_frustrated"

	// SentimentNeutral is https://github.com/goki/icons/blob/main/svg/sentiment_neutral.svg
	SentimentNeutral Icon = "sentiment_neutral"

	// SentimentSad is https://github.com/goki/icons/blob/main/svg/sentiment_sad.svg
	SentimentSad Icon = "sentiment_sad"

	// SentimentSatisfied is https://github.com/goki/icons/blob/main/svg/sentiment_satisfied.svg
	SentimentSatisfied Icon = "sentiment_satisfied"

	// SentimentStressed is https://github.com/goki/icons/blob/main/svg/sentiment_stressed.svg
	SentimentStressed Icon = "sentiment_stressed"

	// SentimentVeryDissatisfied is https://github.com/goki/icons/blob/main/svg/sentiment_very_dissatisfied.svg
	SentimentVeryDissatisfied Icon = "sentiment_very_dissatisfied"

	// SentimentVerySatisfied is https://github.com/goki/icons/blob/main/svg/sentiment_very_satisfied.svg
	SentimentVerySatisfied Icon = "sentiment_very_satisfied"

	// SentimentWorried is https://github.com/goki/icons/blob/main/svg/sentiment_worried.svg
	SentimentWorried Icon = "sentiment_worried"

	// SetMeal is https://github.com/goki/icons/blob/main/svg/set_meal.svg
	SetMeal Icon = "set_meal"

	// Settings is https://github.com/goki/icons/blob/main/svg/settings.svg
	Settings Icon = "settings"

	// SettingsAccessibility is https://github.com/goki/icons/blob/main/svg/settings_accessibility.svg
	SettingsAccessibility Icon = "settings_accessibility"

	// SettingsAccountBox is https://github.com/goki/icons/blob/main/svg/settings_account_box.svg
	SettingsAccountBox Icon = "settings_account_box"

	// SettingsAlert is https://github.com/goki/icons/blob/main/svg/settings_alert.svg
	SettingsAlert Icon = "settings_alert"

	// SettingsApplications is https://github.com/goki/icons/blob/main/svg/settings_applications.svg
	SettingsApplications Icon = "settings_applications"

	// SettingsBRoll is https://github.com/goki/icons/blob/main/svg/settings_b_roll.svg
	SettingsBRoll Icon = "settings_b_roll"

	// SettingsBackupRestore is https://github.com/goki/icons/blob/main/svg/settings_backup_restore.svg
	SettingsBackupRestore Icon = "settings_backup_restore"

	// SettingsBluetooth is https://github.com/goki/icons/blob/main/svg/settings_bluetooth.svg
	SettingsBluetooth Icon = "settings_bluetooth"

	// SettingsBrightness is https://github.com/goki/icons/blob/main/svg/settings_brightness.svg
	SettingsBrightness Icon = "settings_brightness"

	// SettingsCell is https://github.com/goki/icons/blob/main/svg/settings_cell.svg
	SettingsCell Icon = "settings_cell"

	// SettingsCinematicBlur is https://github.com/goki/icons/blob/main/svg/settings_cinematic_blur.svg
	SettingsCinematicBlur Icon = "settings_cinematic_blur"

	// SettingsEthernet is https://github.com/goki/icons/blob/main/svg/settings_ethernet.svg
	SettingsEthernet Icon = "settings_ethernet"

	// SettingsInputAntenna is https://github.com/goki/icons/blob/main/svg/settings_input_antenna.svg
	SettingsInputAntenna Icon = "settings_input_antenna"

	// SettingsInputComponent is https://github.com/goki/icons/blob/main/svg/settings_input_component.svg
	SettingsInputComponent Icon = "settings_input_component"

	// SettingsInputHdmi is https://github.com/goki/icons/blob/main/svg/settings_input_hdmi.svg
	SettingsInputHdmi Icon = "settings_input_hdmi"

	// SettingsInputSvideo is https://github.com/goki/icons/blob/main/svg/settings_input_svideo.svg
	SettingsInputSvideo Icon = "settings_input_svideo"

	// SettingsMotionMode is https://github.com/goki/icons/blob/main/svg/settings_motion_mode.svg
	SettingsMotionMode Icon = "settings_motion_mode"

	// SettingsNightSight is https://github.com/goki/icons/blob/main/svg/settings_night_sight.svg
	SettingsNightSight Icon = "settings_night_sight"

	// SettingsOverscan is https://github.com/goki/icons/blob/main/svg/settings_overscan.svg
	SettingsOverscan Icon = "settings_overscan"

	// SettingsPanorama is https://github.com/goki/icons/blob/main/svg/settings_panorama.svg
	SettingsPanorama Icon = "settings_panorama"

	// SettingsPhone is https://github.com/goki/icons/blob/main/svg/settings_phone.svg
	SettingsPhone Icon = "settings_phone"

	// SettingsPhotoCamera is https://github.com/goki/icons/blob/main/svg/settings_photo_camera.svg
	SettingsPhotoCamera Icon = "settings_photo_camera"

	// SettingsPower is https://github.com/goki/icons/blob/main/svg/settings_power.svg
	SettingsPower Icon = "settings_power"

	// SettingsRemote is https://github.com/goki/icons/blob/main/svg/settings_remote.svg
	SettingsRemote Icon = "settings_remote"

	// SettingsSlowMotion is https://github.com/goki/icons/blob/main/svg/settings_slow_motion.svg
	SettingsSlowMotion Icon = "settings_slow_motion"

	// SettingsSystemDaydream is https://github.com/goki/icons/blob/main/svg/settings_system_daydream.svg
	SettingsSystemDaydream Icon = "settings_system_daydream"

	// SettingsTimelapse is https://github.com/goki/icons/blob/main/svg/settings_timelapse.svg
	SettingsTimelapse Icon = "settings_timelapse"

	// SettingsVideoCamera is https://github.com/goki/icons/blob/main/svg/settings_video_camera.svg
	SettingsVideoCamera Icon = "settings_video_camera"

	// SettingsVoice is https://github.com/goki/icons/blob/main/svg/settings_voice.svg
	SettingsVoice Icon = "settings_voice"

	// SettopComponent is https://github.com/goki/icons/blob/main/svg/settop_component.svg
	SettopComponent Icon = "settop_component"

	// SevereCold is https://github.com/goki/icons/blob/main/svg/severe_cold.svg
	SevereCold Icon = "severe_cold"

	// Shadow is https://github.com/goki/icons/blob/main/svg/shadow.svg
	Shadow Icon = "shadow"

	// ShapeLine is https://github.com/goki/icons/blob/main/svg/shape_line.svg
	ShapeLine Icon = "shape_line"

	// Shapes is https://github.com/goki/icons/blob/main/svg/shapes.svg
	Shapes Icon = "shapes"

	// Share is https://github.com/goki/icons/blob/main/svg/share.svg
	Share Icon = "share"

	// ShareLocation is https://github.com/goki/icons/blob/main/svg/share_location.svg
	ShareLocation Icon = "share_location"

	// ShareOff is https://github.com/goki/icons/blob/main/svg/share_off.svg
	ShareOff Icon = "share_off"

	// ShareReviews is https://github.com/goki/icons/blob/main/svg/share_reviews.svg
	ShareReviews Icon = "share_reviews"

	// ShareWindows is https://github.com/goki/icons/blob/main/svg/share_windows.svg
	ShareWindows Icon = "share_windows"

	// SheetsRtl is https://github.com/goki/icons/blob/main/svg/sheets_rtl.svg
	SheetsRtl Icon = "sheets_rtl"

	// ShelfAutoHide is https://github.com/goki/icons/blob/main/svg/shelf_auto_hide.svg
	ShelfAutoHide Icon = "shelf_auto_hide"

	// ShelfPosition is https://github.com/goki/icons/blob/main/svg/shelf_position.svg
	ShelfPosition Icon = "shelf_position"

	// Shelves is https://github.com/goki/icons/blob/main/svg/shelves.svg
	Shelves Icon = "shelves"

	// Shield is https://github.com/goki/icons/blob/main/svg/shield.svg
	Shield Icon = "shield"

	// ShieldLock is https://github.com/goki/icons/blob/main/svg/shield_lock.svg
	ShieldLock Icon = "shield_lock"

	// ShieldLocked is https://github.com/goki/icons/blob/main/svg/shield_locked.svg
	ShieldLocked Icon = "shield_locked"

	// ShieldMoon is https://github.com/goki/icons/blob/main/svg/shield_moon.svg
	ShieldMoon Icon = "shield_moon"

	// ShieldPerson is https://github.com/goki/icons/blob/main/svg/shield_person.svg
	ShieldPerson Icon = "shield_person"

	// ShieldWithHeart is https://github.com/goki/icons/blob/main/svg/shield_with_heart.svg
	ShieldWithHeart Icon = "shield_with_heart"

	// ShieldWithHouse is https://github.com/goki/icons/blob/main/svg/shield_with_house.svg
	ShieldWithHouse Icon = "shield_with_house"

	// Shift is https://github.com/goki/icons/blob/main/svg/shift.svg
	Shift Icon = "shift"

	// ShiftLock is https://github.com/goki/icons/blob/main/svg/shift_lock.svg
	ShiftLock Icon = "shift_lock"

	// Shop is https://github.com/goki/icons/blob/main/svg/shop.svg
	Shop Icon = "shop"

	// ShopTwo is https://github.com/goki/icons/blob/main/svg/shop_two.svg
	ShopTwo Icon = "shop_two"

	// ShoppingBag is https://github.com/goki/icons/blob/main/svg/shopping_bag.svg
	ShoppingBag Icon = "shopping_bag"

	// ShoppingBasket is https://github.com/goki/icons/blob/main/svg/shopping_basket.svg
	ShoppingBasket Icon = "shopping_basket"

	// ShoppingCart is https://github.com/goki/icons/blob/main/svg/shopping_cart.svg
	ShoppingCart Icon = "shopping_cart"

	// ShoppingCartCheckout is https://github.com/goki/icons/blob/main/svg/shopping_cart_checkout.svg
	ShoppingCartCheckout Icon = "shopping_cart_checkout"

	// ShortStay is https://github.com/goki/icons/blob/main/svg/short_stay.svg
	ShortStay Icon = "short_stay"

	// ShortText is https://github.com/goki/icons/blob/main/svg/short_text.svg
	ShortText Icon = "short_text"

	// ShowChart is https://github.com/goki/icons/blob/main/svg/show_chart.svg
	ShowChart Icon = "show_chart"

	// Shower is https://github.com/goki/icons/blob/main/svg/shower.svg
	Shower Icon = "shower"

	// Shuffle is https://github.com/goki/icons/blob/main/svg/shuffle.svg
	Shuffle Icon = "shuffle"

	// ShuffleOn is https://github.com/goki/icons/blob/main/svg/shuffle_on.svg
	ShuffleOn Icon = "shuffle_on"

	// ShutterSpeed is https://github.com/goki/icons/blob/main/svg/shutter_speed.svg
	ShutterSpeed Icon = "shutter_speed"

	// Sick is https://github.com/goki/icons/blob/main/svg/sick.svg
	Sick Icon = "sick"

	// SideNavigation is https://github.com/goki/icons/blob/main/svg/side_navigation.svg
	SideNavigation Icon = "side_navigation"

	// SignLanguage is https://github.com/goki/icons/blob/main/svg/sign_language.svg
	SignLanguage Icon = "sign_language"

	// SignalCellular0Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_0_bar.svg
	SignalCellular0Bar Icon = "signal_cellular_0_bar"

	// SignalCellular1Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_1_bar.svg
	SignalCellular1Bar Icon = "signal_cellular_1_bar"

	// SignalCellular2Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_2_bar.svg
	SignalCellular2Bar Icon = "signal_cellular_2_bar"

	// SignalCellular3Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_3_bar.svg
	SignalCellular3Bar Icon = "signal_cellular_3_bar"

	// SignalCellular4Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_4_bar.svg
	SignalCellular4Bar Icon = "signal_cellular_4_bar"

	// SignalCellularAdd is https://github.com/goki/icons/blob/main/svg/signal_cellular_add.svg
	SignalCellularAdd Icon = "signal_cellular_add"

	// SignalCellularAlt is https://github.com/goki/icons/blob/main/svg/signal_cellular_alt.svg
	SignalCellularAlt Icon = "signal_cellular_alt"

	// SignalCellularAlt1Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_alt_1_bar.svg
	SignalCellularAlt1Bar Icon = "signal_cellular_alt_1_bar"

	// SignalCellularAlt2Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_alt_2_bar.svg
	SignalCellularAlt2Bar Icon = "signal_cellular_alt_2_bar"

	// SignalCellularConnectedNoInternet0Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_connected_no_internet_0_bar.svg
	SignalCellularConnectedNoInternet0Bar Icon = "signal_cellular_connected_no_internet_0_bar"

	// SignalCellularConnectedNoInternet4Bar is https://github.com/goki/icons/blob/main/svg/signal_cellular_connected_no_internet_4_bar.svg
	SignalCellularConnectedNoInternet4Bar Icon = "signal_cellular_connected_no_internet_4_bar"

	// SignalCellularNodata is https://github.com/goki/icons/blob/main/svg/signal_cellular_nodata.svg
	SignalCellularNodata Icon = "signal_cellular_nodata"

	// SignalCellularNull is https://github.com/goki/icons/blob/main/svg/signal_cellular_null.svg
	SignalCellularNull Icon = "signal_cellular_null"

	// SignalCellularOff is https://github.com/goki/icons/blob/main/svg/signal_cellular_off.svg
	SignalCellularOff Icon = "signal_cellular_off"

	// SignalCellularPause is https://github.com/goki/icons/blob/main/svg/signal_cellular_pause.svg
	SignalCellularPause Icon = "signal_cellular_pause"

	// SignalDisconnected is https://github.com/goki/icons/blob/main/svg/signal_disconnected.svg
	SignalDisconnected Icon = "signal_disconnected"

	// SignalWifi0Bar is https://github.com/goki/icons/blob/main/svg/signal_wifi_0_bar.svg
	SignalWifi0Bar Icon = "signal_wifi_0_bar"

	// SignalWifi4Bar is https://github.com/goki/icons/blob/main/svg/signal_wifi_4_bar.svg
	SignalWifi4Bar Icon = "signal_wifi_4_bar"

	// SignalWifiBad is https://github.com/goki/icons/blob/main/svg/signal_wifi_bad.svg
	SignalWifiBad Icon = "signal_wifi_bad"

	// SignalWifiOff is https://github.com/goki/icons/blob/main/svg/signal_wifi_off.svg
	SignalWifiOff Icon = "signal_wifi_off"

	// SignalWifiStatusbarNotConnected is https://github.com/goki/icons/blob/main/svg/signal_wifi_statusbar_not_connected.svg
	SignalWifiStatusbarNotConnected Icon = "signal_wifi_statusbar_not_connected"

	// SignalWifiStatusbarNull is https://github.com/goki/icons/blob/main/svg/signal_wifi_statusbar_null.svg
	SignalWifiStatusbarNull Icon = "signal_wifi_statusbar_null"

	// Signature is https://github.com/goki/icons/blob/main/svg/signature.svg
	Signature Icon = "signature"

	// Signpost is https://github.com/goki/icons/blob/main/svg/signpost.svg
	Signpost Icon = "signpost"

	// SimCard is https://github.com/goki/icons/blob/main/svg/sim_card.svg
	SimCard Icon = "sim_card"

	// SimCardDownload is https://github.com/goki/icons/blob/main/svg/sim_card_download.svg
	SimCardDownload Icon = "sim_card_download"

	// SingleBed is https://github.com/goki/icons/blob/main/svg/single_bed.svg
	SingleBed Icon = "single_bed"

	// Sip is https://github.com/goki/icons/blob/main/svg/sip.svg
	Sip Icon = "sip"

	// Skateboarding is https://github.com/goki/icons/blob/main/svg/skateboarding.svg
	Skateboarding Icon = "skateboarding"

	// Skeleton is https://github.com/goki/icons/blob/main/svg/skeleton.svg
	Skeleton Icon = "skeleton"

	// SkipNext is https://github.com/goki/icons/blob/main/svg/skip_next.svg
	SkipNext Icon = "skip_next"

	// SkipPrevious is https://github.com/goki/icons/blob/main/svg/skip_previous.svg
	SkipPrevious Icon = "skip_previous"

	// Skull is https://github.com/goki/icons/blob/main/svg/skull.svg
	Skull Icon = "skull"

	// Sledding is https://github.com/goki/icons/blob/main/svg/sledding.svg
	Sledding Icon = "sledding"

	// SleepScore is https://github.com/goki/icons/blob/main/svg/sleep_score.svg
	SleepScore Icon = "sleep_score"

	// SlideLibrary is https://github.com/goki/icons/blob/main/svg/slide_library.svg
	SlideLibrary Icon = "slide_library"

	// Sliders is https://github.com/goki/icons/blob/main/svg/sliders.svg
	Sliders Icon = "sliders"

	// Slideshow is https://github.com/goki/icons/blob/main/svg/slideshow.svg
	Slideshow Icon = "slideshow"

	// SlowMotionVideo is https://github.com/goki/icons/blob/main/svg/slow_motion_video.svg
	SlowMotionVideo Icon = "slow_motion_video"

	// SmartDisplay is https://github.com/goki/icons/blob/main/svg/smart_display.svg
	SmartDisplay Icon = "smart_display"

	// SmartOutlet is https://github.com/goki/icons/blob/main/svg/smart_outlet.svg
	SmartOutlet Icon = "smart_outlet"

	// SmartScreen is https://github.com/goki/icons/blob/main/svg/smart_screen.svg
	SmartScreen Icon = "smart_screen"

	// SmartToy is https://github.com/goki/icons/blob/main/svg/smart_toy.svg
	SmartToy Icon = "smart_toy"

	// Smartphone is https://github.com/goki/icons/blob/main/svg/smartphone.svg
	Smartphone Icon = "smartphone"

	// SmbShare is https://github.com/goki/icons/blob/main/svg/smb_share.svg
	SmbShare Icon = "smb_share"

	// SmokeFree is https://github.com/goki/icons/blob/main/svg/smoke_free.svg
	SmokeFree Icon = "smoke_free"

	// SmokingRooms is https://github.com/goki/icons/blob/main/svg/smoking_rooms.svg
	SmokingRooms Icon = "smoking_rooms"

	// Sms is https://github.com/goki/icons/blob/main/svg/sms.svg
	Sms Icon = "sms"

	// SnippetFolder is https://github.com/goki/icons/blob/main/svg/snippet_folder.svg
	SnippetFolder Icon = "snippet_folder"

	// Snooze is https://github.com/goki/icons/blob/main/svg/snooze.svg
	Snooze Icon = "snooze"

	// Snowboarding is https://github.com/goki/icons/blob/main/svg/snowboarding.svg
	Snowboarding Icon = "snowboarding"

	// Snowing is https://github.com/goki/icons/blob/main/svg/snowing.svg
	Snowing Icon = "snowing"

	// SnowingHeavy is https://github.com/goki/icons/blob/main/svg/snowing_heavy.svg
	SnowingHeavy Icon = "snowing_heavy"

	// Snowmobile is https://github.com/goki/icons/blob/main/svg/snowmobile.svg
	Snowmobile Icon = "snowmobile"

	// Snowshoeing is https://github.com/goki/icons/blob/main/svg/snowshoeing.svg
	Snowshoeing Icon = "snowshoeing"

	// Soap is https://github.com/goki/icons/blob/main/svg/soap.svg
	Soap Icon = "soap"

	// SocialDistance is https://github.com/goki/icons/blob/main/svg/social_distance.svg
	SocialDistance Icon = "social_distance"

	// SocialLeaderboard is https://github.com/goki/icons/blob/main/svg/social_leaderboard.svg
	SocialLeaderboard Icon = "social_leaderboard"

	// SolarPower is https://github.com/goki/icons/blob/main/svg/solar_power.svg
	SolarPower Icon = "solar_power"

	// Sort is https://github.com/goki/icons/blob/main/svg/sort.svg
	Sort Icon = "sort"

	// SortByAlpha is https://github.com/goki/icons/blob/main/svg/sort_by_alpha.svg
	SortByAlpha Icon = "sort_by_alpha"

	// Sos is https://github.com/goki/icons/blob/main/svg/sos.svg
	Sos Icon = "sos"

	// SoundDetectionDogBarking is https://github.com/goki/icons/blob/main/svg/sound_detection_dog_barking.svg
	SoundDetectionDogBarking Icon = "sound_detection_dog_barking"

	// SoundDetectionGlassBreak is https://github.com/goki/icons/blob/main/svg/sound_detection_glass_break.svg
	SoundDetectionGlassBreak Icon = "sound_detection_glass_break"

	// SoundDetectionLoudSound is https://github.com/goki/icons/blob/main/svg/sound_detection_loud_sound.svg
	SoundDetectionLoudSound Icon = "sound_detection_loud_sound"

	// SoundSampler is https://github.com/goki/icons/blob/main/svg/sound_sampler.svg
	SoundSampler Icon = "sound_sampler"

	// SoupKitchen is https://github.com/goki/icons/blob/main/svg/soup_kitchen.svg
	SoupKitchen Icon = "soup_kitchen"

	// SourceNotes is https://github.com/goki/icons/blob/main/svg/source_notes.svg
	SourceNotes Icon = "source_notes"

	// South is https://github.com/goki/icons/blob/main/svg/south.svg
	South Icon = "south"

	// SouthAmerica is https://github.com/goki/icons/blob/main/svg/south_america.svg
	SouthAmerica Icon = "south_america"

	// SouthEast is https://github.com/goki/icons/blob/main/svg/south_east.svg
	SouthEast Icon = "south_east"

	// SouthWest is https://github.com/goki/icons/blob/main/svg/south_west.svg
	SouthWest Icon = "south_west"

	// Spa is https://github.com/goki/icons/blob/main/svg/spa.svg
	Spa Icon = "spa"

	// SpaceBar is https://github.com/goki/icons/blob/main/svg/space_bar.svg
	SpaceBar Icon = "space_bar"

	// SpaceDashboard is https://github.com/goki/icons/blob/main/svg/space_dashboard.svg
	SpaceDashboard Icon = "space_dashboard"

	// SpatialAudio is https://github.com/goki/icons/blob/main/svg/spatial_audio.svg
	SpatialAudio Icon = "spatial_audio"

	// SpatialAudioOff is https://github.com/goki/icons/blob/main/svg/spatial_audio_off.svg
	SpatialAudioOff Icon = "spatial_audio_off"

	// SpatialTracking is https://github.com/goki/icons/blob/main/svg/spatial_tracking.svg
	SpatialTracking Icon = "spatial_tracking"

	// Speaker is https://github.com/goki/icons/blob/main/svg/speaker.svg
	Speaker Icon = "speaker"

	// SpeakerGroup is https://github.com/goki/icons/blob/main/svg/speaker_group.svg
	SpeakerGroup Icon = "speaker_group"

	// SpeakerNotes is https://github.com/goki/icons/blob/main/svg/speaker_notes.svg
	SpeakerNotes Icon = "speaker_notes"

	// SpeakerNotesOff is https://github.com/goki/icons/blob/main/svg/speaker_notes_off.svg
	SpeakerNotesOff Icon = "speaker_notes_off"

	// SpeakerPhone is https://github.com/goki/icons/blob/main/svg/speaker_phone.svg
	SpeakerPhone Icon = "speaker_phone"

	// SpecialCharacter is https://github.com/goki/icons/blob/main/svg/special_character.svg
	SpecialCharacter Icon = "special_character"

	// SpecificGravity is https://github.com/goki/icons/blob/main/svg/specific_gravity.svg
	SpecificGravity Icon = "specific_gravity"

	// SpeechToText is https://github.com/goki/icons/blob/main/svg/speech_to_text.svg
	SpeechToText Icon = "speech_to_text"

	// Speed is https://github.com/goki/icons/blob/main/svg/speed.svg
	Speed Icon = "speed"

	// Spellcheck is https://github.com/goki/icons/blob/main/svg/spellcheck.svg
	Spellcheck Icon = "spellcheck"

	// Splitscreen is https://github.com/goki/icons/blob/main/svg/splitscreen.svg
	Splitscreen Icon = "splitscreen"

	// SplitscreenBottom is https://github.com/goki/icons/blob/main/svg/splitscreen_bottom.svg
	SplitscreenBottom Icon = "splitscreen_bottom"

	// SplitscreenLeft is https://github.com/goki/icons/blob/main/svg/splitscreen_left.svg
	SplitscreenLeft Icon = "splitscreen_left"

	// SplitscreenRight is https://github.com/goki/icons/blob/main/svg/splitscreen_right.svg
	SplitscreenRight Icon = "splitscreen_right"

	// SplitscreenTop is https://github.com/goki/icons/blob/main/svg/splitscreen_top.svg
	SplitscreenTop Icon = "splitscreen_top"

	// Spo2 is https://github.com/goki/icons/blob/main/svg/spo2.svg
	Spo2 Icon = "spo2"

	// Spoke is https://github.com/goki/icons/blob/main/svg/spoke.svg
	Spoke Icon = "spoke"

	// Sports is https://github.com/goki/icons/blob/main/svg/sports.svg
	Sports Icon = "sports"

	// SportsBar is https://github.com/goki/icons/blob/main/svg/sports_bar.svg
	SportsBar Icon = "sports_bar"

	// SportsBaseball is https://github.com/goki/icons/blob/main/svg/sports_baseball.svg
	SportsBaseball Icon = "sports_baseball"

	// SportsBasketball is https://github.com/goki/icons/blob/main/svg/sports_basketball.svg
	SportsBasketball Icon = "sports_basketball"

	// SportsCricket is https://github.com/goki/icons/blob/main/svg/sports_cricket.svg
	SportsCricket Icon = "sports_cricket"

	// SportsEsports is https://github.com/goki/icons/blob/main/svg/sports_esports.svg
	SportsEsports Icon = "sports_esports"

	// SportsFootball is https://github.com/goki/icons/blob/main/svg/sports_football.svg
	SportsFootball Icon = "sports_football"

	// SportsGolf is https://github.com/goki/icons/blob/main/svg/sports_golf.svg
	SportsGolf Icon = "sports_golf"

	// SportsGymnastics is https://github.com/goki/icons/blob/main/svg/sports_gymnastics.svg
	SportsGymnastics Icon = "sports_gymnastics"

	// SportsHandball is https://github.com/goki/icons/blob/main/svg/sports_handball.svg
	SportsHandball Icon = "sports_handball"

	// SportsHockey is https://github.com/goki/icons/blob/main/svg/sports_hockey.svg
	SportsHockey Icon = "sports_hockey"

	// SportsKabaddi is https://github.com/goki/icons/blob/main/svg/sports_kabaddi.svg
	SportsKabaddi Icon = "sports_kabaddi"

	// SportsMartialArts is https://github.com/goki/icons/blob/main/svg/sports_martial_arts.svg
	SportsMartialArts Icon = "sports_martial_arts"

	// SportsMma is https://github.com/goki/icons/blob/main/svg/sports_mma.svg
	SportsMma Icon = "sports_mma"

	// SportsMotorsports is https://github.com/goki/icons/blob/main/svg/sports_motorsports.svg
	SportsMotorsports Icon = "sports_motorsports"

	// SportsRugby is https://github.com/goki/icons/blob/main/svg/sports_rugby.svg
	SportsRugby Icon = "sports_rugby"

	// SportsScore is https://github.com/goki/icons/blob/main/svg/sports_score.svg
	SportsScore Icon = "sports_score"

	// SportsSoccer is https://github.com/goki/icons/blob/main/svg/sports_soccer.svg
	SportsSoccer Icon = "sports_soccer"

	// SportsTennis is https://github.com/goki/icons/blob/main/svg/sports_tennis.svg
	SportsTennis Icon = "sports_tennis"

	// SportsVolleyball is https://github.com/goki/icons/blob/main/svg/sports_volleyball.svg
	SportsVolleyball Icon = "sports_volleyball"

	// Sprinkler is https://github.com/goki/icons/blob/main/svg/sprinkler.svg
	Sprinkler Icon = "sprinkler"

	// Sprint is https://github.com/goki/icons/blob/main/svg/sprint.svg
	Sprint Icon = "sprint"

	// Square is https://github.com/goki/icons/blob/main/svg/square.svg
	Square Icon = "square"

	// SquareFoot is https://github.com/goki/icons/blob/main/svg/square_foot.svg
	SquareFoot Icon = "square_foot"

	// SsidChart is https://github.com/goki/icons/blob/main/svg/ssid_chart.svg
	SsidChart Icon = "ssid_chart"

	// Stack is https://github.com/goki/icons/blob/main/svg/stack.svg
	Stack Icon = "stack"

	// StackOff is https://github.com/goki/icons/blob/main/svg/stack_off.svg
	StackOff Icon = "stack_off"

	// StackStar is https://github.com/goki/icons/blob/main/svg/stack_star.svg
	StackStar Icon = "stack_star"

	// StackedBarChart is https://github.com/goki/icons/blob/main/svg/stacked_bar_chart.svg
	StackedBarChart Icon = "stacked_bar_chart"

	// StackedEmail is https://github.com/goki/icons/blob/main/svg/stacked_email.svg
	StackedEmail Icon = "stacked_email"

	// StackedInbox is https://github.com/goki/icons/blob/main/svg/stacked_inbox.svg
	StackedInbox Icon = "stacked_inbox"

	// StackedLineChart is https://github.com/goki/icons/blob/main/svg/stacked_line_chart.svg
	StackedLineChart Icon = "stacked_line_chart"

	// StadiaController is https://github.com/goki/icons/blob/main/svg/stadia_controller.svg
	StadiaController Icon = "stadia_controller"

	// Stadium is https://github.com/goki/icons/blob/main/svg/stadium.svg
	Stadium Icon = "stadium"

	// Stairs is https://github.com/goki/icons/blob/main/svg/stairs.svg
	Stairs Icon = "stairs"

	// Star is https://github.com/goki/icons/blob/main/svg/star.svg
	Star Icon = "star"

	// StarHalf is https://github.com/goki/icons/blob/main/svg/star_half.svg
	StarHalf Icon = "star_half"

	// StarRate is https://github.com/goki/icons/blob/main/svg/star_rate.svg
	StarRate Icon = "star_rate"

	// StarRateHalf is https://github.com/goki/icons/blob/main/svg/star_rate_half.svg
	StarRateHalf Icon = "star_rate_half"

	// Stars is https://github.com/goki/icons/blob/main/svg/stars.svg
	Stars Icon = "stars"

	// Start is https://github.com/goki/icons/blob/main/svg/start.svg
	Start Icon = "start"

	// Stat1 is https://github.com/goki/icons/blob/main/svg/stat_1.svg
	Stat1 Icon = "stat_1"

	// Stat2 is https://github.com/goki/icons/blob/main/svg/stat_2.svg
	Stat2 Icon = "stat_2"

	// Stat3 is https://github.com/goki/icons/blob/main/svg/stat_3.svg
	Stat3 Icon = "stat_3"

	// StatMinus1 is https://github.com/goki/icons/blob/main/svg/stat_minus_1.svg
	StatMinus1 Icon = "stat_minus_1"

	// StatMinus2 is https://github.com/goki/icons/blob/main/svg/stat_minus_2.svg
	StatMinus2 Icon = "stat_minus_2"

	// StatMinus3 is https://github.com/goki/icons/blob/main/svg/stat_minus_3.svg
	StatMinus3 Icon = "stat_minus_3"

	// StayCurrentLandscape is https://github.com/goki/icons/blob/main/svg/stay_current_landscape.svg
	StayCurrentLandscape Icon = "stay_current_landscape"

	// StayCurrentPortrait is https://github.com/goki/icons/blob/main/svg/stay_current_portrait.svg
	StayCurrentPortrait Icon = "stay_current_portrait"

	// StayPrimaryLandscape is https://github.com/goki/icons/blob/main/svg/stay_primary_landscape.svg
	StayPrimaryLandscape Icon = "stay_primary_landscape"

	// StayPrimaryPortrait is https://github.com/goki/icons/blob/main/svg/stay_primary_portrait.svg
	StayPrimaryPortrait Icon = "stay_primary_portrait"

	// Step is https://github.com/goki/icons/blob/main/svg/step.svg
	Step Icon = "step"

	// StepInto is https://github.com/goki/icons/blob/main/svg/step_into.svg
	StepInto Icon = "step_into"

	// StepOut is https://github.com/goki/icons/blob/main/svg/step_out.svg
	StepOut Icon = "step_out"

	// StepOver is https://github.com/goki/icons/blob/main/svg/step_over.svg
	StepOver Icon = "step_over"

	// Steppers is https://github.com/goki/icons/blob/main/svg/steppers.svg
	Steppers Icon = "steppers"

	// Steps is https://github.com/goki/icons/blob/main/svg/steps.svg
	Steps Icon = "steps"

	// Stethoscope is https://github.com/goki/icons/blob/main/svg/stethoscope.svg
	Stethoscope Icon = "stethoscope"

	// StethoscopeArrow is https://github.com/goki/icons/blob/main/svg/stethoscope_arrow.svg
	StethoscopeArrow Icon = "stethoscope_arrow"

	// StethoscopeCheck is https://github.com/goki/icons/blob/main/svg/stethoscope_check.svg
	StethoscopeCheck Icon = "stethoscope_check"

	// StickyNote is https://github.com/goki/icons/blob/main/svg/sticky_note.svg
	StickyNote Icon = "sticky_note"

	// StickyNote2 is https://github.com/goki/icons/blob/main/svg/sticky_note_2.svg
	StickyNote2 Icon = "sticky_note_2"

	// Stop is https://github.com/goki/icons/blob/main/svg/stop.svg
	Stop Icon = "stop"

	// StopCircle is https://github.com/goki/icons/blob/main/svg/stop_circle.svg
	StopCircle Icon = "stop_circle"

	// StopScreenShare is https://github.com/goki/icons/blob/main/svg/stop_screen_share.svg
	StopScreenShare Icon = "stop_screen_share"

	// Storage is https://github.com/goki/icons/blob/main/svg/storage.svg
	Storage Icon = "storage"

	// Store is https://github.com/goki/icons/blob/main/svg/store.svg
	Store Icon = "store"

	// Storefront is https://github.com/goki/icons/blob/main/svg/storefront.svg
	Storefront Icon = "storefront"

	// Storm is https://github.com/goki/icons/blob/main/svg/storm.svg
	Storm Icon = "storm"

	// Straight is https://github.com/goki/icons/blob/main/svg/straight.svg
	Straight Icon = "straight"

	// Straighten is https://github.com/goki/icons/blob/main/svg/straighten.svg
	Straighten Icon = "straighten"

	// Strategy is https://github.com/goki/icons/blob/main/svg/strategy.svg
	Strategy Icon = "strategy"

	// Stream is https://github.com/goki/icons/blob/main/svg/stream.svg
	Stream Icon = "stream"

	// StreamApps is https://github.com/goki/icons/blob/main/svg/stream_apps.svg
	StreamApps Icon = "stream_apps"

	// Streetview is https://github.com/goki/icons/blob/main/svg/streetview.svg
	Streetview Icon = "streetview"

	// StressManagement is https://github.com/goki/icons/blob/main/svg/stress_management.svg
	StressManagement Icon = "stress_management"

	// StrikethroughS is https://github.com/goki/icons/blob/main/svg/strikethrough_s.svg
	StrikethroughS Icon = "strikethrough_s"

	// StrokeFull is https://github.com/goki/icons/blob/main/svg/stroke_full.svg
	StrokeFull Icon = "stroke_full"

	// StrokePartial is https://github.com/goki/icons/blob/main/svg/stroke_partial.svg
	StrokePartial Icon = "stroke_partial"

	// Stroller is https://github.com/goki/icons/blob/main/svg/stroller.svg
	Stroller Icon = "stroller"

	// Style is https://github.com/goki/icons/blob/main/svg/style.svg
	Style Icon = "style"

	// Styler is https://github.com/goki/icons/blob/main/svg/styler.svg
	Styler Icon = "styler"

	// Stylus is https://github.com/goki/icons/blob/main/svg/stylus.svg
	Stylus Icon = "stylus"

	// StylusLaserPointer is https://github.com/goki/icons/blob/main/svg/stylus_laser_pointer.svg
	StylusLaserPointer Icon = "stylus_laser_pointer"

	// StylusNote is https://github.com/goki/icons/blob/main/svg/stylus_note.svg
	StylusNote Icon = "stylus_note"

	// SubdirectoryArrowLeft is https://github.com/goki/icons/blob/main/svg/subdirectory_arrow_left.svg
	SubdirectoryArrowLeft Icon = "subdirectory_arrow_left"

	// SubdirectoryArrowRight is https://github.com/goki/icons/blob/main/svg/subdirectory_arrow_right.svg
	SubdirectoryArrowRight Icon = "subdirectory_arrow_right"

	// Subheader is https://github.com/goki/icons/blob/main/svg/subheader.svg
	Subheader Icon = "subheader"

	// Subject is https://github.com/goki/icons/blob/main/svg/subject.svg
	Subject Icon = "subject"

	// Subscript is https://github.com/goki/icons/blob/main/svg/subscript.svg
	Subscript Icon = "subscript"

	// Subscriptions is https://github.com/goki/icons/blob/main/svg/subscriptions.svg
	Subscriptions Icon = "subscriptions"

	// Subtitles is https://github.com/goki/icons/blob/main/svg/subtitles.svg
	Subtitles Icon = "subtitles"

	// SubtitlesOff is https://github.com/goki/icons/blob/main/svg/subtitles_off.svg
	SubtitlesOff Icon = "subtitles_off"

	// Subway is https://github.com/goki/icons/blob/main/svg/subway.svg
	Subway Icon = "subway"

	// Summarize is https://github.com/goki/icons/blob/main/svg/summarize.svg
	Summarize Icon = "summarize"

	// Sunny is https://github.com/goki/icons/blob/main/svg/sunny.svg
	Sunny Icon = "sunny"

	// SunnySnowing is https://github.com/goki/icons/blob/main/svg/sunny_snowing.svg
	SunnySnowing Icon = "sunny_snowing"

	// Superscript is https://github.com/goki/icons/blob/main/svg/superscript.svg
	Superscript Icon = "superscript"

	// SupervisedUserCircle is https://github.com/goki/icons/blob/main/svg/supervised_user_circle.svg
	SupervisedUserCircle Icon = "supervised_user_circle"

	// SupervisedUserCircleOff is https://github.com/goki/icons/blob/main/svg/supervised_user_circle_off.svg
	SupervisedUserCircleOff Icon = "supervised_user_circle_off"

	// SupervisorAccount is https://github.com/goki/icons/blob/main/svg/supervisor_account.svg
	SupervisorAccount Icon = "supervisor_account"

	// Support is https://github.com/goki/icons/blob/main/svg/support.svg
	Support Icon = "support"

	// SupportAgent is https://github.com/goki/icons/blob/main/svg/support_agent.svg
	SupportAgent Icon = "support_agent"

	// Surfing is https://github.com/goki/icons/blob/main/svg/surfing.svg
	Surfing Icon = "surfing"

	// Surgical is https://github.com/goki/icons/blob/main/svg/surgical.svg
	Surgical Icon = "surgical"

	// SurroundSound is https://github.com/goki/icons/blob/main/svg/surround_sound.svg
	SurroundSound Icon = "surround_sound"

	// Svg is https://github.com/goki/icons/blob/main/svg/svg.svg
	Svg Icon = "svg"

	// SwapCalls is https://github.com/goki/icons/blob/main/svg/swap_calls.svg
	SwapCalls Icon = "swap_calls"

	// SwapDrivingAppsWheel is https://github.com/goki/icons/blob/main/svg/swap_driving_apps_wheel.svg
	SwapDrivingAppsWheel Icon = "swap_driving_apps_wheel"

	// SwapHoriz is https://github.com/goki/icons/blob/main/svg/swap_horiz.svg
	SwapHoriz Icon = "swap_horiz"

	// SwapHorizontalCircle is https://github.com/goki/icons/blob/main/svg/swap_horizontal_circle.svg
	SwapHorizontalCircle Icon = "swap_horizontal_circle"

	// SwapVert is https://github.com/goki/icons/blob/main/svg/swap_vert.svg
	SwapVert Icon = "swap_vert"

	// SwapVerticalCircle is https://github.com/goki/icons/blob/main/svg/swap_vertical_circle.svg
	SwapVerticalCircle Icon = "swap_vertical_circle"

	// Sweep is https://github.com/goki/icons/blob/main/svg/sweep.svg
	Sweep Icon = "sweep"

	// Swipe is https://github.com/goki/icons/blob/main/svg/swipe.svg
	Swipe Icon = "swipe"

	// SwipeDown is https://github.com/goki/icons/blob/main/svg/swipe_down.svg
	SwipeDown Icon = "swipe_down"

	// SwipeDownAlt is https://github.com/goki/icons/blob/main/svg/swipe_down_alt.svg
	SwipeDownAlt Icon = "swipe_down_alt"

	// SwipeLeft is https://github.com/goki/icons/blob/main/svg/swipe_left.svg
	SwipeLeft Icon = "swipe_left"

	// SwipeLeftAlt is https://github.com/goki/icons/blob/main/svg/swipe_left_alt.svg
	SwipeLeftAlt Icon = "swipe_left_alt"

	// SwipeRight is https://github.com/goki/icons/blob/main/svg/swipe_right.svg
	SwipeRight Icon = "swipe_right"

	// SwipeRightAlt is https://github.com/goki/icons/blob/main/svg/swipe_right_alt.svg
	SwipeRightAlt Icon = "swipe_right_alt"

	// SwipeUp is https://github.com/goki/icons/blob/main/svg/swipe_up.svg
	SwipeUp Icon = "swipe_up"

	// SwipeUpAlt is https://github.com/goki/icons/blob/main/svg/swipe_up_alt.svg
	SwipeUpAlt Icon = "swipe_up_alt"

	// SwipeVertical is https://github.com/goki/icons/blob/main/svg/swipe_vertical.svg
	SwipeVertical Icon = "swipe_vertical"

	// Switch is https://github.com/goki/icons/blob/main/svg/switch.svg
	Switch Icon = "switch"

	// SwitchAccess is https://github.com/goki/icons/blob/main/svg/switch_access.svg
	SwitchAccess Icon = "switch_access"

	// SwitchAccessShortcut is https://github.com/goki/icons/blob/main/svg/switch_access_shortcut.svg
	SwitchAccessShortcut Icon = "switch_access_shortcut"

	// SwitchAccessShortcutAdd is https://github.com/goki/icons/blob/main/svg/switch_access_shortcut_add.svg
	SwitchAccessShortcutAdd Icon = "switch_access_shortcut_add"

	// SwitchAccount is https://github.com/goki/icons/blob/main/svg/switch_account.svg
	SwitchAccount Icon = "switch_account"

	// SwitchCamera is https://github.com/goki/icons/blob/main/svg/switch_camera.svg
	SwitchCamera Icon = "switch_camera"

	// SwitchLeft is https://github.com/goki/icons/blob/main/svg/switch_left.svg
	SwitchLeft Icon = "switch_left"

	// SwitchRight is https://github.com/goki/icons/blob/main/svg/switch_right.svg
	SwitchRight Icon = "switch_right"

	// SwitchVideo is https://github.com/goki/icons/blob/main/svg/switch_video.svg
	SwitchVideo Icon = "switch_video"

	// Switches is https://github.com/goki/icons/blob/main/svg/switches.svg
	Switches Icon = "switches"

	// SwordRose is https://github.com/goki/icons/blob/main/svg/sword_rose.svg
	SwordRose Icon = "sword_rose"

	// Swords is https://github.com/goki/icons/blob/main/svg/swords.svg
	Swords Icon = "swords"

	// Symptoms is https://github.com/goki/icons/blob/main/svg/symptoms.svg
	Symptoms Icon = "symptoms"

	// Synagogue is https://github.com/goki/icons/blob/main/svg/synagogue.svg
	Synagogue Icon = "synagogue"

	// Sync is https://github.com/goki/icons/blob/main/svg/sync.svg
	Sync Icon = "sync"

	// SyncAlt is https://github.com/goki/icons/blob/main/svg/sync_alt.svg
	SyncAlt Icon = "sync_alt"

	// SyncDisabled is https://github.com/goki/icons/blob/main/svg/sync_disabled.svg
	SyncDisabled Icon = "sync_disabled"

	// SyncLock is https://github.com/goki/icons/blob/main/svg/sync_lock.svg
	SyncLock Icon = "sync_lock"

	// SyncProblem is https://github.com/goki/icons/blob/main/svg/sync_problem.svg
	SyncProblem Icon = "sync_problem"

	// SyncSavedLocally is https://github.com/goki/icons/blob/main/svg/sync_saved_locally.svg
	SyncSavedLocally Icon = "sync_saved_locally"

	// Syringe is https://github.com/goki/icons/blob/main/svg/syringe.svg
	Syringe Icon = "syringe"

	// SystemUpdate is https://github.com/goki/icons/blob/main/svg/system_update.svg
	SystemUpdate Icon = "system_update"

	// SystemUpdateAlt is https://github.com/goki/icons/blob/main/svg/system_update_alt.svg
	SystemUpdateAlt Icon = "system_update_alt"

	// Tab is https://github.com/goki/icons/blob/main/svg/tab.svg
	Tab Icon = "tab"

	// TabClose is https://github.com/goki/icons/blob/main/svg/tab_close.svg
	TabClose Icon = "tab_close"

	// TabCloseRight is https://github.com/goki/icons/blob/main/svg/tab_close_right.svg
	TabCloseRight Icon = "tab_close_right"

	// TabDuplicate is https://github.com/goki/icons/blob/main/svg/tab_duplicate.svg
	TabDuplicate Icon = "tab_duplicate"

	// TabGroup is https://github.com/goki/icons/blob/main/svg/tab_group.svg
	TabGroup Icon = "tab_group"

	// TabMove is https://github.com/goki/icons/blob/main/svg/tab_move.svg
	TabMove Icon = "tab_move"

	// TabNewRight is https://github.com/goki/icons/blob/main/svg/tab_new_right.svg
	TabNewRight Icon = "tab_new_right"

	// TabRecent is https://github.com/goki/icons/blob/main/svg/tab_recent.svg
	TabRecent Icon = "tab_recent"

	// TabUnselected is https://github.com/goki/icons/blob/main/svg/tab_unselected.svg
	TabUnselected Icon = "tab_unselected"

	// Table is https://github.com/goki/icons/blob/main/svg/table.svg
	Table Icon = "table"

	// TableBar is https://github.com/goki/icons/blob/main/svg/table_bar.svg
	TableBar Icon = "table_bar"

	// TableChart is https://github.com/goki/icons/blob/main/svg/table_chart.svg
	TableChart Icon = "table_chart"

	// TableChartView is https://github.com/goki/icons/blob/main/svg/table_chart_view.svg
	TableChartView Icon = "table_chart_view"

	// TableLamp is https://github.com/goki/icons/blob/main/svg/table_lamp.svg
	TableLamp Icon = "table_lamp"

	// TableRestaurant is https://github.com/goki/icons/blob/main/svg/table_restaurant.svg
	TableRestaurant Icon = "table_restaurant"

	// TableRows is https://github.com/goki/icons/blob/main/svg/table_rows.svg
	TableRows Icon = "table_rows"

	// TableRowsNarrow is https://github.com/goki/icons/blob/main/svg/table_rows_narrow.svg
	TableRowsNarrow Icon = "table_rows_narrow"

	// TableView is https://github.com/goki/icons/blob/main/svg/table_view.svg
	TableView Icon = "table_view"

	// Tablet is https://github.com/goki/icons/blob/main/svg/tablet.svg
	Tablet Icon = "tablet"

	// TabletAndroid is https://github.com/goki/icons/blob/main/svg/tablet_android.svg
	TabletAndroid Icon = "tablet_android"

	// TabletMac is https://github.com/goki/icons/blob/main/svg/tablet_mac.svg
	TabletMac Icon = "tablet_mac"

	// Tabs is https://github.com/goki/icons/blob/main/svg/tabs.svg
	Tabs Icon = "tabs"

	// Tag is https://github.com/goki/icons/blob/main/svg/tag.svg
	Tag Icon = "tag"

	// TakeoutDining is https://github.com/goki/icons/blob/main/svg/takeout_dining.svg
	TakeoutDining Icon = "takeout_dining"

	// TamperDetectionOff is https://github.com/goki/icons/blob/main/svg/tamper_detection_off.svg
	TamperDetectionOff Icon = "tamper_detection_off"

	// TamperDetectionOn is https://github.com/goki/icons/blob/main/svg/tamper_detection_on.svg
	TamperDetectionOn Icon = "tamper_detection_on"

	// TapAndPlay is https://github.com/goki/icons/blob/main/svg/tap_and_play.svg
	TapAndPlay Icon = "tap_and_play"

	// Tapas is https://github.com/goki/icons/blob/main/svg/tapas.svg
	Tapas Icon = "tapas"

	// Target is https://github.com/goki/icons/blob/main/svg/target.svg
	Target Icon = "target"

	// Task is https://github.com/goki/icons/blob/main/svg/task.svg
	Task Icon = "task"

	// TaskAlt is https://github.com/goki/icons/blob/main/svg/task_alt.svg
	TaskAlt Icon = "task_alt"

	// Taunt is https://github.com/goki/icons/blob/main/svg/taunt.svg
	Taunt Icon = "taunt"

	// TaxiAlert is https://github.com/goki/icons/blob/main/svg/taxi_alert.svg
	TaxiAlert Icon = "taxi_alert"

	// TeamDashboard is https://github.com/goki/icons/blob/main/svg/team_dashboard.svg
	TeamDashboard Icon = "team_dashboard"

	// TempPreferencesEco is https://github.com/goki/icons/blob/main/svg/temp_preferences_eco.svg
	TempPreferencesEco Icon = "temp_preferences_eco"

	// TempleBuddhist is https://github.com/goki/icons/blob/main/svg/temple_buddhist.svg
	TempleBuddhist Icon = "temple_buddhist"

	// TempleHindu is https://github.com/goki/icons/blob/main/svg/temple_hindu.svg
	TempleHindu Icon = "temple_hindu"

	// Tenancy is https://github.com/goki/icons/blob/main/svg/tenancy.svg
	Tenancy Icon = "tenancy"

	// Terminal is https://github.com/goki/icons/blob/main/svg/terminal.svg
	Terminal Icon = "terminal"

	// Tex is https://github.com/goki/icons/blob/main/svg/tex.svg
	Tex Icon = "tex"

	// TextAd is https://github.com/goki/icons/blob/main/svg/text_ad.svg
	TextAd Icon = "text_ad"

	// TextDecrease is https://github.com/goki/icons/blob/main/svg/text_decrease.svg
	TextDecrease Icon = "text_decrease"

	// TextFields is https://github.com/goki/icons/blob/main/svg/text_fields.svg
	TextFields Icon = "text_fields"

	// TextFormat is https://github.com/goki/icons/blob/main/svg/text_format.svg
	TextFormat Icon = "text_format"

	// TextIncrease is https://github.com/goki/icons/blob/main/svg/text_increase.svg
	TextIncrease Icon = "text_increase"

	// TextRotateUp is https://github.com/goki/icons/blob/main/svg/text_rotate_up.svg
	TextRotateUp Icon = "text_rotate_up"

	// TextRotateVertical is https://github.com/goki/icons/blob/main/svg/text_rotate_vertical.svg
	TextRotateVertical Icon = "text_rotate_vertical"

	// TextRotationAngledown is https://github.com/goki/icons/blob/main/svg/text_rotation_angledown.svg
	TextRotationAngledown Icon = "text_rotation_angledown"

	// TextRotationAngleup is https://github.com/goki/icons/blob/main/svg/text_rotation_angleup.svg
	TextRotationAngleup Icon = "text_rotation_angleup"

	// TextRotationDown is https://github.com/goki/icons/blob/main/svg/text_rotation_down.svg
	TextRotationDown Icon = "text_rotation_down"

	// TextRotationNone is https://github.com/goki/icons/blob/main/svg/text_rotation_none.svg
	TextRotationNone Icon = "text_rotation_none"

	// TextSelectEnd is https://github.com/goki/icons/blob/main/svg/text_select_end.svg
	TextSelectEnd Icon = "text_select_end"

	// TextSelectJumpToBeginning is https://github.com/goki/icons/blob/main/svg/text_select_jump_to_beginning.svg
	TextSelectJumpToBeginning Icon = "text_select_jump_to_beginning"

	// TextSelectJumpToEnd is https://github.com/goki/icons/blob/main/svg/text_select_jump_to_end.svg
	TextSelectJumpToEnd Icon = "text_select_jump_to_end"

	// TextSelectMoveBackCharacter is https://github.com/goki/icons/blob/main/svg/text_select_move_back_character.svg
	TextSelectMoveBackCharacter Icon = "text_select_move_back_character"

	// TextSelectMoveBackWord is https://github.com/goki/icons/blob/main/svg/text_select_move_back_word.svg
	TextSelectMoveBackWord Icon = "text_select_move_back_word"

	// TextSelectMoveDown is https://github.com/goki/icons/blob/main/svg/text_select_move_down.svg
	TextSelectMoveDown Icon = "text_select_move_down"

	// TextSelectMoveForwardCharacter is https://github.com/goki/icons/blob/main/svg/text_select_move_forward_character.svg
	TextSelectMoveForwardCharacter Icon = "text_select_move_forward_character"

	// TextSelectMoveForwardWord is https://github.com/goki/icons/blob/main/svg/text_select_move_forward_word.svg
	TextSelectMoveForwardWord Icon = "text_select_move_forward_word"

	// TextSelectMoveUp is https://github.com/goki/icons/blob/main/svg/text_select_move_up.svg
	TextSelectMoveUp Icon = "text_select_move_up"

	// TextSelectStart is https://github.com/goki/icons/blob/main/svg/text_select_start.svg
	TextSelectStart Icon = "text_select_start"

	// TextSnippet is https://github.com/goki/icons/blob/main/svg/text_snippet.svg
	TextSnippet Icon = "text_snippet"

	// TextToSpeech is https://github.com/goki/icons/blob/main/svg/text_to_speech.svg
	TextToSpeech Icon = "text_to_speech"

	// Texture is https://github.com/goki/icons/blob/main/svg/texture.svg
	Texture Icon = "texture"

	// TheaterComedy is https://github.com/goki/icons/blob/main/svg/theater_comedy.svg
	TheaterComedy Icon = "theater_comedy"

	// Theaters is https://github.com/goki/icons/blob/main/svg/theaters.svg
	Theaters Icon = "theaters"

	// Thermometer is https://github.com/goki/icons/blob/main/svg/thermometer.svg
	Thermometer Icon = "thermometer"

	// ThermometerGain is https://github.com/goki/icons/blob/main/svg/thermometer_gain.svg
	ThermometerGain Icon = "thermometer_gain"

	// ThermometerLoss is https://github.com/goki/icons/blob/main/svg/thermometer_loss.svg
	ThermometerLoss Icon = "thermometer_loss"

	// Thermostat is https://github.com/goki/icons/blob/main/svg/thermostat.svg
	Thermostat Icon = "thermostat"

	// ThermostatAuto is https://github.com/goki/icons/blob/main/svg/thermostat_auto.svg
	ThermostatAuto Icon = "thermostat_auto"

	// ThermostatCarbon is https://github.com/goki/icons/blob/main/svg/thermostat_carbon.svg
	ThermostatCarbon Icon = "thermostat_carbon"

	// ThumbDown is https://github.com/goki/icons/blob/main/svg/thumb_down.svg
	ThumbDown Icon = "thumb_down"

	// ThumbUp is https://github.com/goki/icons/blob/main/svg/thumb_up.svg
	ThumbUp Icon = "thumb_up"

	// ThumbnailBar is https://github.com/goki/icons/blob/main/svg/thumbnail_bar.svg
	ThumbnailBar Icon = "thumbnail_bar"

	// ThumbsUpDown is https://github.com/goki/icons/blob/main/svg/thumbs_up_down.svg
	ThumbsUpDown Icon = "thumbs_up_down"

	// Thunderstorm is https://github.com/goki/icons/blob/main/svg/thunderstorm.svg
	Thunderstorm Icon = "thunderstorm"

	// Tibia is https://github.com/goki/icons/blob/main/svg/tibia.svg
	Tibia Icon = "tibia"

	// TibiaAlt is https://github.com/goki/icons/blob/main/svg/tibia_alt.svg
	TibiaAlt Icon = "tibia_alt"

	// TimeAuto is https://github.com/goki/icons/blob/main/svg/time_auto.svg
	TimeAuto Icon = "time_auto"

	// Timelapse is https://github.com/goki/icons/blob/main/svg/timelapse.svg
	Timelapse Icon = "timelapse"

	// Timeline is https://github.com/goki/icons/blob/main/svg/timeline.svg
	Timeline Icon = "timeline"

	// Timer is https://github.com/goki/icons/blob/main/svg/timer.svg
	Timer Icon = "timer"

	// Timer10 is https://github.com/goki/icons/blob/main/svg/timer_10.svg
	Timer10 Icon = "timer_10"

	// Timer10Alt1 is https://github.com/goki/icons/blob/main/svg/timer_10_alt_1.svg
	Timer10Alt1 Icon = "timer_10_alt_1"

	// Timer10Select is https://github.com/goki/icons/blob/main/svg/timer_10_select.svg
	Timer10Select Icon = "timer_10_select"

	// Timer3 is https://github.com/goki/icons/blob/main/svg/timer_3.svg
	Timer3 Icon = "timer_3"

	// Timer3Alt1 is https://github.com/goki/icons/blob/main/svg/timer_3_alt_1.svg
	Timer3Alt1 Icon = "timer_3_alt_1"

	// Timer3Select is https://github.com/goki/icons/blob/main/svg/timer_3_select.svg
	Timer3Select Icon = "timer_3_select"

	// TimerOff is https://github.com/goki/icons/blob/main/svg/timer_off.svg
	TimerOff Icon = "timer_off"

	// TireRepair is https://github.com/goki/icons/blob/main/svg/tire_repair.svg
	TireRepair Icon = "tire_repair"

	// Title is https://github.com/goki/icons/blob/main/svg/title.svg
	Title Icon = "title"

	// Toast is https://github.com/goki/icons/blob/main/svg/toast.svg
	Toast Icon = "toast"

	// Toc is https://github.com/goki/icons/blob/main/svg/toc.svg
	Toc Icon = "toc"

	// Today is https://github.com/goki/icons/blob/main/svg/today.svg
	Today Icon = "today"

	// ToggleMid is https://github.com/goki/icons/blob/main/svg/toggle_mid.svg
	ToggleMid Icon = "toggle_mid"

	// ToggleOff is https://github.com/goki/icons/blob/main/svg/toggle_off.svg
	ToggleOff Icon = "toggle_off"

	// ToggleOn is https://github.com/goki/icons/blob/main/svg/toggle_on.svg
	ToggleOn Icon = "toggle_on"

	// Token is https://github.com/goki/icons/blob/main/svg/token.svg
	Token Icon = "token"

	// Toll is https://github.com/goki/icons/blob/main/svg/toll.svg
	Toll Icon = "toll"

	// Tonality is https://github.com/goki/icons/blob/main/svg/tonality.svg
	Tonality Icon = "tonality"

	// Toolbar is https://github.com/goki/icons/blob/main/svg/toolbar.svg
	Toolbar Icon = "toolbar"

	// ToolsFlatHead is https://github.com/goki/icons/blob/main/svg/tools_flat_head.svg
	ToolsFlatHead Icon = "tools_flat_head"

	// ToolsInstallationKit is https://github.com/goki/icons/blob/main/svg/tools_installation_kit.svg
	ToolsInstallationKit Icon = "tools_installation_kit"

	// ToolsLadder is https://github.com/goki/icons/blob/main/svg/tools_ladder.svg
	ToolsLadder Icon = "tools_ladder"

	// ToolsLevel is https://github.com/goki/icons/blob/main/svg/tools_level.svg
	ToolsLevel Icon = "tools_level"

	// ToolsPhillips is https://github.com/goki/icons/blob/main/svg/tools_phillips.svg
	ToolsPhillips Icon = "tools_phillips"

	// ToolsPliersWireStripper is https://github.com/goki/icons/blob/main/svg/tools_pliers_wire_stripper.svg
	ToolsPliersWireStripper Icon = "tools_pliers_wire_stripper"

	// ToolsPowerDrill is https://github.com/goki/icons/blob/main/svg/tools_power_drill.svg
	ToolsPowerDrill Icon = "tools_power_drill"

	// Tooltip is https://github.com/goki/icons/blob/main/svg/tooltip.svg
	Tooltip Icon = "tooltip"

	// TopPanelClose is https://github.com/goki/icons/blob/main/svg/top_panel_close.svg
	TopPanelClose Icon = "top_panel_close"

	// TopPanelOpen is https://github.com/goki/icons/blob/main/svg/top_panel_open.svg
	TopPanelOpen Icon = "top_panel_open"

	// Topic is https://github.com/goki/icons/blob/main/svg/topic.svg
	Topic Icon = "topic"

	// Tornado is https://github.com/goki/icons/blob/main/svg/tornado.svg
	Tornado Icon = "tornado"

	// TotalDissolvedSolids is https://github.com/goki/icons/blob/main/svg/total_dissolved_solids.svg
	TotalDissolvedSolids Icon = "total_dissolved_solids"

	// TouchApp is https://github.com/goki/icons/blob/main/svg/touch_app.svg
	TouchApp Icon = "touch_app"

	// TouchpadMouse is https://github.com/goki/icons/blob/main/svg/touchpad_mouse.svg
	TouchpadMouse Icon = "touchpad_mouse"

	// Tour is https://github.com/goki/icons/blob/main/svg/tour.svg
	Tour Icon = "tour"

	// Toys is https://github.com/goki/icons/blob/main/svg/toys.svg
	Toys Icon = "toys"

	// ToysFan is https://github.com/goki/icons/blob/main/svg/toys_fan.svg
	ToysFan Icon = "toys_fan"

	// TrackChanges is https://github.com/goki/icons/blob/main/svg/track_changes.svg
	TrackChanges Icon = "track_changes"

	// Traffic is https://github.com/goki/icons/blob/main/svg/traffic.svg
	Traffic Icon = "traffic"

	// TrailLength is https://github.com/goki/icons/blob/main/svg/trail_length.svg
	TrailLength Icon = "trail_length"

	// TrailLengthMedium is https://github.com/goki/icons/blob/main/svg/trail_length_medium.svg
	TrailLengthMedium Icon = "trail_length_medium"

	// TrailLengthShort is https://github.com/goki/icons/blob/main/svg/trail_length_short.svg
	TrailLengthShort Icon = "trail_length_short"

	// Train is https://github.com/goki/icons/blob/main/svg/train.svg
	Train Icon = "train"

	// Tram is https://github.com/goki/icons/blob/main/svg/tram.svg
	Tram Icon = "tram"

	// Transcribe is https://github.com/goki/icons/blob/main/svg/transcribe.svg
	Transcribe Icon = "transcribe"

	// TransferWithinAStation is https://github.com/goki/icons/blob/main/svg/transfer_within_a_station.svg
	TransferWithinAStation Icon = "transfer_within_a_station"

	// Transform is https://github.com/goki/icons/blob/main/svg/transform.svg
	Transform Icon = "transform"

	// Transgender is https://github.com/goki/icons/blob/main/svg/transgender.svg
	Transgender Icon = "transgender"

	// TransitEnterexit is https://github.com/goki/icons/blob/main/svg/transit_enterexit.svg
	TransitEnterexit Icon = "transit_enterexit"

	// Translate is https://github.com/goki/icons/blob/main/svg/translate.svg
	Translate Icon = "translate"

	// Transportation is https://github.com/goki/icons/blob/main/svg/transportation.svg
	Transportation Icon = "transportation"

	// Travel is https://github.com/goki/icons/blob/main/svg/travel.svg
	Travel Icon = "travel"

	// TravelExplore is https://github.com/goki/icons/blob/main/svg/travel_explore.svg
	TravelExplore Icon = "travel_explore"

	// TrendingDown is https://github.com/goki/icons/blob/main/svg/trending_down.svg
	TrendingDown Icon = "trending_down"

	// TrendingFlat is https://github.com/goki/icons/blob/main/svg/trending_flat.svg
	TrendingFlat Icon = "trending_flat"

	// TrendingUp is https://github.com/goki/icons/blob/main/svg/trending_up.svg
	TrendingUp Icon = "trending_up"

	// TripOrigin is https://github.com/goki/icons/blob/main/svg/trip_origin.svg
	TripOrigin Icon = "trip_origin"

	// Trolley is https://github.com/goki/icons/blob/main/svg/trolley.svg
	Trolley Icon = "trolley"

	// Trophy is https://github.com/goki/icons/blob/main/svg/trophy.svg
	Trophy Icon = "trophy"

	// Troubleshoot is https://github.com/goki/icons/blob/main/svg/troubleshoot.svg
	Troubleshoot Icon = "troubleshoot"

	// Tsunami is https://github.com/goki/icons/blob/main/svg/tsunami.svg
	Tsunami Icon = "tsunami"

	// Tsv is https://github.com/goki/icons/blob/main/svg/tsv.svg
	Tsv Icon = "tsv"

	// Tty is https://github.com/goki/icons/blob/main/svg/tty.svg
	Tty Icon = "tty"

	// Tune is https://github.com/goki/icons/blob/main/svg/tune.svg
	Tune Icon = "tune"

	// TurnLeft is https://github.com/goki/icons/blob/main/svg/turn_left.svg
	TurnLeft Icon = "turn_left"

	// TurnRight is https://github.com/goki/icons/blob/main/svg/turn_right.svg
	TurnRight Icon = "turn_right"

	// TurnSharpLeft is https://github.com/goki/icons/blob/main/svg/turn_sharp_left.svg
	TurnSharpLeft Icon = "turn_sharp_left"

	// TurnSharpRight is https://github.com/goki/icons/blob/main/svg/turn_sharp_right.svg
	TurnSharpRight Icon = "turn_sharp_right"

	// TurnSlightLeft is https://github.com/goki/icons/blob/main/svg/turn_slight_left.svg
	TurnSlightLeft Icon = "turn_slight_left"

	// TurnSlightRight is https://github.com/goki/icons/blob/main/svg/turn_slight_right.svg
	TurnSlightRight Icon = "turn_slight_right"

	// Tv is https://github.com/goki/icons/blob/main/svg/tv.svg
	Tv Icon = "tv"

	// TvGen is https://github.com/goki/icons/blob/main/svg/tv_gen.svg
	TvGen Icon = "tv_gen"

	// TvGuide is https://github.com/goki/icons/blob/main/svg/tv_guide.svg
	TvGuide Icon = "tv_guide"

	// TvOff is https://github.com/goki/icons/blob/main/svg/tv_off.svg
	TvOff Icon = "tv_off"

	// TvOptionsEditChannels is https://github.com/goki/icons/blob/main/svg/tv_options_edit_channels.svg
	TvOptionsEditChannels Icon = "tv_options_edit_channels"

	// TvRemote is https://github.com/goki/icons/blob/main/svg/tv_remote.svg
	TvRemote Icon = "tv_remote"

	// TvSignin is https://github.com/goki/icons/blob/main/svg/tv_signin.svg
	TvSignin Icon = "tv_signin"

	// TvWithAssistant is https://github.com/goki/icons/blob/main/svg/tv_with_assistant.svg
	TvWithAssistant Icon = "tv_with_assistant"

	// TwoWheeler is https://github.com/goki/icons/blob/main/svg/two_wheeler.svg
	TwoWheeler Icon = "two_wheeler"

	// TypeSpecimen is https://github.com/goki/icons/blob/main/svg/type_specimen.svg
	TypeSpecimen Icon = "type_specimen"

	// UTurnLeft is https://github.com/goki/icons/blob/main/svg/u_turn_left.svg
	UTurnLeft Icon = "u_turn_left"

	// UTurnRight is https://github.com/goki/icons/blob/main/svg/u_turn_right.svg
	UTurnRight Icon = "u_turn_right"

	// UlnaRadius is https://github.com/goki/icons/blob/main/svg/ulna_radius.svg
	UlnaRadius Icon = "ulna_radius"

	// UlnaRadiusAlt is https://github.com/goki/icons/blob/main/svg/ulna_radius_alt.svg
	UlnaRadiusAlt Icon = "ulna_radius_alt"

	// Umbrella is https://github.com/goki/icons/blob/main/svg/umbrella.svg
	Umbrella Icon = "umbrella"

	// Unarchive is https://github.com/goki/icons/blob/main/svg/unarchive.svg
	Unarchive Icon = "unarchive"

	// Undo is https://github.com/goki/icons/blob/main/svg/undo.svg
	Undo Icon = "undo"

	// UnfoldLess is https://github.com/goki/icons/blob/main/svg/unfold_less.svg
	UnfoldLess Icon = "unfold_less"

	// UnfoldLessDouble is https://github.com/goki/icons/blob/main/svg/unfold_less_double.svg
	UnfoldLessDouble Icon = "unfold_less_double"

	// UnfoldMore is https://github.com/goki/icons/blob/main/svg/unfold_more.svg
	UnfoldMore Icon = "unfold_more"

	// UnfoldMoreDouble is https://github.com/goki/icons/blob/main/svg/unfold_more_double.svg
	UnfoldMoreDouble Icon = "unfold_more_double"

	// Ungroup is https://github.com/goki/icons/blob/main/svg/ungroup.svg
	Ungroup Icon = "ungroup"

	// UniversalCurrencyAlt is https://github.com/goki/icons/blob/main/svg/universal_currency_alt.svg
	UniversalCurrencyAlt Icon = "universal_currency_alt"

	// Unknown2 is https://github.com/goki/icons/blob/main/svg/unknown_2.svg
	Unknown2 Icon = "unknown_2"

	// Unknown5 is https://github.com/goki/icons/blob/main/svg/unknown_5.svg
	Unknown5 Icon = "unknown_5"

	// UnknownDocument is https://github.com/goki/icons/blob/main/svg/unknown_document.svg
	UnknownDocument Icon = "unknown_document"

	// UnknownMed is https://github.com/goki/icons/blob/main/svg/unknown_med.svg
	UnknownMed Icon = "unknown_med"

	// Unpublished is https://github.com/goki/icons/blob/main/svg/unpublished.svg
	Unpublished Icon = "unpublished"

	// Unsubscribe is https://github.com/goki/icons/blob/main/svg/unsubscribe.svg
	Unsubscribe Icon = "unsubscribe"

	// Upcoming is https://github.com/goki/icons/blob/main/svg/upcoming.svg
	Upcoming Icon = "upcoming"

	// Update is https://github.com/goki/icons/blob/main/svg/update.svg
	Update Icon = "update"

	// UpdateDisabled is https://github.com/goki/icons/blob/main/svg/update_disabled.svg
	UpdateDisabled Icon = "update_disabled"

	// Upgrade is https://github.com/goki/icons/blob/main/svg/upgrade.svg
	Upgrade Icon = "upgrade"

	// Upload is https://github.com/goki/icons/blob/main/svg/upload.svg
	Upload Icon = "upload"

	// UploadFile is https://github.com/goki/icons/blob/main/svg/upload_file.svg
	UploadFile Icon = "upload_file"

	// Urology is https://github.com/goki/icons/blob/main/svg/urology.svg
	Urology Icon = "urology"

	// Usb is https://github.com/goki/icons/blob/main/svg/usb.svg
	Usb Icon = "usb"

	// UsbOff is https://github.com/goki/icons/blob/main/svg/usb_off.svg
	UsbOff Icon = "usb_off"

	// Vaccines is https://github.com/goki/icons/blob/main/svg/vaccines.svg
	Vaccines Icon = "vaccines"

	// Valve is https://github.com/goki/icons/blob/main/svg/valve.svg
	Valve Icon = "valve"

	// VapeFree is https://github.com/goki/icons/blob/main/svg/vape_free.svg
	VapeFree Icon = "vape_free"

	// VapingRooms is https://github.com/goki/icons/blob/main/svg/vaping_rooms.svg
	VapingRooms Icon = "vaping_rooms"

	// Variable is https://github.com/goki/icons/blob/main/svg/variable.svg
	Variable Icon = "variable"

	// Variables is https://github.com/goki/icons/blob/main/svg/variables.svg
	Variables Icon = "variables"

	// Ventilator is https://github.com/goki/icons/blob/main/svg/ventilator.svg
	Ventilator Icon = "ventilator"

	// Verified is https://github.com/goki/icons/blob/main/svg/verified.svg
	Verified Icon = "verified"

	// VerifiedUser is https://github.com/goki/icons/blob/main/svg/verified_user.svg
	VerifiedUser Icon = "verified_user"

	// VerticalAlignBottom is https://github.com/goki/icons/blob/main/svg/vertical_align_bottom.svg
	VerticalAlignBottom Icon = "vertical_align_bottom"

	// VerticalAlignCenter is https://github.com/goki/icons/blob/main/svg/vertical_align_center.svg
	VerticalAlignCenter Icon = "vertical_align_center"

	// VerticalAlignTop is https://github.com/goki/icons/blob/main/svg/vertical_align_top.svg
	VerticalAlignTop Icon = "vertical_align_top"

	// VerticalDistribute is https://github.com/goki/icons/blob/main/svg/vertical_distribute.svg
	VerticalDistribute Icon = "vertical_distribute"

	// VerticalShades is https://github.com/goki/icons/blob/main/svg/vertical_shades.svg
	VerticalShades Icon = "vertical_shades"

	// VerticalShadesClosed is https://github.com/goki/icons/blob/main/svg/vertical_shades_closed.svg
	VerticalShadesClosed Icon = "vertical_shades_closed"

	// VerticalSplit is https://github.com/goki/icons/blob/main/svg/vertical_split.svg
	VerticalSplit Icon = "vertical_split"

	// Vibration is https://github.com/goki/icons/blob/main/svg/vibration.svg
	Vibration Icon = "vibration"

	// VideoCall is https://github.com/goki/icons/blob/main/svg/video_call.svg
	VideoCall Icon = "video_call"

	// VideoCameraBack is https://github.com/goki/icons/blob/main/svg/video_camera_back.svg
	VideoCameraBack Icon = "video_camera_back"

	// VideoCameraFront is https://github.com/goki/icons/blob/main/svg/video_camera_front.svg
	VideoCameraFront Icon = "video_camera_front"

	// VideoCameraFrontOff is https://github.com/goki/icons/blob/main/svg/video_camera_front_off.svg
	VideoCameraFrontOff Icon = "video_camera_front_off"

	// VideoChat is https://github.com/goki/icons/blob/main/svg/video_chat.svg
	VideoChat Icon = "video_chat"

	// VideoFile is https://github.com/goki/icons/blob/main/svg/video_file.svg
	VideoFile Icon = "video_file"

	// VideoLabel is https://github.com/goki/icons/blob/main/svg/video_label.svg
	VideoLabel Icon = "video_label"

	// VideoLibrary is https://github.com/goki/icons/blob/main/svg/video_library.svg
	VideoLibrary Icon = "video_library"

	// VideoSearch is https://github.com/goki/icons/blob/main/svg/video_search.svg
	VideoSearch Icon = "video_search"

	// VideoSettings is https://github.com/goki/icons/blob/main/svg/video_settings.svg
	VideoSettings Icon = "video_settings"

	// VideoStable is https://github.com/goki/icons/blob/main/svg/video_stable.svg
	VideoStable Icon = "video_stable"

	// Videocam is https://github.com/goki/icons/blob/main/svg/videocam.svg
	Videocam Icon = "videocam"

	// VideocamOff is https://github.com/goki/icons/blob/main/svg/videocam_off.svg
	VideocamOff Icon = "videocam_off"

	// VideogameAsset is https://github.com/goki/icons/blob/main/svg/videogame_asset.svg
	VideogameAsset Icon = "videogame_asset"

	// VideogameAssetOff is https://github.com/goki/icons/blob/main/svg/videogame_asset_off.svg
	VideogameAssetOff Icon = "videogame_asset_off"

	// ViewAgenda is https://github.com/goki/icons/blob/main/svg/view_agenda.svg
	ViewAgenda Icon = "view_agenda"

	// ViewArray is https://github.com/goki/icons/blob/main/svg/view_array.svg
	ViewArray Icon = "view_array"

	// ViewCarousel is https://github.com/goki/icons/blob/main/svg/view_carousel.svg
	ViewCarousel Icon = "view_carousel"

	// ViewColumn is https://github.com/goki/icons/blob/main/svg/view_column.svg
	ViewColumn Icon = "view_column"

	// ViewColumn2 is https://github.com/goki/icons/blob/main/svg/view_column_2.svg
	ViewColumn2 Icon = "view_column_2"

	// ViewComfy is https://github.com/goki/icons/blob/main/svg/view_comfy.svg
	ViewComfy Icon = "view_comfy"

	// ViewComfyAlt is https://github.com/goki/icons/blob/main/svg/view_comfy_alt.svg
	ViewComfyAlt Icon = "view_comfy_alt"

	// ViewCompact is https://github.com/goki/icons/blob/main/svg/view_compact.svg
	ViewCompact Icon = "view_compact"

	// ViewCompactAlt is https://github.com/goki/icons/blob/main/svg/view_compact_alt.svg
	ViewCompactAlt Icon = "view_compact_alt"

	// ViewCozy is https://github.com/goki/icons/blob/main/svg/view_cozy.svg
	ViewCozy Icon = "view_cozy"

	// ViewDay is https://github.com/goki/icons/blob/main/svg/view_day.svg
	ViewDay Icon = "view_day"

	// ViewHeadline is https://github.com/goki/icons/blob/main/svg/view_headline.svg
	ViewHeadline Icon = "view_headline"

	// ViewInAr is https://github.com/goki/icons/blob/main/svg/view_in_ar.svg
	ViewInAr Icon = "view_in_ar"

	// ViewInArOff is https://github.com/goki/icons/blob/main/svg/view_in_ar_off.svg
	ViewInArOff Icon = "view_in_ar_off"

	// ViewKanban is https://github.com/goki/icons/blob/main/svg/view_kanban.svg
	ViewKanban Icon = "view_kanban"

	// ViewList is https://github.com/goki/icons/blob/main/svg/view_list.svg
	ViewList Icon = "view_list"

	// ViewModule is https://github.com/goki/icons/blob/main/svg/view_module.svg
	ViewModule Icon = "view_module"

	// ViewQuilt is https://github.com/goki/icons/blob/main/svg/view_quilt.svg
	ViewQuilt Icon = "view_quilt"

	// ViewSidebar is https://github.com/goki/icons/blob/main/svg/view_sidebar.svg
	ViewSidebar Icon = "view_sidebar"

	// ViewStream is https://github.com/goki/icons/blob/main/svg/view_stream.svg
	ViewStream Icon = "view_stream"

	// ViewTimeline is https://github.com/goki/icons/blob/main/svg/view_timeline.svg
	ViewTimeline Icon = "view_timeline"

	// ViewWeek is https://github.com/goki/icons/blob/main/svg/view_week.svg
	ViewWeek Icon = "view_week"

	// Vignette is https://github.com/goki/icons/blob/main/svg/vignette.svg
	Vignette Icon = "vignette"

	// Villa is https://github.com/goki/icons/blob/main/svg/villa.svg
	Villa Icon = "villa"

	// Visibility is https://github.com/goki/icons/blob/main/svg/visibility.svg
	Visibility Icon = "visibility"

	// VisibilityLock is https://github.com/goki/icons/blob/main/svg/visibility_lock.svg
	VisibilityLock Icon = "visibility_lock"

	// VisibilityOff is https://github.com/goki/icons/blob/main/svg/visibility_off.svg
	VisibilityOff Icon = "visibility_off"

	// VitalSigns is https://github.com/goki/icons/blob/main/svg/vital_signs.svg
	VitalSigns Icon = "vital_signs"

	// VoiceChat is https://github.com/goki/icons/blob/main/svg/voice_chat.svg
	VoiceChat Icon = "voice_chat"

	// VoiceOverOff is https://github.com/goki/icons/blob/main/svg/voice_over_off.svg
	VoiceOverOff Icon = "voice_over_off"

	// Voicemail is https://github.com/goki/icons/blob/main/svg/voicemail.svg
	Voicemail Icon = "voicemail"

	// Volcano is https://github.com/goki/icons/blob/main/svg/volcano.svg
	Volcano Icon = "volcano"

	// VolumeDown is https://github.com/goki/icons/blob/main/svg/volume_down.svg
	VolumeDown Icon = "volume_down"

	// VolumeDownAlt is https://github.com/goki/icons/blob/main/svg/volume_down_alt.svg
	VolumeDownAlt Icon = "volume_down_alt"

	// VolumeMute is https://github.com/goki/icons/blob/main/svg/volume_mute.svg
	VolumeMute Icon = "volume_mute"

	// VolumeOff is https://github.com/goki/icons/blob/main/svg/volume_off.svg
	VolumeOff Icon = "volume_off"

	// VolumeUp is https://github.com/goki/icons/blob/main/svg/volume_up.svg
	VolumeUp Icon = "volume_up"

	// VolunteerActivism is https://github.com/goki/icons/blob/main/svg/volunteer_activism.svg
	VolunteerActivism Icon = "volunteer_activism"

	// VotingChip is https://github.com/goki/icons/blob/main/svg/voting_chip.svg
	VotingChip Icon = "voting_chip"

	// VpnKey is https://github.com/goki/icons/blob/main/svg/vpn_key.svg
	VpnKey Icon = "vpn_key"

	// VpnKeyAlert is https://github.com/goki/icons/blob/main/svg/vpn_key_alert.svg
	VpnKeyAlert Icon = "vpn_key_alert"

	// VpnKeyOff is https://github.com/goki/icons/blob/main/svg/vpn_key_off.svg
	VpnKeyOff Icon = "vpn_key_off"

	// VpnLock is https://github.com/goki/icons/blob/main/svg/vpn_lock.svg
	VpnLock Icon = "vpn_lock"

	// Vr180Create2D is https://github.com/goki/icons/blob/main/svg/vr180_create2d.svg
	Vr180Create2D Icon = "vr180_create2d"

	// Vrpano is https://github.com/goki/icons/blob/main/svg/vrpano.svg
	Vrpano Icon = "vrpano"

	// WallArt is https://github.com/goki/icons/blob/main/svg/wall_art.svg
	WallArt Icon = "wall_art"

	// WallLamp is https://github.com/goki/icons/blob/main/svg/wall_lamp.svg
	WallLamp Icon = "wall_lamp"

	// Wallet is https://github.com/goki/icons/blob/main/svg/wallet.svg
	Wallet Icon = "wallet"

	// Wallpaper is https://github.com/goki/icons/blob/main/svg/wallpaper.svg
	Wallpaper Icon = "wallpaper"

	// WallpaperSlideshow is https://github.com/goki/icons/blob/main/svg/wallpaper_slideshow.svg
	WallpaperSlideshow Icon = "wallpaper_slideshow"

	// Ward is https://github.com/goki/icons/blob/main/svg/ward.svg
	Ward Icon = "ward"

	// Warehouse is https://github.com/goki/icons/blob/main/svg/warehouse.svg
	Warehouse Icon = "warehouse"

	// Warning is https://github.com/goki/icons/blob/main/svg/warning.svg
	Warning Icon = "warning"

	// WarningOff is https://github.com/goki/icons/blob/main/svg/warning_off.svg
	WarningOff Icon = "warning_off"

	// Wash is https://github.com/goki/icons/blob/main/svg/wash.svg
	Wash Icon = "wash"

	// Watch is https://github.com/goki/icons/blob/main/svg/watch.svg
	Watch Icon = "watch"

	// WatchButtonPress is https://github.com/goki/icons/blob/main/svg/watch_button_press.svg
	WatchButtonPress Icon = "watch_button_press"

	// WatchOff is https://github.com/goki/icons/blob/main/svg/watch_off.svg
	WatchOff Icon = "watch_off"

	// WatchScreentime is https://github.com/goki/icons/blob/main/svg/watch_screentime.svg
	WatchScreentime Icon = "watch_screentime"

	// WatchWake is https://github.com/goki/icons/blob/main/svg/watch_wake.svg
	WatchWake Icon = "watch_wake"

	// Water is https://github.com/goki/icons/blob/main/svg/water.svg
	Water Icon = "water"

	// WaterBottle is https://github.com/goki/icons/blob/main/svg/water_bottle.svg
	WaterBottle Icon = "water_bottle"

	// WaterBottleLarge is https://github.com/goki/icons/blob/main/svg/water_bottle_large.svg
	WaterBottleLarge Icon = "water_bottle_large"

	// WaterDamage is https://github.com/goki/icons/blob/main/svg/water_damage.svg
	WaterDamage Icon = "water_damage"

	// WaterDo is https://github.com/goki/icons/blob/main/svg/water_do.svg
	WaterDo Icon = "water_do"

	// WaterDrop is https://github.com/goki/icons/blob/main/svg/water_drop.svg
	WaterDrop Icon = "water_drop"

	// WaterEc is https://github.com/goki/icons/blob/main/svg/water_ec.svg
	WaterEc Icon = "water_ec"

	// WaterFull is https://github.com/goki/icons/blob/main/svg/water_full.svg
	WaterFull Icon = "water_full"

	// WaterHeater is https://github.com/goki/icons/blob/main/svg/water_heater.svg
	WaterHeater Icon = "water_heater"

	// WaterLock is https://github.com/goki/icons/blob/main/svg/water_lock.svg
	WaterLock Icon = "water_lock"

	// WaterLoss is https://github.com/goki/icons/blob/main/svg/water_loss.svg
	WaterLoss Icon = "water_loss"

	// WaterLux is https://github.com/goki/icons/blob/main/svg/water_lux.svg
	WaterLux Icon = "water_lux"

	// WaterMedium is https://github.com/goki/icons/blob/main/svg/water_medium.svg
	WaterMedium Icon = "water_medium"

	// WaterOrp is https://github.com/goki/icons/blob/main/svg/water_orp.svg
	WaterOrp Icon = "water_orp"

	// WaterPh is https://github.com/goki/icons/blob/main/svg/water_ph.svg
	WaterPh Icon = "water_ph"

	// WaterPump is https://github.com/goki/icons/blob/main/svg/water_pump.svg
	WaterPump Icon = "water_pump"

	// WaterVoc is https://github.com/goki/icons/blob/main/svg/water_voc.svg
	WaterVoc Icon = "water_voc"

	// WaterfallChart is https://github.com/goki/icons/blob/main/svg/waterfall_chart.svg
	WaterfallChart Icon = "waterfall_chart"

	// Waves is https://github.com/goki/icons/blob/main/svg/waves.svg
	Waves Icon = "waves"

	// WavingHand is https://github.com/goki/icons/blob/main/svg/waving_hand.svg
	WavingHand Icon = "waving_hand"

	// WbAuto is https://github.com/goki/icons/blob/main/svg/wb_auto.svg
	WbAuto Icon = "wb_auto"

	// WbIncandescent is https://github.com/goki/icons/blob/main/svg/wb_incandescent.svg
	WbIncandescent Icon = "wb_incandescent"

	// WbIridescent is https://github.com/goki/icons/blob/main/svg/wb_iridescent.svg
	WbIridescent Icon = "wb_iridescent"

	// WbShade is https://github.com/goki/icons/blob/main/svg/wb_shade.svg
	WbShade Icon = "wb_shade"

	// WbSunny is https://github.com/goki/icons/blob/main/svg/wb_sunny.svg
	WbSunny Icon = "wb_sunny"

	// WbTwilight is https://github.com/goki/icons/blob/main/svg/wb_twilight.svg
	WbTwilight Icon = "wb_twilight"

	// Wc is https://github.com/goki/icons/blob/main/svg/wc.svg
	Wc Icon = "wc"

	// WeatherHail is https://github.com/goki/icons/blob/main/svg/weather_hail.svg
	WeatherHail Icon = "weather_hail"

	// WeatherMix is https://github.com/goki/icons/blob/main/svg/weather_mix.svg
	WeatherMix Icon = "weather_mix"

	// WeatherSnowy is https://github.com/goki/icons/blob/main/svg/weather_snowy.svg
	WeatherSnowy Icon = "weather_snowy"

	// Web is https://github.com/goki/icons/blob/main/svg/web.svg
	Web Icon = "web"

	// WebAsset is https://github.com/goki/icons/blob/main/svg/web_asset.svg
	WebAsset Icon = "web_asset"

	// WebAssetOff is https://github.com/goki/icons/blob/main/svg/web_asset_off.svg
	WebAssetOff Icon = "web_asset_off"

	// WebStories is https://github.com/goki/icons/blob/main/svg/web_stories.svg
	WebStories Icon = "web_stories"

	// Webhook is https://github.com/goki/icons/blob/main/svg/webhook.svg
	Webhook Icon = "webhook"

	// Weekend is https://github.com/goki/icons/blob/main/svg/weekend.svg
	Weekend Icon = "weekend"

	// Weight is https://github.com/goki/icons/blob/main/svg/weight.svg
	Weight Icon = "weight"

	// West is https://github.com/goki/icons/blob/main/svg/west.svg
	West Icon = "west"

	// Whatshot is https://github.com/goki/icons/blob/main/svg/whatshot.svg
	Whatshot Icon = "whatshot"

	// WheelchairPickup is https://github.com/goki/icons/blob/main/svg/wheelchair_pickup.svg
	WheelchairPickup Icon = "wheelchair_pickup"

	// WhereToVote is https://github.com/goki/icons/blob/main/svg/where_to_vote.svg
	WhereToVote Icon = "where_to_vote"

	// Widgets is https://github.com/goki/icons/blob/main/svg/widgets.svg
	Widgets Icon = "widgets"

	// Width is https://github.com/goki/icons/blob/main/svg/width.svg
	Width Icon = "width"

	// WidthFull is https://github.com/goki/icons/blob/main/svg/width_full.svg
	WidthFull Icon = "width_full"

	// WidthNormal is https://github.com/goki/icons/blob/main/svg/width_normal.svg
	WidthNormal Icon = "width_normal"

	// WidthWide is https://github.com/goki/icons/blob/main/svg/width_wide.svg
	WidthWide Icon = "width_wide"

	// Wifi is https://github.com/goki/icons/blob/main/svg/wifi.svg
	Wifi Icon = "wifi"

	// Wifi1Bar is https://github.com/goki/icons/blob/main/svg/wifi_1_bar.svg
	Wifi1Bar Icon = "wifi_1_bar"

	// Wifi2Bar is https://github.com/goki/icons/blob/main/svg/wifi_2_bar.svg
	Wifi2Bar Icon = "wifi_2_bar"

	// WifiAdd is https://github.com/goki/icons/blob/main/svg/wifi_add.svg
	WifiAdd Icon = "wifi_add"

	// WifiCalling is https://github.com/goki/icons/blob/main/svg/wifi_calling.svg
	WifiCalling Icon = "wifi_calling"

	// WifiCalling1 is https://github.com/goki/icons/blob/main/svg/wifi_calling_1.svg
	WifiCalling1 Icon = "wifi_calling_1"

	// WifiCalling2 is https://github.com/goki/icons/blob/main/svg/wifi_calling_2.svg
	WifiCalling2 Icon = "wifi_calling_2"

	// WifiCalling3 is https://github.com/goki/icons/blob/main/svg/wifi_calling_3.svg
	WifiCalling3 Icon = "wifi_calling_3"

	// WifiChannel is https://github.com/goki/icons/blob/main/svg/wifi_channel.svg
	WifiChannel Icon = "wifi_channel"

	// WifiFind is https://github.com/goki/icons/blob/main/svg/wifi_find.svg
	WifiFind Icon = "wifi_find"

	// WifiHome is https://github.com/goki/icons/blob/main/svg/wifi_home.svg
	WifiHome Icon = "wifi_home"

	// WifiLock is https://github.com/goki/icons/blob/main/svg/wifi_lock.svg
	WifiLock Icon = "wifi_lock"

	// WifiNotification is https://github.com/goki/icons/blob/main/svg/wifi_notification.svg
	WifiNotification Icon = "wifi_notification"

	// WifiOff is https://github.com/goki/icons/blob/main/svg/wifi_off.svg
	WifiOff Icon = "wifi_off"

	// WifiPassword is https://github.com/goki/icons/blob/main/svg/wifi_password.svg
	WifiPassword Icon = "wifi_password"

	// WifiProtectedSetup is https://github.com/goki/icons/blob/main/svg/wifi_protected_setup.svg
	WifiProtectedSetup Icon = "wifi_protected_setup"

	// WifiProxy is https://github.com/goki/icons/blob/main/svg/wifi_proxy.svg
	WifiProxy Icon = "wifi_proxy"

	// WifiTethering is https://github.com/goki/icons/blob/main/svg/wifi_tethering.svg
	WifiTethering Icon = "wifi_tethering"

	// WifiTetheringError is https://github.com/goki/icons/blob/main/svg/wifi_tethering_error.svg
	WifiTetheringError Icon = "wifi_tethering_error"

	// WifiTetheringOff is https://github.com/goki/icons/blob/main/svg/wifi_tethering_off.svg
	WifiTetheringOff Icon = "wifi_tethering_off"

	// WindPower is https://github.com/goki/icons/blob/main/svg/wind_power.svg
	WindPower Icon = "wind_power"

	// Window is https://github.com/goki/icons/blob/main/svg/window.svg
	Window Icon = "window"

	// WindowClosed is https://github.com/goki/icons/blob/main/svg/window_closed.svg
	WindowClosed Icon = "window_closed"

	// WindowOpen is https://github.com/goki/icons/blob/main/svg/window_open.svg
	WindowOpen Icon = "window_open"

	// WindowSensor is https://github.com/goki/icons/blob/main/svg/window_sensor.svg
	WindowSensor Icon = "window_sensor"

	// WineBar is https://github.com/goki/icons/blob/main/svg/wine_bar.svg
	WineBar Icon = "wine_bar"

	// Woman is https://github.com/goki/icons/blob/main/svg/woman.svg
	Woman Icon = "woman"

	// Woman2 is https://github.com/goki/icons/blob/main/svg/woman_2.svg
	Woman2 Icon = "woman_2"

	// Work is https://github.com/goki/icons/blob/main/svg/work.svg
	Work Icon = "work"

	// WorkAlert is https://github.com/goki/icons/blob/main/svg/work_alert.svg
	WorkAlert Icon = "work_alert"

	// WorkHistory is https://github.com/goki/icons/blob/main/svg/work_history.svg
	WorkHistory Icon = "work_history"

	// WorkUpdate is https://github.com/goki/icons/blob/main/svg/work_update.svg
	WorkUpdate Icon = "work_update"

	// WorkspacePremium is https://github.com/goki/icons/blob/main/svg/workspace_premium.svg
	WorkspacePremium Icon = "workspace_premium"

	// Workspaces is https://github.com/goki/icons/blob/main/svg/workspaces.svg
	Workspaces Icon = "workspaces"

	// WoundsInjuries is https://github.com/goki/icons/blob/main/svg/wounds_injuries.svg
	WoundsInjuries Icon = "wounds_injuries"

	// WrapText is https://github.com/goki/icons/blob/main/svg/wrap_text.svg
	WrapText Icon = "wrap_text"

	// Wrist is https://github.com/goki/icons/blob/main/svg/wrist.svg
	Wrist Icon = "wrist"

	// WrongLocation is https://github.com/goki/icons/blob/main/svg/wrong_location.svg
	WrongLocation Icon = "wrong_location"

	// Wysiwyg is https://github.com/goki/icons/blob/main/svg/wysiwyg.svg
	Wysiwyg Icon = "wysiwyg"

	// Yard is https://github.com/goki/icons/blob/main/svg/yard.svg
	Yard Icon = "yard"

	// YourTrips is https://github.com/goki/icons/blob/main/svg/your_trips.svg
	YourTrips Icon = "your_trips"

	// YoutubeActivity is https://github.com/goki/icons/blob/main/svg/youtube_activity.svg
	YoutubeActivity Icon = "youtube_activity"

	// YoutubeSearchedFor is https://github.com/goki/icons/blob/main/svg/youtube_searched_for.svg
	YoutubeSearchedFor Icon = "youtube_searched_for"

	// ZonePersonAlert is https://github.com/goki/icons/blob/main/svg/zone_person_alert.svg
	ZonePersonAlert Icon = "zone_person_alert"

	// ZonePersonIdle is https://github.com/goki/icons/blob/main/svg/zone_person_idle.svg
	ZonePersonIdle Icon = "zone_person_idle"

	// ZonePersonUrgent is https://github.com/goki/icons/blob/main/svg/zone_person_urgent.svg
	ZonePersonUrgent Icon = "zone_person_urgent"

	// ZoomIn is https://github.com/goki/icons/blob/main/svg/zoom_in.svg
	ZoomIn Icon = "zoom_in"

	// ZoomInMap is https://github.com/goki/icons/blob/main/svg/zoom_in_map.svg
	ZoomInMap Icon = "zoom_in_map"

	// ZoomOut is https://github.com/goki/icons/blob/main/svg/zoom_out.svg
	ZoomOut Icon = "zoom_out"

	// ZoomOutMap is https://github.com/goki/icons/blob/main/svg/zoom_out_map.svg
	ZoomOutMap Icon = "zoom_out_map"
)
const (
	// 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.
	Blank Icon = "blank"
)

func All added in v0.0.6

func All() []Icon

All returns a list of all the Icons (excluding "fill" versions)

func (Icon) Filename added in v0.0.4

func (i Icon) Filename() string

Filename returns the filename of the icon in Icons

func (Icon) Fill

func (i Icon) Fill() Icon

Fill returns the icon as a filled icon. It returns the icon unchanged if it is already filled.

func (Icon) IsFilled

func (i Icon) IsFilled() bool

IsFilled returns whether the icon is a filled icon.

func (Icon) IsNil

func (i Icon) IsNil() bool

IsNil returns whether the icon name is empty, None, or "nil"; those indicate not to use an icon.

func (Icon) IsValid added in v0.0.4

func (i Icon) IsValid() bool

IsValid returns whether the icon name corresponds to a valid existing icon.

func (Icon) String added in v0.0.6

func (i Icon) String() string

func (Icon) Unfill

func (i Icon) Unfill() Icon

Unfill returns the icon as an unfilled icon. It returns the icon unchanged if it is already unfilled. Icons are unfilled by default, so you only need to call this to reverse a prior Icon.Fill call

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL