/// AArrowDownIcon
export component AArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/a-arrow-down.svg");
}
/// AArrowUpIcon
export component AArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/a-arrow-up.svg");
}
/// ALargeSmallIcon
export component ALargeSmallIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/a-large-small.svg");
}
/// AccessibilityIcon
export component AccessibilityIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/accessibility.svg");
}
/// ActivityIcon
export component ActivityIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/activity.svg");
}
/// AirVentIcon
export component AirVentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/air-vent.svg");
}
/// AirplayIcon
export component AirplayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/airplay.svg");
}
/// AlarmClockIcon
export component AlarmClockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/alarm-clock.svg");
}
/// AlarmClockCheckIcon
export component AlarmClockCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/alarm-clock-check.svg");
}
/// AlarmClockMinusIcon
export component AlarmClockMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/alarm-clock-minus.svg");
}
/// AlarmClockOffIcon
export component AlarmClockOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/alarm-clock-off.svg");
}
/// AlarmClockPlusIcon
export component AlarmClockPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/alarm-clock-plus.svg");
}
/// AlarmSmokeIcon
export component AlarmSmokeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/alarm-smoke.svg");
}
/// AlbumIcon
export component AlbumIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/album.svg");
}
/// AlignCenterHorizontalIcon
export component AlignCenterHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-center-horizontal.svg");
}
/// AlignCenterVerticalIcon
export component AlignCenterVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-center-vertical.svg");
}
/// AlignEndHorizontalIcon
export component AlignEndHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-end-horizontal.svg");
}
/// AlignEndVerticalIcon
export component AlignEndVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-end-vertical.svg");
}
/// AlignHorizontalDistributeCenterIcon
export component AlignHorizontalDistributeCenterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-distribute-center.svg");
}
/// AlignHorizontalDistributeEndIcon
export component AlignHorizontalDistributeEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-distribute-end.svg");
}
/// AlignHorizontalDistributeStartIcon
export component AlignHorizontalDistributeStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-distribute-start.svg");
}
/// AlignHorizontalJustifyCenterIcon
export component AlignHorizontalJustifyCenterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-justify-center.svg");
}
/// AlignHorizontalJustifyEndIcon
export component AlignHorizontalJustifyEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-justify-end.svg");
}
/// AlignHorizontalJustifyStartIcon
export component AlignHorizontalJustifyStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-justify-start.svg");
}
/// AlignHorizontalSpaceAroundIcon
export component AlignHorizontalSpaceAroundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-space-around.svg");
}
/// AlignHorizontalSpaceBetweenIcon
export component AlignHorizontalSpaceBetweenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-horizontal-space-between.svg");
}
/// AlignStartHorizontalIcon
export component AlignStartHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-start-horizontal.svg");
}
/// AlignStartVerticalIcon
export component AlignStartVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-start-vertical.svg");
}
/// AlignVerticalDistributeCenterIcon
export component AlignVerticalDistributeCenterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-distribute-center.svg");
}
/// AlignVerticalDistributeEndIcon
export component AlignVerticalDistributeEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-distribute-end.svg");
}
/// AlignVerticalDistributeStartIcon
export component AlignVerticalDistributeStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-distribute-start.svg");
}
/// AlignVerticalJustifyCenterIcon
export component AlignVerticalJustifyCenterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-justify-center.svg");
}
/// AlignVerticalJustifyEndIcon
export component AlignVerticalJustifyEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-justify-end.svg");
}
/// AlignVerticalJustifyStartIcon
export component AlignVerticalJustifyStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-justify-start.svg");
}
/// AlignVerticalSpaceAroundIcon
export component AlignVerticalSpaceAroundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-space-around.svg");
}
/// AlignVerticalSpaceBetweenIcon
export component AlignVerticalSpaceBetweenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/align-vertical-space-between.svg");
}
/// AmbulanceIcon
export component AmbulanceIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ambulance.svg");
}
/// AmpersandIcon
export component AmpersandIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ampersand.svg");
}
/// AmpersandsIcon
export component AmpersandsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ampersands.svg");
}
/// AmphoraIcon
export component AmphoraIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/amphora.svg");
}
/// AnchorIcon
export component AnchorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/anchor.svg");
}
/// AngryIcon
export component AngryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/angry.svg");
}
/// AnnoyedIcon
export component AnnoyedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/annoyed.svg");
}
/// AntennaIcon
export component AntennaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/antenna.svg");
}
/// AnvilIcon
export component AnvilIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/anvil.svg");
}
/// ApertureIcon
export component ApertureIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/aperture.svg");
}
/// AppWindowIcon
export component AppWindowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/app-window.svg");
}
/// AppWindowMacIcon
export component AppWindowMacIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/app-window-mac.svg");
}
/// AppleIcon
export component AppleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/apple.svg");
}
/// ArchiveIcon
export component ArchiveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/archive.svg");
}
/// ArchiveRestoreIcon
export component ArchiveRestoreIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/archive-restore.svg");
}
/// ArchiveXIcon
export component ArchiveXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/archive-x.svg");
}
/// ArmchairIcon
export component ArmchairIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/armchair.svg");
}
/// ArrowBigDownIcon
export component ArrowBigDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-down.svg");
}
/// ArrowBigDownDashIcon
export component ArrowBigDownDashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-down-dash.svg");
}
/// ArrowBigLeftIcon
export component ArrowBigLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-left.svg");
}
/// ArrowBigLeftDashIcon
export component ArrowBigLeftDashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-left-dash.svg");
}
/// ArrowBigRightIcon
export component ArrowBigRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-right.svg");
}
/// ArrowBigRightDashIcon
export component ArrowBigRightDashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-right-dash.svg");
}
/// ArrowBigUpIcon
export component ArrowBigUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-up.svg");
}
/// ArrowBigUpDashIcon
export component ArrowBigUpDashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-big-up-dash.svg");
}
/// ArrowDownIcon
export component ArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down.svg");
}
/// ArrowDown01Icon
export component ArrowDown01Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-0-1.svg");
}
/// ArrowDown10Icon
export component ArrowDown10Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-1-0.svg");
}
/// ArrowDownAZIcon
export component ArrowDownAZIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-a-z.svg");
}
/// ArrowDownFromLineIcon
export component ArrowDownFromLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-from-line.svg");
}
/// ArrowDownLeftIcon
export component ArrowDownLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-left.svg");
}
/// ArrowDownNarrowWideIcon
export component ArrowDownNarrowWideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-narrow-wide.svg");
}
/// ArrowDownRightIcon
export component ArrowDownRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-right.svg");
}
/// ArrowDownToDotIcon
export component ArrowDownToDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-to-dot.svg");
}
/// ArrowDownToLineIcon
export component ArrowDownToLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-to-line.svg");
}
/// ArrowDownUpIcon
export component ArrowDownUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-up.svg");
}
/// ArrowDownWideNarrowIcon
export component ArrowDownWideNarrowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-wide-narrow.svg");
}
/// ArrowDownZAIcon
export component ArrowDownZAIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-down-z-a.svg");
}
/// ArrowLeftIcon
export component ArrowLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-left.svg");
}
/// ArrowLeftFromLineIcon
export component ArrowLeftFromLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-left-from-line.svg");
}
/// ArrowLeftRightIcon
export component ArrowLeftRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-left-right.svg");
}
/// ArrowLeftToLineIcon
export component ArrowLeftToLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-left-to-line.svg");
}
/// ArrowRightIcon
export component ArrowRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-right.svg");
}
/// ArrowRightFromLineIcon
export component ArrowRightFromLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-right-from-line.svg");
}
/// ArrowRightLeftIcon
export component ArrowRightLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-right-left.svg");
}
/// ArrowRightToLineIcon
export component ArrowRightToLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-right-to-line.svg");
}
/// ArrowUpIcon
export component ArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up.svg");
}
/// ArrowUp01Icon
export component ArrowUp01Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-0-1.svg");
}
/// ArrowUp10Icon
export component ArrowUp10Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-1-0.svg");
}
/// ArrowUpAZIcon
export component ArrowUpAZIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-a-z.svg");
}
/// ArrowUpDownIcon
export component ArrowUpDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-down.svg");
}
/// ArrowUpFromDotIcon
export component ArrowUpFromDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-from-dot.svg");
}
/// ArrowUpFromLineIcon
export component ArrowUpFromLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-from-line.svg");
}
/// ArrowUpLeftIcon
export component ArrowUpLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-left.svg");
}
/// ArrowUpNarrowWideIcon
export component ArrowUpNarrowWideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-narrow-wide.svg");
}
/// ArrowUpRightIcon
export component ArrowUpRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-right.svg");
}
/// ArrowUpToLineIcon
export component ArrowUpToLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-to-line.svg");
}
/// ArrowUpWideNarrowIcon
export component ArrowUpWideNarrowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-wide-narrow.svg");
}
/// ArrowUpZAIcon
export component ArrowUpZAIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrow-up-z-a.svg");
}
/// ArrowsUpFromLineIcon
export component ArrowsUpFromLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/arrows-up-from-line.svg");
}
/// AsteriskIcon
export component AsteriskIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/asterisk.svg");
}
/// AtSignIcon
export component AtSignIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/at-sign.svg");
}
/// AtomIcon
export component AtomIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/atom.svg");
}
/// AudioLinesIcon
export component AudioLinesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/audio-lines.svg");
}
/// AudioWaveformIcon
export component AudioWaveformIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/audio-waveform.svg");
}
/// AwardIcon
export component AwardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/award.svg");
}
/// AxeIcon
export component AxeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/axe.svg");
}
/// Axis3dIcon
export component Axis3dIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/axis-3d.svg");
}
/// BabyIcon
export component BabyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/baby.svg");
}
/// BackpackIcon
export component BackpackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/backpack.svg");
}
/// BadgeIcon
export component BadgeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge.svg");
}
/// BadgeAlertIcon
export component BadgeAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-alert.svg");
}
/// BadgeCentIcon
export component BadgeCentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-cent.svg");
}
/// BadgeCheckIcon
export component BadgeCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-check.svg");
}
/// BadgeDollarSignIcon
export component BadgeDollarSignIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-dollar-sign.svg");
}
/// BadgeEuroIcon
export component BadgeEuroIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-euro.svg");
}
/// BadgeIndianRupeeIcon
export component BadgeIndianRupeeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-indian-rupee.svg");
}
/// BadgeInfoIcon
export component BadgeInfoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-info.svg");
}
/// BadgeJapaneseYenIcon
export component BadgeJapaneseYenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-japanese-yen.svg");
}
/// BadgeMinusIcon
export component BadgeMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-minus.svg");
}
/// BadgePercentIcon
export component BadgePercentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-percent.svg");
}
/// BadgePlusIcon
export component BadgePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-plus.svg");
}
/// BadgePoundSterlingIcon
export component BadgePoundSterlingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-pound-sterling.svg");
}
/// BadgeQuestionMarkIcon
export component BadgeQuestionMarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-question-mark.svg");
}
/// BadgeRussianRubleIcon
export component BadgeRussianRubleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-russian-ruble.svg");
}
/// BadgeSwissFrancIcon
export component BadgeSwissFrancIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-swiss-franc.svg");
}
/// BadgeTurkishLiraIcon
export component BadgeTurkishLiraIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-turkish-lira.svg");
}
/// BadgeXIcon
export component BadgeXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/badge-x.svg");
}
/// BaggageClaimIcon
export component BaggageClaimIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/baggage-claim.svg");
}
/// BanIcon
export component BanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ban.svg");
}
/// BananaIcon
export component BananaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/banana.svg");
}
/// BandageIcon
export component BandageIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bandage.svg");
}
/// BanknoteIcon
export component BanknoteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/banknote.svg");
}
/// BanknoteArrowDownIcon
export component BanknoteArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/banknote-arrow-down.svg");
}
/// BanknoteArrowUpIcon
export component BanknoteArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/banknote-arrow-up.svg");
}
/// BanknoteXIcon
export component BanknoteXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/banknote-x.svg");
}
/// BarcodeIcon
export component BarcodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/barcode.svg");
}
/// BarrelIcon
export component BarrelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/barrel.svg");
}
/// BaselineIcon
export component BaselineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/baseline.svg");
}
/// BathIcon
export component BathIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bath.svg");
}
/// BatteryIcon
export component BatteryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/battery.svg");
}
/// BatteryChargingIcon
export component BatteryChargingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/battery-charging.svg");
}
/// BatteryFullIcon
export component BatteryFullIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/battery-full.svg");
}
/// BatteryLowIcon
export component BatteryLowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/battery-low.svg");
}
/// BatteryMediumIcon
export component BatteryMediumIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/battery-medium.svg");
}
/// BatteryPlusIcon
export component BatteryPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/battery-plus.svg");
}
/// BatteryWarningIcon
export component BatteryWarningIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/battery-warning.svg");
}
/// BeakerIcon
export component BeakerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/beaker.svg");
}
/// BeanIcon
export component BeanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bean.svg");
}
/// BeanOffIcon
export component BeanOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bean-off.svg");
}
/// BedIcon
export component BedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bed.svg");
}
/// BedDoubleIcon
export component BedDoubleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bed-double.svg");
}
/// BedSingleIcon
export component BedSingleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bed-single.svg");
}
/// BeefIcon
export component BeefIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/beef.svg");
}
/// BeerIcon
export component BeerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/beer.svg");
}
/// BeerOffIcon
export component BeerOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/beer-off.svg");
}
/// BellIcon
export component BellIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bell.svg");
}
/// BellDotIcon
export component BellDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bell-dot.svg");
}
/// BellElectricIcon
export component BellElectricIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bell-electric.svg");
}
/// BellMinusIcon
export component BellMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bell-minus.svg");
}
/// BellOffIcon
export component BellOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bell-off.svg");
}
/// BellPlusIcon
export component BellPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bell-plus.svg");
}
/// BellRingIcon
export component BellRingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bell-ring.svg");
}
/// BetweenHorizontalEndIcon
export component BetweenHorizontalEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/between-horizontal-end.svg");
}
/// BetweenHorizontalStartIcon
export component BetweenHorizontalStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/between-horizontal-start.svg");
}
/// BetweenVerticalEndIcon
export component BetweenVerticalEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/between-vertical-end.svg");
}
/// BetweenVerticalStartIcon
export component BetweenVerticalStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/between-vertical-start.svg");
}
/// BicepsFlexedIcon
export component BicepsFlexedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/biceps-flexed.svg");
}
/// BikeIcon
export component BikeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bike.svg");
}
/// BinaryIcon
export component BinaryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/binary.svg");
}
/// BinocularsIcon
export component BinocularsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/binoculars.svg");
}
/// BiohazardIcon
export component BiohazardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/biohazard.svg");
}
/// BirdIcon
export component BirdIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bird.svg");
}
/// BitcoinIcon
export component BitcoinIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bitcoin.svg");
}
/// BlendIcon
export component BlendIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/blend.svg");
}
/// BlindsIcon
export component BlindsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/blinds.svg");
}
/// BlocksIcon
export component BlocksIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/blocks.svg");
}
/// BluetoothIcon
export component BluetoothIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bluetooth.svg");
}
/// BluetoothConnectedIcon
export component BluetoothConnectedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bluetooth-connected.svg");
}
/// BluetoothOffIcon
export component BluetoothOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bluetooth-off.svg");
}
/// BluetoothSearchingIcon
export component BluetoothSearchingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bluetooth-searching.svg");
}
/// BoldIcon
export component BoldIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bold.svg");
}
/// BoltIcon
export component BoltIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bolt.svg");
}
/// BombIcon
export component BombIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bomb.svg");
}
/// BoneIcon
export component BoneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bone.svg");
}
/// BookIcon
export component BookIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book.svg");
}
/// BookAIcon
export component BookAIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-a.svg");
}
/// BookAlertIcon
export component BookAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-alert.svg");
}
/// BookAudioIcon
export component BookAudioIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-audio.svg");
}
/// BookCheckIcon
export component BookCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-check.svg");
}
/// BookCopyIcon
export component BookCopyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-copy.svg");
}
/// BookDashedIcon
export component BookDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-dashed.svg");
}
/// BookDownIcon
export component BookDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-down.svg");
}
/// BookHeadphonesIcon
export component BookHeadphonesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-headphones.svg");
}
/// BookHeartIcon
export component BookHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-heart.svg");
}
/// BookImageIcon
export component BookImageIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-image.svg");
}
/// BookKeyIcon
export component BookKeyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-key.svg");
}
/// BookLockIcon
export component BookLockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-lock.svg");
}
/// BookMarkedIcon
export component BookMarkedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-marked.svg");
}
/// BookMinusIcon
export component BookMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-minus.svg");
}
/// BookOpenIcon
export component BookOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-open.svg");
}
/// BookOpenCheckIcon
export component BookOpenCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-open-check.svg");
}
/// BookOpenTextIcon
export component BookOpenTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-open-text.svg");
}
/// BookPlusIcon
export component BookPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-plus.svg");
}
/// BookTextIcon
export component BookTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-text.svg");
}
/// BookTypeIcon
export component BookTypeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-type.svg");
}
/// BookUpIcon
export component BookUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-up.svg");
}
/// BookUp2Icon
export component BookUp2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-up-2.svg");
}
/// BookUserIcon
export component BookUserIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-user.svg");
}
/// BookXIcon
export component BookXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/book-x.svg");
}
/// BookmarkIcon
export component BookmarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bookmark.svg");
}
/// BookmarkCheckIcon
export component BookmarkCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bookmark-check.svg");
}
/// BookmarkMinusIcon
export component BookmarkMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bookmark-minus.svg");
}
/// BookmarkPlusIcon
export component BookmarkPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bookmark-plus.svg");
}
/// BookmarkXIcon
export component BookmarkXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bookmark-x.svg");
}
/// BoomBoxIcon
export component BoomBoxIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/boom-box.svg");
}
/// BotIcon
export component BotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bot.svg");
}
/// BotMessageSquareIcon
export component BotMessageSquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bot-message-square.svg");
}
/// BotOffIcon
export component BotOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bot-off.svg");
}
/// BottleWineIcon
export component BottleWineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bottle-wine.svg");
}
/// BowArrowIcon
export component BowArrowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bow-arrow.svg");
}
/// BoxIcon
export component BoxIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/box.svg");
}
/// BoxesIcon
export component BoxesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/boxes.svg");
}
/// BracesIcon
export component BracesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/braces.svg");
}
/// BracketsIcon
export component BracketsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brackets.svg");
}
/// BrainIcon
export component BrainIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brain.svg");
}
/// BrainCircuitIcon
export component BrainCircuitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brain-circuit.svg");
}
/// BrainCogIcon
export component BrainCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brain-cog.svg");
}
/// BrickWallIcon
export component BrickWallIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brick-wall.svg");
}
/// BrickWallFireIcon
export component BrickWallFireIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brick-wall-fire.svg");
}
/// BrickWallShieldIcon
export component BrickWallShieldIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brick-wall-shield.svg");
}
/// BriefcaseIcon
export component BriefcaseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/briefcase.svg");
}
/// BriefcaseBusinessIcon
export component BriefcaseBusinessIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/briefcase-business.svg");
}
/// BriefcaseConveyorBeltIcon
export component BriefcaseConveyorBeltIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/briefcase-conveyor-belt.svg");
}
/// BriefcaseMedicalIcon
export component BriefcaseMedicalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/briefcase-medical.svg");
}
/// BringToFrontIcon
export component BringToFrontIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bring-to-front.svg");
}
/// BrushIcon
export component BrushIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brush.svg");
}
/// BrushCleaningIcon
export component BrushCleaningIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/brush-cleaning.svg");
}
/// BubblesIcon
export component BubblesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bubbles.svg");
}
/// BugIcon
export component BugIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bug.svg");
}
/// BugOffIcon
export component BugOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bug-off.svg");
}
/// BugPlayIcon
export component BugPlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bug-play.svg");
}
/// BuildingIcon
export component BuildingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/building.svg");
}
/// Building2Icon
export component Building2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/building-2.svg");
}
/// BusIcon
export component BusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bus.svg");
}
/// BusFrontIcon
export component BusFrontIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/bus-front.svg");
}
/// CableIcon
export component CableIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cable.svg");
}
/// CableCarIcon
export component CableCarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cable-car.svg");
}
/// CakeIcon
export component CakeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cake.svg");
}
/// CakeSliceIcon
export component CakeSliceIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cake-slice.svg");
}
/// CalculatorIcon
export component CalculatorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calculator.svg");
}
/// CalendarIcon
export component CalendarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar.svg");
}
/// Calendar1Icon
export component Calendar1Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-1.svg");
}
/// CalendarArrowDownIcon
export component CalendarArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-arrow-down.svg");
}
/// CalendarArrowUpIcon
export component CalendarArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-arrow-up.svg");
}
/// CalendarCheckIcon
export component CalendarCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-check.svg");
}
/// CalendarCheck2Icon
export component CalendarCheck2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-check-2.svg");
}
/// CalendarClockIcon
export component CalendarClockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-clock.svg");
}
/// CalendarCogIcon
export component CalendarCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-cog.svg");
}
/// CalendarDaysIcon
export component CalendarDaysIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-days.svg");
}
/// CalendarFoldIcon
export component CalendarFoldIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-fold.svg");
}
/// CalendarHeartIcon
export component CalendarHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-heart.svg");
}
/// CalendarMinusIcon
export component CalendarMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-minus.svg");
}
/// CalendarMinus2Icon
export component CalendarMinus2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-minus-2.svg");
}
/// CalendarOffIcon
export component CalendarOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-off.svg");
}
/// CalendarPlusIcon
export component CalendarPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-plus.svg");
}
/// CalendarPlus2Icon
export component CalendarPlus2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-plus-2.svg");
}
/// CalendarRangeIcon
export component CalendarRangeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-range.svg");
}
/// CalendarSearchIcon
export component CalendarSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-search.svg");
}
/// CalendarSyncIcon
export component CalendarSyncIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-sync.svg");
}
/// CalendarXIcon
export component CalendarXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-x.svg");
}
/// CalendarX2Icon
export component CalendarX2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/calendar-x-2.svg");
}
/// CameraIcon
export component CameraIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/camera.svg");
}
/// CameraOffIcon
export component CameraOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/camera-off.svg");
}
/// CandyIcon
export component CandyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/candy.svg");
}
/// CandyCaneIcon
export component CandyCaneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/candy-cane.svg");
}
/// CandyOffIcon
export component CandyOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/candy-off.svg");
}
/// CannabisIcon
export component CannabisIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cannabis.svg");
}
/// CaptionsIcon
export component CaptionsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/captions.svg");
}
/// CaptionsOffIcon
export component CaptionsOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/captions-off.svg");
}
/// CarIcon
export component CarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/car.svg");
}
/// CarFrontIcon
export component CarFrontIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/car-front.svg");
}
/// CarTaxiFrontIcon
export component CarTaxiFrontIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/car-taxi-front.svg");
}
/// CaravanIcon
export component CaravanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/caravan.svg");
}
/// CardSimIcon
export component CardSimIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/card-sim.svg");
}
/// CarrotIcon
export component CarrotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/carrot.svg");
}
/// CaseLowerIcon
export component CaseLowerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/case-lower.svg");
}
/// CaseSensitiveIcon
export component CaseSensitiveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/case-sensitive.svg");
}
/// CaseUpperIcon
export component CaseUpperIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/case-upper.svg");
}
/// CassetteTapeIcon
export component CassetteTapeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cassette-tape.svg");
}
/// CastIcon
export component CastIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cast.svg");
}
/// CastleIcon
export component CastleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/castle.svg");
}
/// CatIcon
export component CatIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cat.svg");
}
/// CctvIcon
export component CctvIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cctv.svg");
}
/// ChartAreaIcon
export component ChartAreaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-area.svg");
}
/// ChartBarIcon
export component ChartBarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-bar.svg");
}
/// ChartBarBigIcon
export component ChartBarBigIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-bar-big.svg");
}
/// ChartBarDecreasingIcon
export component ChartBarDecreasingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-bar-decreasing.svg");
}
/// ChartBarIncreasingIcon
export component ChartBarIncreasingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-bar-increasing.svg");
}
/// ChartBarStackedIcon
export component ChartBarStackedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-bar-stacked.svg");
}
/// ChartCandlestickIcon
export component ChartCandlestickIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-candlestick.svg");
}
/// ChartColumnIcon
export component ChartColumnIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-column.svg");
}
/// ChartColumnBigIcon
export component ChartColumnBigIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-column-big.svg");
}
/// ChartColumnDecreasingIcon
export component ChartColumnDecreasingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-column-decreasing.svg");
}
/// ChartColumnIncreasingIcon
export component ChartColumnIncreasingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-column-increasing.svg");
}
/// ChartColumnStackedIcon
export component ChartColumnStackedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-column-stacked.svg");
}
/// ChartGanttIcon
export component ChartGanttIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-gantt.svg");
}
/// ChartLineIcon
export component ChartLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-line.svg");
}
/// ChartNetworkIcon
export component ChartNetworkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-network.svg");
}
/// ChartNoAxesColumnIcon
export component ChartNoAxesColumnIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-no-axes-column.svg");
}
/// ChartNoAxesColumnDecreasingIcon
export component ChartNoAxesColumnDecreasingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-no-axes-column-decreasing.svg");
}
/// ChartNoAxesColumnIncreasingIcon
export component ChartNoAxesColumnIncreasingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-no-axes-column-increasing.svg");
}
/// ChartNoAxesCombinedIcon
export component ChartNoAxesCombinedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-no-axes-combined.svg");
}
/// ChartNoAxesGanttIcon
export component ChartNoAxesGanttIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-no-axes-gantt.svg");
}
/// ChartPieIcon
export component ChartPieIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-pie.svg");
}
/// ChartScatterIcon
export component ChartScatterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-scatter.svg");
}
/// ChartSplineIcon
export component ChartSplineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chart-spline.svg");
}
/// CheckIcon
export component CheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/check.svg");
}
/// CheckCheckIcon
export component CheckCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/check-check.svg");
}
/// CheckLineIcon
export component CheckLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/check-line.svg");
}
/// ChefHatIcon
export component ChefHatIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chef-hat.svg");
}
/// CherryIcon
export component CherryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cherry.svg");
}
/// ChevronDownIcon
export component ChevronDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevron-down.svg");
}
/// ChevronFirstIcon
export component ChevronFirstIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevron-first.svg");
}
/// ChevronLastIcon
export component ChevronLastIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevron-last.svg");
}
/// ChevronLeftIcon
export component ChevronLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevron-left.svg");
}
/// ChevronRightIcon
export component ChevronRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevron-right.svg");
}
/// ChevronUpIcon
export component ChevronUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevron-up.svg");
}
/// ChevronsDownIcon
export component ChevronsDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-down.svg");
}
/// ChevronsDownUpIcon
export component ChevronsDownUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-down-up.svg");
}
/// ChevronsLeftIcon
export component ChevronsLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-left.svg");
}
/// ChevronsLeftRightIcon
export component ChevronsLeftRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-left-right.svg");
}
/// ChevronsLeftRightEllipsisIcon
export component ChevronsLeftRightEllipsisIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-left-right-ellipsis.svg");
}
/// ChevronsRightIcon
export component ChevronsRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-right.svg");
}
/// ChevronsRightLeftIcon
export component ChevronsRightLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-right-left.svg");
}
/// ChevronsUpIcon
export component ChevronsUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-up.svg");
}
/// ChevronsUpDownIcon
export component ChevronsUpDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chevrons-up-down.svg");
}
/// ChromiumIcon
/// Deprecated icon, use with cautious.
export component ChromiumIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/chromium.svg");
}
/// ChurchIcon
export component ChurchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/church.svg");
}
/// CigaretteIcon
export component CigaretteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cigarette.svg");
}
/// CigaretteOffIcon
export component CigaretteOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cigarette-off.svg");
}
/// CircleIcon
export component CircleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle.svg");
}
/// CircleAlertIcon
export component CircleAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-alert.svg");
}
/// CircleArrowDownIcon
export component CircleArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-down.svg");
}
/// CircleArrowLeftIcon
export component CircleArrowLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-left.svg");
}
/// CircleArrowOutDownLeftIcon
export component CircleArrowOutDownLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-out-down-left.svg");
}
/// CircleArrowOutDownRightIcon
export component CircleArrowOutDownRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-out-down-right.svg");
}
/// CircleArrowOutUpLeftIcon
export component CircleArrowOutUpLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-out-up-left.svg");
}
/// CircleArrowOutUpRightIcon
export component CircleArrowOutUpRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-out-up-right.svg");
}
/// CircleArrowRightIcon
export component CircleArrowRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-right.svg");
}
/// CircleArrowUpIcon
export component CircleArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-arrow-up.svg");
}
/// CircleCheckIcon
export component CircleCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-check.svg");
}
/// CircleCheckBigIcon
export component CircleCheckBigIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-check-big.svg");
}
/// CircleChevronDownIcon
export component CircleChevronDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-chevron-down.svg");
}
/// CircleChevronLeftIcon
export component CircleChevronLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-chevron-left.svg");
}
/// CircleChevronRightIcon
export component CircleChevronRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-chevron-right.svg");
}
/// CircleChevronUpIcon
export component CircleChevronUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-chevron-up.svg");
}
/// CircleDashedIcon
export component CircleDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-dashed.svg");
}
/// CircleDivideIcon
export component CircleDivideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-divide.svg");
}
/// CircleDollarSignIcon
export component CircleDollarSignIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-dollar-sign.svg");
}
/// CircleDotIcon
export component CircleDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-dot.svg");
}
/// CircleDotDashedIcon
export component CircleDotDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-dot-dashed.svg");
}
/// CircleEllipsisIcon
export component CircleEllipsisIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-ellipsis.svg");
}
/// CircleEqualIcon
export component CircleEqualIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-equal.svg");
}
/// CircleFadingArrowUpIcon
export component CircleFadingArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-fading-arrow-up.svg");
}
/// CircleFadingPlusIcon
export component CircleFadingPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-fading-plus.svg");
}
/// CircleGaugeIcon
export component CircleGaugeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-gauge.svg");
}
/// CircleMinusIcon
export component CircleMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-minus.svg");
}
/// CircleOffIcon
export component CircleOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-off.svg");
}
/// CircleParkingIcon
export component CircleParkingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-parking.svg");
}
/// CircleParkingOffIcon
export component CircleParkingOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-parking-off.svg");
}
/// CirclePauseIcon
export component CirclePauseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-pause.svg");
}
/// CirclePercentIcon
export component CirclePercentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-percent.svg");
}
/// CirclePlayIcon
export component CirclePlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-play.svg");
}
/// CirclePlusIcon
export component CirclePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-plus.svg");
}
/// CirclePoundSterlingIcon
export component CirclePoundSterlingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-pound-sterling.svg");
}
/// CirclePowerIcon
export component CirclePowerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-power.svg");
}
/// CircleQuestionMarkIcon
export component CircleQuestionMarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-question-mark.svg");
}
/// CircleSlashIcon
export component CircleSlashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-slash.svg");
}
/// CircleSlash2Icon
export component CircleSlash2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-slash-2.svg");
}
/// CircleSmallIcon
export component CircleSmallIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-small.svg");
}
/// CircleStarIcon
export component CircleStarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-star.svg");
}
/// CircleStopIcon
export component CircleStopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-stop.svg");
}
/// CircleUserIcon
export component CircleUserIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-user.svg");
}
/// CircleUserRoundIcon
export component CircleUserRoundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-user-round.svg");
}
/// CircleXIcon
export component CircleXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circle-x.svg");
}
/// CircuitBoardIcon
export component CircuitBoardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/circuit-board.svg");
}
/// CitrusIcon
export component CitrusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/citrus.svg");
}
/// ClapperboardIcon
export component ClapperboardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clapperboard.svg");
}
/// ClipboardIcon
export component ClipboardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard.svg");
}
/// ClipboardCheckIcon
export component ClipboardCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-check.svg");
}
/// ClipboardClockIcon
export component ClipboardClockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-clock.svg");
}
/// ClipboardCopyIcon
export component ClipboardCopyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-copy.svg");
}
/// ClipboardListIcon
export component ClipboardListIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-list.svg");
}
/// ClipboardMinusIcon
export component ClipboardMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-minus.svg");
}
/// ClipboardPasteIcon
export component ClipboardPasteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-paste.svg");
}
/// ClipboardPenIcon
export component ClipboardPenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-pen.svg");
}
/// ClipboardPenLineIcon
export component ClipboardPenLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-pen-line.svg");
}
/// ClipboardPlusIcon
export component ClipboardPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-plus.svg");
}
/// ClipboardTypeIcon
export component ClipboardTypeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-type.svg");
}
/// ClipboardXIcon
export component ClipboardXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clipboard-x.svg");
}
/// ClockIcon
export component ClockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock.svg");
}
/// Clock1Icon
export component Clock1Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-1.svg");
}
/// Clock10Icon
export component Clock10Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-10.svg");
}
/// Clock11Icon
export component Clock11Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-11.svg");
}
/// Clock12Icon
export component Clock12Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-12.svg");
}
/// Clock2Icon
export component Clock2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-2.svg");
}
/// Clock3Icon
export component Clock3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-3.svg");
}
/// Clock4Icon
export component Clock4Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-4.svg");
}
/// Clock5Icon
export component Clock5Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-5.svg");
}
/// Clock6Icon
export component Clock6Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-6.svg");
}
/// Clock7Icon
export component Clock7Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-7.svg");
}
/// Clock8Icon
export component Clock8Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-8.svg");
}
/// Clock9Icon
export component Clock9Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-9.svg");
}
/// ClockAlertIcon
export component ClockAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-alert.svg");
}
/// ClockArrowDownIcon
export component ClockArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-arrow-down.svg");
}
/// ClockArrowUpIcon
export component ClockArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-arrow-up.svg");
}
/// ClockFadingIcon
export component ClockFadingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-fading.svg");
}
/// ClockPlusIcon
export component ClockPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clock-plus.svg");
}
/// ClosedCaptionIcon
export component ClosedCaptionIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/closed-caption.svg");
}
/// CloudIcon
export component CloudIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud.svg");
}
/// CloudAlertIcon
export component CloudAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-alert.svg");
}
/// CloudCheckIcon
export component CloudCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-check.svg");
}
/// CloudCogIcon
export component CloudCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-cog.svg");
}
/// CloudDownloadIcon
export component CloudDownloadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-download.svg");
}
/// CloudDrizzleIcon
export component CloudDrizzleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-drizzle.svg");
}
/// CloudFogIcon
export component CloudFogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-fog.svg");
}
/// CloudHailIcon
export component CloudHailIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-hail.svg");
}
/// CloudLightningIcon
export component CloudLightningIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-lightning.svg");
}
/// CloudMoonIcon
export component CloudMoonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-moon.svg");
}
/// CloudMoonRainIcon
export component CloudMoonRainIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-moon-rain.svg");
}
/// CloudOffIcon
export component CloudOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-off.svg");
}
/// CloudRainIcon
export component CloudRainIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-rain.svg");
}
/// CloudRainWindIcon
export component CloudRainWindIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-rain-wind.svg");
}
/// CloudSnowIcon
export component CloudSnowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-snow.svg");
}
/// CloudSunIcon
export component CloudSunIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-sun.svg");
}
/// CloudSunRainIcon
export component CloudSunRainIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-sun-rain.svg");
}
/// CloudUploadIcon
export component CloudUploadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloud-upload.svg");
}
/// CloudyIcon
export component CloudyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cloudy.svg");
}
/// CloverIcon
export component CloverIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/clover.svg");
}
/// ClubIcon
export component ClubIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/club.svg");
}
/// CodeIcon
export component CodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/code.svg");
}
/// CodeXmlIcon
export component CodeXmlIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/code-xml.svg");
}
/// CodepenIcon
/// Deprecated icon, use with cautious.
export component CodepenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/codepen.svg");
}
/// CodesandboxIcon
/// Deprecated icon, use with cautious.
export component CodesandboxIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/codesandbox.svg");
}
/// CoffeeIcon
export component CoffeeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/coffee.svg");
}
/// CogIcon
export component CogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cog.svg");
}
/// CoinsIcon
export component CoinsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/coins.svg");
}
/// Columns2Icon
export component Columns2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/columns-2.svg");
}
/// Columns3Icon
export component Columns3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/columns-3.svg");
}
/// Columns3CogIcon
export component Columns3CogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/columns-3-cog.svg");
}
/// Columns4Icon
export component Columns4Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/columns-4.svg");
}
/// CombineIcon
export component CombineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/combine.svg");
}
/// CommandIcon
export component CommandIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/command.svg");
}
/// CompassIcon
export component CompassIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/compass.svg");
}
/// ComponentIcon
export component ComponentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/component.svg");
}
/// ComputerIcon
export component ComputerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/computer.svg");
}
/// ConciergeBellIcon
export component ConciergeBellIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/concierge-bell.svg");
}
/// ConeIcon
export component ConeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cone.svg");
}
/// ConstructionIcon
export component ConstructionIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/construction.svg");
}
/// ContactIcon
export component ContactIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/contact.svg");
}
/// ContactRoundIcon
export component ContactRoundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/contact-round.svg");
}
/// ContainerIcon
export component ContainerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/container.svg");
}
/// ContrastIcon
export component ContrastIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/contrast.svg");
}
/// CookieIcon
export component CookieIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cookie.svg");
}
/// CookingPotIcon
export component CookingPotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cooking-pot.svg");
}
/// CopyIcon
export component CopyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copy.svg");
}
/// CopyCheckIcon
export component CopyCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copy-check.svg");
}
/// CopyMinusIcon
export component CopyMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copy-minus.svg");
}
/// CopyPlusIcon
export component CopyPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copy-plus.svg");
}
/// CopySlashIcon
export component CopySlashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copy-slash.svg");
}
/// CopyXIcon
export component CopyXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copy-x.svg");
}
/// CopyleftIcon
export component CopyleftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copyleft.svg");
}
/// CopyrightIcon
export component CopyrightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/copyright.svg");
}
/// CornerDownLeftIcon
export component CornerDownLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-down-left.svg");
}
/// CornerDownRightIcon
export component CornerDownRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-down-right.svg");
}
/// CornerLeftDownIcon
export component CornerLeftDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-left-down.svg");
}
/// CornerLeftUpIcon
export component CornerLeftUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-left-up.svg");
}
/// CornerRightDownIcon
export component CornerRightDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-right-down.svg");
}
/// CornerRightUpIcon
export component CornerRightUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-right-up.svg");
}
/// CornerUpLeftIcon
export component CornerUpLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-up-left.svg");
}
/// CornerUpRightIcon
export component CornerUpRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/corner-up-right.svg");
}
/// CpuIcon
export component CpuIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cpu.svg");
}
/// CreativeCommonsIcon
export component CreativeCommonsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/creative-commons.svg");
}
/// CreditCardIcon
export component CreditCardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/credit-card.svg");
}
/// CroissantIcon
export component CroissantIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/croissant.svg");
}
/// CropIcon
export component CropIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/crop.svg");
}
/// CrossIcon
export component CrossIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cross.svg");
}
/// CrosshairIcon
export component CrosshairIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/crosshair.svg");
}
/// CrownIcon
export component CrownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/crown.svg");
}
/// CuboidIcon
export component CuboidIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cuboid.svg");
}
/// CupSodaIcon
export component CupSodaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cup-soda.svg");
}
/// CurrencyIcon
export component CurrencyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/currency.svg");
}
/// CylinderIcon
export component CylinderIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/cylinder.svg");
}
/// DamIcon
export component DamIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dam.svg");
}
/// DatabaseIcon
export component DatabaseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/database.svg");
}
/// DatabaseBackupIcon
export component DatabaseBackupIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/database-backup.svg");
}
/// DatabaseZapIcon
export component DatabaseZapIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/database-zap.svg");
}
/// DecimalsArrowLeftIcon
export component DecimalsArrowLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/decimals-arrow-left.svg");
}
/// DecimalsArrowRightIcon
export component DecimalsArrowRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/decimals-arrow-right.svg");
}
/// DeleteIcon
export component DeleteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/delete.svg");
}
/// DessertIcon
export component DessertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dessert.svg");
}
/// DiameterIcon
export component DiameterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/diameter.svg");
}
/// DiamondIcon
export component DiamondIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/diamond.svg");
}
/// DiamondMinusIcon
export component DiamondMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/diamond-minus.svg");
}
/// DiamondPercentIcon
export component DiamondPercentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/diamond-percent.svg");
}
/// DiamondPlusIcon
export component DiamondPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/diamond-plus.svg");
}
/// Dice1Icon
export component Dice1Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dice-1.svg");
}
/// Dice2Icon
export component Dice2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dice-2.svg");
}
/// Dice3Icon
export component Dice3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dice-3.svg");
}
/// Dice4Icon
export component Dice4Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dice-4.svg");
}
/// Dice5Icon
export component Dice5Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dice-5.svg");
}
/// Dice6Icon
export component Dice6Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dice-6.svg");
}
/// DicesIcon
export component DicesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dices.svg");
}
/// DiffIcon
export component DiffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/diff.svg");
}
/// DiscIcon
export component DiscIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/disc.svg");
}
/// Disc2Icon
export component Disc2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/disc-2.svg");
}
/// Disc3Icon
export component Disc3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/disc-3.svg");
}
/// DiscAlbumIcon
export component DiscAlbumIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/disc-album.svg");
}
/// DivideIcon
export component DivideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/divide.svg");
}
/// DnaIcon
export component DnaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dna.svg");
}
/// DnaOffIcon
export component DnaOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dna-off.svg");
}
/// DockIcon
export component DockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dock.svg");
}
/// DogIcon
export component DogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dog.svg");
}
/// DollarSignIcon
export component DollarSignIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dollar-sign.svg");
}
/// DonutIcon
export component DonutIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/donut.svg");
}
/// DoorClosedIcon
export component DoorClosedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/door-closed.svg");
}
/// DoorClosedLockedIcon
export component DoorClosedLockedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/door-closed-locked.svg");
}
/// DoorOpenIcon
export component DoorOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/door-open.svg");
}
/// DotIcon
export component DotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dot.svg");
}
/// DownloadIcon
export component DownloadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/download.svg");
}
/// DraftingCompassIcon
export component DraftingCompassIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/drafting-compass.svg");
}
/// DramaIcon
export component DramaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/drama.svg");
}
/// DribbbleIcon
/// Deprecated icon, use with cautious.
export component DribbbleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dribbble.svg");
}
/// DrillIcon
export component DrillIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/drill.svg");
}
/// DroneIcon
export component DroneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/drone.svg");
}
/// DropletIcon
export component DropletIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/droplet.svg");
}
/// DropletOffIcon
export component DropletOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/droplet-off.svg");
}
/// DropletsIcon
export component DropletsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/droplets.svg");
}
/// DrumIcon
export component DrumIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/drum.svg");
}
/// DrumstickIcon
export component DrumstickIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/drumstick.svg");
}
/// DumbbellIcon
export component DumbbellIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/dumbbell.svg");
}
/// EarIcon
export component EarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ear.svg");
}
/// EarOffIcon
export component EarOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ear-off.svg");
}
/// EarthIcon
export component EarthIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/earth.svg");
}
/// EarthLockIcon
export component EarthLockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/earth-lock.svg");
}
/// EclipseIcon
export component EclipseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/eclipse.svg");
}
/// EggIcon
export component EggIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/egg.svg");
}
/// EggFriedIcon
export component EggFriedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/egg-fried.svg");
}
/// EggOffIcon
export component EggOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/egg-off.svg");
}
/// EllipsisIcon
export component EllipsisIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ellipsis.svg");
}
/// EllipsisVerticalIcon
export component EllipsisVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ellipsis-vertical.svg");
}
/// EqualIcon
export component EqualIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/equal.svg");
}
/// EqualApproximatelyIcon
export component EqualApproximatelyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/equal-approximately.svg");
}
/// EqualNotIcon
export component EqualNotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/equal-not.svg");
}
/// EraserIcon
export component EraserIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/eraser.svg");
}
/// EthernetPortIcon
export component EthernetPortIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ethernet-port.svg");
}
/// EuroIcon
export component EuroIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/euro.svg");
}
/// EvChargerIcon
export component EvChargerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ev-charger.svg");
}
/// ExpandIcon
export component ExpandIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/expand.svg");
}
/// ExternalLinkIcon
export component ExternalLinkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/external-link.svg");
}
/// EyeIcon
export component EyeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/eye.svg");
}
/// EyeClosedIcon
export component EyeClosedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/eye-closed.svg");
}
/// EyeOffIcon
export component EyeOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/eye-off.svg");
}
/// FacebookIcon
/// Deprecated icon, use with cautious.
export component FacebookIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/facebook.svg");
}
/// FactoryIcon
export component FactoryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/factory.svg");
}
/// FanIcon
export component FanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fan.svg");
}
/// FastForwardIcon
export component FastForwardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fast-forward.svg");
}
/// FeatherIcon
export component FeatherIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/feather.svg");
}
/// FenceIcon
export component FenceIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fence.svg");
}
/// FerrisWheelIcon
export component FerrisWheelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ferris-wheel.svg");
}
/// FigmaIcon
/// Deprecated icon, use with cautious.
export component FigmaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/figma.svg");
}
/// FileIcon
export component FileIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file.svg");
}
/// FileArchiveIcon
export component FileArchiveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-archive.svg");
}
/// FileAudioIcon
export component FileAudioIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-audio.svg");
}
/// FileAudio2Icon
export component FileAudio2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-audio-2.svg");
}
/// FileAxis3dIcon
export component FileAxis3dIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-axis-3d.svg");
}
/// FileBadgeIcon
export component FileBadgeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-badge.svg");
}
/// FileBadge2Icon
export component FileBadge2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-badge-2.svg");
}
/// FileBoxIcon
export component FileBoxIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-box.svg");
}
/// FileChartColumnIcon
export component FileChartColumnIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-chart-column.svg");
}
/// FileChartColumnIncreasingIcon
export component FileChartColumnIncreasingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-chart-column-increasing.svg");
}
/// FileChartLineIcon
export component FileChartLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-chart-line.svg");
}
/// FileChartPieIcon
export component FileChartPieIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-chart-pie.svg");
}
/// FileCheckIcon
export component FileCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-check.svg");
}
/// FileCheck2Icon
export component FileCheck2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-check-2.svg");
}
/// FileClockIcon
export component FileClockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-clock.svg");
}
/// FileCodeIcon
export component FileCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-code.svg");
}
/// FileCode2Icon
export component FileCode2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-code-2.svg");
}
/// FileCogIcon
export component FileCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-cog.svg");
}
/// FileDiffIcon
export component FileDiffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-diff.svg");
}
/// FileDigitIcon
export component FileDigitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-digit.svg");
}
/// FileDownIcon
export component FileDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-down.svg");
}
/// FileHeartIcon
export component FileHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-heart.svg");
}
/// FileImageIcon
export component FileImageIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-image.svg");
}
/// FileInputIcon
export component FileInputIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-input.svg");
}
/// FileJsonIcon
export component FileJsonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-json.svg");
}
/// FileJson2Icon
export component FileJson2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-json-2.svg");
}
/// FileKeyIcon
export component FileKeyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-key.svg");
}
/// FileKey2Icon
export component FileKey2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-key-2.svg");
}
/// FileLockIcon
export component FileLockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-lock.svg");
}
/// FileLock2Icon
export component FileLock2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-lock-2.svg");
}
/// FileMinusIcon
export component FileMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-minus.svg");
}
/// FileMinus2Icon
export component FileMinus2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-minus-2.svg");
}
/// FileMusicIcon
export component FileMusicIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-music.svg");
}
/// FileOutputIcon
export component FileOutputIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-output.svg");
}
/// FilePenIcon
export component FilePenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-pen.svg");
}
/// FilePenLineIcon
export component FilePenLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-pen-line.svg");
}
/// FilePlayIcon
export component FilePlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-play.svg");
}
/// FilePlusIcon
export component FilePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-plus.svg");
}
/// FilePlus2Icon
export component FilePlus2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-plus-2.svg");
}
/// FileQuestionMarkIcon
export component FileQuestionMarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-question-mark.svg");
}
/// FileScanIcon
export component FileScanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-scan.svg");
}
/// FileSearchIcon
export component FileSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-search.svg");
}
/// FileSearch2Icon
export component FileSearch2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-search-2.svg");
}
/// FileSlidersIcon
export component FileSlidersIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-sliders.svg");
}
/// FileSpreadsheetIcon
export component FileSpreadsheetIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-spreadsheet.svg");
}
/// FileStackIcon
export component FileStackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-stack.svg");
}
/// FileSymlinkIcon
export component FileSymlinkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-symlink.svg");
}
/// FileTerminalIcon
export component FileTerminalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-terminal.svg");
}
/// FileTextIcon
export component FileTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-text.svg");
}
/// FileTypeIcon
export component FileTypeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-type.svg");
}
/// FileType2Icon
export component FileType2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-type-2.svg");
}
/// FileUpIcon
export component FileUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-up.svg");
}
/// FileUserIcon
export component FileUserIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-user.svg");
}
/// FileVideoCameraIcon
export component FileVideoCameraIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-video-camera.svg");
}
/// FileVolumeIcon
export component FileVolumeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-volume.svg");
}
/// FileVolume2Icon
export component FileVolume2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-volume-2.svg");
}
/// FileWarningIcon
export component FileWarningIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-warning.svg");
}
/// FileXIcon
export component FileXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-x.svg");
}
/// FileX2Icon
export component FileX2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/file-x-2.svg");
}
/// FilesIcon
export component FilesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/files.svg");
}
/// FilmIcon
export component FilmIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/film.svg");
}
/// FingerprintIcon
export component FingerprintIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fingerprint.svg");
}
/// FireExtinguisherIcon
export component FireExtinguisherIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fire-extinguisher.svg");
}
/// FishIcon
export component FishIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fish.svg");
}
/// FishOffIcon
export component FishOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fish-off.svg");
}
/// FishSymbolIcon
export component FishSymbolIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fish-symbol.svg");
}
/// FlagIcon
export component FlagIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flag.svg");
}
/// FlagOffIcon
export component FlagOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flag-off.svg");
}
/// FlagTriangleLeftIcon
export component FlagTriangleLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flag-triangle-left.svg");
}
/// FlagTriangleRightIcon
export component FlagTriangleRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flag-triangle-right.svg");
}
/// FlameIcon
export component FlameIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flame.svg");
}
/// FlameKindlingIcon
export component FlameKindlingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flame-kindling.svg");
}
/// FlashlightIcon
export component FlashlightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flashlight.svg");
}
/// FlashlightOffIcon
export component FlashlightOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flashlight-off.svg");
}
/// FlaskConicalIcon
export component FlaskConicalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flask-conical.svg");
}
/// FlaskConicalOffIcon
export component FlaskConicalOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flask-conical-off.svg");
}
/// FlaskRoundIcon
export component FlaskRoundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flask-round.svg");
}
/// FlipHorizontalIcon
export component FlipHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flip-horizontal.svg");
}
/// FlipHorizontal2Icon
export component FlipHorizontal2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flip-horizontal-2.svg");
}
/// FlipVerticalIcon
export component FlipVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flip-vertical.svg");
}
/// FlipVertical2Icon
export component FlipVertical2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flip-vertical-2.svg");
}
/// FlowerIcon
export component FlowerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flower.svg");
}
/// Flower2Icon
export component Flower2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/flower-2.svg");
}
/// FocusIcon
export component FocusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/focus.svg");
}
/// FoldHorizontalIcon
export component FoldHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fold-horizontal.svg");
}
/// FoldVerticalIcon
export component FoldVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fold-vertical.svg");
}
/// FolderIcon
export component FolderIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder.svg");
}
/// FolderArchiveIcon
export component FolderArchiveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-archive.svg");
}
/// FolderCheckIcon
export component FolderCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-check.svg");
}
/// FolderClockIcon
export component FolderClockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-clock.svg");
}
/// FolderClosedIcon
export component FolderClosedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-closed.svg");
}
/// FolderCodeIcon
export component FolderCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-code.svg");
}
/// FolderCogIcon
export component FolderCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-cog.svg");
}
/// FolderDotIcon
export component FolderDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-dot.svg");
}
/// FolderDownIcon
export component FolderDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-down.svg");
}
/// FolderGitIcon
export component FolderGitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-git.svg");
}
/// FolderGit2Icon
export component FolderGit2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-git-2.svg");
}
/// FolderHeartIcon
export component FolderHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-heart.svg");
}
/// FolderInputIcon
export component FolderInputIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-input.svg");
}
/// FolderKanbanIcon
export component FolderKanbanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-kanban.svg");
}
/// FolderKeyIcon
export component FolderKeyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-key.svg");
}
/// FolderLockIcon
export component FolderLockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-lock.svg");
}
/// FolderMinusIcon
export component FolderMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-minus.svg");
}
/// FolderOpenIcon
export component FolderOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-open.svg");
}
/// FolderOpenDotIcon
export component FolderOpenDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-open-dot.svg");
}
/// FolderOutputIcon
export component FolderOutputIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-output.svg");
}
/// FolderPenIcon
export component FolderPenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-pen.svg");
}
/// FolderPlusIcon
export component FolderPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-plus.svg");
}
/// FolderRootIcon
export component FolderRootIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-root.svg");
}
/// FolderSearchIcon
export component FolderSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-search.svg");
}
/// FolderSearch2Icon
export component FolderSearch2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-search-2.svg");
}
/// FolderSymlinkIcon
export component FolderSymlinkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-symlink.svg");
}
/// FolderSyncIcon
export component FolderSyncIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-sync.svg");
}
/// FolderTreeIcon
export component FolderTreeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-tree.svg");
}
/// FolderUpIcon
export component FolderUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-up.svg");
}
/// FolderXIcon
export component FolderXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folder-x.svg");
}
/// FoldersIcon
export component FoldersIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/folders.svg");
}
/// FootprintsIcon
export component FootprintsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/footprints.svg");
}
/// ForkliftIcon
export component ForkliftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/forklift.svg");
}
/// ForwardIcon
export component ForwardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/forward.svg");
}
/// FrameIcon
export component FrameIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/frame.svg");
}
/// FramerIcon
/// Deprecated icon, use with cautious.
export component FramerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/framer.svg");
}
/// FrownIcon
export component FrownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/frown.svg");
}
/// FuelIcon
export component FuelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fuel.svg");
}
/// FullscreenIcon
export component FullscreenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/fullscreen.svg");
}
/// FunnelIcon
export component FunnelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/funnel.svg");
}
/// FunnelPlusIcon
export component FunnelPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/funnel-plus.svg");
}
/// FunnelXIcon
export component FunnelXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/funnel-x.svg");
}
/// GalleryHorizontalIcon
export component GalleryHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gallery-horizontal.svg");
}
/// GalleryHorizontalEndIcon
export component GalleryHorizontalEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gallery-horizontal-end.svg");
}
/// GalleryThumbnailsIcon
export component GalleryThumbnailsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gallery-thumbnails.svg");
}
/// GalleryVerticalIcon
export component GalleryVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gallery-vertical.svg");
}
/// GalleryVerticalEndIcon
export component GalleryVerticalEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gallery-vertical-end.svg");
}
/// GamepadIcon
export component GamepadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gamepad.svg");
}
/// Gamepad2Icon
export component Gamepad2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gamepad-2.svg");
}
/// GaugeIcon
export component GaugeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gauge.svg");
}
/// GavelIcon
export component GavelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gavel.svg");
}
/// GemIcon
export component GemIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gem.svg");
}
/// GeorgianLariIcon
export component GeorgianLariIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/georgian-lari.svg");
}
/// GhostIcon
export component GhostIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ghost.svg");
}
/// GiftIcon
export component GiftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gift.svg");
}
/// GitBranchIcon
export component GitBranchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-branch.svg");
}
/// GitBranchPlusIcon
export component GitBranchPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-branch-plus.svg");
}
/// GitCommitHorizontalIcon
export component GitCommitHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-commit-horizontal.svg");
}
/// GitCommitVerticalIcon
export component GitCommitVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-commit-vertical.svg");
}
/// GitCompareIcon
export component GitCompareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-compare.svg");
}
/// GitCompareArrowsIcon
export component GitCompareArrowsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-compare-arrows.svg");
}
/// GitForkIcon
export component GitForkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-fork.svg");
}
/// GitGraphIcon
export component GitGraphIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-graph.svg");
}
/// GitMergeIcon
export component GitMergeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-merge.svg");
}
/// GitPullRequestIcon
export component GitPullRequestIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-pull-request.svg");
}
/// GitPullRequestArrowIcon
export component GitPullRequestArrowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-pull-request-arrow.svg");
}
/// GitPullRequestClosedIcon
export component GitPullRequestClosedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-pull-request-closed.svg");
}
/// GitPullRequestCreateIcon
export component GitPullRequestCreateIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-pull-request-create.svg");
}
/// GitPullRequestCreateArrowIcon
export component GitPullRequestCreateArrowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-pull-request-create-arrow.svg");
}
/// GitPullRequestDraftIcon
export component GitPullRequestDraftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/git-pull-request-draft.svg");
}
/// GithubIcon
/// Deprecated icon, use with cautious.
export component GithubIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/github.svg");
}
/// GitlabIcon
/// Deprecated icon, use with cautious.
export component GitlabIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gitlab.svg");
}
/// GlassWaterIcon
export component GlassWaterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/glass-water.svg");
}
/// GlassesIcon
export component GlassesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/glasses.svg");
}
/// GlobeIcon
export component GlobeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/globe.svg");
}
/// GlobeLockIcon
export component GlobeLockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/globe-lock.svg");
}
/// GoalIcon
export component GoalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/goal.svg");
}
/// GpuIcon
export component GpuIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/gpu.svg");
}
/// GraduationCapIcon
export component GraduationCapIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/graduation-cap.svg");
}
/// GrapeIcon
export component GrapeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grape.svg");
}
/// Grid2x2Icon
export component Grid2x2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grid-2x2.svg");
}
/// Grid2x2CheckIcon
export component Grid2x2CheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grid-2x2-check.svg");
}
/// Grid2x2PlusIcon
export component Grid2x2PlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grid-2x2-plus.svg");
}
/// Grid2x2XIcon
export component Grid2x2XIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grid-2x2-x.svg");
}
/// Grid3x2Icon
export component Grid3x2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grid-3x2.svg");
}
/// Grid3x3Icon
export component Grid3x3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grid-3x3.svg");
}
/// GripIcon
export component GripIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grip.svg");
}
/// GripHorizontalIcon
export component GripHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grip-horizontal.svg");
}
/// GripVerticalIcon
export component GripVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/grip-vertical.svg");
}
/// GroupIcon
export component GroupIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/group.svg");
}
/// GuitarIcon
export component GuitarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/guitar.svg");
}
/// HamIcon
export component HamIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ham.svg");
}
/// HamburgerIcon
export component HamburgerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hamburger.svg");
}
/// HammerIcon
export component HammerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hammer.svg");
}
/// HandIcon
export component HandIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand.svg");
}
/// HandCoinsIcon
export component HandCoinsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand-coins.svg");
}
/// HandFistIcon
export component HandFistIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand-fist.svg");
}
/// HandGrabIcon
export component HandGrabIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand-grab.svg");
}
/// HandHeartIcon
export component HandHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand-heart.svg");
}
/// HandHelpingIcon
export component HandHelpingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand-helping.svg");
}
/// HandMetalIcon
export component HandMetalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand-metal.svg");
}
/// HandPlatterIcon
export component HandPlatterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hand-platter.svg");
}
/// HandbagIcon
export component HandbagIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/handbag.svg");
}
/// HandshakeIcon
export component HandshakeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/handshake.svg");
}
/// HardDriveIcon
export component HardDriveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hard-drive.svg");
}
/// HardDriveDownloadIcon
export component HardDriveDownloadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hard-drive-download.svg");
}
/// HardDriveUploadIcon
export component HardDriveUploadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hard-drive-upload.svg");
}
/// HardHatIcon
export component HardHatIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hard-hat.svg");
}
/// HashIcon
export component HashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hash.svg");
}
/// HatGlassesIcon
export component HatGlassesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hat-glasses.svg");
}
/// HazeIcon
export component HazeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/haze.svg");
}
/// HdmiPortIcon
export component HdmiPortIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hdmi-port.svg");
}
/// HeadingIcon
export component HeadingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heading.svg");
}
/// Heading1Icon
export component Heading1Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heading-1.svg");
}
/// Heading2Icon
export component Heading2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heading-2.svg");
}
/// Heading3Icon
export component Heading3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heading-3.svg");
}
/// Heading4Icon
export component Heading4Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heading-4.svg");
}
/// Heading5Icon
export component Heading5Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heading-5.svg");
}
/// Heading6Icon
export component Heading6Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heading-6.svg");
}
/// HeadphoneOffIcon
export component HeadphoneOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/headphone-off.svg");
}
/// HeadphonesIcon
export component HeadphonesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/headphones.svg");
}
/// HeadsetIcon
export component HeadsetIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/headset.svg");
}
/// HeartIcon
export component HeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heart.svg");
}
/// HeartCrackIcon
export component HeartCrackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heart-crack.svg");
}
/// HeartHandshakeIcon
export component HeartHandshakeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heart-handshake.svg");
}
/// HeartMinusIcon
export component HeartMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heart-minus.svg");
}
/// HeartOffIcon
export component HeartOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heart-off.svg");
}
/// HeartPlusIcon
export component HeartPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heart-plus.svg");
}
/// HeartPulseIcon
export component HeartPulseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heart-pulse.svg");
}
/// HeaterIcon
export component HeaterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/heater.svg");
}
/// HexagonIcon
export component HexagonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hexagon.svg");
}
/// HighlighterIcon
export component HighlighterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/highlighter.svg");
}
/// HistoryIcon
export component HistoryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/history.svg");
}
/// HopIcon
export component HopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hop.svg");
}
/// HopOffIcon
export component HopOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hop-off.svg");
}
/// HospitalIcon
export component HospitalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hospital.svg");
}
/// HotelIcon
export component HotelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hotel.svg");
}
/// HourglassIcon
export component HourglassIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/hourglass.svg");
}
/// HouseIcon
export component HouseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/house.svg");
}
/// HouseHeartIcon
export component HouseHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/house-heart.svg");
}
/// HousePlugIcon
export component HousePlugIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/house-plug.svg");
}
/// HousePlusIcon
export component HousePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/house-plus.svg");
}
/// HouseWifiIcon
export component HouseWifiIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/house-wifi.svg");
}
/// IceCreamBowlIcon
export component IceCreamBowlIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ice-cream-bowl.svg");
}
/// IceCreamConeIcon
export component IceCreamConeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ice-cream-cone.svg");
}
/// IdCardIcon
export component IdCardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/id-card.svg");
}
/// IdCardLanyardIcon
export component IdCardLanyardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/id-card-lanyard.svg");
}
/// ImageIcon
export component ImageIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image.svg");
}
/// ImageDownIcon
export component ImageDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image-down.svg");
}
/// ImageMinusIcon
export component ImageMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image-minus.svg");
}
/// ImageOffIcon
export component ImageOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image-off.svg");
}
/// ImagePlayIcon
export component ImagePlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image-play.svg");
}
/// ImagePlusIcon
export component ImagePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image-plus.svg");
}
/// ImageUpIcon
export component ImageUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image-up.svg");
}
/// ImageUpscaleIcon
export component ImageUpscaleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/image-upscale.svg");
}
/// ImagesIcon
export component ImagesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/images.svg");
}
/// ImportIcon
export component ImportIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/import.svg");
}
/// InboxIcon
export component InboxIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/inbox.svg");
}
/// IndianRupeeIcon
export component IndianRupeeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/indian-rupee.svg");
}
/// InfinityIcon
export component InfinityIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/infinity.svg");
}
/// InfoIcon
export component InfoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/info.svg");
}
/// InspectionPanelIcon
export component InspectionPanelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/inspection-panel.svg");
}
/// InstagramIcon
/// Deprecated icon, use with cautious.
export component InstagramIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/instagram.svg");
}
/// ItalicIcon
export component ItalicIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/italic.svg");
}
/// IterationCcwIcon
export component IterationCcwIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/iteration-ccw.svg");
}
/// IterationCwIcon
export component IterationCwIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/iteration-cw.svg");
}
/// JapaneseYenIcon
export component JapaneseYenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/japanese-yen.svg");
}
/// JoystickIcon
export component JoystickIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/joystick.svg");
}
/// KanbanIcon
export component KanbanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/kanban.svg");
}
/// KayakIcon
export component KayakIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/kayak.svg");
}
/// KeyIcon
export component KeyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/key.svg");
}
/// KeyRoundIcon
export component KeyRoundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/key-round.svg");
}
/// KeySquareIcon
export component KeySquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/key-square.svg");
}
/// KeyboardIcon
export component KeyboardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/keyboard.svg");
}
/// KeyboardMusicIcon
export component KeyboardMusicIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/keyboard-music.svg");
}
/// KeyboardOffIcon
export component KeyboardOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/keyboard-off.svg");
}
/// LampIcon
export component LampIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lamp.svg");
}
/// LampCeilingIcon
export component LampCeilingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lamp-ceiling.svg");
}
/// LampDeskIcon
export component LampDeskIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lamp-desk.svg");
}
/// LampFloorIcon
export component LampFloorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lamp-floor.svg");
}
/// LampWallDownIcon
export component LampWallDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lamp-wall-down.svg");
}
/// LampWallUpIcon
export component LampWallUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lamp-wall-up.svg");
}
/// LandPlotIcon
export component LandPlotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/land-plot.svg");
}
/// LandmarkIcon
export component LandmarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/landmark.svg");
}
/// LanguagesIcon
export component LanguagesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/languages.svg");
}
/// LaptopIcon
export component LaptopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/laptop.svg");
}
/// LaptopMinimalIcon
export component LaptopMinimalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/laptop-minimal.svg");
}
/// LaptopMinimalCheckIcon
export component LaptopMinimalCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/laptop-minimal-check.svg");
}
/// LassoIcon
export component LassoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lasso.svg");
}
/// LassoSelectIcon
export component LassoSelectIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lasso-select.svg");
}
/// LaughIcon
export component LaughIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/laugh.svg");
}
/// LayersIcon
export component LayersIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layers.svg");
}
/// Layers2Icon
export component Layers2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layers-2.svg");
}
/// LayoutDashboardIcon
export component LayoutDashboardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layout-dashboard.svg");
}
/// LayoutGridIcon
export component LayoutGridIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layout-grid.svg");
}
/// LayoutListIcon
export component LayoutListIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layout-list.svg");
}
/// LayoutPanelLeftIcon
export component LayoutPanelLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layout-panel-left.svg");
}
/// LayoutPanelTopIcon
export component LayoutPanelTopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layout-panel-top.svg");
}
/// LayoutTemplateIcon
export component LayoutTemplateIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/layout-template.svg");
}
/// LeafIcon
export component LeafIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/leaf.svg");
}
/// LeafyGreenIcon
export component LeafyGreenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/leafy-green.svg");
}
/// LecternIcon
export component LecternIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lectern.svg");
}
/// LibraryIcon
export component LibraryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/library.svg");
}
/// LibraryBigIcon
export component LibraryBigIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/library-big.svg");
}
/// LifeBuoyIcon
export component LifeBuoyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/life-buoy.svg");
}
/// LigatureIcon
export component LigatureIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ligature.svg");
}
/// LightbulbIcon
export component LightbulbIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lightbulb.svg");
}
/// LightbulbOffIcon
export component LightbulbOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lightbulb-off.svg");
}
/// LineSquiggleIcon
export component LineSquiggleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/line-squiggle.svg");
}
/// LinkIcon
export component LinkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/link.svg");
}
/// Link2Icon
export component Link2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/link-2.svg");
}
/// Link2OffIcon
export component Link2OffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/link-2-off.svg");
}
/// LinkedinIcon
/// Deprecated icon, use with cautious.
export component LinkedinIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/linkedin.svg");
}
/// ListIcon
export component ListIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list.svg");
}
/// ListCheckIcon
export component ListCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-check.svg");
}
/// ListChecksIcon
export component ListChecksIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-checks.svg");
}
/// ListChevronsDownUpIcon
export component ListChevronsDownUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-chevrons-down-up.svg");
}
/// ListChevronsUpDownIcon
export component ListChevronsUpDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-chevrons-up-down.svg");
}
/// ListCollapseIcon
export component ListCollapseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-collapse.svg");
}
/// ListEndIcon
export component ListEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-end.svg");
}
/// ListFilterIcon
export component ListFilterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-filter.svg");
}
/// ListFilterPlusIcon
export component ListFilterPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-filter-plus.svg");
}
/// ListIndentDecreaseIcon
export component ListIndentDecreaseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-indent-decrease.svg");
}
/// ListIndentIncreaseIcon
export component ListIndentIncreaseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-indent-increase.svg");
}
/// ListMinusIcon
export component ListMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-minus.svg");
}
/// ListMusicIcon
export component ListMusicIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-music.svg");
}
/// ListOrderedIcon
export component ListOrderedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-ordered.svg");
}
/// ListPlusIcon
export component ListPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-plus.svg");
}
/// ListRestartIcon
export component ListRestartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-restart.svg");
}
/// ListStartIcon
export component ListStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-start.svg");
}
/// ListTodoIcon
export component ListTodoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-todo.svg");
}
/// ListTreeIcon
export component ListTreeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-tree.svg");
}
/// ListVideoIcon
export component ListVideoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-video.svg");
}
/// ListXIcon
export component ListXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/list-x.svg");
}
/// LoaderIcon
export component LoaderIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/loader.svg");
}
/// LoaderCircleIcon
export component LoaderCircleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/loader-circle.svg");
}
/// LoaderPinwheelIcon
export component LoaderPinwheelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/loader-pinwheel.svg");
}
/// LocateIcon
export component LocateIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/locate.svg");
}
/// LocateFixedIcon
export component LocateFixedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/locate-fixed.svg");
}
/// LocateOffIcon
export component LocateOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/locate-off.svg");
}
/// LockIcon
export component LockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lock.svg");
}
/// LockKeyholeIcon
export component LockKeyholeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lock-keyhole.svg");
}
/// LockKeyholeOpenIcon
export component LockKeyholeOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lock-keyhole-open.svg");
}
/// LockOpenIcon
export component LockOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lock-open.svg");
}
/// LogInIcon
export component LogInIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/log-in.svg");
}
/// LogOutIcon
export component LogOutIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/log-out.svg");
}
/// LogsIcon
export component LogsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/logs.svg");
}
/// LollipopIcon
export component LollipopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/lollipop.svg");
}
/// LuggageIcon
export component LuggageIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/luggage.svg");
}
/// MagnetIcon
export component MagnetIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/magnet.svg");
}
/// MailIcon
export component MailIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail.svg");
}
/// MailCheckIcon
export component MailCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-check.svg");
}
/// MailMinusIcon
export component MailMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-minus.svg");
}
/// MailOpenIcon
export component MailOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-open.svg");
}
/// MailPlusIcon
export component MailPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-plus.svg");
}
/// MailQuestionMarkIcon
export component MailQuestionMarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-question-mark.svg");
}
/// MailSearchIcon
export component MailSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-search.svg");
}
/// MailWarningIcon
export component MailWarningIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-warning.svg");
}
/// MailXIcon
export component MailXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mail-x.svg");
}
/// MailboxIcon
export component MailboxIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mailbox.svg");
}
/// MailsIcon
export component MailsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mails.svg");
}
/// MapIcon
export component MapIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map.svg");
}
/// MapMinusIcon
export component MapMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-minus.svg");
}
/// MapPinIcon
export component MapPinIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin.svg");
}
/// MapPinCheckIcon
export component MapPinCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-check.svg");
}
/// MapPinCheckInsideIcon
export component MapPinCheckInsideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-check-inside.svg");
}
/// MapPinHouseIcon
export component MapPinHouseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-house.svg");
}
/// MapPinMinusIcon
export component MapPinMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-minus.svg");
}
/// MapPinMinusInsideIcon
export component MapPinMinusInsideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-minus-inside.svg");
}
/// MapPinOffIcon
export component MapPinOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-off.svg");
}
/// MapPinPenIcon
export component MapPinPenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-pen.svg");
}
/// MapPinPlusIcon
export component MapPinPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-plus.svg");
}
/// MapPinPlusInsideIcon
export component MapPinPlusInsideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-plus-inside.svg");
}
/// MapPinXIcon
export component MapPinXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-x.svg");
}
/// MapPinXInsideIcon
export component MapPinXInsideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pin-x-inside.svg");
}
/// MapPinnedIcon
export component MapPinnedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-pinned.svg");
}
/// MapPlusIcon
export component MapPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/map-plus.svg");
}
/// MarsIcon
export component MarsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mars.svg");
}
/// MarsStrokeIcon
export component MarsStrokeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mars-stroke.svg");
}
/// MartiniIcon
export component MartiniIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/martini.svg");
}
/// MaximizeIcon
export component MaximizeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/maximize.svg");
}
/// Maximize2Icon
export component Maximize2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/maximize-2.svg");
}
/// MedalIcon
export component MedalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/medal.svg");
}
/// MegaphoneIcon
export component MegaphoneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/megaphone.svg");
}
/// MegaphoneOffIcon
export component MegaphoneOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/megaphone-off.svg");
}
/// MehIcon
export component MehIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/meh.svg");
}
/// MemoryStickIcon
export component MemoryStickIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/memory-stick.svg");
}
/// MenuIcon
export component MenuIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/menu.svg");
}
/// MergeIcon
export component MergeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/merge.svg");
}
/// MessageCircleIcon
export component MessageCircleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle.svg");
}
/// MessageCircleCodeIcon
export component MessageCircleCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-code.svg");
}
/// MessageCircleDashedIcon
export component MessageCircleDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-dashed.svg");
}
/// MessageCircleHeartIcon
export component MessageCircleHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-heart.svg");
}
/// MessageCircleMoreIcon
export component MessageCircleMoreIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-more.svg");
}
/// MessageCircleOffIcon
export component MessageCircleOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-off.svg");
}
/// MessageCirclePlusIcon
export component MessageCirclePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-plus.svg");
}
/// MessageCircleQuestionMarkIcon
export component MessageCircleQuestionMarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-question-mark.svg");
}
/// MessageCircleReplyIcon
export component MessageCircleReplyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-reply.svg");
}
/// MessageCircleWarningIcon
export component MessageCircleWarningIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-warning.svg");
}
/// MessageCircleXIcon
export component MessageCircleXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-circle-x.svg");
}
/// MessageSquareIcon
export component MessageSquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square.svg");
}
/// MessageSquareCodeIcon
export component MessageSquareCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-code.svg");
}
/// MessageSquareDashedIcon
export component MessageSquareDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-dashed.svg");
}
/// MessageSquareDiffIcon
export component MessageSquareDiffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-diff.svg");
}
/// MessageSquareDotIcon
export component MessageSquareDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-dot.svg");
}
/// MessageSquareHeartIcon
export component MessageSquareHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-heart.svg");
}
/// MessageSquareLockIcon
export component MessageSquareLockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-lock.svg");
}
/// MessageSquareMoreIcon
export component MessageSquareMoreIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-more.svg");
}
/// MessageSquareOffIcon
export component MessageSquareOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-off.svg");
}
/// MessageSquarePlusIcon
export component MessageSquarePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-plus.svg");
}
/// MessageSquareQuoteIcon
export component MessageSquareQuoteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-quote.svg");
}
/// MessageSquareReplyIcon
export component MessageSquareReplyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-reply.svg");
}
/// MessageSquareShareIcon
export component MessageSquareShareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-share.svg");
}
/// MessageSquareTextIcon
export component MessageSquareTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-text.svg");
}
/// MessageSquareWarningIcon
export component MessageSquareWarningIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-warning.svg");
}
/// MessageSquareXIcon
export component MessageSquareXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/message-square-x.svg");
}
/// MessagesSquareIcon
export component MessagesSquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/messages-square.svg");
}
/// MicIcon
export component MicIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mic.svg");
}
/// MicOffIcon
export component MicOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mic-off.svg");
}
/// MicVocalIcon
export component MicVocalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mic-vocal.svg");
}
/// MicrochipIcon
export component MicrochipIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/microchip.svg");
}
/// MicroscopeIcon
export component MicroscopeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/microscope.svg");
}
/// MicrowaveIcon
export component MicrowaveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/microwave.svg");
}
/// MilestoneIcon
export component MilestoneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/milestone.svg");
}
/// MilkIcon
export component MilkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/milk.svg");
}
/// MilkOffIcon
export component MilkOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/milk-off.svg");
}
/// MinimizeIcon
export component MinimizeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/minimize.svg");
}
/// Minimize2Icon
export component Minimize2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/minimize-2.svg");
}
/// MinusIcon
export component MinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/minus.svg");
}
/// MonitorIcon
export component MonitorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor.svg");
}
/// MonitorCheckIcon
export component MonitorCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-check.svg");
}
/// MonitorCloudIcon
export component MonitorCloudIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-cloud.svg");
}
/// MonitorCogIcon
export component MonitorCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-cog.svg");
}
/// MonitorDotIcon
export component MonitorDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-dot.svg");
}
/// MonitorDownIcon
export component MonitorDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-down.svg");
}
/// MonitorOffIcon
export component MonitorOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-off.svg");
}
/// MonitorPauseIcon
export component MonitorPauseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-pause.svg");
}
/// MonitorPlayIcon
export component MonitorPlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-play.svg");
}
/// MonitorSmartphoneIcon
export component MonitorSmartphoneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-smartphone.svg");
}
/// MonitorSpeakerIcon
export component MonitorSpeakerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-speaker.svg");
}
/// MonitorStopIcon
export component MonitorStopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-stop.svg");
}
/// MonitorUpIcon
export component MonitorUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-up.svg");
}
/// MonitorXIcon
export component MonitorXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/monitor-x.svg");
}
/// MoonIcon
export component MoonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/moon.svg");
}
/// MoonStarIcon
export component MoonStarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/moon-star.svg");
}
/// MotorbikeIcon
export component MotorbikeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/motorbike.svg");
}
/// MountainIcon
export component MountainIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mountain.svg");
}
/// MountainSnowIcon
export component MountainSnowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mountain-snow.svg");
}
/// MouseIcon
export component MouseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mouse.svg");
}
/// MouseOffIcon
export component MouseOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mouse-off.svg");
}
/// MousePointerIcon
export component MousePointerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mouse-pointer.svg");
}
/// MousePointer2Icon
export component MousePointer2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mouse-pointer-2.svg");
}
/// MousePointerBanIcon
export component MousePointerBanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mouse-pointer-ban.svg");
}
/// MousePointerClickIcon
export component MousePointerClickIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/mouse-pointer-click.svg");
}
/// MoveIcon
export component MoveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move.svg");
}
/// Move3dIcon
export component Move3dIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-3d.svg");
}
/// MoveDiagonalIcon
export component MoveDiagonalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-diagonal.svg");
}
/// MoveDiagonal2Icon
export component MoveDiagonal2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-diagonal-2.svg");
}
/// MoveDownIcon
export component MoveDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-down.svg");
}
/// MoveDownLeftIcon
export component MoveDownLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-down-left.svg");
}
/// MoveDownRightIcon
export component MoveDownRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-down-right.svg");
}
/// MoveHorizontalIcon
export component MoveHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-horizontal.svg");
}
/// MoveLeftIcon
export component MoveLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-left.svg");
}
/// MoveRightIcon
export component MoveRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-right.svg");
}
/// MoveUpIcon
export component MoveUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-up.svg");
}
/// MoveUpLeftIcon
export component MoveUpLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-up-left.svg");
}
/// MoveUpRightIcon
export component MoveUpRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-up-right.svg");
}
/// MoveVerticalIcon
export component MoveVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/move-vertical.svg");
}
/// MusicIcon
export component MusicIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/music.svg");
}
/// Music2Icon
export component Music2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/music-2.svg");
}
/// Music3Icon
export component Music3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/music-3.svg");
}
/// Music4Icon
export component Music4Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/music-4.svg");
}
/// NavigationIcon
export component NavigationIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/navigation.svg");
}
/// Navigation2Icon
export component Navigation2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/navigation-2.svg");
}
/// Navigation2OffIcon
export component Navigation2OffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/navigation-2-off.svg");
}
/// NavigationOffIcon
export component NavigationOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/navigation-off.svg");
}
/// NetworkIcon
export component NetworkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/network.svg");
}
/// NewspaperIcon
export component NewspaperIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/newspaper.svg");
}
/// NfcIcon
export component NfcIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/nfc.svg");
}
/// NonBinaryIcon
export component NonBinaryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/non-binary.svg");
}
/// NotebookIcon
export component NotebookIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/notebook.svg");
}
/// NotebookPenIcon
export component NotebookPenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/notebook-pen.svg");
}
/// NotebookTabsIcon
export component NotebookTabsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/notebook-tabs.svg");
}
/// NotebookTextIcon
export component NotebookTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/notebook-text.svg");
}
/// NotepadTextIcon
export component NotepadTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/notepad-text.svg");
}
/// NotepadTextDashedIcon
export component NotepadTextDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/notepad-text-dashed.svg");
}
/// NutIcon
export component NutIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/nut.svg");
}
/// NutOffIcon
export component NutOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/nut-off.svg");
}
/// OctagonIcon
export component OctagonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/octagon.svg");
}
/// OctagonAlertIcon
export component OctagonAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/octagon-alert.svg");
}
/// OctagonMinusIcon
export component OctagonMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/octagon-minus.svg");
}
/// OctagonPauseIcon
export component OctagonPauseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/octagon-pause.svg");
}
/// OctagonXIcon
export component OctagonXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/octagon-x.svg");
}
/// OmegaIcon
export component OmegaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/omega.svg");
}
/// OptionIcon
export component OptionIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/option.svg");
}
/// OrbitIcon
export component OrbitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/orbit.svg");
}
/// OrigamiIcon
export component OrigamiIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/origami.svg");
}
/// PackageIcon
export component PackageIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package.svg");
}
/// Package2Icon
export component Package2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package-2.svg");
}
/// PackageCheckIcon
export component PackageCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package-check.svg");
}
/// PackageMinusIcon
export component PackageMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package-minus.svg");
}
/// PackageOpenIcon
export component PackageOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package-open.svg");
}
/// PackagePlusIcon
export component PackagePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package-plus.svg");
}
/// PackageSearchIcon
export component PackageSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package-search.svg");
}
/// PackageXIcon
export component PackageXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/package-x.svg");
}
/// PaintBucketIcon
export component PaintBucketIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/paint-bucket.svg");
}
/// PaintRollerIcon
export component PaintRollerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/paint-roller.svg");
}
/// PaintbrushIcon
export component PaintbrushIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/paintbrush.svg");
}
/// PaintbrushVerticalIcon
export component PaintbrushVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/paintbrush-vertical.svg");
}
/// PaletteIcon
export component PaletteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/palette.svg");
}
/// PandaIcon
export component PandaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panda.svg");
}
/// PanelBottomIcon
export component PanelBottomIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-bottom.svg");
}
/// PanelBottomCloseIcon
export component PanelBottomCloseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-bottom-close.svg");
}
/// PanelBottomDashedIcon
export component PanelBottomDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-bottom-dashed.svg");
}
/// PanelBottomOpenIcon
export component PanelBottomOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-bottom-open.svg");
}
/// PanelLeftIcon
export component PanelLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-left.svg");
}
/// PanelLeftCloseIcon
export component PanelLeftCloseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-left-close.svg");
}
/// PanelLeftDashedIcon
export component PanelLeftDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-left-dashed.svg");
}
/// PanelLeftOpenIcon
export component PanelLeftOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-left-open.svg");
}
/// PanelLeftRightDashedIcon
export component PanelLeftRightDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-left-right-dashed.svg");
}
/// PanelRightIcon
export component PanelRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-right.svg");
}
/// PanelRightCloseIcon
export component PanelRightCloseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-right-close.svg");
}
/// PanelRightDashedIcon
export component PanelRightDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-right-dashed.svg");
}
/// PanelRightOpenIcon
export component PanelRightOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-right-open.svg");
}
/// PanelTopIcon
export component PanelTopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-top.svg");
}
/// PanelTopBottomDashedIcon
export component PanelTopBottomDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-top-bottom-dashed.svg");
}
/// PanelTopCloseIcon
export component PanelTopCloseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-top-close.svg");
}
/// PanelTopDashedIcon
export component PanelTopDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-top-dashed.svg");
}
/// PanelTopOpenIcon
export component PanelTopOpenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panel-top-open.svg");
}
/// PanelsLeftBottomIcon
export component PanelsLeftBottomIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panels-left-bottom.svg");
}
/// PanelsRightBottomIcon
export component PanelsRightBottomIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panels-right-bottom.svg");
}
/// PanelsTopLeftIcon
export component PanelsTopLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/panels-top-left.svg");
}
/// PaperclipIcon
export component PaperclipIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/paperclip.svg");
}
/// ParenthesesIcon
export component ParenthesesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/parentheses.svg");
}
/// ParkingMeterIcon
export component ParkingMeterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/parking-meter.svg");
}
/// PartyPopperIcon
export component PartyPopperIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/party-popper.svg");
}
/// PauseIcon
export component PauseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pause.svg");
}
/// PawPrintIcon
export component PawPrintIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/paw-print.svg");
}
/// PcCaseIcon
export component PcCaseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pc-case.svg");
}
/// PenIcon
export component PenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pen.svg");
}
/// PenLineIcon
export component PenLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pen-line.svg");
}
/// PenOffIcon
export component PenOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pen-off.svg");
}
/// PenToolIcon
export component PenToolIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pen-tool.svg");
}
/// PencilIcon
export component PencilIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pencil.svg");
}
/// PencilLineIcon
export component PencilLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pencil-line.svg");
}
/// PencilOffIcon
export component PencilOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pencil-off.svg");
}
/// PencilRulerIcon
export component PencilRulerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pencil-ruler.svg");
}
/// PentagonIcon
export component PentagonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pentagon.svg");
}
/// PercentIcon
export component PercentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/percent.svg");
}
/// PersonStandingIcon
export component PersonStandingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/person-standing.svg");
}
/// PhilippinePesoIcon
export component PhilippinePesoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/philippine-peso.svg");
}
/// PhoneIcon
export component PhoneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/phone.svg");
}
/// PhoneCallIcon
export component PhoneCallIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/phone-call.svg");
}
/// PhoneForwardedIcon
export component PhoneForwardedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/phone-forwarded.svg");
}
/// PhoneIncomingIcon
export component PhoneIncomingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/phone-incoming.svg");
}
/// PhoneMissedIcon
export component PhoneMissedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/phone-missed.svg");
}
/// PhoneOffIcon
export component PhoneOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/phone-off.svg");
}
/// PhoneOutgoingIcon
export component PhoneOutgoingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/phone-outgoing.svg");
}
/// PiIcon
export component PiIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pi.svg");
}
/// PianoIcon
export component PianoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/piano.svg");
}
/// PickaxeIcon
export component PickaxeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pickaxe.svg");
}
/// PictureInPictureIcon
export component PictureInPictureIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/picture-in-picture.svg");
}
/// PictureInPicture2Icon
export component PictureInPicture2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/picture-in-picture-2.svg");
}
/// PiggyBankIcon
export component PiggyBankIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/piggy-bank.svg");
}
/// PilcrowIcon
export component PilcrowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pilcrow.svg");
}
/// PilcrowLeftIcon
export component PilcrowLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pilcrow-left.svg");
}
/// PilcrowRightIcon
export component PilcrowRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pilcrow-right.svg");
}
/// PillIcon
export component PillIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pill.svg");
}
/// PillBottleIcon
export component PillBottleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pill-bottle.svg");
}
/// PinIcon
export component PinIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pin.svg");
}
/// PinOffIcon
export component PinOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pin-off.svg");
}
/// PipetteIcon
export component PipetteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pipette.svg");
}
/// PizzaIcon
export component PizzaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pizza.svg");
}
/// PlaneIcon
export component PlaneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/plane.svg");
}
/// PlaneLandingIcon
export component PlaneLandingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/plane-landing.svg");
}
/// PlaneTakeoffIcon
export component PlaneTakeoffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/plane-takeoff.svg");
}
/// PlayIcon
export component PlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/play.svg");
}
/// PlugIcon
export component PlugIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/plug.svg");
}
/// Plug2Icon
export component Plug2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/plug-2.svg");
}
/// PlugZapIcon
export component PlugZapIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/plug-zap.svg");
}
/// PlusIcon
export component PlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/plus.svg");
}
/// PocketIcon
/// Deprecated icon, use with cautious.
export component PocketIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pocket.svg");
}
/// PocketKnifeIcon
export component PocketKnifeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pocket-knife.svg");
}
/// PodcastIcon
export component PodcastIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/podcast.svg");
}
/// PointerIcon
export component PointerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pointer.svg");
}
/// PointerOffIcon
export component PointerOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pointer-off.svg");
}
/// PopcornIcon
export component PopcornIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/popcorn.svg");
}
/// PopsicleIcon
export component PopsicleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/popsicle.svg");
}
/// PoundSterlingIcon
export component PoundSterlingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pound-sterling.svg");
}
/// PowerIcon
export component PowerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/power.svg");
}
/// PowerOffIcon
export component PowerOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/power-off.svg");
}
/// PresentationIcon
export component PresentationIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/presentation.svg");
}
/// PrinterIcon
export component PrinterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/printer.svg");
}
/// PrinterCheckIcon
export component PrinterCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/printer-check.svg");
}
/// ProjectorIcon
export component ProjectorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/projector.svg");
}
/// ProportionsIcon
export component ProportionsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/proportions.svg");
}
/// PuzzleIcon
export component PuzzleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/puzzle.svg");
}
/// PyramidIcon
export component PyramidIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/pyramid.svg");
}
/// QrCodeIcon
export component QrCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/qr-code.svg");
}
/// QuoteIcon
export component QuoteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/quote.svg");
}
/// RabbitIcon
export component RabbitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rabbit.svg");
}
/// RadarIcon
export component RadarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/radar.svg");
}
/// RadiationIcon
export component RadiationIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/radiation.svg");
}
/// RadicalIcon
export component RadicalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/radical.svg");
}
/// RadioIcon
export component RadioIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/radio.svg");
}
/// RadioReceiverIcon
export component RadioReceiverIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/radio-receiver.svg");
}
/// RadioTowerIcon
export component RadioTowerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/radio-tower.svg");
}
/// RadiusIcon
export component RadiusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/radius.svg");
}
/// RailSymbolIcon
/// Deprecated icon, use with cautious.
export component RailSymbolIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rail-symbol.svg");
}
/// RainbowIcon
export component RainbowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rainbow.svg");
}
/// RatIcon
export component RatIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rat.svg");
}
/// RatioIcon
export component RatioIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ratio.svg");
}
/// ReceiptIcon
export component ReceiptIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt.svg");
}
/// ReceiptCentIcon
export component ReceiptCentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-cent.svg");
}
/// ReceiptEuroIcon
export component ReceiptEuroIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-euro.svg");
}
/// ReceiptIndianRupeeIcon
export component ReceiptIndianRupeeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-indian-rupee.svg");
}
/// ReceiptJapaneseYenIcon
export component ReceiptJapaneseYenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-japanese-yen.svg");
}
/// ReceiptPoundSterlingIcon
export component ReceiptPoundSterlingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-pound-sterling.svg");
}
/// ReceiptRussianRubleIcon
export component ReceiptRussianRubleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-russian-ruble.svg");
}
/// ReceiptSwissFrancIcon
export component ReceiptSwissFrancIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-swiss-franc.svg");
}
/// ReceiptTextIcon
export component ReceiptTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-text.svg");
}
/// ReceiptTurkishLiraIcon
export component ReceiptTurkishLiraIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/receipt-turkish-lira.svg");
}
/// RectangleCircleIcon
export component RectangleCircleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rectangle-circle.svg");
}
/// RectangleEllipsisIcon
export component RectangleEllipsisIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rectangle-ellipsis.svg");
}
/// RectangleGogglesIcon
export component RectangleGogglesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rectangle-goggles.svg");
}
/// RectangleHorizontalIcon
export component RectangleHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rectangle-horizontal.svg");
}
/// RectangleVerticalIcon
export component RectangleVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rectangle-vertical.svg");
}
/// RecycleIcon
export component RecycleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/recycle.svg");
}
/// RedoIcon
export component RedoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/redo.svg");
}
/// Redo2Icon
export component Redo2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/redo-2.svg");
}
/// RedoDotIcon
export component RedoDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/redo-dot.svg");
}
/// RefreshCcwIcon
export component RefreshCcwIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/refresh-ccw.svg");
}
/// RefreshCcwDotIcon
export component RefreshCcwDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/refresh-ccw-dot.svg");
}
/// RefreshCwIcon
export component RefreshCwIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/refresh-cw.svg");
}
/// RefreshCwOffIcon
export component RefreshCwOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/refresh-cw-off.svg");
}
/// RefrigeratorIcon
export component RefrigeratorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/refrigerator.svg");
}
/// RegexIcon
export component RegexIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/regex.svg");
}
/// RemoveFormattingIcon
export component RemoveFormattingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/remove-formatting.svg");
}
/// RepeatIcon
export component RepeatIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/repeat.svg");
}
/// Repeat1Icon
export component Repeat1Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/repeat-1.svg");
}
/// Repeat2Icon
export component Repeat2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/repeat-2.svg");
}
/// ReplaceIcon
export component ReplaceIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/replace.svg");
}
/// ReplaceAllIcon
export component ReplaceAllIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/replace-all.svg");
}
/// ReplyIcon
export component ReplyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/reply.svg");
}
/// ReplyAllIcon
export component ReplyAllIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/reply-all.svg");
}
/// RewindIcon
export component RewindIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rewind.svg");
}
/// RibbonIcon
export component RibbonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ribbon.svg");
}
/// RocketIcon
export component RocketIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rocket.svg");
}
/// RockingChairIcon
export component RockingChairIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rocking-chair.svg");
}
/// RollerCoasterIcon
export component RollerCoasterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/roller-coaster.svg");
}
/// RoseIcon
export component RoseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rose.svg");
}
/// Rotate3dIcon
export component Rotate3dIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rotate-3d.svg");
}
/// RotateCcwIcon
export component RotateCcwIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rotate-ccw.svg");
}
/// RotateCcwKeyIcon
export component RotateCcwKeyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rotate-ccw-key.svg");
}
/// RotateCcwSquareIcon
export component RotateCcwSquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rotate-ccw-square.svg");
}
/// RotateCwIcon
export component RotateCwIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rotate-cw.svg");
}
/// RotateCwSquareIcon
export component RotateCwSquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rotate-cw-square.svg");
}
/// RouteIcon
export component RouteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/route.svg");
}
/// RouteOffIcon
export component RouteOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/route-off.svg");
}
/// RouterIcon
export component RouterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/router.svg");
}
/// Rows2Icon
export component Rows2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rows-2.svg");
}
/// Rows3Icon
export component Rows3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rows-3.svg");
}
/// Rows4Icon
export component Rows4Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rows-4.svg");
}
/// RssIcon
export component RssIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/rss.svg");
}
/// RulerIcon
export component RulerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ruler.svg");
}
/// RulerDimensionLineIcon
export component RulerDimensionLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ruler-dimension-line.svg");
}
/// RussianRubleIcon
export component RussianRubleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/russian-ruble.svg");
}
/// SailboatIcon
export component SailboatIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sailboat.svg");
}
/// SaladIcon
export component SaladIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/salad.svg");
}
/// SandwichIcon
export component SandwichIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sandwich.svg");
}
/// SatelliteIcon
export component SatelliteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/satellite.svg");
}
/// SatelliteDishIcon
export component SatelliteDishIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/satellite-dish.svg");
}
/// SaudiRiyalIcon
export component SaudiRiyalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/saudi-riyal.svg");
}
/// SaveIcon
export component SaveIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/save.svg");
}
/// SaveAllIcon
export component SaveAllIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/save-all.svg");
}
/// SaveOffIcon
export component SaveOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/save-off.svg");
}
/// ScaleIcon
export component ScaleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scale.svg");
}
/// Scale3dIcon
export component Scale3dIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scale-3d.svg");
}
/// ScalingIcon
export component ScalingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scaling.svg");
}
/// ScanIcon
export component ScanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan.svg");
}
/// ScanBarcodeIcon
export component ScanBarcodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-barcode.svg");
}
/// ScanEyeIcon
export component ScanEyeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-eye.svg");
}
/// ScanFaceIcon
export component ScanFaceIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-face.svg");
}
/// ScanHeartIcon
export component ScanHeartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-heart.svg");
}
/// ScanLineIcon
export component ScanLineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-line.svg");
}
/// ScanQrCodeIcon
export component ScanQrCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-qr-code.svg");
}
/// ScanSearchIcon
export component ScanSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-search.svg");
}
/// ScanTextIcon
export component ScanTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scan-text.svg");
}
/// SchoolIcon
export component SchoolIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/school.svg");
}
/// ScissorsIcon
export component ScissorsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scissors.svg");
}
/// ScissorsLineDashedIcon
export component ScissorsLineDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scissors-line-dashed.svg");
}
/// ScreenShareIcon
export component ScreenShareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/screen-share.svg");
}
/// ScreenShareOffIcon
export component ScreenShareOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/screen-share-off.svg");
}
/// ScrollIcon
export component ScrollIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scroll.svg");
}
/// ScrollTextIcon
export component ScrollTextIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/scroll-text.svg");
}
/// SearchIcon
export component SearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/search.svg");
}
/// SearchCheckIcon
export component SearchCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/search-check.svg");
}
/// SearchCodeIcon
export component SearchCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/search-code.svg");
}
/// SearchSlashIcon
export component SearchSlashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/search-slash.svg");
}
/// SearchXIcon
export component SearchXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/search-x.svg");
}
/// SectionIcon
export component SectionIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/section.svg");
}
/// SendIcon
export component SendIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/send.svg");
}
/// SendHorizontalIcon
export component SendHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/send-horizontal.svg");
}
/// SendToBackIcon
export component SendToBackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/send-to-back.svg");
}
/// SeparatorHorizontalIcon
export component SeparatorHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/separator-horizontal.svg");
}
/// SeparatorVerticalIcon
export component SeparatorVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/separator-vertical.svg");
}
/// ServerIcon
export component ServerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/server.svg");
}
/// ServerCogIcon
export component ServerCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/server-cog.svg");
}
/// ServerCrashIcon
export component ServerCrashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/server-crash.svg");
}
/// ServerOffIcon
export component ServerOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/server-off.svg");
}
/// SettingsIcon
export component SettingsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/settings.svg");
}
/// Settings2Icon
export component Settings2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/settings-2.svg");
}
/// ShapesIcon
export component ShapesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shapes.svg");
}
/// ShareIcon
export component ShareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/share.svg");
}
/// Share2Icon
export component Share2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/share-2.svg");
}
/// SheetIcon
export component SheetIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sheet.svg");
}
/// ShellIcon
export component ShellIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shell.svg");
}
/// ShieldIcon
export component ShieldIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield.svg");
}
/// ShieldAlertIcon
export component ShieldAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-alert.svg");
}
/// ShieldBanIcon
export component ShieldBanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-ban.svg");
}
/// ShieldCheckIcon
export component ShieldCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-check.svg");
}
/// ShieldEllipsisIcon
export component ShieldEllipsisIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-ellipsis.svg");
}
/// ShieldHalfIcon
export component ShieldHalfIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-half.svg");
}
/// ShieldMinusIcon
export component ShieldMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-minus.svg");
}
/// ShieldOffIcon
export component ShieldOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-off.svg");
}
/// ShieldPlusIcon
export component ShieldPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-plus.svg");
}
/// ShieldQuestionMarkIcon
export component ShieldQuestionMarkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-question-mark.svg");
}
/// ShieldUserIcon
export component ShieldUserIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-user.svg");
}
/// ShieldXIcon
export component ShieldXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shield-x.svg");
}
/// ShipIcon
export component ShipIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ship.svg");
}
/// ShipWheelIcon
export component ShipWheelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ship-wheel.svg");
}
/// ShirtIcon
export component ShirtIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shirt.svg");
}
/// ShoppingBagIcon
export component ShoppingBagIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shopping-bag.svg");
}
/// ShoppingBasketIcon
export component ShoppingBasketIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shopping-basket.svg");
}
/// ShoppingCartIcon
export component ShoppingCartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shopping-cart.svg");
}
/// ShovelIcon
export component ShovelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shovel.svg");
}
/// ShowerHeadIcon
export component ShowerHeadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shower-head.svg");
}
/// ShredderIcon
export component ShredderIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shredder.svg");
}
/// ShrimpIcon
export component ShrimpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shrimp.svg");
}
/// ShrinkIcon
export component ShrinkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shrink.svg");
}
/// ShrubIcon
export component ShrubIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shrub.svg");
}
/// ShuffleIcon
export component ShuffleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/shuffle.svg");
}
/// SigmaIcon
export component SigmaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sigma.svg");
}
/// SignalIcon
export component SignalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signal.svg");
}
/// SignalHighIcon
export component SignalHighIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signal-high.svg");
}
/// SignalLowIcon
export component SignalLowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signal-low.svg");
}
/// SignalMediumIcon
export component SignalMediumIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signal-medium.svg");
}
/// SignalZeroIcon
export component SignalZeroIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signal-zero.svg");
}
/// SignatureIcon
export component SignatureIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signature.svg");
}
/// SignpostIcon
export component SignpostIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signpost.svg");
}
/// SignpostBigIcon
export component SignpostBigIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/signpost-big.svg");
}
/// SirenIcon
export component SirenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/siren.svg");
}
/// SkipBackIcon
export component SkipBackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/skip-back.svg");
}
/// SkipForwardIcon
export component SkipForwardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/skip-forward.svg");
}
/// SkullIcon
export component SkullIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/skull.svg");
}
/// SlackIcon
/// Deprecated icon, use with cautious.
export component SlackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/slack.svg");
}
/// SlashIcon
export component SlashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/slash.svg");
}
/// SliceIcon
export component SliceIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/slice.svg");
}
/// SlidersHorizontalIcon
export component SlidersHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sliders-horizontal.svg");
}
/// SlidersVerticalIcon
export component SlidersVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sliders-vertical.svg");
}
/// SmartphoneIcon
export component SmartphoneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/smartphone.svg");
}
/// SmartphoneChargingIcon
export component SmartphoneChargingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/smartphone-charging.svg");
}
/// SmartphoneNfcIcon
export component SmartphoneNfcIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/smartphone-nfc.svg");
}
/// SmileIcon
export component SmileIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/smile.svg");
}
/// SmilePlusIcon
export component SmilePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/smile-plus.svg");
}
/// SnailIcon
export component SnailIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/snail.svg");
}
/// SnowflakeIcon
export component SnowflakeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/snowflake.svg");
}
/// SoapDispenserDropletIcon
export component SoapDispenserDropletIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/soap-dispenser-droplet.svg");
}
/// SofaIcon
export component SofaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sofa.svg");
}
/// SoupIcon
export component SoupIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/soup.svg");
}
/// SpaceIcon
export component SpaceIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/space.svg");
}
/// SpadeIcon
export component SpadeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spade.svg");
}
/// SparkleIcon
export component SparkleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sparkle.svg");
}
/// SparklesIcon
export component SparklesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sparkles.svg");
}
/// SpeakerIcon
export component SpeakerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/speaker.svg");
}
/// SpeechIcon
export component SpeechIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/speech.svg");
}
/// SpellCheckIcon
export component SpellCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spell-check.svg");
}
/// SpellCheck2Icon
export component SpellCheck2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spell-check-2.svg");
}
/// SplineIcon
export component SplineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spline.svg");
}
/// SplinePointerIcon
export component SplinePointerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spline-pointer.svg");
}
/// SplitIcon
export component SplitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/split.svg");
}
/// SpoolIcon
export component SpoolIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spool.svg");
}
/// SpotlightIcon
export component SpotlightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spotlight.svg");
}
/// SprayCanIcon
export component SprayCanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/spray-can.svg");
}
/// SproutIcon
export component SproutIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sprout.svg");
}
/// SquareIcon
export component SquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square.svg");
}
/// SquareActivityIcon
export component SquareActivityIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-activity.svg");
}
/// SquareArrowDownIcon
export component SquareArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-down.svg");
}
/// SquareArrowDownLeftIcon
export component SquareArrowDownLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-down-left.svg");
}
/// SquareArrowDownRightIcon
export component SquareArrowDownRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-down-right.svg");
}
/// SquareArrowLeftIcon
export component SquareArrowLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-left.svg");
}
/// SquareArrowOutDownLeftIcon
export component SquareArrowOutDownLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-out-down-left.svg");
}
/// SquareArrowOutDownRightIcon
export component SquareArrowOutDownRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-out-down-right.svg");
}
/// SquareArrowOutUpLeftIcon
export component SquareArrowOutUpLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-out-up-left.svg");
}
/// SquareArrowOutUpRightIcon
export component SquareArrowOutUpRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-out-up-right.svg");
}
/// SquareArrowRightIcon
export component SquareArrowRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-right.svg");
}
/// SquareArrowUpIcon
export component SquareArrowUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-up.svg");
}
/// SquareArrowUpLeftIcon
export component SquareArrowUpLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-up-left.svg");
}
/// SquareArrowUpRightIcon
export component SquareArrowUpRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-arrow-up-right.svg");
}
/// SquareAsteriskIcon
export component SquareAsteriskIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-asterisk.svg");
}
/// SquareBottomDashedScissorsIcon
export component SquareBottomDashedScissorsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-bottom-dashed-scissors.svg");
}
/// SquareChartGanttIcon
export component SquareChartGanttIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-chart-gantt.svg");
}
/// SquareCheckIcon
export component SquareCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-check.svg");
}
/// SquareCheckBigIcon
export component SquareCheckBigIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-check-big.svg");
}
/// SquareChevronDownIcon
export component SquareChevronDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-chevron-down.svg");
}
/// SquareChevronLeftIcon
export component SquareChevronLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-chevron-left.svg");
}
/// SquareChevronRightIcon
export component SquareChevronRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-chevron-right.svg");
}
/// SquareChevronUpIcon
export component SquareChevronUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-chevron-up.svg");
}
/// SquareCodeIcon
export component SquareCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-code.svg");
}
/// SquareDashedIcon
export component SquareDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-dashed.svg");
}
/// SquareDashedBottomIcon
export component SquareDashedBottomIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-dashed-bottom.svg");
}
/// SquareDashedBottomCodeIcon
export component SquareDashedBottomCodeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-dashed-bottom-code.svg");
}
/// SquareDashedKanbanIcon
export component SquareDashedKanbanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-dashed-kanban.svg");
}
/// SquareDashedMousePointerIcon
export component SquareDashedMousePointerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-dashed-mouse-pointer.svg");
}
/// SquareDashedTopSolidIcon
export component SquareDashedTopSolidIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-dashed-top-solid.svg");
}
/// SquareDivideIcon
export component SquareDivideIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-divide.svg");
}
/// SquareDotIcon
export component SquareDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-dot.svg");
}
/// SquareEqualIcon
export component SquareEqualIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-equal.svg");
}
/// SquareFunctionIcon
export component SquareFunctionIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-function.svg");
}
/// SquareKanbanIcon
export component SquareKanbanIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-kanban.svg");
}
/// SquareLibraryIcon
export component SquareLibraryIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-library.svg");
}
/// SquareMIcon
export component SquareMIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-m.svg");
}
/// SquareMenuIcon
export component SquareMenuIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-menu.svg");
}
/// SquareMinusIcon
export component SquareMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-minus.svg");
}
/// SquareMousePointerIcon
export component SquareMousePointerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-mouse-pointer.svg");
}
/// SquareParkingIcon
export component SquareParkingIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-parking.svg");
}
/// SquareParkingOffIcon
export component SquareParkingOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-parking-off.svg");
}
/// SquarePauseIcon
export component SquarePauseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-pause.svg");
}
/// SquarePenIcon
export component SquarePenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-pen.svg");
}
/// SquarePercentIcon
export component SquarePercentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-percent.svg");
}
/// SquarePiIcon
export component SquarePiIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-pi.svg");
}
/// SquarePilcrowIcon
export component SquarePilcrowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-pilcrow.svg");
}
/// SquarePlayIcon
export component SquarePlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-play.svg");
}
/// SquarePlusIcon
export component SquarePlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-plus.svg");
}
/// SquarePowerIcon
export component SquarePowerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-power.svg");
}
/// SquareRadicalIcon
export component SquareRadicalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-radical.svg");
}
/// SquareRoundCornerIcon
export component SquareRoundCornerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-round-corner.svg");
}
/// SquareScissorsIcon
export component SquareScissorsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-scissors.svg");
}
/// SquareSigmaIcon
export component SquareSigmaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-sigma.svg");
}
/// SquareSlashIcon
export component SquareSlashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-slash.svg");
}
/// SquareSplitHorizontalIcon
export component SquareSplitHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-split-horizontal.svg");
}
/// SquareSplitVerticalIcon
export component SquareSplitVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-split-vertical.svg");
}
/// SquareSquareIcon
export component SquareSquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-square.svg");
}
/// SquareStackIcon
export component SquareStackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-stack.svg");
}
/// SquareStarIcon
export component SquareStarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-star.svg");
}
/// SquareStopIcon
export component SquareStopIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-stop.svg");
}
/// SquareTerminalIcon
export component SquareTerminalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-terminal.svg");
}
/// SquareUserIcon
export component SquareUserIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-user.svg");
}
/// SquareUserRoundIcon
export component SquareUserRoundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-user-round.svg");
}
/// SquareXIcon
export component SquareXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/square-x.svg");
}
/// SquaresExcludeIcon
export component SquaresExcludeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/squares-exclude.svg");
}
/// SquaresIntersectIcon
export component SquaresIntersectIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/squares-intersect.svg");
}
/// SquaresSubtractIcon
export component SquaresSubtractIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/squares-subtract.svg");
}
/// SquaresUniteIcon
export component SquaresUniteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/squares-unite.svg");
}
/// SquircleIcon
export component SquircleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/squircle.svg");
}
/// SquircleDashedIcon
export component SquircleDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/squircle-dashed.svg");
}
/// SquirrelIcon
export component SquirrelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/squirrel.svg");
}
/// StampIcon
export component StampIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/stamp.svg");
}
/// StarIcon
export component StarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/star.svg");
}
/// StarHalfIcon
export component StarHalfIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/star-half.svg");
}
/// StarOffIcon
export component StarOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/star-off.svg");
}
/// StepBackIcon
export component StepBackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/step-back.svg");
}
/// StepForwardIcon
export component StepForwardIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/step-forward.svg");
}
/// StethoscopeIcon
export component StethoscopeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/stethoscope.svg");
}
/// StickerIcon
export component StickerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sticker.svg");
}
/// StickyNoteIcon
export component StickyNoteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sticky-note.svg");
}
/// StoreIcon
export component StoreIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/store.svg");
}
/// StretchHorizontalIcon
export component StretchHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/stretch-horizontal.svg");
}
/// StretchVerticalIcon
export component StretchVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/stretch-vertical.svg");
}
/// StrikethroughIcon
export component StrikethroughIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/strikethrough.svg");
}
/// SubscriptIcon
export component SubscriptIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/subscript.svg");
}
/// SunIcon
export component SunIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sun.svg");
}
/// SunDimIcon
export component SunDimIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sun-dim.svg");
}
/// SunMediumIcon
export component SunMediumIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sun-medium.svg");
}
/// SunMoonIcon
export component SunMoonIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sun-moon.svg");
}
/// SunSnowIcon
export component SunSnowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sun-snow.svg");
}
/// SunriseIcon
export component SunriseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sunrise.svg");
}
/// SunsetIcon
export component SunsetIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sunset.svg");
}
/// SuperscriptIcon
export component SuperscriptIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/superscript.svg");
}
/// SwatchBookIcon
export component SwatchBookIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/swatch-book.svg");
}
/// SwissFrancIcon
export component SwissFrancIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/swiss-franc.svg");
}
/// SwitchCameraIcon
export component SwitchCameraIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/switch-camera.svg");
}
/// SwordIcon
export component SwordIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/sword.svg");
}
/// SwordsIcon
export component SwordsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/swords.svg");
}
/// SyringeIcon
export component SyringeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/syringe.svg");
}
/// TableIcon
export component TableIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table.svg");
}
/// Table2Icon
export component Table2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table-2.svg");
}
/// TableCellsMergeIcon
export component TableCellsMergeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table-cells-merge.svg");
}
/// TableCellsSplitIcon
export component TableCellsSplitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table-cells-split.svg");
}
/// TableColumnsSplitIcon
export component TableColumnsSplitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table-columns-split.svg");
}
/// TableOfContentsIcon
export component TableOfContentsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table-of-contents.svg");
}
/// TablePropertiesIcon
export component TablePropertiesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table-properties.svg");
}
/// TableRowsSplitIcon
export component TableRowsSplitIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/table-rows-split.svg");
}
/// TabletIcon
export component TabletIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tablet.svg");
}
/// TabletSmartphoneIcon
export component TabletSmartphoneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tablet-smartphone.svg");
}
/// TabletsIcon
export component TabletsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tablets.svg");
}
/// TagIcon
export component TagIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tag.svg");
}
/// TagsIcon
export component TagsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tags.svg");
}
/// Tally1Icon
export component Tally1Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tally-1.svg");
}
/// Tally2Icon
export component Tally2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tally-2.svg");
}
/// Tally3Icon
export component Tally3Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tally-3.svg");
}
/// Tally4Icon
export component Tally4Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tally-4.svg");
}
/// Tally5Icon
export component Tally5Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tally-5.svg");
}
/// TangentIcon
export component TangentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tangent.svg");
}
/// TargetIcon
export component TargetIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/target.svg");
}
/// TelescopeIcon
export component TelescopeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/telescope.svg");
}
/// TentIcon
export component TentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tent.svg");
}
/// TentTreeIcon
export component TentTreeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tent-tree.svg");
}
/// TerminalIcon
export component TerminalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/terminal.svg");
}
/// TestTubeIcon
export component TestTubeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/test-tube.svg");
}
/// TestTubeDiagonalIcon
export component TestTubeDiagonalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/test-tube-diagonal.svg");
}
/// TestTubesIcon
export component TestTubesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/test-tubes.svg");
}
/// TextAlignCenterIcon
export component TextAlignCenterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-align-center.svg");
}
/// TextAlignEndIcon
export component TextAlignEndIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-align-end.svg");
}
/// TextAlignJustifyIcon
export component TextAlignJustifyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-align-justify.svg");
}
/// TextAlignStartIcon
export component TextAlignStartIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-align-start.svg");
}
/// TextCursorIcon
export component TextCursorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-cursor.svg");
}
/// TextCursorInputIcon
export component TextCursorInputIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-cursor-input.svg");
}
/// TextInitialIcon
export component TextInitialIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-initial.svg");
}
/// TextQuoteIcon
export component TextQuoteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-quote.svg");
}
/// TextSearchIcon
export component TextSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-search.svg");
}
/// TextSelectIcon
export component TextSelectIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-select.svg");
}
/// TextWrapIcon
export component TextWrapIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/text-wrap.svg");
}
/// TheaterIcon
export component TheaterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/theater.svg");
}
/// ThermometerIcon
export component ThermometerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/thermometer.svg");
}
/// ThermometerSnowflakeIcon
export component ThermometerSnowflakeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/thermometer-snowflake.svg");
}
/// ThermometerSunIcon
export component ThermometerSunIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/thermometer-sun.svg");
}
/// ThumbsDownIcon
export component ThumbsDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/thumbs-down.svg");
}
/// ThumbsUpIcon
export component ThumbsUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/thumbs-up.svg");
}
/// TicketIcon
export component TicketIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ticket.svg");
}
/// TicketCheckIcon
export component TicketCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ticket-check.svg");
}
/// TicketMinusIcon
export component TicketMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ticket-minus.svg");
}
/// TicketPercentIcon
export component TicketPercentIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ticket-percent.svg");
}
/// TicketPlusIcon
export component TicketPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ticket-plus.svg");
}
/// TicketSlashIcon
export component TicketSlashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ticket-slash.svg");
}
/// TicketXIcon
export component TicketXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ticket-x.svg");
}
/// TicketsIcon
export component TicketsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tickets.svg");
}
/// TicketsPlaneIcon
export component TicketsPlaneIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tickets-plane.svg");
}
/// TimerIcon
export component TimerIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/timer.svg");
}
/// TimerOffIcon
export component TimerOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/timer-off.svg");
}
/// TimerResetIcon
export component TimerResetIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/timer-reset.svg");
}
/// ToggleLeftIcon
export component ToggleLeftIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/toggle-left.svg");
}
/// ToggleRightIcon
export component ToggleRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/toggle-right.svg");
}
/// ToiletIcon
export component ToiletIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/toilet.svg");
}
/// ToolCaseIcon
export component ToolCaseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tool-case.svg");
}
/// TornadoIcon
export component TornadoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tornado.svg");
}
/// TorusIcon
export component TorusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/torus.svg");
}
/// TouchpadIcon
export component TouchpadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/touchpad.svg");
}
/// TouchpadOffIcon
export component TouchpadOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/touchpad-off.svg");
}
/// TowerControlIcon
export component TowerControlIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tower-control.svg");
}
/// ToyBrickIcon
export component ToyBrickIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/toy-brick.svg");
}
/// TractorIcon
export component TractorIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tractor.svg");
}
/// TrafficConeIcon
export component TrafficConeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/traffic-cone.svg");
}
/// TrainFrontIcon
export component TrainFrontIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/train-front.svg");
}
/// TrainFrontTunnelIcon
export component TrainFrontTunnelIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/train-front-tunnel.svg");
}
/// TrainTrackIcon
export component TrainTrackIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/train-track.svg");
}
/// TramFrontIcon
export component TramFrontIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tram-front.svg");
}
/// TransgenderIcon
export component TransgenderIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/transgender.svg");
}
/// TrashIcon
export component TrashIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trash.svg");
}
/// Trash2Icon
export component Trash2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trash-2.svg");
}
/// TreeDeciduousIcon
export component TreeDeciduousIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tree-deciduous.svg");
}
/// TreePalmIcon
export component TreePalmIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tree-palm.svg");
}
/// TreePineIcon
export component TreePineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tree-pine.svg");
}
/// TreesIcon
export component TreesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trees.svg");
}
/// TrelloIcon
/// Deprecated icon, use with cautious.
export component TrelloIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trello.svg");
}
/// TrendingDownIcon
export component TrendingDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trending-down.svg");
}
/// TrendingUpIcon
export component TrendingUpIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trending-up.svg");
}
/// TrendingUpDownIcon
export component TrendingUpDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trending-up-down.svg");
}
/// TriangleIcon
export component TriangleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/triangle.svg");
}
/// TriangleAlertIcon
export component TriangleAlertIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/triangle-alert.svg");
}
/// TriangleDashedIcon
export component TriangleDashedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/triangle-dashed.svg");
}
/// TriangleRightIcon
export component TriangleRightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/triangle-right.svg");
}
/// TrophyIcon
export component TrophyIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/trophy.svg");
}
/// TruckIcon
export component TruckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/truck.svg");
}
/// TruckElectricIcon
export component TruckElectricIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/truck-electric.svg");
}
/// TurkishLiraIcon
export component TurkishLiraIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/turkish-lira.svg");
}
/// TurntableIcon
export component TurntableIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/turntable.svg");
}
/// TurtleIcon
export component TurtleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/turtle.svg");
}
/// TvIcon
export component TvIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tv.svg");
}
/// TvMinimalIcon
export component TvMinimalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tv-minimal.svg");
}
/// TvMinimalPlayIcon
export component TvMinimalPlayIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/tv-minimal-play.svg");
}
/// TwitchIcon
/// Deprecated icon, use with cautious.
export component TwitchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/twitch.svg");
}
/// TwitterIcon
/// Deprecated icon, use with cautious.
export component TwitterIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/twitter.svg");
}
/// TypeIcon
export component TypeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/type.svg");
}
/// TypeOutlineIcon
export component TypeOutlineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/type-outline.svg");
}
/// UmbrellaIcon
export component UmbrellaIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/umbrella.svg");
}
/// UmbrellaOffIcon
export component UmbrellaOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/umbrella-off.svg");
}
/// UnderlineIcon
export component UnderlineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/underline.svg");
}
/// UndoIcon
export component UndoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/undo.svg");
}
/// Undo2Icon
export component Undo2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/undo-2.svg");
}
/// UndoDotIcon
export component UndoDotIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/undo-dot.svg");
}
/// UnfoldHorizontalIcon
export component UnfoldHorizontalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/unfold-horizontal.svg");
}
/// UnfoldVerticalIcon
export component UnfoldVerticalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/unfold-vertical.svg");
}
/// UngroupIcon
export component UngroupIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/ungroup.svg");
}
/// UniversityIcon
export component UniversityIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/university.svg");
}
/// UnlinkIcon
export component UnlinkIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/unlink.svg");
}
/// Unlink2Icon
export component Unlink2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/unlink-2.svg");
}
/// UnplugIcon
export component UnplugIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/unplug.svg");
}
/// UploadIcon
export component UploadIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/upload.svg");
}
/// UsbIcon
export component UsbIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/usb.svg");
}
/// UserIcon
export component UserIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user.svg");
}
/// UserCheckIcon
export component UserCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-check.svg");
}
/// UserCogIcon
export component UserCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-cog.svg");
}
/// UserLockIcon
export component UserLockIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-lock.svg");
}
/// UserMinusIcon
export component UserMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-minus.svg");
}
/// UserPenIcon
export component UserPenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-pen.svg");
}
/// UserPlusIcon
export component UserPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-plus.svg");
}
/// UserRoundIcon
export component UserRoundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round.svg");
}
/// UserRoundCheckIcon
export component UserRoundCheckIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round-check.svg");
}
/// UserRoundCogIcon
export component UserRoundCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round-cog.svg");
}
/// UserRoundMinusIcon
export component UserRoundMinusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round-minus.svg");
}
/// UserRoundPenIcon
export component UserRoundPenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round-pen.svg");
}
/// UserRoundPlusIcon
export component UserRoundPlusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round-plus.svg");
}
/// UserRoundSearchIcon
export component UserRoundSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round-search.svg");
}
/// UserRoundXIcon
export component UserRoundXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-round-x.svg");
}
/// UserSearchIcon
export component UserSearchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-search.svg");
}
/// UserStarIcon
export component UserStarIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-star.svg");
}
/// UserXIcon
export component UserXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/user-x.svg");
}
/// UsersIcon
export component UsersIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/users.svg");
}
/// UsersRoundIcon
export component UsersRoundIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/users-round.svg");
}
/// UtensilsIcon
export component UtensilsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/utensils.svg");
}
/// UtensilsCrossedIcon
export component UtensilsCrossedIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/utensils-crossed.svg");
}
/// UtilityPoleIcon
export component UtilityPoleIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/utility-pole.svg");
}
/// VariableIcon
export component VariableIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/variable.svg");
}
/// VaultIcon
export component VaultIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/vault.svg");
}
/// VectorSquareIcon
export component VectorSquareIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/vector-square.svg");
}
/// VeganIcon
export component VeganIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/vegan.svg");
}
/// VenetianMaskIcon
export component VenetianMaskIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/venetian-mask.svg");
}
/// VenusIcon
export component VenusIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/venus.svg");
}
/// VenusAndMarsIcon
export component VenusAndMarsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/venus-and-mars.svg");
}
/// VibrateIcon
export component VibrateIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/vibrate.svg");
}
/// VibrateOffIcon
export component VibrateOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/vibrate-off.svg");
}
/// VideoIcon
export component VideoIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/video.svg");
}
/// VideoOffIcon
export component VideoOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/video-off.svg");
}
/// VideotapeIcon
export component VideotapeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/videotape.svg");
}
/// ViewIcon
export component ViewIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/view.svg");
}
/// VoicemailIcon
export component VoicemailIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/voicemail.svg");
}
/// VolleyballIcon
export component VolleyballIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/volleyball.svg");
}
/// VolumeIcon
export component VolumeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/volume.svg");
}
/// Volume1Icon
export component Volume1Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/volume-1.svg");
}
/// Volume2Icon
export component Volume2Icon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/volume-2.svg");
}
/// VolumeOffIcon
export component VolumeOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/volume-off.svg");
}
/// VolumeXIcon
export component VolumeXIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/volume-x.svg");
}
/// VoteIcon
export component VoteIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/vote.svg");
}
/// WalletIcon
export component WalletIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wallet.svg");
}
/// WalletCardsIcon
export component WalletCardsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wallet-cards.svg");
}
/// WalletMinimalIcon
export component WalletMinimalIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wallet-minimal.svg");
}
/// WallpaperIcon
export component WallpaperIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wallpaper.svg");
}
/// WandIcon
export component WandIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wand.svg");
}
/// WandSparklesIcon
export component WandSparklesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wand-sparkles.svg");
}
/// WarehouseIcon
export component WarehouseIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/warehouse.svg");
}
/// WashingMachineIcon
export component WashingMachineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/washing-machine.svg");
}
/// WatchIcon
export component WatchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/watch.svg");
}
/// WavesIcon
export component WavesIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/waves.svg");
}
/// WavesLadderIcon
export component WavesLadderIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/waves-ladder.svg");
}
/// WaypointsIcon
export component WaypointsIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/waypoints.svg");
}
/// WebcamIcon
export component WebcamIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/webcam.svg");
}
/// WebhookIcon
export component WebhookIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/webhook.svg");
}
/// WebhookOffIcon
export component WebhookOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/webhook-off.svg");
}
/// WeightIcon
export component WeightIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/weight.svg");
}
/// WheatIcon
export component WheatIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wheat.svg");
}
/// WheatOffIcon
export component WheatOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wheat-off.svg");
}
/// WholeWordIcon
export component WholeWordIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/whole-word.svg");
}
/// WifiIcon
export component WifiIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi.svg");
}
/// WifiCogIcon
export component WifiCogIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi-cog.svg");
}
/// WifiHighIcon
export component WifiHighIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi-high.svg");
}
/// WifiLowIcon
export component WifiLowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi-low.svg");
}
/// WifiOffIcon
export component WifiOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi-off.svg");
}
/// WifiPenIcon
export component WifiPenIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi-pen.svg");
}
/// WifiSyncIcon
export component WifiSyncIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi-sync.svg");
}
/// WifiZeroIcon
export component WifiZeroIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wifi-zero.svg");
}
/// WindIcon
export component WindIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wind.svg");
}
/// WindArrowDownIcon
export component WindArrowDownIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wind-arrow-down.svg");
}
/// WineIcon
export component WineIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wine.svg");
}
/// WineOffIcon
export component WineOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wine-off.svg");
}
/// WorkflowIcon
export component WorkflowIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/workflow.svg");
}
/// WormIcon
export component WormIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/worm.svg");
}
/// WrenchIcon
export component WrenchIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/wrench.svg");
}
/// XIcon
export component XIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/x.svg");
}
/// YoutubeIcon
/// Deprecated icon, use with cautious.
export component YoutubeIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/youtube.svg");
}
/// ZapIcon
export component ZapIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/zap.svg");
}
/// ZapOffIcon
export component ZapOffIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/zap-off.svg");
}
/// ZoomInIcon
export component ZoomInIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/zoom-in.svg");
}
/// ZoomOutIcon
export component ZoomOutIcon inherits Image {
in property <length> size: 24px;
width: size;
height: size;
source: @image-url("icons/zoom-out.svg");
}
export global Icons {
/// AArrowDownIcon
out property <image> AArrowDownIcon: @image-url("icons/a-arrow-down.svg");
/// AArrowUpIcon
out property <image> AArrowUpIcon: @image-url("icons/a-arrow-up.svg");
/// ALargeSmallIcon
out property <image> ALargeSmallIcon: @image-url("icons/a-large-small.svg");
/// AccessibilityIcon
out property <image> AccessibilityIcon: @image-url("icons/accessibility.svg");
/// ActivityIcon
out property <image> ActivityIcon: @image-url("icons/activity.svg");
/// AirVentIcon
out property <image> AirVentIcon: @image-url("icons/air-vent.svg");
/// AirplayIcon
out property <image> AirplayIcon: @image-url("icons/airplay.svg");
/// AlarmClockIcon
out property <image> AlarmClockIcon: @image-url("icons/alarm-clock.svg");
/// AlarmClockCheckIcon
out property <image> AlarmClockCheckIcon: @image-url("icons/alarm-clock-check.svg");
/// AlarmClockMinusIcon
out property <image> AlarmClockMinusIcon: @image-url("icons/alarm-clock-minus.svg");
/// AlarmClockOffIcon
out property <image> AlarmClockOffIcon: @image-url("icons/alarm-clock-off.svg");
/// AlarmClockPlusIcon
out property <image> AlarmClockPlusIcon: @image-url("icons/alarm-clock-plus.svg");
/// AlarmSmokeIcon
out property <image> AlarmSmokeIcon: @image-url("icons/alarm-smoke.svg");
/// AlbumIcon
out property <image> AlbumIcon: @image-url("icons/album.svg");
/// AlignCenterHorizontalIcon
out property <image> AlignCenterHorizontalIcon: @image-url("icons/align-center-horizontal.svg");
/// AlignCenterVerticalIcon
out property <image> AlignCenterVerticalIcon: @image-url("icons/align-center-vertical.svg");
/// AlignEndHorizontalIcon
out property <image> AlignEndHorizontalIcon: @image-url("icons/align-end-horizontal.svg");
/// AlignEndVerticalIcon
out property <image> AlignEndVerticalIcon: @image-url("icons/align-end-vertical.svg");
/// AlignHorizontalDistributeCenterIcon
out property <image> AlignHorizontalDistributeCenterIcon: @image-url("icons/align-horizontal-distribute-center.svg");
/// AlignHorizontalDistributeEndIcon
out property <image> AlignHorizontalDistributeEndIcon: @image-url("icons/align-horizontal-distribute-end.svg");
/// AlignHorizontalDistributeStartIcon
out property <image> AlignHorizontalDistributeStartIcon: @image-url("icons/align-horizontal-distribute-start.svg");
/// AlignHorizontalJustifyCenterIcon
out property <image> AlignHorizontalJustifyCenterIcon: @image-url("icons/align-horizontal-justify-center.svg");
/// AlignHorizontalJustifyEndIcon
out property <image> AlignHorizontalJustifyEndIcon: @image-url("icons/align-horizontal-justify-end.svg");
/// AlignHorizontalJustifyStartIcon
out property <image> AlignHorizontalJustifyStartIcon: @image-url("icons/align-horizontal-justify-start.svg");
/// AlignHorizontalSpaceAroundIcon
out property <image> AlignHorizontalSpaceAroundIcon: @image-url("icons/align-horizontal-space-around.svg");
/// AlignHorizontalSpaceBetweenIcon
out property <image> AlignHorizontalSpaceBetweenIcon: @image-url("icons/align-horizontal-space-between.svg");
/// AlignStartHorizontalIcon
out property <image> AlignStartHorizontalIcon: @image-url("icons/align-start-horizontal.svg");
/// AlignStartVerticalIcon
out property <image> AlignStartVerticalIcon: @image-url("icons/align-start-vertical.svg");
/// AlignVerticalDistributeCenterIcon
out property <image> AlignVerticalDistributeCenterIcon: @image-url("icons/align-vertical-distribute-center.svg");
/// AlignVerticalDistributeEndIcon
out property <image> AlignVerticalDistributeEndIcon: @image-url("icons/align-vertical-distribute-end.svg");
/// AlignVerticalDistributeStartIcon
out property <image> AlignVerticalDistributeStartIcon: @image-url("icons/align-vertical-distribute-start.svg");
/// AlignVerticalJustifyCenterIcon
out property <image> AlignVerticalJustifyCenterIcon: @image-url("icons/align-vertical-justify-center.svg");
/// AlignVerticalJustifyEndIcon
out property <image> AlignVerticalJustifyEndIcon: @image-url("icons/align-vertical-justify-end.svg");
/// AlignVerticalJustifyStartIcon
out property <image> AlignVerticalJustifyStartIcon: @image-url("icons/align-vertical-justify-start.svg");
/// AlignVerticalSpaceAroundIcon
out property <image> AlignVerticalSpaceAroundIcon: @image-url("icons/align-vertical-space-around.svg");
/// AlignVerticalSpaceBetweenIcon
out property <image> AlignVerticalSpaceBetweenIcon: @image-url("icons/align-vertical-space-between.svg");
/// AmbulanceIcon
out property <image> AmbulanceIcon: @image-url("icons/ambulance.svg");
/// AmpersandIcon
out property <image> AmpersandIcon: @image-url("icons/ampersand.svg");
/// AmpersandsIcon
out property <image> AmpersandsIcon: @image-url("icons/ampersands.svg");
/// AmphoraIcon
out property <image> AmphoraIcon: @image-url("icons/amphora.svg");
/// AnchorIcon
out property <image> AnchorIcon: @image-url("icons/anchor.svg");
/// AngryIcon
out property <image> AngryIcon: @image-url("icons/angry.svg");
/// AnnoyedIcon
out property <image> AnnoyedIcon: @image-url("icons/annoyed.svg");
/// AntennaIcon
out property <image> AntennaIcon: @image-url("icons/antenna.svg");
/// AnvilIcon
out property <image> AnvilIcon: @image-url("icons/anvil.svg");
/// ApertureIcon
out property <image> ApertureIcon: @image-url("icons/aperture.svg");
/// AppWindowIcon
out property <image> AppWindowIcon: @image-url("icons/app-window.svg");
/// AppWindowMacIcon
out property <image> AppWindowMacIcon: @image-url("icons/app-window-mac.svg");
/// AppleIcon
out property <image> AppleIcon: @image-url("icons/apple.svg");
/// ArchiveIcon
out property <image> ArchiveIcon: @image-url("icons/archive.svg");
/// ArchiveRestoreIcon
out property <image> ArchiveRestoreIcon: @image-url("icons/archive-restore.svg");
/// ArchiveXIcon
out property <image> ArchiveXIcon: @image-url("icons/archive-x.svg");
/// ArmchairIcon
out property <image> ArmchairIcon: @image-url("icons/armchair.svg");
/// ArrowBigDownIcon
out property <image> ArrowBigDownIcon: @image-url("icons/arrow-big-down.svg");
/// ArrowBigDownDashIcon
out property <image> ArrowBigDownDashIcon: @image-url("icons/arrow-big-down-dash.svg");
/// ArrowBigLeftIcon
out property <image> ArrowBigLeftIcon: @image-url("icons/arrow-big-left.svg");
/// ArrowBigLeftDashIcon
out property <image> ArrowBigLeftDashIcon: @image-url("icons/arrow-big-left-dash.svg");
/// ArrowBigRightIcon
out property <image> ArrowBigRightIcon: @image-url("icons/arrow-big-right.svg");
/// ArrowBigRightDashIcon
out property <image> ArrowBigRightDashIcon: @image-url("icons/arrow-big-right-dash.svg");
/// ArrowBigUpIcon
out property <image> ArrowBigUpIcon: @image-url("icons/arrow-big-up.svg");
/// ArrowBigUpDashIcon
out property <image> ArrowBigUpDashIcon: @image-url("icons/arrow-big-up-dash.svg");
/// ArrowDownIcon
out property <image> ArrowDownIcon: @image-url("icons/arrow-down.svg");
/// ArrowDown01Icon
out property <image> ArrowDown01Icon: @image-url("icons/arrow-down-0-1.svg");
/// ArrowDown10Icon
out property <image> ArrowDown10Icon: @image-url("icons/arrow-down-1-0.svg");
/// ArrowDownAZIcon
out property <image> ArrowDownAZIcon: @image-url("icons/arrow-down-a-z.svg");
/// ArrowDownFromLineIcon
out property <image> ArrowDownFromLineIcon: @image-url("icons/arrow-down-from-line.svg");
/// ArrowDownLeftIcon
out property <image> ArrowDownLeftIcon: @image-url("icons/arrow-down-left.svg");
/// ArrowDownNarrowWideIcon
out property <image> ArrowDownNarrowWideIcon: @image-url("icons/arrow-down-narrow-wide.svg");
/// ArrowDownRightIcon
out property <image> ArrowDownRightIcon: @image-url("icons/arrow-down-right.svg");
/// ArrowDownToDotIcon
out property <image> ArrowDownToDotIcon: @image-url("icons/arrow-down-to-dot.svg");
/// ArrowDownToLineIcon
out property <image> ArrowDownToLineIcon: @image-url("icons/arrow-down-to-line.svg");
/// ArrowDownUpIcon
out property <image> ArrowDownUpIcon: @image-url("icons/arrow-down-up.svg");
/// ArrowDownWideNarrowIcon
out property <image> ArrowDownWideNarrowIcon: @image-url("icons/arrow-down-wide-narrow.svg");
/// ArrowDownZAIcon
out property <image> ArrowDownZAIcon: @image-url("icons/arrow-down-z-a.svg");
/// ArrowLeftIcon
out property <image> ArrowLeftIcon: @image-url("icons/arrow-left.svg");
/// ArrowLeftFromLineIcon
out property <image> ArrowLeftFromLineIcon: @image-url("icons/arrow-left-from-line.svg");
/// ArrowLeftRightIcon
out property <image> ArrowLeftRightIcon: @image-url("icons/arrow-left-right.svg");
/// ArrowLeftToLineIcon
out property <image> ArrowLeftToLineIcon: @image-url("icons/arrow-left-to-line.svg");
/// ArrowRightIcon
out property <image> ArrowRightIcon: @image-url("icons/arrow-right.svg");
/// ArrowRightFromLineIcon
out property <image> ArrowRightFromLineIcon: @image-url("icons/arrow-right-from-line.svg");
/// ArrowRightLeftIcon
out property <image> ArrowRightLeftIcon: @image-url("icons/arrow-right-left.svg");
/// ArrowRightToLineIcon
out property <image> ArrowRightToLineIcon: @image-url("icons/arrow-right-to-line.svg");
/// ArrowUpIcon
out property <image> ArrowUpIcon: @image-url("icons/arrow-up.svg");
/// ArrowUp01Icon
out property <image> ArrowUp01Icon: @image-url("icons/arrow-up-0-1.svg");
/// ArrowUp10Icon
out property <image> ArrowUp10Icon: @image-url("icons/arrow-up-1-0.svg");
/// ArrowUpAZIcon
out property <image> ArrowUpAZIcon: @image-url("icons/arrow-up-a-z.svg");
/// ArrowUpDownIcon
out property <image> ArrowUpDownIcon: @image-url("icons/arrow-up-down.svg");
/// ArrowUpFromDotIcon
out property <image> ArrowUpFromDotIcon: @image-url("icons/arrow-up-from-dot.svg");
/// ArrowUpFromLineIcon
out property <image> ArrowUpFromLineIcon: @image-url("icons/arrow-up-from-line.svg");
/// ArrowUpLeftIcon
out property <image> ArrowUpLeftIcon: @image-url("icons/arrow-up-left.svg");
/// ArrowUpNarrowWideIcon
out property <image> ArrowUpNarrowWideIcon: @image-url("icons/arrow-up-narrow-wide.svg");
/// ArrowUpRightIcon
out property <image> ArrowUpRightIcon: @image-url("icons/arrow-up-right.svg");
/// ArrowUpToLineIcon
out property <image> ArrowUpToLineIcon: @image-url("icons/arrow-up-to-line.svg");
/// ArrowUpWideNarrowIcon
out property <image> ArrowUpWideNarrowIcon: @image-url("icons/arrow-up-wide-narrow.svg");
/// ArrowUpZAIcon
out property <image> ArrowUpZAIcon: @image-url("icons/arrow-up-z-a.svg");
/// ArrowsUpFromLineIcon
out property <image> ArrowsUpFromLineIcon: @image-url("icons/arrows-up-from-line.svg");
/// AsteriskIcon
out property <image> AsteriskIcon: @image-url("icons/asterisk.svg");
/// AtSignIcon
out property <image> AtSignIcon: @image-url("icons/at-sign.svg");
/// AtomIcon
out property <image> AtomIcon: @image-url("icons/atom.svg");
/// AudioLinesIcon
out property <image> AudioLinesIcon: @image-url("icons/audio-lines.svg");
/// AudioWaveformIcon
out property <image> AudioWaveformIcon: @image-url("icons/audio-waveform.svg");
/// AwardIcon
out property <image> AwardIcon: @image-url("icons/award.svg");
/// AxeIcon
out property <image> AxeIcon: @image-url("icons/axe.svg");
/// Axis3dIcon
out property <image> Axis3dIcon: @image-url("icons/axis-3d.svg");
/// BabyIcon
out property <image> BabyIcon: @image-url("icons/baby.svg");
/// BackpackIcon
out property <image> BackpackIcon: @image-url("icons/backpack.svg");
/// BadgeIcon
out property <image> BadgeIcon: @image-url("icons/badge.svg");
/// BadgeAlertIcon
out property <image> BadgeAlertIcon: @image-url("icons/badge-alert.svg");
/// BadgeCentIcon
out property <image> BadgeCentIcon: @image-url("icons/badge-cent.svg");
/// BadgeCheckIcon
out property <image> BadgeCheckIcon: @image-url("icons/badge-check.svg");
/// BadgeDollarSignIcon
out property <image> BadgeDollarSignIcon: @image-url("icons/badge-dollar-sign.svg");
/// BadgeEuroIcon
out property <image> BadgeEuroIcon: @image-url("icons/badge-euro.svg");
/// BadgeIndianRupeeIcon
out property <image> BadgeIndianRupeeIcon: @image-url("icons/badge-indian-rupee.svg");
/// BadgeInfoIcon
out property <image> BadgeInfoIcon: @image-url("icons/badge-info.svg");
/// BadgeJapaneseYenIcon
out property <image> BadgeJapaneseYenIcon: @image-url("icons/badge-japanese-yen.svg");
/// BadgeMinusIcon
out property <image> BadgeMinusIcon: @image-url("icons/badge-minus.svg");
/// BadgePercentIcon
out property <image> BadgePercentIcon: @image-url("icons/badge-percent.svg");
/// BadgePlusIcon
out property <image> BadgePlusIcon: @image-url("icons/badge-plus.svg");
/// BadgePoundSterlingIcon
out property <image> BadgePoundSterlingIcon: @image-url("icons/badge-pound-sterling.svg");
/// BadgeQuestionMarkIcon
out property <image> BadgeQuestionMarkIcon: @image-url("icons/badge-question-mark.svg");
/// BadgeRussianRubleIcon
out property <image> BadgeRussianRubleIcon: @image-url("icons/badge-russian-ruble.svg");
/// BadgeSwissFrancIcon
out property <image> BadgeSwissFrancIcon: @image-url("icons/badge-swiss-franc.svg");
/// BadgeTurkishLiraIcon
out property <image> BadgeTurkishLiraIcon: @image-url("icons/badge-turkish-lira.svg");
/// BadgeXIcon
out property <image> BadgeXIcon: @image-url("icons/badge-x.svg");
/// BaggageClaimIcon
out property <image> BaggageClaimIcon: @image-url("icons/baggage-claim.svg");
/// BanIcon
out property <image> BanIcon: @image-url("icons/ban.svg");
/// BananaIcon
out property <image> BananaIcon: @image-url("icons/banana.svg");
/// BandageIcon
out property <image> BandageIcon: @image-url("icons/bandage.svg");
/// BanknoteIcon
out property <image> BanknoteIcon: @image-url("icons/banknote.svg");
/// BanknoteArrowDownIcon
out property <image> BanknoteArrowDownIcon: @image-url("icons/banknote-arrow-down.svg");
/// BanknoteArrowUpIcon
out property <image> BanknoteArrowUpIcon: @image-url("icons/banknote-arrow-up.svg");
/// BanknoteXIcon
out property <image> BanknoteXIcon: @image-url("icons/banknote-x.svg");
/// BarcodeIcon
out property <image> BarcodeIcon: @image-url("icons/barcode.svg");
/// BarrelIcon
out property <image> BarrelIcon: @image-url("icons/barrel.svg");
/// BaselineIcon
out property <image> BaselineIcon: @image-url("icons/baseline.svg");
/// BathIcon
out property <image> BathIcon: @image-url("icons/bath.svg");
/// BatteryIcon
out property <image> BatteryIcon: @image-url("icons/battery.svg");
/// BatteryChargingIcon
out property <image> BatteryChargingIcon: @image-url("icons/battery-charging.svg");
/// BatteryFullIcon
out property <image> BatteryFullIcon: @image-url("icons/battery-full.svg");
/// BatteryLowIcon
out property <image> BatteryLowIcon: @image-url("icons/battery-low.svg");
/// BatteryMediumIcon
out property <image> BatteryMediumIcon: @image-url("icons/battery-medium.svg");
/// BatteryPlusIcon
out property <image> BatteryPlusIcon: @image-url("icons/battery-plus.svg");
/// BatteryWarningIcon
out property <image> BatteryWarningIcon: @image-url("icons/battery-warning.svg");
/// BeakerIcon
out property <image> BeakerIcon: @image-url("icons/beaker.svg");
/// BeanIcon
out property <image> BeanIcon: @image-url("icons/bean.svg");
/// BeanOffIcon
out property <image> BeanOffIcon: @image-url("icons/bean-off.svg");
/// BedIcon
out property <image> BedIcon: @image-url("icons/bed.svg");
/// BedDoubleIcon
out property <image> BedDoubleIcon: @image-url("icons/bed-double.svg");
/// BedSingleIcon
out property <image> BedSingleIcon: @image-url("icons/bed-single.svg");
/// BeefIcon
out property <image> BeefIcon: @image-url("icons/beef.svg");
/// BeerIcon
out property <image> BeerIcon: @image-url("icons/beer.svg");
/// BeerOffIcon
out property <image> BeerOffIcon: @image-url("icons/beer-off.svg");
/// BellIcon
out property <image> BellIcon: @image-url("icons/bell.svg");
/// BellDotIcon
out property <image> BellDotIcon: @image-url("icons/bell-dot.svg");
/// BellElectricIcon
out property <image> BellElectricIcon: @image-url("icons/bell-electric.svg");
/// BellMinusIcon
out property <image> BellMinusIcon: @image-url("icons/bell-minus.svg");
/// BellOffIcon
out property <image> BellOffIcon: @image-url("icons/bell-off.svg");
/// BellPlusIcon
out property <image> BellPlusIcon: @image-url("icons/bell-plus.svg");
/// BellRingIcon
out property <image> BellRingIcon: @image-url("icons/bell-ring.svg");
/// BetweenHorizontalEndIcon
out property <image> BetweenHorizontalEndIcon: @image-url("icons/between-horizontal-end.svg");
/// BetweenHorizontalStartIcon
out property <image> BetweenHorizontalStartIcon: @image-url("icons/between-horizontal-start.svg");
/// BetweenVerticalEndIcon
out property <image> BetweenVerticalEndIcon: @image-url("icons/between-vertical-end.svg");
/// BetweenVerticalStartIcon
out property <image> BetweenVerticalStartIcon: @image-url("icons/between-vertical-start.svg");
/// BicepsFlexedIcon
out property <image> BicepsFlexedIcon: @image-url("icons/biceps-flexed.svg");
/// BikeIcon
out property <image> BikeIcon: @image-url("icons/bike.svg");
/// BinaryIcon
out property <image> BinaryIcon: @image-url("icons/binary.svg");
/// BinocularsIcon
out property <image> BinocularsIcon: @image-url("icons/binoculars.svg");
/// BiohazardIcon
out property <image> BiohazardIcon: @image-url("icons/biohazard.svg");
/// BirdIcon
out property <image> BirdIcon: @image-url("icons/bird.svg");
/// BitcoinIcon
out property <image> BitcoinIcon: @image-url("icons/bitcoin.svg");
/// BlendIcon
out property <image> BlendIcon: @image-url("icons/blend.svg");
/// BlindsIcon
out property <image> BlindsIcon: @image-url("icons/blinds.svg");
/// BlocksIcon
out property <image> BlocksIcon: @image-url("icons/blocks.svg");
/// BluetoothIcon
out property <image> BluetoothIcon: @image-url("icons/bluetooth.svg");
/// BluetoothConnectedIcon
out property <image> BluetoothConnectedIcon: @image-url("icons/bluetooth-connected.svg");
/// BluetoothOffIcon
out property <image> BluetoothOffIcon: @image-url("icons/bluetooth-off.svg");
/// BluetoothSearchingIcon
out property <image> BluetoothSearchingIcon: @image-url("icons/bluetooth-searching.svg");
/// BoldIcon
out property <image> BoldIcon: @image-url("icons/bold.svg");
/// BoltIcon
out property <image> BoltIcon: @image-url("icons/bolt.svg");
/// BombIcon
out property <image> BombIcon: @image-url("icons/bomb.svg");
/// BoneIcon
out property <image> BoneIcon: @image-url("icons/bone.svg");
/// BookIcon
out property <image> BookIcon: @image-url("icons/book.svg");
/// BookAIcon
out property <image> BookAIcon: @image-url("icons/book-a.svg");
/// BookAlertIcon
out property <image> BookAlertIcon: @image-url("icons/book-alert.svg");
/// BookAudioIcon
out property <image> BookAudioIcon: @image-url("icons/book-audio.svg");
/// BookCheckIcon
out property <image> BookCheckIcon: @image-url("icons/book-check.svg");
/// BookCopyIcon
out property <image> BookCopyIcon: @image-url("icons/book-copy.svg");
/// BookDashedIcon
out property <image> BookDashedIcon: @image-url("icons/book-dashed.svg");
/// BookDownIcon
out property <image> BookDownIcon: @image-url("icons/book-down.svg");
/// BookHeadphonesIcon
out property <image> BookHeadphonesIcon: @image-url("icons/book-headphones.svg");
/// BookHeartIcon
out property <image> BookHeartIcon: @image-url("icons/book-heart.svg");
/// BookImageIcon
out property <image> BookImageIcon: @image-url("icons/book-image.svg");
/// BookKeyIcon
out property <image> BookKeyIcon: @image-url("icons/book-key.svg");
/// BookLockIcon
out property <image> BookLockIcon: @image-url("icons/book-lock.svg");
/// BookMarkedIcon
out property <image> BookMarkedIcon: @image-url("icons/book-marked.svg");
/// BookMinusIcon
out property <image> BookMinusIcon: @image-url("icons/book-minus.svg");
/// BookOpenIcon
out property <image> BookOpenIcon: @image-url("icons/book-open.svg");
/// BookOpenCheckIcon
out property <image> BookOpenCheckIcon: @image-url("icons/book-open-check.svg");
/// BookOpenTextIcon
out property <image> BookOpenTextIcon: @image-url("icons/book-open-text.svg");
/// BookPlusIcon
out property <image> BookPlusIcon: @image-url("icons/book-plus.svg");
/// BookTextIcon
out property <image> BookTextIcon: @image-url("icons/book-text.svg");
/// BookTypeIcon
out property <image> BookTypeIcon: @image-url("icons/book-type.svg");
/// BookUpIcon
out property <image> BookUpIcon: @image-url("icons/book-up.svg");
/// BookUp2Icon
out property <image> BookUp2Icon: @image-url("icons/book-up-2.svg");
/// BookUserIcon
out property <image> BookUserIcon: @image-url("icons/book-user.svg");
/// BookXIcon
out property <image> BookXIcon: @image-url("icons/book-x.svg");
/// BookmarkIcon
out property <image> BookmarkIcon: @image-url("icons/bookmark.svg");
/// BookmarkCheckIcon
out property <image> BookmarkCheckIcon: @image-url("icons/bookmark-check.svg");
/// BookmarkMinusIcon
out property <image> BookmarkMinusIcon: @image-url("icons/bookmark-minus.svg");
/// BookmarkPlusIcon
out property <image> BookmarkPlusIcon: @image-url("icons/bookmark-plus.svg");
/// BookmarkXIcon
out property <image> BookmarkXIcon: @image-url("icons/bookmark-x.svg");
/// BoomBoxIcon
out property <image> BoomBoxIcon: @image-url("icons/boom-box.svg");
/// BotIcon
out property <image> BotIcon: @image-url("icons/bot.svg");
/// BotMessageSquareIcon
out property <image> BotMessageSquareIcon: @image-url("icons/bot-message-square.svg");
/// BotOffIcon
out property <image> BotOffIcon: @image-url("icons/bot-off.svg");
/// BottleWineIcon
out property <image> BottleWineIcon: @image-url("icons/bottle-wine.svg");
/// BowArrowIcon
out property <image> BowArrowIcon: @image-url("icons/bow-arrow.svg");
/// BoxIcon
out property <image> BoxIcon: @image-url("icons/box.svg");
/// BoxesIcon
out property <image> BoxesIcon: @image-url("icons/boxes.svg");
/// BracesIcon
out property <image> BracesIcon: @image-url("icons/braces.svg");
/// BracketsIcon
out property <image> BracketsIcon: @image-url("icons/brackets.svg");
/// BrainIcon
out property <image> BrainIcon: @image-url("icons/brain.svg");
/// BrainCircuitIcon
out property <image> BrainCircuitIcon: @image-url("icons/brain-circuit.svg");
/// BrainCogIcon
out property <image> BrainCogIcon: @image-url("icons/brain-cog.svg");
/// BrickWallIcon
out property <image> BrickWallIcon: @image-url("icons/brick-wall.svg");
/// BrickWallFireIcon
out property <image> BrickWallFireIcon: @image-url("icons/brick-wall-fire.svg");
/// BrickWallShieldIcon
out property <image> BrickWallShieldIcon: @image-url("icons/brick-wall-shield.svg");
/// BriefcaseIcon
out property <image> BriefcaseIcon: @image-url("icons/briefcase.svg");
/// BriefcaseBusinessIcon
out property <image> BriefcaseBusinessIcon: @image-url("icons/briefcase-business.svg");
/// BriefcaseConveyorBeltIcon
out property <image> BriefcaseConveyorBeltIcon: @image-url("icons/briefcase-conveyor-belt.svg");
/// BriefcaseMedicalIcon
out property <image> BriefcaseMedicalIcon: @image-url("icons/briefcase-medical.svg");
/// BringToFrontIcon
out property <image> BringToFrontIcon: @image-url("icons/bring-to-front.svg");
/// BrushIcon
out property <image> BrushIcon: @image-url("icons/brush.svg");
/// BrushCleaningIcon
out property <image> BrushCleaningIcon: @image-url("icons/brush-cleaning.svg");
/// BubblesIcon
out property <image> BubblesIcon: @image-url("icons/bubbles.svg");
/// BugIcon
out property <image> BugIcon: @image-url("icons/bug.svg");
/// BugOffIcon
out property <image> BugOffIcon: @image-url("icons/bug-off.svg");
/// BugPlayIcon
out property <image> BugPlayIcon: @image-url("icons/bug-play.svg");
/// BuildingIcon
out property <image> BuildingIcon: @image-url("icons/building.svg");
/// Building2Icon
out property <image> Building2Icon: @image-url("icons/building-2.svg");
/// BusIcon
out property <image> BusIcon: @image-url("icons/bus.svg");
/// BusFrontIcon
out property <image> BusFrontIcon: @image-url("icons/bus-front.svg");
/// CableIcon
out property <image> CableIcon: @image-url("icons/cable.svg");
/// CableCarIcon
out property <image> CableCarIcon: @image-url("icons/cable-car.svg");
/// CakeIcon
out property <image> CakeIcon: @image-url("icons/cake.svg");
/// CakeSliceIcon
out property <image> CakeSliceIcon: @image-url("icons/cake-slice.svg");
/// CalculatorIcon
out property <image> CalculatorIcon: @image-url("icons/calculator.svg");
/// CalendarIcon
out property <image> CalendarIcon: @image-url("icons/calendar.svg");
/// Calendar1Icon
out property <image> Calendar1Icon: @image-url("icons/calendar-1.svg");
/// CalendarArrowDownIcon
out property <image> CalendarArrowDownIcon: @image-url("icons/calendar-arrow-down.svg");
/// CalendarArrowUpIcon
out property <image> CalendarArrowUpIcon: @image-url("icons/calendar-arrow-up.svg");
/// CalendarCheckIcon
out property <image> CalendarCheckIcon: @image-url("icons/calendar-check.svg");
/// CalendarCheck2Icon
out property <image> CalendarCheck2Icon: @image-url("icons/calendar-check-2.svg");
/// CalendarClockIcon
out property <image> CalendarClockIcon: @image-url("icons/calendar-clock.svg");
/// CalendarCogIcon
out property <image> CalendarCogIcon: @image-url("icons/calendar-cog.svg");
/// CalendarDaysIcon
out property <image> CalendarDaysIcon: @image-url("icons/calendar-days.svg");
/// CalendarFoldIcon
out property <image> CalendarFoldIcon: @image-url("icons/calendar-fold.svg");
/// CalendarHeartIcon
out property <image> CalendarHeartIcon: @image-url("icons/calendar-heart.svg");
/// CalendarMinusIcon
out property <image> CalendarMinusIcon: @image-url("icons/calendar-minus.svg");
/// CalendarMinus2Icon
out property <image> CalendarMinus2Icon: @image-url("icons/calendar-minus-2.svg");
/// CalendarOffIcon
out property <image> CalendarOffIcon: @image-url("icons/calendar-off.svg");
/// CalendarPlusIcon
out property <image> CalendarPlusIcon: @image-url("icons/calendar-plus.svg");
/// CalendarPlus2Icon
out property <image> CalendarPlus2Icon: @image-url("icons/calendar-plus-2.svg");
/// CalendarRangeIcon
out property <image> CalendarRangeIcon: @image-url("icons/calendar-range.svg");
/// CalendarSearchIcon
out property <image> CalendarSearchIcon: @image-url("icons/calendar-search.svg");
/// CalendarSyncIcon
out property <image> CalendarSyncIcon: @image-url("icons/calendar-sync.svg");
/// CalendarXIcon
out property <image> CalendarXIcon: @image-url("icons/calendar-x.svg");
/// CalendarX2Icon
out property <image> CalendarX2Icon: @image-url("icons/calendar-x-2.svg");
/// CameraIcon
out property <image> CameraIcon: @image-url("icons/camera.svg");
/// CameraOffIcon
out property <image> CameraOffIcon: @image-url("icons/camera-off.svg");
/// CandyIcon
out property <image> CandyIcon: @image-url("icons/candy.svg");
/// CandyCaneIcon
out property <image> CandyCaneIcon: @image-url("icons/candy-cane.svg");
/// CandyOffIcon
out property <image> CandyOffIcon: @image-url("icons/candy-off.svg");
/// CannabisIcon
out property <image> CannabisIcon: @image-url("icons/cannabis.svg");
/// CaptionsIcon
out property <image> CaptionsIcon: @image-url("icons/captions.svg");
/// CaptionsOffIcon
out property <image> CaptionsOffIcon: @image-url("icons/captions-off.svg");
/// CarIcon
out property <image> CarIcon: @image-url("icons/car.svg");
/// CarFrontIcon
out property <image> CarFrontIcon: @image-url("icons/car-front.svg");
/// CarTaxiFrontIcon
out property <image> CarTaxiFrontIcon: @image-url("icons/car-taxi-front.svg");
/// CaravanIcon
out property <image> CaravanIcon: @image-url("icons/caravan.svg");
/// CardSimIcon
out property <image> CardSimIcon: @image-url("icons/card-sim.svg");
/// CarrotIcon
out property <image> CarrotIcon: @image-url("icons/carrot.svg");
/// CaseLowerIcon
out property <image> CaseLowerIcon: @image-url("icons/case-lower.svg");
/// CaseSensitiveIcon
out property <image> CaseSensitiveIcon: @image-url("icons/case-sensitive.svg");
/// CaseUpperIcon
out property <image> CaseUpperIcon: @image-url("icons/case-upper.svg");
/// CassetteTapeIcon
out property <image> CassetteTapeIcon: @image-url("icons/cassette-tape.svg");
/// CastIcon
out property <image> CastIcon: @image-url("icons/cast.svg");
/// CastleIcon
out property <image> CastleIcon: @image-url("icons/castle.svg");
/// CatIcon
out property <image> CatIcon: @image-url("icons/cat.svg");
/// CctvIcon
out property <image> CctvIcon: @image-url("icons/cctv.svg");
/// ChartAreaIcon
out property <image> ChartAreaIcon: @image-url("icons/chart-area.svg");
/// ChartBarIcon
out property <image> ChartBarIcon: @image-url("icons/chart-bar.svg");
/// ChartBarBigIcon
out property <image> ChartBarBigIcon: @image-url("icons/chart-bar-big.svg");
/// ChartBarDecreasingIcon
out property <image> ChartBarDecreasingIcon: @image-url("icons/chart-bar-decreasing.svg");
/// ChartBarIncreasingIcon
out property <image> ChartBarIncreasingIcon: @image-url("icons/chart-bar-increasing.svg");
/// ChartBarStackedIcon
out property <image> ChartBarStackedIcon: @image-url("icons/chart-bar-stacked.svg");
/// ChartCandlestickIcon
out property <image> ChartCandlestickIcon: @image-url("icons/chart-candlestick.svg");
/// ChartColumnIcon
out property <image> ChartColumnIcon: @image-url("icons/chart-column.svg");
/// ChartColumnBigIcon
out property <image> ChartColumnBigIcon: @image-url("icons/chart-column-big.svg");
/// ChartColumnDecreasingIcon
out property <image> ChartColumnDecreasingIcon: @image-url("icons/chart-column-decreasing.svg");
/// ChartColumnIncreasingIcon
out property <image> ChartColumnIncreasingIcon: @image-url("icons/chart-column-increasing.svg");
/// ChartColumnStackedIcon
out property <image> ChartColumnStackedIcon: @image-url("icons/chart-column-stacked.svg");
/// ChartGanttIcon
out property <image> ChartGanttIcon: @image-url("icons/chart-gantt.svg");
/// ChartLineIcon
out property <image> ChartLineIcon: @image-url("icons/chart-line.svg");
/// ChartNetworkIcon
out property <image> ChartNetworkIcon: @image-url("icons/chart-network.svg");
/// ChartNoAxesColumnIcon
out property <image> ChartNoAxesColumnIcon: @image-url("icons/chart-no-axes-column.svg");
/// ChartNoAxesColumnDecreasingIcon
out property <image> ChartNoAxesColumnDecreasingIcon: @image-url("icons/chart-no-axes-column-decreasing.svg");
/// ChartNoAxesColumnIncreasingIcon
out property <image> ChartNoAxesColumnIncreasingIcon: @image-url("icons/chart-no-axes-column-increasing.svg");
/// ChartNoAxesCombinedIcon
out property <image> ChartNoAxesCombinedIcon: @image-url("icons/chart-no-axes-combined.svg");
/// ChartNoAxesGanttIcon
out property <image> ChartNoAxesGanttIcon: @image-url("icons/chart-no-axes-gantt.svg");
/// ChartPieIcon
out property <image> ChartPieIcon: @image-url("icons/chart-pie.svg");
/// ChartScatterIcon
out property <image> ChartScatterIcon: @image-url("icons/chart-scatter.svg");
/// ChartSplineIcon
out property <image> ChartSplineIcon: @image-url("icons/chart-spline.svg");
/// CheckIcon
out property <image> CheckIcon: @image-url("icons/check.svg");
/// CheckCheckIcon
out property <image> CheckCheckIcon: @image-url("icons/check-check.svg");
/// CheckLineIcon
out property <image> CheckLineIcon: @image-url("icons/check-line.svg");
/// ChefHatIcon
out property <image> ChefHatIcon: @image-url("icons/chef-hat.svg");
/// CherryIcon
out property <image> CherryIcon: @image-url("icons/cherry.svg");
/// ChevronDownIcon
out property <image> ChevronDownIcon: @image-url("icons/chevron-down.svg");
/// ChevronFirstIcon
out property <image> ChevronFirstIcon: @image-url("icons/chevron-first.svg");
/// ChevronLastIcon
out property <image> ChevronLastIcon: @image-url("icons/chevron-last.svg");
/// ChevronLeftIcon
out property <image> ChevronLeftIcon: @image-url("icons/chevron-left.svg");
/// ChevronRightIcon
out property <image> ChevronRightIcon: @image-url("icons/chevron-right.svg");
/// ChevronUpIcon
out property <image> ChevronUpIcon: @image-url("icons/chevron-up.svg");
/// ChevronsDownIcon
out property <image> ChevronsDownIcon: @image-url("icons/chevrons-down.svg");
/// ChevronsDownUpIcon
out property <image> ChevronsDownUpIcon: @image-url("icons/chevrons-down-up.svg");
/// ChevronsLeftIcon
out property <image> ChevronsLeftIcon: @image-url("icons/chevrons-left.svg");
/// ChevronsLeftRightIcon
out property <image> ChevronsLeftRightIcon: @image-url("icons/chevrons-left-right.svg");
/// ChevronsLeftRightEllipsisIcon
out property <image> ChevronsLeftRightEllipsisIcon: @image-url("icons/chevrons-left-right-ellipsis.svg");
/// ChevronsRightIcon
out property <image> ChevronsRightIcon: @image-url("icons/chevrons-right.svg");
/// ChevronsRightLeftIcon
out property <image> ChevronsRightLeftIcon: @image-url("icons/chevrons-right-left.svg");
/// ChevronsUpIcon
out property <image> ChevronsUpIcon: @image-url("icons/chevrons-up.svg");
/// ChevronsUpDownIcon
out property <image> ChevronsUpDownIcon: @image-url("icons/chevrons-up-down.svg");
/// ChromiumIcon
out property <image> ChromiumIcon: @image-url("icons/chromium.svg");
/// ChurchIcon
out property <image> ChurchIcon: @image-url("icons/church.svg");
/// CigaretteIcon
out property <image> CigaretteIcon: @image-url("icons/cigarette.svg");
/// CigaretteOffIcon
out property <image> CigaretteOffIcon: @image-url("icons/cigarette-off.svg");
/// CircleIcon
out property <image> CircleIcon: @image-url("icons/circle.svg");
/// CircleAlertIcon
out property <image> CircleAlertIcon: @image-url("icons/circle-alert.svg");
/// CircleArrowDownIcon
out property <image> CircleArrowDownIcon: @image-url("icons/circle-arrow-down.svg");
/// CircleArrowLeftIcon
out property <image> CircleArrowLeftIcon: @image-url("icons/circle-arrow-left.svg");
/// CircleArrowOutDownLeftIcon
out property <image> CircleArrowOutDownLeftIcon: @image-url("icons/circle-arrow-out-down-left.svg");
/// CircleArrowOutDownRightIcon
out property <image> CircleArrowOutDownRightIcon: @image-url("icons/circle-arrow-out-down-right.svg");
/// CircleArrowOutUpLeftIcon
out property <image> CircleArrowOutUpLeftIcon: @image-url("icons/circle-arrow-out-up-left.svg");
/// CircleArrowOutUpRightIcon
out property <image> CircleArrowOutUpRightIcon: @image-url("icons/circle-arrow-out-up-right.svg");
/// CircleArrowRightIcon
out property <image> CircleArrowRightIcon: @image-url("icons/circle-arrow-right.svg");
/// CircleArrowUpIcon
out property <image> CircleArrowUpIcon: @image-url("icons/circle-arrow-up.svg");
/// CircleCheckIcon
out property <image> CircleCheckIcon: @image-url("icons/circle-check.svg");
/// CircleCheckBigIcon
out property <image> CircleCheckBigIcon: @image-url("icons/circle-check-big.svg");
/// CircleChevronDownIcon
out property <image> CircleChevronDownIcon: @image-url("icons/circle-chevron-down.svg");
/// CircleChevronLeftIcon
out property <image> CircleChevronLeftIcon: @image-url("icons/circle-chevron-left.svg");
/// CircleChevronRightIcon
out property <image> CircleChevronRightIcon: @image-url("icons/circle-chevron-right.svg");
/// CircleChevronUpIcon
out property <image> CircleChevronUpIcon: @image-url("icons/circle-chevron-up.svg");
/// CircleDashedIcon
out property <image> CircleDashedIcon: @image-url("icons/circle-dashed.svg");
/// CircleDivideIcon
out property <image> CircleDivideIcon: @image-url("icons/circle-divide.svg");
/// CircleDollarSignIcon
out property <image> CircleDollarSignIcon: @image-url("icons/circle-dollar-sign.svg");
/// CircleDotIcon
out property <image> CircleDotIcon: @image-url("icons/circle-dot.svg");
/// CircleDotDashedIcon
out property <image> CircleDotDashedIcon: @image-url("icons/circle-dot-dashed.svg");
/// CircleEllipsisIcon
out property <image> CircleEllipsisIcon: @image-url("icons/circle-ellipsis.svg");
/// CircleEqualIcon
out property <image> CircleEqualIcon: @image-url("icons/circle-equal.svg");
/// CircleFadingArrowUpIcon
out property <image> CircleFadingArrowUpIcon: @image-url("icons/circle-fading-arrow-up.svg");
/// CircleFadingPlusIcon
out property <image> CircleFadingPlusIcon: @image-url("icons/circle-fading-plus.svg");
/// CircleGaugeIcon
out property <image> CircleGaugeIcon: @image-url("icons/circle-gauge.svg");
/// CircleMinusIcon
out property <image> CircleMinusIcon: @image-url("icons/circle-minus.svg");
/// CircleOffIcon
out property <image> CircleOffIcon: @image-url("icons/circle-off.svg");
/// CircleParkingIcon
out property <image> CircleParkingIcon: @image-url("icons/circle-parking.svg");
/// CircleParkingOffIcon
out property <image> CircleParkingOffIcon: @image-url("icons/circle-parking-off.svg");
/// CirclePauseIcon
out property <image> CirclePauseIcon: @image-url("icons/circle-pause.svg");
/// CirclePercentIcon
out property <image> CirclePercentIcon: @image-url("icons/circle-percent.svg");
/// CirclePlayIcon
out property <image> CirclePlayIcon: @image-url("icons/circle-play.svg");
/// CirclePlusIcon
out property <image> CirclePlusIcon: @image-url("icons/circle-plus.svg");
/// CirclePoundSterlingIcon
out property <image> CirclePoundSterlingIcon: @image-url("icons/circle-pound-sterling.svg");
/// CirclePowerIcon
out property <image> CirclePowerIcon: @image-url("icons/circle-power.svg");
/// CircleQuestionMarkIcon
out property <image> CircleQuestionMarkIcon: @image-url("icons/circle-question-mark.svg");
/// CircleSlashIcon
out property <image> CircleSlashIcon: @image-url("icons/circle-slash.svg");
/// CircleSlash2Icon
out property <image> CircleSlash2Icon: @image-url("icons/circle-slash-2.svg");
/// CircleSmallIcon
out property <image> CircleSmallIcon: @image-url("icons/circle-small.svg");
/// CircleStarIcon
out property <image> CircleStarIcon: @image-url("icons/circle-star.svg");
/// CircleStopIcon
out property <image> CircleStopIcon: @image-url("icons/circle-stop.svg");
/// CircleUserIcon
out property <image> CircleUserIcon: @image-url("icons/circle-user.svg");
/// CircleUserRoundIcon
out property <image> CircleUserRoundIcon: @image-url("icons/circle-user-round.svg");
/// CircleXIcon
out property <image> CircleXIcon: @image-url("icons/circle-x.svg");
/// CircuitBoardIcon
out property <image> CircuitBoardIcon: @image-url("icons/circuit-board.svg");
/// CitrusIcon
out property <image> CitrusIcon: @image-url("icons/citrus.svg");
/// ClapperboardIcon
out property <image> ClapperboardIcon: @image-url("icons/clapperboard.svg");
/// ClipboardIcon
out property <image> ClipboardIcon: @image-url("icons/clipboard.svg");
/// ClipboardCheckIcon
out property <image> ClipboardCheckIcon: @image-url("icons/clipboard-check.svg");
/// ClipboardClockIcon
out property <image> ClipboardClockIcon: @image-url("icons/clipboard-clock.svg");
/// ClipboardCopyIcon
out property <image> ClipboardCopyIcon: @image-url("icons/clipboard-copy.svg");
/// ClipboardListIcon
out property <image> ClipboardListIcon: @image-url("icons/clipboard-list.svg");
/// ClipboardMinusIcon
out property <image> ClipboardMinusIcon: @image-url("icons/clipboard-minus.svg");
/// ClipboardPasteIcon
out property <image> ClipboardPasteIcon: @image-url("icons/clipboard-paste.svg");
/// ClipboardPenIcon
out property <image> ClipboardPenIcon: @image-url("icons/clipboard-pen.svg");
/// ClipboardPenLineIcon
out property <image> ClipboardPenLineIcon: @image-url("icons/clipboard-pen-line.svg");
/// ClipboardPlusIcon
out property <image> ClipboardPlusIcon: @image-url("icons/clipboard-plus.svg");
/// ClipboardTypeIcon
out property <image> ClipboardTypeIcon: @image-url("icons/clipboard-type.svg");
/// ClipboardXIcon
out property <image> ClipboardXIcon: @image-url("icons/clipboard-x.svg");
/// ClockIcon
out property <image> ClockIcon: @image-url("icons/clock.svg");
/// Clock1Icon
out property <image> Clock1Icon: @image-url("icons/clock-1.svg");
/// Clock10Icon
out property <image> Clock10Icon: @image-url("icons/clock-10.svg");
/// Clock11Icon
out property <image> Clock11Icon: @image-url("icons/clock-11.svg");
/// Clock12Icon
out property <image> Clock12Icon: @image-url("icons/clock-12.svg");
/// Clock2Icon
out property <image> Clock2Icon: @image-url("icons/clock-2.svg");
/// Clock3Icon
out property <image> Clock3Icon: @image-url("icons/clock-3.svg");
/// Clock4Icon
out property <image> Clock4Icon: @image-url("icons/clock-4.svg");
/// Clock5Icon
out property <image> Clock5Icon: @image-url("icons/clock-5.svg");
/// Clock6Icon
out property <image> Clock6Icon: @image-url("icons/clock-6.svg");
/// Clock7Icon
out property <image> Clock7Icon: @image-url("icons/clock-7.svg");
/// Clock8Icon
out property <image> Clock8Icon: @image-url("icons/clock-8.svg");
/// Clock9Icon
out property <image> Clock9Icon: @image-url("icons/clock-9.svg");
/// ClockAlertIcon
out property <image> ClockAlertIcon: @image-url("icons/clock-alert.svg");
/// ClockArrowDownIcon
out property <image> ClockArrowDownIcon: @image-url("icons/clock-arrow-down.svg");
/// ClockArrowUpIcon
out property <image> ClockArrowUpIcon: @image-url("icons/clock-arrow-up.svg");
/// ClockFadingIcon
out property <image> ClockFadingIcon: @image-url("icons/clock-fading.svg");
/// ClockPlusIcon
out property <image> ClockPlusIcon: @image-url("icons/clock-plus.svg");
/// ClosedCaptionIcon
out property <image> ClosedCaptionIcon: @image-url("icons/closed-caption.svg");
/// CloudIcon
out property <image> CloudIcon: @image-url("icons/cloud.svg");
/// CloudAlertIcon
out property <image> CloudAlertIcon: @image-url("icons/cloud-alert.svg");
/// CloudCheckIcon
out property <image> CloudCheckIcon: @image-url("icons/cloud-check.svg");
/// CloudCogIcon
out property <image> CloudCogIcon: @image-url("icons/cloud-cog.svg");
/// CloudDownloadIcon
out property <image> CloudDownloadIcon: @image-url("icons/cloud-download.svg");
/// CloudDrizzleIcon
out property <image> CloudDrizzleIcon: @image-url("icons/cloud-drizzle.svg");
/// CloudFogIcon
out property <image> CloudFogIcon: @image-url("icons/cloud-fog.svg");
/// CloudHailIcon
out property <image> CloudHailIcon: @image-url("icons/cloud-hail.svg");
/// CloudLightningIcon
out property <image> CloudLightningIcon: @image-url("icons/cloud-lightning.svg");
/// CloudMoonIcon
out property <image> CloudMoonIcon: @image-url("icons/cloud-moon.svg");
/// CloudMoonRainIcon
out property <image> CloudMoonRainIcon: @image-url("icons/cloud-moon-rain.svg");
/// CloudOffIcon
out property <image> CloudOffIcon: @image-url("icons/cloud-off.svg");
/// CloudRainIcon
out property <image> CloudRainIcon: @image-url("icons/cloud-rain.svg");
/// CloudRainWindIcon
out property <image> CloudRainWindIcon: @image-url("icons/cloud-rain-wind.svg");
/// CloudSnowIcon
out property <image> CloudSnowIcon: @image-url("icons/cloud-snow.svg");
/// CloudSunIcon
out property <image> CloudSunIcon: @image-url("icons/cloud-sun.svg");
/// CloudSunRainIcon
out property <image> CloudSunRainIcon: @image-url("icons/cloud-sun-rain.svg");
/// CloudUploadIcon
out property <image> CloudUploadIcon: @image-url("icons/cloud-upload.svg");
/// CloudyIcon
out property <image> CloudyIcon: @image-url("icons/cloudy.svg");
/// CloverIcon
out property <image> CloverIcon: @image-url("icons/clover.svg");
/// ClubIcon
out property <image> ClubIcon: @image-url("icons/club.svg");
/// CodeIcon
out property <image> CodeIcon: @image-url("icons/code.svg");
/// CodeXmlIcon
out property <image> CodeXmlIcon: @image-url("icons/code-xml.svg");
/// CodepenIcon
out property <image> CodepenIcon: @image-url("icons/codepen.svg");
/// CodesandboxIcon
out property <image> CodesandboxIcon: @image-url("icons/codesandbox.svg");
/// CoffeeIcon
out property <image> CoffeeIcon: @image-url("icons/coffee.svg");
/// CogIcon
out property <image> CogIcon: @image-url("icons/cog.svg");
/// CoinsIcon
out property <image> CoinsIcon: @image-url("icons/coins.svg");
/// Columns2Icon
out property <image> Columns2Icon: @image-url("icons/columns-2.svg");
/// Columns3Icon
out property <image> Columns3Icon: @image-url("icons/columns-3.svg");
/// Columns3CogIcon
out property <image> Columns3CogIcon: @image-url("icons/columns-3-cog.svg");
/// Columns4Icon
out property <image> Columns4Icon: @image-url("icons/columns-4.svg");
/// CombineIcon
out property <image> CombineIcon: @image-url("icons/combine.svg");
/// CommandIcon
out property <image> CommandIcon: @image-url("icons/command.svg");
/// CompassIcon
out property <image> CompassIcon: @image-url("icons/compass.svg");
/// ComponentIcon
out property <image> ComponentIcon: @image-url("icons/component.svg");
/// ComputerIcon
out property <image> ComputerIcon: @image-url("icons/computer.svg");
/// ConciergeBellIcon
out property <image> ConciergeBellIcon: @image-url("icons/concierge-bell.svg");
/// ConeIcon
out property <image> ConeIcon: @image-url("icons/cone.svg");
/// ConstructionIcon
out property <image> ConstructionIcon: @image-url("icons/construction.svg");
/// ContactIcon
out property <image> ContactIcon: @image-url("icons/contact.svg");
/// ContactRoundIcon
out property <image> ContactRoundIcon: @image-url("icons/contact-round.svg");
/// ContainerIcon
out property <image> ContainerIcon: @image-url("icons/container.svg");
/// ContrastIcon
out property <image> ContrastIcon: @image-url("icons/contrast.svg");
/// CookieIcon
out property <image> CookieIcon: @image-url("icons/cookie.svg");
/// CookingPotIcon
out property <image> CookingPotIcon: @image-url("icons/cooking-pot.svg");
/// CopyIcon
out property <image> CopyIcon: @image-url("icons/copy.svg");
/// CopyCheckIcon
out property <image> CopyCheckIcon: @image-url("icons/copy-check.svg");
/// CopyMinusIcon
out property <image> CopyMinusIcon: @image-url("icons/copy-minus.svg");
/// CopyPlusIcon
out property <image> CopyPlusIcon: @image-url("icons/copy-plus.svg");
/// CopySlashIcon
out property <image> CopySlashIcon: @image-url("icons/copy-slash.svg");
/// CopyXIcon
out property <image> CopyXIcon: @image-url("icons/copy-x.svg");
/// CopyleftIcon
out property <image> CopyleftIcon: @image-url("icons/copyleft.svg");
/// CopyrightIcon
out property <image> CopyrightIcon: @image-url("icons/copyright.svg");
/// CornerDownLeftIcon
out property <image> CornerDownLeftIcon: @image-url("icons/corner-down-left.svg");
/// CornerDownRightIcon
out property <image> CornerDownRightIcon: @image-url("icons/corner-down-right.svg");
/// CornerLeftDownIcon
out property <image> CornerLeftDownIcon: @image-url("icons/corner-left-down.svg");
/// CornerLeftUpIcon
out property <image> CornerLeftUpIcon: @image-url("icons/corner-left-up.svg");
/// CornerRightDownIcon
out property <image> CornerRightDownIcon: @image-url("icons/corner-right-down.svg");
/// CornerRightUpIcon
out property <image> CornerRightUpIcon: @image-url("icons/corner-right-up.svg");
/// CornerUpLeftIcon
out property <image> CornerUpLeftIcon: @image-url("icons/corner-up-left.svg");
/// CornerUpRightIcon
out property <image> CornerUpRightIcon: @image-url("icons/corner-up-right.svg");
/// CpuIcon
out property <image> CpuIcon: @image-url("icons/cpu.svg");
/// CreativeCommonsIcon
out property <image> CreativeCommonsIcon: @image-url("icons/creative-commons.svg");
/// CreditCardIcon
out property <image> CreditCardIcon: @image-url("icons/credit-card.svg");
/// CroissantIcon
out property <image> CroissantIcon: @image-url("icons/croissant.svg");
/// CropIcon
out property <image> CropIcon: @image-url("icons/crop.svg");
/// CrossIcon
out property <image> CrossIcon: @image-url("icons/cross.svg");
/// CrosshairIcon
out property <image> CrosshairIcon: @image-url("icons/crosshair.svg");
/// CrownIcon
out property <image> CrownIcon: @image-url("icons/crown.svg");
/// CuboidIcon
out property <image> CuboidIcon: @image-url("icons/cuboid.svg");
/// CupSodaIcon
out property <image> CupSodaIcon: @image-url("icons/cup-soda.svg");
/// CurrencyIcon
out property <image> CurrencyIcon: @image-url("icons/currency.svg");
/// CylinderIcon
out property <image> CylinderIcon: @image-url("icons/cylinder.svg");
/// DamIcon
out property <image> DamIcon: @image-url("icons/dam.svg");
/// DatabaseIcon
out property <image> DatabaseIcon: @image-url("icons/database.svg");
/// DatabaseBackupIcon
out property <image> DatabaseBackupIcon: @image-url("icons/database-backup.svg");
/// DatabaseZapIcon
out property <image> DatabaseZapIcon: @image-url("icons/database-zap.svg");
/// DecimalsArrowLeftIcon
out property <image> DecimalsArrowLeftIcon: @image-url("icons/decimals-arrow-left.svg");
/// DecimalsArrowRightIcon
out property <image> DecimalsArrowRightIcon: @image-url("icons/decimals-arrow-right.svg");
/// DeleteIcon
out property <image> DeleteIcon: @image-url("icons/delete.svg");
/// DessertIcon
out property <image> DessertIcon: @image-url("icons/dessert.svg");
/// DiameterIcon
out property <image> DiameterIcon: @image-url("icons/diameter.svg");
/// DiamondIcon
out property <image> DiamondIcon: @image-url("icons/diamond.svg");
/// DiamondMinusIcon
out property <image> DiamondMinusIcon: @image-url("icons/diamond-minus.svg");
/// DiamondPercentIcon
out property <image> DiamondPercentIcon: @image-url("icons/diamond-percent.svg");
/// DiamondPlusIcon
out property <image> DiamondPlusIcon: @image-url("icons/diamond-plus.svg");
/// Dice1Icon
out property <image> Dice1Icon: @image-url("icons/dice-1.svg");
/// Dice2Icon
out property <image> Dice2Icon: @image-url("icons/dice-2.svg");
/// Dice3Icon
out property <image> Dice3Icon: @image-url("icons/dice-3.svg");
/// Dice4Icon
out property <image> Dice4Icon: @image-url("icons/dice-4.svg");
/// Dice5Icon
out property <image> Dice5Icon: @image-url("icons/dice-5.svg");
/// Dice6Icon
out property <image> Dice6Icon: @image-url("icons/dice-6.svg");
/// DicesIcon
out property <image> DicesIcon: @image-url("icons/dices.svg");
/// DiffIcon
out property <image> DiffIcon: @image-url("icons/diff.svg");
/// DiscIcon
out property <image> DiscIcon: @image-url("icons/disc.svg");
/// Disc2Icon
out property <image> Disc2Icon: @image-url("icons/disc-2.svg");
/// Disc3Icon
out property <image> Disc3Icon: @image-url("icons/disc-3.svg");
/// DiscAlbumIcon
out property <image> DiscAlbumIcon: @image-url("icons/disc-album.svg");
/// DivideIcon
out property <image> DivideIcon: @image-url("icons/divide.svg");
/// DnaIcon
out property <image> DnaIcon: @image-url("icons/dna.svg");
/// DnaOffIcon
out property <image> DnaOffIcon: @image-url("icons/dna-off.svg");
/// DockIcon
out property <image> DockIcon: @image-url("icons/dock.svg");
/// DogIcon
out property <image> DogIcon: @image-url("icons/dog.svg");
/// DollarSignIcon
out property <image> DollarSignIcon: @image-url("icons/dollar-sign.svg");
/// DonutIcon
out property <image> DonutIcon: @image-url("icons/donut.svg");
/// DoorClosedIcon
out property <image> DoorClosedIcon: @image-url("icons/door-closed.svg");
/// DoorClosedLockedIcon
out property <image> DoorClosedLockedIcon: @image-url("icons/door-closed-locked.svg");
/// DoorOpenIcon
out property <image> DoorOpenIcon: @image-url("icons/door-open.svg");
/// DotIcon
out property <image> DotIcon: @image-url("icons/dot.svg");
/// DownloadIcon
out property <image> DownloadIcon: @image-url("icons/download.svg");
/// DraftingCompassIcon
out property <image> DraftingCompassIcon: @image-url("icons/drafting-compass.svg");
/// DramaIcon
out property <image> DramaIcon: @image-url("icons/drama.svg");
/// DribbbleIcon
out property <image> DribbbleIcon: @image-url("icons/dribbble.svg");
/// DrillIcon
out property <image> DrillIcon: @image-url("icons/drill.svg");
/// DroneIcon
out property <image> DroneIcon: @image-url("icons/drone.svg");
/// DropletIcon
out property <image> DropletIcon: @image-url("icons/droplet.svg");
/// DropletOffIcon
out property <image> DropletOffIcon: @image-url("icons/droplet-off.svg");
/// DropletsIcon
out property <image> DropletsIcon: @image-url("icons/droplets.svg");
/// DrumIcon
out property <image> DrumIcon: @image-url("icons/drum.svg");
/// DrumstickIcon
out property <image> DrumstickIcon: @image-url("icons/drumstick.svg");
/// DumbbellIcon
out property <image> DumbbellIcon: @image-url("icons/dumbbell.svg");
/// EarIcon
out property <image> EarIcon: @image-url("icons/ear.svg");
/// EarOffIcon
out property <image> EarOffIcon: @image-url("icons/ear-off.svg");
/// EarthIcon
out property <image> EarthIcon: @image-url("icons/earth.svg");
/// EarthLockIcon
out property <image> EarthLockIcon: @image-url("icons/earth-lock.svg");
/// EclipseIcon
out property <image> EclipseIcon: @image-url("icons/eclipse.svg");
/// EggIcon
out property <image> EggIcon: @image-url("icons/egg.svg");
/// EggFriedIcon
out property <image> EggFriedIcon: @image-url("icons/egg-fried.svg");
/// EggOffIcon
out property <image> EggOffIcon: @image-url("icons/egg-off.svg");
/// EllipsisIcon
out property <image> EllipsisIcon: @image-url("icons/ellipsis.svg");
/// EllipsisVerticalIcon
out property <image> EllipsisVerticalIcon: @image-url("icons/ellipsis-vertical.svg");
/// EqualIcon
out property <image> EqualIcon: @image-url("icons/equal.svg");
/// EqualApproximatelyIcon
out property <image> EqualApproximatelyIcon: @image-url("icons/equal-approximately.svg");
/// EqualNotIcon
out property <image> EqualNotIcon: @image-url("icons/equal-not.svg");
/// EraserIcon
out property <image> EraserIcon: @image-url("icons/eraser.svg");
/// EthernetPortIcon
out property <image> EthernetPortIcon: @image-url("icons/ethernet-port.svg");
/// EuroIcon
out property <image> EuroIcon: @image-url("icons/euro.svg");
/// EvChargerIcon
out property <image> EvChargerIcon: @image-url("icons/ev-charger.svg");
/// ExpandIcon
out property <image> ExpandIcon: @image-url("icons/expand.svg");
/// ExternalLinkIcon
out property <image> ExternalLinkIcon: @image-url("icons/external-link.svg");
/// EyeIcon
out property <image> EyeIcon: @image-url("icons/eye.svg");
/// EyeClosedIcon
out property <image> EyeClosedIcon: @image-url("icons/eye-closed.svg");
/// EyeOffIcon
out property <image> EyeOffIcon: @image-url("icons/eye-off.svg");
/// FacebookIcon
out property <image> FacebookIcon: @image-url("icons/facebook.svg");
/// FactoryIcon
out property <image> FactoryIcon: @image-url("icons/factory.svg");
/// FanIcon
out property <image> FanIcon: @image-url("icons/fan.svg");
/// FastForwardIcon
out property <image> FastForwardIcon: @image-url("icons/fast-forward.svg");
/// FeatherIcon
out property <image> FeatherIcon: @image-url("icons/feather.svg");
/// FenceIcon
out property <image> FenceIcon: @image-url("icons/fence.svg");
/// FerrisWheelIcon
out property <image> FerrisWheelIcon: @image-url("icons/ferris-wheel.svg");
/// FigmaIcon
out property <image> FigmaIcon: @image-url("icons/figma.svg");
/// FileIcon
out property <image> FileIcon: @image-url("icons/file.svg");
/// FileArchiveIcon
out property <image> FileArchiveIcon: @image-url("icons/file-archive.svg");
/// FileAudioIcon
out property <image> FileAudioIcon: @image-url("icons/file-audio.svg");
/// FileAudio2Icon
out property <image> FileAudio2Icon: @image-url("icons/file-audio-2.svg");
/// FileAxis3dIcon
out property <image> FileAxis3dIcon: @image-url("icons/file-axis-3d.svg");
/// FileBadgeIcon
out property <image> FileBadgeIcon: @image-url("icons/file-badge.svg");
/// FileBadge2Icon
out property <image> FileBadge2Icon: @image-url("icons/file-badge-2.svg");
/// FileBoxIcon
out property <image> FileBoxIcon: @image-url("icons/file-box.svg");
/// FileChartColumnIcon
out property <image> FileChartColumnIcon: @image-url("icons/file-chart-column.svg");
/// FileChartColumnIncreasingIcon
out property <image> FileChartColumnIncreasingIcon: @image-url("icons/file-chart-column-increasing.svg");
/// FileChartLineIcon
out property <image> FileChartLineIcon: @image-url("icons/file-chart-line.svg");
/// FileChartPieIcon
out property <image> FileChartPieIcon: @image-url("icons/file-chart-pie.svg");
/// FileCheckIcon
out property <image> FileCheckIcon: @image-url("icons/file-check.svg");
/// FileCheck2Icon
out property <image> FileCheck2Icon: @image-url("icons/file-check-2.svg");
/// FileClockIcon
out property <image> FileClockIcon: @image-url("icons/file-clock.svg");
/// FileCodeIcon
out property <image> FileCodeIcon: @image-url("icons/file-code.svg");
/// FileCode2Icon
out property <image> FileCode2Icon: @image-url("icons/file-code-2.svg");
/// FileCogIcon
out property <image> FileCogIcon: @image-url("icons/file-cog.svg");
/// FileDiffIcon
out property <image> FileDiffIcon: @image-url("icons/file-diff.svg");
/// FileDigitIcon
out property <image> FileDigitIcon: @image-url("icons/file-digit.svg");
/// FileDownIcon
out property <image> FileDownIcon: @image-url("icons/file-down.svg");
/// FileHeartIcon
out property <image> FileHeartIcon: @image-url("icons/file-heart.svg");
/// FileImageIcon
out property <image> FileImageIcon: @image-url("icons/file-image.svg");
/// FileInputIcon
out property <image> FileInputIcon: @image-url("icons/file-input.svg");
/// FileJsonIcon
out property <image> FileJsonIcon: @image-url("icons/file-json.svg");
/// FileJson2Icon
out property <image> FileJson2Icon: @image-url("icons/file-json-2.svg");
/// FileKeyIcon
out property <image> FileKeyIcon: @image-url("icons/file-key.svg");
/// FileKey2Icon
out property <image> FileKey2Icon: @image-url("icons/file-key-2.svg");
/// FileLockIcon
out property <image> FileLockIcon: @image-url("icons/file-lock.svg");
/// FileLock2Icon
out property <image> FileLock2Icon: @image-url("icons/file-lock-2.svg");
/// FileMinusIcon
out property <image> FileMinusIcon: @image-url("icons/file-minus.svg");
/// FileMinus2Icon
out property <image> FileMinus2Icon: @image-url("icons/file-minus-2.svg");
/// FileMusicIcon
out property <image> FileMusicIcon: @image-url("icons/file-music.svg");
/// FileOutputIcon
out property <image> FileOutputIcon: @image-url("icons/file-output.svg");
/// FilePenIcon
out property <image> FilePenIcon: @image-url("icons/file-pen.svg");
/// FilePenLineIcon
out property <image> FilePenLineIcon: @image-url("icons/file-pen-line.svg");
/// FilePlayIcon
out property <image> FilePlayIcon: @image-url("icons/file-play.svg");
/// FilePlusIcon
out property <image> FilePlusIcon: @image-url("icons/file-plus.svg");
/// FilePlus2Icon
out property <image> FilePlus2Icon: @image-url("icons/file-plus-2.svg");
/// FileQuestionMarkIcon
out property <image> FileQuestionMarkIcon: @image-url("icons/file-question-mark.svg");
/// FileScanIcon
out property <image> FileScanIcon: @image-url("icons/file-scan.svg");
/// FileSearchIcon
out property <image> FileSearchIcon: @image-url("icons/file-search.svg");
/// FileSearch2Icon
out property <image> FileSearch2Icon: @image-url("icons/file-search-2.svg");
/// FileSlidersIcon
out property <image> FileSlidersIcon: @image-url("icons/file-sliders.svg");
/// FileSpreadsheetIcon
out property <image> FileSpreadsheetIcon: @image-url("icons/file-spreadsheet.svg");
/// FileStackIcon
out property <image> FileStackIcon: @image-url("icons/file-stack.svg");
/// FileSymlinkIcon
out property <image> FileSymlinkIcon: @image-url("icons/file-symlink.svg");
/// FileTerminalIcon
out property <image> FileTerminalIcon: @image-url("icons/file-terminal.svg");
/// FileTextIcon
out property <image> FileTextIcon: @image-url("icons/file-text.svg");
/// FileTypeIcon
out property <image> FileTypeIcon: @image-url("icons/file-type.svg");
/// FileType2Icon
out property <image> FileType2Icon: @image-url("icons/file-type-2.svg");
/// FileUpIcon
out property <image> FileUpIcon: @image-url("icons/file-up.svg");
/// FileUserIcon
out property <image> FileUserIcon: @image-url("icons/file-user.svg");
/// FileVideoCameraIcon
out property <image> FileVideoCameraIcon: @image-url("icons/file-video-camera.svg");
/// FileVolumeIcon
out property <image> FileVolumeIcon: @image-url("icons/file-volume.svg");
/// FileVolume2Icon
out property <image> FileVolume2Icon: @image-url("icons/file-volume-2.svg");
/// FileWarningIcon
out property <image> FileWarningIcon: @image-url("icons/file-warning.svg");
/// FileXIcon
out property <image> FileXIcon: @image-url("icons/file-x.svg");
/// FileX2Icon
out property <image> FileX2Icon: @image-url("icons/file-x-2.svg");
/// FilesIcon
out property <image> FilesIcon: @image-url("icons/files.svg");
/// FilmIcon
out property <image> FilmIcon: @image-url("icons/film.svg");
/// FingerprintIcon
out property <image> FingerprintIcon: @image-url("icons/fingerprint.svg");
/// FireExtinguisherIcon
out property <image> FireExtinguisherIcon: @image-url("icons/fire-extinguisher.svg");
/// FishIcon
out property <image> FishIcon: @image-url("icons/fish.svg");
/// FishOffIcon
out property <image> FishOffIcon: @image-url("icons/fish-off.svg");
/// FishSymbolIcon
out property <image> FishSymbolIcon: @image-url("icons/fish-symbol.svg");
/// FlagIcon
out property <image> FlagIcon: @image-url("icons/flag.svg");
/// FlagOffIcon
out property <image> FlagOffIcon: @image-url("icons/flag-off.svg");
/// FlagTriangleLeftIcon
out property <image> FlagTriangleLeftIcon: @image-url("icons/flag-triangle-left.svg");
/// FlagTriangleRightIcon
out property <image> FlagTriangleRightIcon: @image-url("icons/flag-triangle-right.svg");
/// FlameIcon
out property <image> FlameIcon: @image-url("icons/flame.svg");
/// FlameKindlingIcon
out property <image> FlameKindlingIcon: @image-url("icons/flame-kindling.svg");
/// FlashlightIcon
out property <image> FlashlightIcon: @image-url("icons/flashlight.svg");
/// FlashlightOffIcon
out property <image> FlashlightOffIcon: @image-url("icons/flashlight-off.svg");
/// FlaskConicalIcon
out property <image> FlaskConicalIcon: @image-url("icons/flask-conical.svg");
/// FlaskConicalOffIcon
out property <image> FlaskConicalOffIcon: @image-url("icons/flask-conical-off.svg");
/// FlaskRoundIcon
out property <image> FlaskRoundIcon: @image-url("icons/flask-round.svg");
/// FlipHorizontalIcon
out property <image> FlipHorizontalIcon: @image-url("icons/flip-horizontal.svg");
/// FlipHorizontal2Icon
out property <image> FlipHorizontal2Icon: @image-url("icons/flip-horizontal-2.svg");
/// FlipVerticalIcon
out property <image> FlipVerticalIcon: @image-url("icons/flip-vertical.svg");
/// FlipVertical2Icon
out property <image> FlipVertical2Icon: @image-url("icons/flip-vertical-2.svg");
/// FlowerIcon
out property <image> FlowerIcon: @image-url("icons/flower.svg");
/// Flower2Icon
out property <image> Flower2Icon: @image-url("icons/flower-2.svg");
/// FocusIcon
out property <image> FocusIcon: @image-url("icons/focus.svg");
/// FoldHorizontalIcon
out property <image> FoldHorizontalIcon: @image-url("icons/fold-horizontal.svg");
/// FoldVerticalIcon
out property <image> FoldVerticalIcon: @image-url("icons/fold-vertical.svg");
/// FolderIcon
out property <image> FolderIcon: @image-url("icons/folder.svg");
/// FolderArchiveIcon
out property <image> FolderArchiveIcon: @image-url("icons/folder-archive.svg");
/// FolderCheckIcon
out property <image> FolderCheckIcon: @image-url("icons/folder-check.svg");
/// FolderClockIcon
out property <image> FolderClockIcon: @image-url("icons/folder-clock.svg");
/// FolderClosedIcon
out property <image> FolderClosedIcon: @image-url("icons/folder-closed.svg");
/// FolderCodeIcon
out property <image> FolderCodeIcon: @image-url("icons/folder-code.svg");
/// FolderCogIcon
out property <image> FolderCogIcon: @image-url("icons/folder-cog.svg");
/// FolderDotIcon
out property <image> FolderDotIcon: @image-url("icons/folder-dot.svg");
/// FolderDownIcon
out property <image> FolderDownIcon: @image-url("icons/folder-down.svg");
/// FolderGitIcon
out property <image> FolderGitIcon: @image-url("icons/folder-git.svg");
/// FolderGit2Icon
out property <image> FolderGit2Icon: @image-url("icons/folder-git-2.svg");
/// FolderHeartIcon
out property <image> FolderHeartIcon: @image-url("icons/folder-heart.svg");
/// FolderInputIcon
out property <image> FolderInputIcon: @image-url("icons/folder-input.svg");
/// FolderKanbanIcon
out property <image> FolderKanbanIcon: @image-url("icons/folder-kanban.svg");
/// FolderKeyIcon
out property <image> FolderKeyIcon: @image-url("icons/folder-key.svg");
/// FolderLockIcon
out property <image> FolderLockIcon: @image-url("icons/folder-lock.svg");
/// FolderMinusIcon
out property <image> FolderMinusIcon: @image-url("icons/folder-minus.svg");
/// FolderOpenIcon
out property <image> FolderOpenIcon: @image-url("icons/folder-open.svg");
/// FolderOpenDotIcon
out property <image> FolderOpenDotIcon: @image-url("icons/folder-open-dot.svg");
/// FolderOutputIcon
out property <image> FolderOutputIcon: @image-url("icons/folder-output.svg");
/// FolderPenIcon
out property <image> FolderPenIcon: @image-url("icons/folder-pen.svg");
/// FolderPlusIcon
out property <image> FolderPlusIcon: @image-url("icons/folder-plus.svg");
/// FolderRootIcon
out property <image> FolderRootIcon: @image-url("icons/folder-root.svg");
/// FolderSearchIcon
out property <image> FolderSearchIcon: @image-url("icons/folder-search.svg");
/// FolderSearch2Icon
out property <image> FolderSearch2Icon: @image-url("icons/folder-search-2.svg");
/// FolderSymlinkIcon
out property <image> FolderSymlinkIcon: @image-url("icons/folder-symlink.svg");
/// FolderSyncIcon
out property <image> FolderSyncIcon: @image-url("icons/folder-sync.svg");
/// FolderTreeIcon
out property <image> FolderTreeIcon: @image-url("icons/folder-tree.svg");
/// FolderUpIcon
out property <image> FolderUpIcon: @image-url("icons/folder-up.svg");
/// FolderXIcon
out property <image> FolderXIcon: @image-url("icons/folder-x.svg");
/// FoldersIcon
out property <image> FoldersIcon: @image-url("icons/folders.svg");
/// FootprintsIcon
out property <image> FootprintsIcon: @image-url("icons/footprints.svg");
/// ForkliftIcon
out property <image> ForkliftIcon: @image-url("icons/forklift.svg");
/// ForwardIcon
out property <image> ForwardIcon: @image-url("icons/forward.svg");
/// FrameIcon
out property <image> FrameIcon: @image-url("icons/frame.svg");
/// FramerIcon
out property <image> FramerIcon: @image-url("icons/framer.svg");
/// FrownIcon
out property <image> FrownIcon: @image-url("icons/frown.svg");
/// FuelIcon
out property <image> FuelIcon: @image-url("icons/fuel.svg");
/// FullscreenIcon
out property <image> FullscreenIcon: @image-url("icons/fullscreen.svg");
/// FunnelIcon
out property <image> FunnelIcon: @image-url("icons/funnel.svg");
/// FunnelPlusIcon
out property <image> FunnelPlusIcon: @image-url("icons/funnel-plus.svg");
/// FunnelXIcon
out property <image> FunnelXIcon: @image-url("icons/funnel-x.svg");
/// GalleryHorizontalIcon
out property <image> GalleryHorizontalIcon: @image-url("icons/gallery-horizontal.svg");
/// GalleryHorizontalEndIcon
out property <image> GalleryHorizontalEndIcon: @image-url("icons/gallery-horizontal-end.svg");
/// GalleryThumbnailsIcon
out property <image> GalleryThumbnailsIcon: @image-url("icons/gallery-thumbnails.svg");
/// GalleryVerticalIcon
out property <image> GalleryVerticalIcon: @image-url("icons/gallery-vertical.svg");
/// GalleryVerticalEndIcon
out property <image> GalleryVerticalEndIcon: @image-url("icons/gallery-vertical-end.svg");
/// GamepadIcon
out property <image> GamepadIcon: @image-url("icons/gamepad.svg");
/// Gamepad2Icon
out property <image> Gamepad2Icon: @image-url("icons/gamepad-2.svg");
/// GaugeIcon
out property <image> GaugeIcon: @image-url("icons/gauge.svg");
/// GavelIcon
out property <image> GavelIcon: @image-url("icons/gavel.svg");
/// GemIcon
out property <image> GemIcon: @image-url("icons/gem.svg");
/// GeorgianLariIcon
out property <image> GeorgianLariIcon: @image-url("icons/georgian-lari.svg");
/// GhostIcon
out property <image> GhostIcon: @image-url("icons/ghost.svg");
/// GiftIcon
out property <image> GiftIcon: @image-url("icons/gift.svg");
/// GitBranchIcon
out property <image> GitBranchIcon: @image-url("icons/git-branch.svg");
/// GitBranchPlusIcon
out property <image> GitBranchPlusIcon: @image-url("icons/git-branch-plus.svg");
/// GitCommitHorizontalIcon
out property <image> GitCommitHorizontalIcon: @image-url("icons/git-commit-horizontal.svg");
/// GitCommitVerticalIcon
out property <image> GitCommitVerticalIcon: @image-url("icons/git-commit-vertical.svg");
/// GitCompareIcon
out property <image> GitCompareIcon: @image-url("icons/git-compare.svg");
/// GitCompareArrowsIcon
out property <image> GitCompareArrowsIcon: @image-url("icons/git-compare-arrows.svg");
/// GitForkIcon
out property <image> GitForkIcon: @image-url("icons/git-fork.svg");
/// GitGraphIcon
out property <image> GitGraphIcon: @image-url("icons/git-graph.svg");
/// GitMergeIcon
out property <image> GitMergeIcon: @image-url("icons/git-merge.svg");
/// GitPullRequestIcon
out property <image> GitPullRequestIcon: @image-url("icons/git-pull-request.svg");
/// GitPullRequestArrowIcon
out property <image> GitPullRequestArrowIcon: @image-url("icons/git-pull-request-arrow.svg");
/// GitPullRequestClosedIcon
out property <image> GitPullRequestClosedIcon: @image-url("icons/git-pull-request-closed.svg");
/// GitPullRequestCreateIcon
out property <image> GitPullRequestCreateIcon: @image-url("icons/git-pull-request-create.svg");
/// GitPullRequestCreateArrowIcon
out property <image> GitPullRequestCreateArrowIcon: @image-url("icons/git-pull-request-create-arrow.svg");
/// GitPullRequestDraftIcon
out property <image> GitPullRequestDraftIcon: @image-url("icons/git-pull-request-draft.svg");
/// GithubIcon
out property <image> GithubIcon: @image-url("icons/github.svg");
/// GitlabIcon
out property <image> GitlabIcon: @image-url("icons/gitlab.svg");
/// GlassWaterIcon
out property <image> GlassWaterIcon: @image-url("icons/glass-water.svg");
/// GlassesIcon
out property <image> GlassesIcon: @image-url("icons/glasses.svg");
/// GlobeIcon
out property <image> GlobeIcon: @image-url("icons/globe.svg");
/// GlobeLockIcon
out property <image> GlobeLockIcon: @image-url("icons/globe-lock.svg");
/// GoalIcon
out property <image> GoalIcon: @image-url("icons/goal.svg");
/// GpuIcon
out property <image> GpuIcon: @image-url("icons/gpu.svg");
/// GraduationCapIcon
out property <image> GraduationCapIcon: @image-url("icons/graduation-cap.svg");
/// GrapeIcon
out property <image> GrapeIcon: @image-url("icons/grape.svg");
/// Grid2x2Icon
out property <image> Grid2x2Icon: @image-url("icons/grid-2x2.svg");
/// Grid2x2CheckIcon
out property <image> Grid2x2CheckIcon: @image-url("icons/grid-2x2-check.svg");
/// Grid2x2PlusIcon
out property <image> Grid2x2PlusIcon: @image-url("icons/grid-2x2-plus.svg");
/// Grid2x2XIcon
out property <image> Grid2x2XIcon: @image-url("icons/grid-2x2-x.svg");
/// Grid3x2Icon
out property <image> Grid3x2Icon: @image-url("icons/grid-3x2.svg");
/// Grid3x3Icon
out property <image> Grid3x3Icon: @image-url("icons/grid-3x3.svg");
/// GripIcon
out property <image> GripIcon: @image-url("icons/grip.svg");
/// GripHorizontalIcon
out property <image> GripHorizontalIcon: @image-url("icons/grip-horizontal.svg");
/// GripVerticalIcon
out property <image> GripVerticalIcon: @image-url("icons/grip-vertical.svg");
/// GroupIcon
out property <image> GroupIcon: @image-url("icons/group.svg");
/// GuitarIcon
out property <image> GuitarIcon: @image-url("icons/guitar.svg");
/// HamIcon
out property <image> HamIcon: @image-url("icons/ham.svg");
/// HamburgerIcon
out property <image> HamburgerIcon: @image-url("icons/hamburger.svg");
/// HammerIcon
out property <image> HammerIcon: @image-url("icons/hammer.svg");
/// HandIcon
out property <image> HandIcon: @image-url("icons/hand.svg");
/// HandCoinsIcon
out property <image> HandCoinsIcon: @image-url("icons/hand-coins.svg");
/// HandFistIcon
out property <image> HandFistIcon: @image-url("icons/hand-fist.svg");
/// HandGrabIcon
out property <image> HandGrabIcon: @image-url("icons/hand-grab.svg");
/// HandHeartIcon
out property <image> HandHeartIcon: @image-url("icons/hand-heart.svg");
/// HandHelpingIcon
out property <image> HandHelpingIcon: @image-url("icons/hand-helping.svg");
/// HandMetalIcon
out property <image> HandMetalIcon: @image-url("icons/hand-metal.svg");
/// HandPlatterIcon
out property <image> HandPlatterIcon: @image-url("icons/hand-platter.svg");
/// HandbagIcon
out property <image> HandbagIcon: @image-url("icons/handbag.svg");
/// HandshakeIcon
out property <image> HandshakeIcon: @image-url("icons/handshake.svg");
/// HardDriveIcon
out property <image> HardDriveIcon: @image-url("icons/hard-drive.svg");
/// HardDriveDownloadIcon
out property <image> HardDriveDownloadIcon: @image-url("icons/hard-drive-download.svg");
/// HardDriveUploadIcon
out property <image> HardDriveUploadIcon: @image-url("icons/hard-drive-upload.svg");
/// HardHatIcon
out property <image> HardHatIcon: @image-url("icons/hard-hat.svg");
/// HashIcon
out property <image> HashIcon: @image-url("icons/hash.svg");
/// HatGlassesIcon
out property <image> HatGlassesIcon: @image-url("icons/hat-glasses.svg");
/// HazeIcon
out property <image> HazeIcon: @image-url("icons/haze.svg");
/// HdmiPortIcon
out property <image> HdmiPortIcon: @image-url("icons/hdmi-port.svg");
/// HeadingIcon
out property <image> HeadingIcon: @image-url("icons/heading.svg");
/// Heading1Icon
out property <image> Heading1Icon: @image-url("icons/heading-1.svg");
/// Heading2Icon
out property <image> Heading2Icon: @image-url("icons/heading-2.svg");
/// Heading3Icon
out property <image> Heading3Icon: @image-url("icons/heading-3.svg");
/// Heading4Icon
out property <image> Heading4Icon: @image-url("icons/heading-4.svg");
/// Heading5Icon
out property <image> Heading5Icon: @image-url("icons/heading-5.svg");
/// Heading6Icon
out property <image> Heading6Icon: @image-url("icons/heading-6.svg");
/// HeadphoneOffIcon
out property <image> HeadphoneOffIcon: @image-url("icons/headphone-off.svg");
/// HeadphonesIcon
out property <image> HeadphonesIcon: @image-url("icons/headphones.svg");
/// HeadsetIcon
out property <image> HeadsetIcon: @image-url("icons/headset.svg");
/// HeartIcon
out property <image> HeartIcon: @image-url("icons/heart.svg");
/// HeartCrackIcon
out property <image> HeartCrackIcon: @image-url("icons/heart-crack.svg");
/// HeartHandshakeIcon
out property <image> HeartHandshakeIcon: @image-url("icons/heart-handshake.svg");
/// HeartMinusIcon
out property <image> HeartMinusIcon: @image-url("icons/heart-minus.svg");
/// HeartOffIcon
out property <image> HeartOffIcon: @image-url("icons/heart-off.svg");
/// HeartPlusIcon
out property <image> HeartPlusIcon: @image-url("icons/heart-plus.svg");
/// HeartPulseIcon
out property <image> HeartPulseIcon: @image-url("icons/heart-pulse.svg");
/// HeaterIcon
out property <image> HeaterIcon: @image-url("icons/heater.svg");
/// HexagonIcon
out property <image> HexagonIcon: @image-url("icons/hexagon.svg");
/// HighlighterIcon
out property <image> HighlighterIcon: @image-url("icons/highlighter.svg");
/// HistoryIcon
out property <image> HistoryIcon: @image-url("icons/history.svg");
/// HopIcon
out property <image> HopIcon: @image-url("icons/hop.svg");
/// HopOffIcon
out property <image> HopOffIcon: @image-url("icons/hop-off.svg");
/// HospitalIcon
out property <image> HospitalIcon: @image-url("icons/hospital.svg");
/// HotelIcon
out property <image> HotelIcon: @image-url("icons/hotel.svg");
/// HourglassIcon
out property <image> HourglassIcon: @image-url("icons/hourglass.svg");
/// HouseIcon
out property <image> HouseIcon: @image-url("icons/house.svg");
/// HouseHeartIcon
out property <image> HouseHeartIcon: @image-url("icons/house-heart.svg");
/// HousePlugIcon
out property <image> HousePlugIcon: @image-url("icons/house-plug.svg");
/// HousePlusIcon
out property <image> HousePlusIcon: @image-url("icons/house-plus.svg");
/// HouseWifiIcon
out property <image> HouseWifiIcon: @image-url("icons/house-wifi.svg");
/// IceCreamBowlIcon
out property <image> IceCreamBowlIcon: @image-url("icons/ice-cream-bowl.svg");
/// IceCreamConeIcon
out property <image> IceCreamConeIcon: @image-url("icons/ice-cream-cone.svg");
/// IdCardIcon
out property <image> IdCardIcon: @image-url("icons/id-card.svg");
/// IdCardLanyardIcon
out property <image> IdCardLanyardIcon: @image-url("icons/id-card-lanyard.svg");
/// ImageIcon
out property <image> ImageIcon: @image-url("icons/image.svg");
/// ImageDownIcon
out property <image> ImageDownIcon: @image-url("icons/image-down.svg");
/// ImageMinusIcon
out property <image> ImageMinusIcon: @image-url("icons/image-minus.svg");
/// ImageOffIcon
out property <image> ImageOffIcon: @image-url("icons/image-off.svg");
/// ImagePlayIcon
out property <image> ImagePlayIcon: @image-url("icons/image-play.svg");
/// ImagePlusIcon
out property <image> ImagePlusIcon: @image-url("icons/image-plus.svg");
/// ImageUpIcon
out property <image> ImageUpIcon: @image-url("icons/image-up.svg");
/// ImageUpscaleIcon
out property <image> ImageUpscaleIcon: @image-url("icons/image-upscale.svg");
/// ImagesIcon
out property <image> ImagesIcon: @image-url("icons/images.svg");
/// ImportIcon
out property <image> ImportIcon: @image-url("icons/import.svg");
/// InboxIcon
out property <image> InboxIcon: @image-url("icons/inbox.svg");
/// IndianRupeeIcon
out property <image> IndianRupeeIcon: @image-url("icons/indian-rupee.svg");
/// InfinityIcon
out property <image> InfinityIcon: @image-url("icons/infinity.svg");
/// InfoIcon
out property <image> InfoIcon: @image-url("icons/info.svg");
/// InspectionPanelIcon
out property <image> InspectionPanelIcon: @image-url("icons/inspection-panel.svg");
/// InstagramIcon
out property <image> InstagramIcon: @image-url("icons/instagram.svg");
/// ItalicIcon
out property <image> ItalicIcon: @image-url("icons/italic.svg");
/// IterationCcwIcon
out property <image> IterationCcwIcon: @image-url("icons/iteration-ccw.svg");
/// IterationCwIcon
out property <image> IterationCwIcon: @image-url("icons/iteration-cw.svg");
/// JapaneseYenIcon
out property <image> JapaneseYenIcon: @image-url("icons/japanese-yen.svg");
/// JoystickIcon
out property <image> JoystickIcon: @image-url("icons/joystick.svg");
/// KanbanIcon
out property <image> KanbanIcon: @image-url("icons/kanban.svg");
/// KayakIcon
out property <image> KayakIcon: @image-url("icons/kayak.svg");
/// KeyIcon
out property <image> KeyIcon: @image-url("icons/key.svg");
/// KeyRoundIcon
out property <image> KeyRoundIcon: @image-url("icons/key-round.svg");
/// KeySquareIcon
out property <image> KeySquareIcon: @image-url("icons/key-square.svg");
/// KeyboardIcon
out property <image> KeyboardIcon: @image-url("icons/keyboard.svg");
/// KeyboardMusicIcon
out property <image> KeyboardMusicIcon: @image-url("icons/keyboard-music.svg");
/// KeyboardOffIcon
out property <image> KeyboardOffIcon: @image-url("icons/keyboard-off.svg");
/// LampIcon
out property <image> LampIcon: @image-url("icons/lamp.svg");
/// LampCeilingIcon
out property <image> LampCeilingIcon: @image-url("icons/lamp-ceiling.svg");
/// LampDeskIcon
out property <image> LampDeskIcon: @image-url("icons/lamp-desk.svg");
/// LampFloorIcon
out property <image> LampFloorIcon: @image-url("icons/lamp-floor.svg");
/// LampWallDownIcon
out property <image> LampWallDownIcon: @image-url("icons/lamp-wall-down.svg");
/// LampWallUpIcon
out property <image> LampWallUpIcon: @image-url("icons/lamp-wall-up.svg");
/// LandPlotIcon
out property <image> LandPlotIcon: @image-url("icons/land-plot.svg");
/// LandmarkIcon
out property <image> LandmarkIcon: @image-url("icons/landmark.svg");
/// LanguagesIcon
out property <image> LanguagesIcon: @image-url("icons/languages.svg");
/// LaptopIcon
out property <image> LaptopIcon: @image-url("icons/laptop.svg");
/// LaptopMinimalIcon
out property <image> LaptopMinimalIcon: @image-url("icons/laptop-minimal.svg");
/// LaptopMinimalCheckIcon
out property <image> LaptopMinimalCheckIcon: @image-url("icons/laptop-minimal-check.svg");
/// LassoIcon
out property <image> LassoIcon: @image-url("icons/lasso.svg");
/// LassoSelectIcon
out property <image> LassoSelectIcon: @image-url("icons/lasso-select.svg");
/// LaughIcon
out property <image> LaughIcon: @image-url("icons/laugh.svg");
/// LayersIcon
out property <image> LayersIcon: @image-url("icons/layers.svg");
/// Layers2Icon
out property <image> Layers2Icon: @image-url("icons/layers-2.svg");
/// LayoutDashboardIcon
out property <image> LayoutDashboardIcon: @image-url("icons/layout-dashboard.svg");
/// LayoutGridIcon
out property <image> LayoutGridIcon: @image-url("icons/layout-grid.svg");
/// LayoutListIcon
out property <image> LayoutListIcon: @image-url("icons/layout-list.svg");
/// LayoutPanelLeftIcon
out property <image> LayoutPanelLeftIcon: @image-url("icons/layout-panel-left.svg");
/// LayoutPanelTopIcon
out property <image> LayoutPanelTopIcon: @image-url("icons/layout-panel-top.svg");
/// LayoutTemplateIcon
out property <image> LayoutTemplateIcon: @image-url("icons/layout-template.svg");
/// LeafIcon
out property <image> LeafIcon: @image-url("icons/leaf.svg");
/// LeafyGreenIcon
out property <image> LeafyGreenIcon: @image-url("icons/leafy-green.svg");
/// LecternIcon
out property <image> LecternIcon: @image-url("icons/lectern.svg");
/// LibraryIcon
out property <image> LibraryIcon: @image-url("icons/library.svg");
/// LibraryBigIcon
out property <image> LibraryBigIcon: @image-url("icons/library-big.svg");
/// LifeBuoyIcon
out property <image> LifeBuoyIcon: @image-url("icons/life-buoy.svg");
/// LigatureIcon
out property <image> LigatureIcon: @image-url("icons/ligature.svg");
/// LightbulbIcon
out property <image> LightbulbIcon: @image-url("icons/lightbulb.svg");
/// LightbulbOffIcon
out property <image> LightbulbOffIcon: @image-url("icons/lightbulb-off.svg");
/// LineSquiggleIcon
out property <image> LineSquiggleIcon: @image-url("icons/line-squiggle.svg");
/// LinkIcon
out property <image> LinkIcon: @image-url("icons/link.svg");
/// Link2Icon
out property <image> Link2Icon: @image-url("icons/link-2.svg");
/// Link2OffIcon
out property <image> Link2OffIcon: @image-url("icons/link-2-off.svg");
/// LinkedinIcon
out property <image> LinkedinIcon: @image-url("icons/linkedin.svg");
/// ListIcon
out property <image> ListIcon: @image-url("icons/list.svg");
/// ListCheckIcon
out property <image> ListCheckIcon: @image-url("icons/list-check.svg");
/// ListChecksIcon
out property <image> ListChecksIcon: @image-url("icons/list-checks.svg");
/// ListChevronsDownUpIcon
out property <image> ListChevronsDownUpIcon: @image-url("icons/list-chevrons-down-up.svg");
/// ListChevronsUpDownIcon
out property <image> ListChevronsUpDownIcon: @image-url("icons/list-chevrons-up-down.svg");
/// ListCollapseIcon
out property <image> ListCollapseIcon: @image-url("icons/list-collapse.svg");
/// ListEndIcon
out property <image> ListEndIcon: @image-url("icons/list-end.svg");
/// ListFilterIcon
out property <image> ListFilterIcon: @image-url("icons/list-filter.svg");
/// ListFilterPlusIcon
out property <image> ListFilterPlusIcon: @image-url("icons/list-filter-plus.svg");
/// ListIndentDecreaseIcon
out property <image> ListIndentDecreaseIcon: @image-url("icons/list-indent-decrease.svg");
/// ListIndentIncreaseIcon
out property <image> ListIndentIncreaseIcon: @image-url("icons/list-indent-increase.svg");
/// ListMinusIcon
out property <image> ListMinusIcon: @image-url("icons/list-minus.svg");
/// ListMusicIcon
out property <image> ListMusicIcon: @image-url("icons/list-music.svg");
/// ListOrderedIcon
out property <image> ListOrderedIcon: @image-url("icons/list-ordered.svg");
/// ListPlusIcon
out property <image> ListPlusIcon: @image-url("icons/list-plus.svg");
/// ListRestartIcon
out property <image> ListRestartIcon: @image-url("icons/list-restart.svg");
/// ListStartIcon
out property <image> ListStartIcon: @image-url("icons/list-start.svg");
/// ListTodoIcon
out property <image> ListTodoIcon: @image-url("icons/list-todo.svg");
/// ListTreeIcon
out property <image> ListTreeIcon: @image-url("icons/list-tree.svg");
/// ListVideoIcon
out property <image> ListVideoIcon: @image-url("icons/list-video.svg");
/// ListXIcon
out property <image> ListXIcon: @image-url("icons/list-x.svg");
/// LoaderIcon
out property <image> LoaderIcon: @image-url("icons/loader.svg");
/// LoaderCircleIcon
out property <image> LoaderCircleIcon: @image-url("icons/loader-circle.svg");
/// LoaderPinwheelIcon
out property <image> LoaderPinwheelIcon: @image-url("icons/loader-pinwheel.svg");
/// LocateIcon
out property <image> LocateIcon: @image-url("icons/locate.svg");
/// LocateFixedIcon
out property <image> LocateFixedIcon: @image-url("icons/locate-fixed.svg");
/// LocateOffIcon
out property <image> LocateOffIcon: @image-url("icons/locate-off.svg");
/// LockIcon
out property <image> LockIcon: @image-url("icons/lock.svg");
/// LockKeyholeIcon
out property <image> LockKeyholeIcon: @image-url("icons/lock-keyhole.svg");
/// LockKeyholeOpenIcon
out property <image> LockKeyholeOpenIcon: @image-url("icons/lock-keyhole-open.svg");
/// LockOpenIcon
out property <image> LockOpenIcon: @image-url("icons/lock-open.svg");
/// LogInIcon
out property <image> LogInIcon: @image-url("icons/log-in.svg");
/// LogOutIcon
out property <image> LogOutIcon: @image-url("icons/log-out.svg");
/// LogsIcon
out property <image> LogsIcon: @image-url("icons/logs.svg");
/// LollipopIcon
out property <image> LollipopIcon: @image-url("icons/lollipop.svg");
/// LuggageIcon
out property <image> LuggageIcon: @image-url("icons/luggage.svg");
/// MagnetIcon
out property <image> MagnetIcon: @image-url("icons/magnet.svg");
/// MailIcon
out property <image> MailIcon: @image-url("icons/mail.svg");
/// MailCheckIcon
out property <image> MailCheckIcon: @image-url("icons/mail-check.svg");
/// MailMinusIcon
out property <image> MailMinusIcon: @image-url("icons/mail-minus.svg");
/// MailOpenIcon
out property <image> MailOpenIcon: @image-url("icons/mail-open.svg");
/// MailPlusIcon
out property <image> MailPlusIcon: @image-url("icons/mail-plus.svg");
/// MailQuestionMarkIcon
out property <image> MailQuestionMarkIcon: @image-url("icons/mail-question-mark.svg");
/// MailSearchIcon
out property <image> MailSearchIcon: @image-url("icons/mail-search.svg");
/// MailWarningIcon
out property <image> MailWarningIcon: @image-url("icons/mail-warning.svg");
/// MailXIcon
out property <image> MailXIcon: @image-url("icons/mail-x.svg");
/// MailboxIcon
out property <image> MailboxIcon: @image-url("icons/mailbox.svg");
/// MailsIcon
out property <image> MailsIcon: @image-url("icons/mails.svg");
/// MapIcon
out property <image> MapIcon: @image-url("icons/map.svg");
/// MapMinusIcon
out property <image> MapMinusIcon: @image-url("icons/map-minus.svg");
/// MapPinIcon
out property <image> MapPinIcon: @image-url("icons/map-pin.svg");
/// MapPinCheckIcon
out property <image> MapPinCheckIcon: @image-url("icons/map-pin-check.svg");
/// MapPinCheckInsideIcon
out property <image> MapPinCheckInsideIcon: @image-url("icons/map-pin-check-inside.svg");
/// MapPinHouseIcon
out property <image> MapPinHouseIcon: @image-url("icons/map-pin-house.svg");
/// MapPinMinusIcon
out property <image> MapPinMinusIcon: @image-url("icons/map-pin-minus.svg");
/// MapPinMinusInsideIcon
out property <image> MapPinMinusInsideIcon: @image-url("icons/map-pin-minus-inside.svg");
/// MapPinOffIcon
out property <image> MapPinOffIcon: @image-url("icons/map-pin-off.svg");
/// MapPinPenIcon
out property <image> MapPinPenIcon: @image-url("icons/map-pin-pen.svg");
/// MapPinPlusIcon
out property <image> MapPinPlusIcon: @image-url("icons/map-pin-plus.svg");
/// MapPinPlusInsideIcon
out property <image> MapPinPlusInsideIcon: @image-url("icons/map-pin-plus-inside.svg");
/// MapPinXIcon
out property <image> MapPinXIcon: @image-url("icons/map-pin-x.svg");
/// MapPinXInsideIcon
out property <image> MapPinXInsideIcon: @image-url("icons/map-pin-x-inside.svg");
/// MapPinnedIcon
out property <image> MapPinnedIcon: @image-url("icons/map-pinned.svg");
/// MapPlusIcon
out property <image> MapPlusIcon: @image-url("icons/map-plus.svg");
/// MarsIcon
out property <image> MarsIcon: @image-url("icons/mars.svg");
/// MarsStrokeIcon
out property <image> MarsStrokeIcon: @image-url("icons/mars-stroke.svg");
/// MartiniIcon
out property <image> MartiniIcon: @image-url("icons/martini.svg");
/// MaximizeIcon
out property <image> MaximizeIcon: @image-url("icons/maximize.svg");
/// Maximize2Icon
out property <image> Maximize2Icon: @image-url("icons/maximize-2.svg");
/// MedalIcon
out property <image> MedalIcon: @image-url("icons/medal.svg");
/// MegaphoneIcon
out property <image> MegaphoneIcon: @image-url("icons/megaphone.svg");
/// MegaphoneOffIcon
out property <image> MegaphoneOffIcon: @image-url("icons/megaphone-off.svg");
/// MehIcon
out property <image> MehIcon: @image-url("icons/meh.svg");
/// MemoryStickIcon
out property <image> MemoryStickIcon: @image-url("icons/memory-stick.svg");
/// MenuIcon
out property <image> MenuIcon: @image-url("icons/menu.svg");
/// MergeIcon
out property <image> MergeIcon: @image-url("icons/merge.svg");
/// MessageCircleIcon
out property <image> MessageCircleIcon: @image-url("icons/message-circle.svg");
/// MessageCircleCodeIcon
out property <image> MessageCircleCodeIcon: @image-url("icons/message-circle-code.svg");
/// MessageCircleDashedIcon
out property <image> MessageCircleDashedIcon: @image-url("icons/message-circle-dashed.svg");
/// MessageCircleHeartIcon
out property <image> MessageCircleHeartIcon: @image-url("icons/message-circle-heart.svg");
/// MessageCircleMoreIcon
out property <image> MessageCircleMoreIcon: @image-url("icons/message-circle-more.svg");
/// MessageCircleOffIcon
out property <image> MessageCircleOffIcon: @image-url("icons/message-circle-off.svg");
/// MessageCirclePlusIcon
out property <image> MessageCirclePlusIcon: @image-url("icons/message-circle-plus.svg");
/// MessageCircleQuestionMarkIcon
out property <image> MessageCircleQuestionMarkIcon: @image-url("icons/message-circle-question-mark.svg");
/// MessageCircleReplyIcon
out property <image> MessageCircleReplyIcon: @image-url("icons/message-circle-reply.svg");
/// MessageCircleWarningIcon
out property <image> MessageCircleWarningIcon: @image-url("icons/message-circle-warning.svg");
/// MessageCircleXIcon
out property <image> MessageCircleXIcon: @image-url("icons/message-circle-x.svg");
/// MessageSquareIcon
out property <image> MessageSquareIcon: @image-url("icons/message-square.svg");
/// MessageSquareCodeIcon
out property <image> MessageSquareCodeIcon: @image-url("icons/message-square-code.svg");
/// MessageSquareDashedIcon
out property <image> MessageSquareDashedIcon: @image-url("icons/message-square-dashed.svg");
/// MessageSquareDiffIcon
out property <image> MessageSquareDiffIcon: @image-url("icons/message-square-diff.svg");
/// MessageSquareDotIcon
out property <image> MessageSquareDotIcon: @image-url("icons/message-square-dot.svg");
/// MessageSquareHeartIcon
out property <image> MessageSquareHeartIcon: @image-url("icons/message-square-heart.svg");
/// MessageSquareLockIcon
out property <image> MessageSquareLockIcon: @image-url("icons/message-square-lock.svg");
/// MessageSquareMoreIcon
out property <image> MessageSquareMoreIcon: @image-url("icons/message-square-more.svg");
/// MessageSquareOffIcon
out property <image> MessageSquareOffIcon: @image-url("icons/message-square-off.svg");
/// MessageSquarePlusIcon
out property <image> MessageSquarePlusIcon: @image-url("icons/message-square-plus.svg");
/// MessageSquareQuoteIcon
out property <image> MessageSquareQuoteIcon: @image-url("icons/message-square-quote.svg");
/// MessageSquareReplyIcon
out property <image> MessageSquareReplyIcon: @image-url("icons/message-square-reply.svg");
/// MessageSquareShareIcon
out property <image> MessageSquareShareIcon: @image-url("icons/message-square-share.svg");
/// MessageSquareTextIcon
out property <image> MessageSquareTextIcon: @image-url("icons/message-square-text.svg");
/// MessageSquareWarningIcon
out property <image> MessageSquareWarningIcon: @image-url("icons/message-square-warning.svg");
/// MessageSquareXIcon
out property <image> MessageSquareXIcon: @image-url("icons/message-square-x.svg");
/// MessagesSquareIcon
out property <image> MessagesSquareIcon: @image-url("icons/messages-square.svg");
/// MicIcon
out property <image> MicIcon: @image-url("icons/mic.svg");
/// MicOffIcon
out property <image> MicOffIcon: @image-url("icons/mic-off.svg");
/// MicVocalIcon
out property <image> MicVocalIcon: @image-url("icons/mic-vocal.svg");
/// MicrochipIcon
out property <image> MicrochipIcon: @image-url("icons/microchip.svg");
/// MicroscopeIcon
out property <image> MicroscopeIcon: @image-url("icons/microscope.svg");
/// MicrowaveIcon
out property <image> MicrowaveIcon: @image-url("icons/microwave.svg");
/// MilestoneIcon
out property <image> MilestoneIcon: @image-url("icons/milestone.svg");
/// MilkIcon
out property <image> MilkIcon: @image-url("icons/milk.svg");
/// MilkOffIcon
out property <image> MilkOffIcon: @image-url("icons/milk-off.svg");
/// MinimizeIcon
out property <image> MinimizeIcon: @image-url("icons/minimize.svg");
/// Minimize2Icon
out property <image> Minimize2Icon: @image-url("icons/minimize-2.svg");
/// MinusIcon
out property <image> MinusIcon: @image-url("icons/minus.svg");
/// MonitorIcon
out property <image> MonitorIcon: @image-url("icons/monitor.svg");
/// MonitorCheckIcon
out property <image> MonitorCheckIcon: @image-url("icons/monitor-check.svg");
/// MonitorCloudIcon
out property <image> MonitorCloudIcon: @image-url("icons/monitor-cloud.svg");
/// MonitorCogIcon
out property <image> MonitorCogIcon: @image-url("icons/monitor-cog.svg");
/// MonitorDotIcon
out property <image> MonitorDotIcon: @image-url("icons/monitor-dot.svg");
/// MonitorDownIcon
out property <image> MonitorDownIcon: @image-url("icons/monitor-down.svg");
/// MonitorOffIcon
out property <image> MonitorOffIcon: @image-url("icons/monitor-off.svg");
/// MonitorPauseIcon
out property <image> MonitorPauseIcon: @image-url("icons/monitor-pause.svg");
/// MonitorPlayIcon
out property <image> MonitorPlayIcon: @image-url("icons/monitor-play.svg");
/// MonitorSmartphoneIcon
out property <image> MonitorSmartphoneIcon: @image-url("icons/monitor-smartphone.svg");
/// MonitorSpeakerIcon
out property <image> MonitorSpeakerIcon: @image-url("icons/monitor-speaker.svg");
/// MonitorStopIcon
out property <image> MonitorStopIcon: @image-url("icons/monitor-stop.svg");
/// MonitorUpIcon
out property <image> MonitorUpIcon: @image-url("icons/monitor-up.svg");
/// MonitorXIcon
out property <image> MonitorXIcon: @image-url("icons/monitor-x.svg");
/// MoonIcon
out property <image> MoonIcon: @image-url("icons/moon.svg");
/// MoonStarIcon
out property <image> MoonStarIcon: @image-url("icons/moon-star.svg");
/// MotorbikeIcon
out property <image> MotorbikeIcon: @image-url("icons/motorbike.svg");
/// MountainIcon
out property <image> MountainIcon: @image-url("icons/mountain.svg");
/// MountainSnowIcon
out property <image> MountainSnowIcon: @image-url("icons/mountain-snow.svg");
/// MouseIcon
out property <image> MouseIcon: @image-url("icons/mouse.svg");
/// MouseOffIcon
out property <image> MouseOffIcon: @image-url("icons/mouse-off.svg");
/// MousePointerIcon
out property <image> MousePointerIcon: @image-url("icons/mouse-pointer.svg");
/// MousePointer2Icon
out property <image> MousePointer2Icon: @image-url("icons/mouse-pointer-2.svg");
/// MousePointerBanIcon
out property <image> MousePointerBanIcon: @image-url("icons/mouse-pointer-ban.svg");
/// MousePointerClickIcon
out property <image> MousePointerClickIcon: @image-url("icons/mouse-pointer-click.svg");
/// MoveIcon
out property <image> MoveIcon: @image-url("icons/move.svg");
/// Move3dIcon
out property <image> Move3dIcon: @image-url("icons/move-3d.svg");
/// MoveDiagonalIcon
out property <image> MoveDiagonalIcon: @image-url("icons/move-diagonal.svg");
/// MoveDiagonal2Icon
out property <image> MoveDiagonal2Icon: @image-url("icons/move-diagonal-2.svg");
/// MoveDownIcon
out property <image> MoveDownIcon: @image-url("icons/move-down.svg");
/// MoveDownLeftIcon
out property <image> MoveDownLeftIcon: @image-url("icons/move-down-left.svg");
/// MoveDownRightIcon
out property <image> MoveDownRightIcon: @image-url("icons/move-down-right.svg");
/// MoveHorizontalIcon
out property <image> MoveHorizontalIcon: @image-url("icons/move-horizontal.svg");
/// MoveLeftIcon
out property <image> MoveLeftIcon: @image-url("icons/move-left.svg");
/// MoveRightIcon
out property <image> MoveRightIcon: @image-url("icons/move-right.svg");
/// MoveUpIcon
out property <image> MoveUpIcon: @image-url("icons/move-up.svg");
/// MoveUpLeftIcon
out property <image> MoveUpLeftIcon: @image-url("icons/move-up-left.svg");
/// MoveUpRightIcon
out property <image> MoveUpRightIcon: @image-url("icons/move-up-right.svg");
/// MoveVerticalIcon
out property <image> MoveVerticalIcon: @image-url("icons/move-vertical.svg");
/// MusicIcon
out property <image> MusicIcon: @image-url("icons/music.svg");
/// Music2Icon
out property <image> Music2Icon: @image-url("icons/music-2.svg");
/// Music3Icon
out property <image> Music3Icon: @image-url("icons/music-3.svg");
/// Music4Icon
out property <image> Music4Icon: @image-url("icons/music-4.svg");
/// NavigationIcon
out property <image> NavigationIcon: @image-url("icons/navigation.svg");
/// Navigation2Icon
out property <image> Navigation2Icon: @image-url("icons/navigation-2.svg");
/// Navigation2OffIcon
out property <image> Navigation2OffIcon: @image-url("icons/navigation-2-off.svg");
/// NavigationOffIcon
out property <image> NavigationOffIcon: @image-url("icons/navigation-off.svg");
/// NetworkIcon
out property <image> NetworkIcon: @image-url("icons/network.svg");
/// NewspaperIcon
out property <image> NewspaperIcon: @image-url("icons/newspaper.svg");
/// NfcIcon
out property <image> NfcIcon: @image-url("icons/nfc.svg");
/// NonBinaryIcon
out property <image> NonBinaryIcon: @image-url("icons/non-binary.svg");
/// NotebookIcon
out property <image> NotebookIcon: @image-url("icons/notebook.svg");
/// NotebookPenIcon
out property <image> NotebookPenIcon: @image-url("icons/notebook-pen.svg");
/// NotebookTabsIcon
out property <image> NotebookTabsIcon: @image-url("icons/notebook-tabs.svg");
/// NotebookTextIcon
out property <image> NotebookTextIcon: @image-url("icons/notebook-text.svg");
/// NotepadTextIcon
out property <image> NotepadTextIcon: @image-url("icons/notepad-text.svg");
/// NotepadTextDashedIcon
out property <image> NotepadTextDashedIcon: @image-url("icons/notepad-text-dashed.svg");
/// NutIcon
out property <image> NutIcon: @image-url("icons/nut.svg");
/// NutOffIcon
out property <image> NutOffIcon: @image-url("icons/nut-off.svg");
/// OctagonIcon
out property <image> OctagonIcon: @image-url("icons/octagon.svg");
/// OctagonAlertIcon
out property <image> OctagonAlertIcon: @image-url("icons/octagon-alert.svg");
/// OctagonMinusIcon
out property <image> OctagonMinusIcon: @image-url("icons/octagon-minus.svg");
/// OctagonPauseIcon
out property <image> OctagonPauseIcon: @image-url("icons/octagon-pause.svg");
/// OctagonXIcon
out property <image> OctagonXIcon: @image-url("icons/octagon-x.svg");
/// OmegaIcon
out property <image> OmegaIcon: @image-url("icons/omega.svg");
/// OptionIcon
out property <image> OptionIcon: @image-url("icons/option.svg");
/// OrbitIcon
out property <image> OrbitIcon: @image-url("icons/orbit.svg");
/// OrigamiIcon
out property <image> OrigamiIcon: @image-url("icons/origami.svg");
/// PackageIcon
out property <image> PackageIcon: @image-url("icons/package.svg");
/// Package2Icon
out property <image> Package2Icon: @image-url("icons/package-2.svg");
/// PackageCheckIcon
out property <image> PackageCheckIcon: @image-url("icons/package-check.svg");
/// PackageMinusIcon
out property <image> PackageMinusIcon: @image-url("icons/package-minus.svg");
/// PackageOpenIcon
out property <image> PackageOpenIcon: @image-url("icons/package-open.svg");
/// PackagePlusIcon
out property <image> PackagePlusIcon: @image-url("icons/package-plus.svg");
/// PackageSearchIcon
out property <image> PackageSearchIcon: @image-url("icons/package-search.svg");
/// PackageXIcon
out property <image> PackageXIcon: @image-url("icons/package-x.svg");
/// PaintBucketIcon
out property <image> PaintBucketIcon: @image-url("icons/paint-bucket.svg");
/// PaintRollerIcon
out property <image> PaintRollerIcon: @image-url("icons/paint-roller.svg");
/// PaintbrushIcon
out property <image> PaintbrushIcon: @image-url("icons/paintbrush.svg");
/// PaintbrushVerticalIcon
out property <image> PaintbrushVerticalIcon: @image-url("icons/paintbrush-vertical.svg");
/// PaletteIcon
out property <image> PaletteIcon: @image-url("icons/palette.svg");
/// PandaIcon
out property <image> PandaIcon: @image-url("icons/panda.svg");
/// PanelBottomIcon
out property <image> PanelBottomIcon: @image-url("icons/panel-bottom.svg");
/// PanelBottomCloseIcon
out property <image> PanelBottomCloseIcon: @image-url("icons/panel-bottom-close.svg");
/// PanelBottomDashedIcon
out property <image> PanelBottomDashedIcon: @image-url("icons/panel-bottom-dashed.svg");
/// PanelBottomOpenIcon
out property <image> PanelBottomOpenIcon: @image-url("icons/panel-bottom-open.svg");
/// PanelLeftIcon
out property <image> PanelLeftIcon: @image-url("icons/panel-left.svg");
/// PanelLeftCloseIcon
out property <image> PanelLeftCloseIcon: @image-url("icons/panel-left-close.svg");
/// PanelLeftDashedIcon
out property <image> PanelLeftDashedIcon: @image-url("icons/panel-left-dashed.svg");
/// PanelLeftOpenIcon
out property <image> PanelLeftOpenIcon: @image-url("icons/panel-left-open.svg");
/// PanelLeftRightDashedIcon
out property <image> PanelLeftRightDashedIcon: @image-url("icons/panel-left-right-dashed.svg");
/// PanelRightIcon
out property <image> PanelRightIcon: @image-url("icons/panel-right.svg");
/// PanelRightCloseIcon
out property <image> PanelRightCloseIcon: @image-url("icons/panel-right-close.svg");
/// PanelRightDashedIcon
out property <image> PanelRightDashedIcon: @image-url("icons/panel-right-dashed.svg");
/// PanelRightOpenIcon
out property <image> PanelRightOpenIcon: @image-url("icons/panel-right-open.svg");
/// PanelTopIcon
out property <image> PanelTopIcon: @image-url("icons/panel-top.svg");
/// PanelTopBottomDashedIcon
out property <image> PanelTopBottomDashedIcon: @image-url("icons/panel-top-bottom-dashed.svg");
/// PanelTopCloseIcon
out property <image> PanelTopCloseIcon: @image-url("icons/panel-top-close.svg");
/// PanelTopDashedIcon
out property <image> PanelTopDashedIcon: @image-url("icons/panel-top-dashed.svg");
/// PanelTopOpenIcon
out property <image> PanelTopOpenIcon: @image-url("icons/panel-top-open.svg");
/// PanelsLeftBottomIcon
out property <image> PanelsLeftBottomIcon: @image-url("icons/panels-left-bottom.svg");
/// PanelsRightBottomIcon
out property <image> PanelsRightBottomIcon: @image-url("icons/panels-right-bottom.svg");
/// PanelsTopLeftIcon
out property <image> PanelsTopLeftIcon: @image-url("icons/panels-top-left.svg");
/// PaperclipIcon
out property <image> PaperclipIcon: @image-url("icons/paperclip.svg");
/// ParenthesesIcon
out property <image> ParenthesesIcon: @image-url("icons/parentheses.svg");
/// ParkingMeterIcon
out property <image> ParkingMeterIcon: @image-url("icons/parking-meter.svg");
/// PartyPopperIcon
out property <image> PartyPopperIcon: @image-url("icons/party-popper.svg");
/// PauseIcon
out property <image> PauseIcon: @image-url("icons/pause.svg");
/// PawPrintIcon
out property <image> PawPrintIcon: @image-url("icons/paw-print.svg");
/// PcCaseIcon
out property <image> PcCaseIcon: @image-url("icons/pc-case.svg");
/// PenIcon
out property <image> PenIcon: @image-url("icons/pen.svg");
/// PenLineIcon
out property <image> PenLineIcon: @image-url("icons/pen-line.svg");
/// PenOffIcon
out property <image> PenOffIcon: @image-url("icons/pen-off.svg");
/// PenToolIcon
out property <image> PenToolIcon: @image-url("icons/pen-tool.svg");
/// PencilIcon
out property <image> PencilIcon: @image-url("icons/pencil.svg");
/// PencilLineIcon
out property <image> PencilLineIcon: @image-url("icons/pencil-line.svg");
/// PencilOffIcon
out property <image> PencilOffIcon: @image-url("icons/pencil-off.svg");
/// PencilRulerIcon
out property <image> PencilRulerIcon: @image-url("icons/pencil-ruler.svg");
/// PentagonIcon
out property <image> PentagonIcon: @image-url("icons/pentagon.svg");
/// PercentIcon
out property <image> PercentIcon: @image-url("icons/percent.svg");
/// PersonStandingIcon
out property <image> PersonStandingIcon: @image-url("icons/person-standing.svg");
/// PhilippinePesoIcon
out property <image> PhilippinePesoIcon: @image-url("icons/philippine-peso.svg");
/// PhoneIcon
out property <image> PhoneIcon: @image-url("icons/phone.svg");
/// PhoneCallIcon
out property <image> PhoneCallIcon: @image-url("icons/phone-call.svg");
/// PhoneForwardedIcon
out property <image> PhoneForwardedIcon: @image-url("icons/phone-forwarded.svg");
/// PhoneIncomingIcon
out property <image> PhoneIncomingIcon: @image-url("icons/phone-incoming.svg");
/// PhoneMissedIcon
out property <image> PhoneMissedIcon: @image-url("icons/phone-missed.svg");
/// PhoneOffIcon
out property <image> PhoneOffIcon: @image-url("icons/phone-off.svg");
/// PhoneOutgoingIcon
out property <image> PhoneOutgoingIcon: @image-url("icons/phone-outgoing.svg");
/// PiIcon
out property <image> PiIcon: @image-url("icons/pi.svg");
/// PianoIcon
out property <image> PianoIcon: @image-url("icons/piano.svg");
/// PickaxeIcon
out property <image> PickaxeIcon: @image-url("icons/pickaxe.svg");
/// PictureInPictureIcon
out property <image> PictureInPictureIcon: @image-url("icons/picture-in-picture.svg");
/// PictureInPicture2Icon
out property <image> PictureInPicture2Icon: @image-url("icons/picture-in-picture-2.svg");
/// PiggyBankIcon
out property <image> PiggyBankIcon: @image-url("icons/piggy-bank.svg");
/// PilcrowIcon
out property <image> PilcrowIcon: @image-url("icons/pilcrow.svg");
/// PilcrowLeftIcon
out property <image> PilcrowLeftIcon: @image-url("icons/pilcrow-left.svg");
/// PilcrowRightIcon
out property <image> PilcrowRightIcon: @image-url("icons/pilcrow-right.svg");
/// PillIcon
out property <image> PillIcon: @image-url("icons/pill.svg");
/// PillBottleIcon
out property <image> PillBottleIcon: @image-url("icons/pill-bottle.svg");
/// PinIcon
out property <image> PinIcon: @image-url("icons/pin.svg");
/// PinOffIcon
out property <image> PinOffIcon: @image-url("icons/pin-off.svg");
/// PipetteIcon
out property <image> PipetteIcon: @image-url("icons/pipette.svg");
/// PizzaIcon
out property <image> PizzaIcon: @image-url("icons/pizza.svg");
/// PlaneIcon
out property <image> PlaneIcon: @image-url("icons/plane.svg");
/// PlaneLandingIcon
out property <image> PlaneLandingIcon: @image-url("icons/plane-landing.svg");
/// PlaneTakeoffIcon
out property <image> PlaneTakeoffIcon: @image-url("icons/plane-takeoff.svg");
/// PlayIcon
out property <image> PlayIcon: @image-url("icons/play.svg");
/// PlugIcon
out property <image> PlugIcon: @image-url("icons/plug.svg");
/// Plug2Icon
out property <image> Plug2Icon: @image-url("icons/plug-2.svg");
/// PlugZapIcon
out property <image> PlugZapIcon: @image-url("icons/plug-zap.svg");
/// PlusIcon
out property <image> PlusIcon: @image-url("icons/plus.svg");
/// PocketIcon
out property <image> PocketIcon: @image-url("icons/pocket.svg");
/// PocketKnifeIcon
out property <image> PocketKnifeIcon: @image-url("icons/pocket-knife.svg");
/// PodcastIcon
out property <image> PodcastIcon: @image-url("icons/podcast.svg");
/// PointerIcon
out property <image> PointerIcon: @image-url("icons/pointer.svg");
/// PointerOffIcon
out property <image> PointerOffIcon: @image-url("icons/pointer-off.svg");
/// PopcornIcon
out property <image> PopcornIcon: @image-url("icons/popcorn.svg");
/// PopsicleIcon
out property <image> PopsicleIcon: @image-url("icons/popsicle.svg");
/// PoundSterlingIcon
out property <image> PoundSterlingIcon: @image-url("icons/pound-sterling.svg");
/// PowerIcon
out property <image> PowerIcon: @image-url("icons/power.svg");
/// PowerOffIcon
out property <image> PowerOffIcon: @image-url("icons/power-off.svg");
/// PresentationIcon
out property <image> PresentationIcon: @image-url("icons/presentation.svg");
/// PrinterIcon
out property <image> PrinterIcon: @image-url("icons/printer.svg");
/// PrinterCheckIcon
out property <image> PrinterCheckIcon: @image-url("icons/printer-check.svg");
/// ProjectorIcon
out property <image> ProjectorIcon: @image-url("icons/projector.svg");
/// ProportionsIcon
out property <image> ProportionsIcon: @image-url("icons/proportions.svg");
/// PuzzleIcon
out property <image> PuzzleIcon: @image-url("icons/puzzle.svg");
/// PyramidIcon
out property <image> PyramidIcon: @image-url("icons/pyramid.svg");
/// QrCodeIcon
out property <image> QrCodeIcon: @image-url("icons/qr-code.svg");
/// QuoteIcon
out property <image> QuoteIcon: @image-url("icons/quote.svg");
/// RabbitIcon
out property <image> RabbitIcon: @image-url("icons/rabbit.svg");
/// RadarIcon
out property <image> RadarIcon: @image-url("icons/radar.svg");
/// RadiationIcon
out property <image> RadiationIcon: @image-url("icons/radiation.svg");
/// RadicalIcon
out property <image> RadicalIcon: @image-url("icons/radical.svg");
/// RadioIcon
out property <image> RadioIcon: @image-url("icons/radio.svg");
/// RadioReceiverIcon
out property <image> RadioReceiverIcon: @image-url("icons/radio-receiver.svg");
/// RadioTowerIcon
out property <image> RadioTowerIcon: @image-url("icons/radio-tower.svg");
/// RadiusIcon
out property <image> RadiusIcon: @image-url("icons/radius.svg");
/// RailSymbolIcon
out property <image> RailSymbolIcon: @image-url("icons/rail-symbol.svg");
/// RainbowIcon
out property <image> RainbowIcon: @image-url("icons/rainbow.svg");
/// RatIcon
out property <image> RatIcon: @image-url("icons/rat.svg");
/// RatioIcon
out property <image> RatioIcon: @image-url("icons/ratio.svg");
/// ReceiptIcon
out property <image> ReceiptIcon: @image-url("icons/receipt.svg");
/// ReceiptCentIcon
out property <image> ReceiptCentIcon: @image-url("icons/receipt-cent.svg");
/// ReceiptEuroIcon
out property <image> ReceiptEuroIcon: @image-url("icons/receipt-euro.svg");
/// ReceiptIndianRupeeIcon
out property <image> ReceiptIndianRupeeIcon: @image-url("icons/receipt-indian-rupee.svg");
/// ReceiptJapaneseYenIcon
out property <image> ReceiptJapaneseYenIcon: @image-url("icons/receipt-japanese-yen.svg");
/// ReceiptPoundSterlingIcon
out property <image> ReceiptPoundSterlingIcon: @image-url("icons/receipt-pound-sterling.svg");
/// ReceiptRussianRubleIcon
out property <image> ReceiptRussianRubleIcon: @image-url("icons/receipt-russian-ruble.svg");
/// ReceiptSwissFrancIcon
out property <image> ReceiptSwissFrancIcon: @image-url("icons/receipt-swiss-franc.svg");
/// ReceiptTextIcon
out property <image> ReceiptTextIcon: @image-url("icons/receipt-text.svg");
/// ReceiptTurkishLiraIcon
out property <image> ReceiptTurkishLiraIcon: @image-url("icons/receipt-turkish-lira.svg");
/// RectangleCircleIcon
out property <image> RectangleCircleIcon: @image-url("icons/rectangle-circle.svg");
/// RectangleEllipsisIcon
out property <image> RectangleEllipsisIcon: @image-url("icons/rectangle-ellipsis.svg");
/// RectangleGogglesIcon
out property <image> RectangleGogglesIcon: @image-url("icons/rectangle-goggles.svg");
/// RectangleHorizontalIcon
out property <image> RectangleHorizontalIcon: @image-url("icons/rectangle-horizontal.svg");
/// RectangleVerticalIcon
out property <image> RectangleVerticalIcon: @image-url("icons/rectangle-vertical.svg");
/// RecycleIcon
out property <image> RecycleIcon: @image-url("icons/recycle.svg");
/// RedoIcon
out property <image> RedoIcon: @image-url("icons/redo.svg");
/// Redo2Icon
out property <image> Redo2Icon: @image-url("icons/redo-2.svg");
/// RedoDotIcon
out property <image> RedoDotIcon: @image-url("icons/redo-dot.svg");
/// RefreshCcwIcon
out property <image> RefreshCcwIcon: @image-url("icons/refresh-ccw.svg");
/// RefreshCcwDotIcon
out property <image> RefreshCcwDotIcon: @image-url("icons/refresh-ccw-dot.svg");
/// RefreshCwIcon
out property <image> RefreshCwIcon: @image-url("icons/refresh-cw.svg");
/// RefreshCwOffIcon
out property <image> RefreshCwOffIcon: @image-url("icons/refresh-cw-off.svg");
/// RefrigeratorIcon
out property <image> RefrigeratorIcon: @image-url("icons/refrigerator.svg");
/// RegexIcon
out property <image> RegexIcon: @image-url("icons/regex.svg");
/// RemoveFormattingIcon
out property <image> RemoveFormattingIcon: @image-url("icons/remove-formatting.svg");
/// RepeatIcon
out property <image> RepeatIcon: @image-url("icons/repeat.svg");
/// Repeat1Icon
out property <image> Repeat1Icon: @image-url("icons/repeat-1.svg");
/// Repeat2Icon
out property <image> Repeat2Icon: @image-url("icons/repeat-2.svg");
/// ReplaceIcon
out property <image> ReplaceIcon: @image-url("icons/replace.svg");
/// ReplaceAllIcon
out property <image> ReplaceAllIcon: @image-url("icons/replace-all.svg");
/// ReplyIcon
out property <image> ReplyIcon: @image-url("icons/reply.svg");
/// ReplyAllIcon
out property <image> ReplyAllIcon: @image-url("icons/reply-all.svg");
/// RewindIcon
out property <image> RewindIcon: @image-url("icons/rewind.svg");
/// RibbonIcon
out property <image> RibbonIcon: @image-url("icons/ribbon.svg");
/// RocketIcon
out property <image> RocketIcon: @image-url("icons/rocket.svg");
/// RockingChairIcon
out property <image> RockingChairIcon: @image-url("icons/rocking-chair.svg");
/// RollerCoasterIcon
out property <image> RollerCoasterIcon: @image-url("icons/roller-coaster.svg");
/// RoseIcon
out property <image> RoseIcon: @image-url("icons/rose.svg");
/// Rotate3dIcon
out property <image> Rotate3dIcon: @image-url("icons/rotate-3d.svg");
/// RotateCcwIcon
out property <image> RotateCcwIcon: @image-url("icons/rotate-ccw.svg");
/// RotateCcwKeyIcon
out property <image> RotateCcwKeyIcon: @image-url("icons/rotate-ccw-key.svg");
/// RotateCcwSquareIcon
out property <image> RotateCcwSquareIcon: @image-url("icons/rotate-ccw-square.svg");
/// RotateCwIcon
out property <image> RotateCwIcon: @image-url("icons/rotate-cw.svg");
/// RotateCwSquareIcon
out property <image> RotateCwSquareIcon: @image-url("icons/rotate-cw-square.svg");
/// RouteIcon
out property <image> RouteIcon: @image-url("icons/route.svg");
/// RouteOffIcon
out property <image> RouteOffIcon: @image-url("icons/route-off.svg");
/// RouterIcon
out property <image> RouterIcon: @image-url("icons/router.svg");
/// Rows2Icon
out property <image> Rows2Icon: @image-url("icons/rows-2.svg");
/// Rows3Icon
out property <image> Rows3Icon: @image-url("icons/rows-3.svg");
/// Rows4Icon
out property <image> Rows4Icon: @image-url("icons/rows-4.svg");
/// RssIcon
out property <image> RssIcon: @image-url("icons/rss.svg");
/// RulerIcon
out property <image> RulerIcon: @image-url("icons/ruler.svg");
/// RulerDimensionLineIcon
out property <image> RulerDimensionLineIcon: @image-url("icons/ruler-dimension-line.svg");
/// RussianRubleIcon
out property <image> RussianRubleIcon: @image-url("icons/russian-ruble.svg");
/// SailboatIcon
out property <image> SailboatIcon: @image-url("icons/sailboat.svg");
/// SaladIcon
out property <image> SaladIcon: @image-url("icons/salad.svg");
/// SandwichIcon
out property <image> SandwichIcon: @image-url("icons/sandwich.svg");
/// SatelliteIcon
out property <image> SatelliteIcon: @image-url("icons/satellite.svg");
/// SatelliteDishIcon
out property <image> SatelliteDishIcon: @image-url("icons/satellite-dish.svg");
/// SaudiRiyalIcon
out property <image> SaudiRiyalIcon: @image-url("icons/saudi-riyal.svg");
/// SaveIcon
out property <image> SaveIcon: @image-url("icons/save.svg");
/// SaveAllIcon
out property <image> SaveAllIcon: @image-url("icons/save-all.svg");
/// SaveOffIcon
out property <image> SaveOffIcon: @image-url("icons/save-off.svg");
/// ScaleIcon
out property <image> ScaleIcon: @image-url("icons/scale.svg");
/// Scale3dIcon
out property <image> Scale3dIcon: @image-url("icons/scale-3d.svg");
/// ScalingIcon
out property <image> ScalingIcon: @image-url("icons/scaling.svg");
/// ScanIcon
out property <image> ScanIcon: @image-url("icons/scan.svg");
/// ScanBarcodeIcon
out property <image> ScanBarcodeIcon: @image-url("icons/scan-barcode.svg");
/// ScanEyeIcon
out property <image> ScanEyeIcon: @image-url("icons/scan-eye.svg");
/// ScanFaceIcon
out property <image> ScanFaceIcon: @image-url("icons/scan-face.svg");
/// ScanHeartIcon
out property <image> ScanHeartIcon: @image-url("icons/scan-heart.svg");
/// ScanLineIcon
out property <image> ScanLineIcon: @image-url("icons/scan-line.svg");
/// ScanQrCodeIcon
out property <image> ScanQrCodeIcon: @image-url("icons/scan-qr-code.svg");
/// ScanSearchIcon
out property <image> ScanSearchIcon: @image-url("icons/scan-search.svg");
/// ScanTextIcon
out property <image> ScanTextIcon: @image-url("icons/scan-text.svg");
/// SchoolIcon
out property <image> SchoolIcon: @image-url("icons/school.svg");
/// ScissorsIcon
out property <image> ScissorsIcon: @image-url("icons/scissors.svg");
/// ScissorsLineDashedIcon
out property <image> ScissorsLineDashedIcon: @image-url("icons/scissors-line-dashed.svg");
/// ScreenShareIcon
out property <image> ScreenShareIcon: @image-url("icons/screen-share.svg");
/// ScreenShareOffIcon
out property <image> ScreenShareOffIcon: @image-url("icons/screen-share-off.svg");
/// ScrollIcon
out property <image> ScrollIcon: @image-url("icons/scroll.svg");
/// ScrollTextIcon
out property <image> ScrollTextIcon: @image-url("icons/scroll-text.svg");
/// SearchIcon
out property <image> SearchIcon: @image-url("icons/search.svg");
/// SearchCheckIcon
out property <image> SearchCheckIcon: @image-url("icons/search-check.svg");
/// SearchCodeIcon
out property <image> SearchCodeIcon: @image-url("icons/search-code.svg");
/// SearchSlashIcon
out property <image> SearchSlashIcon: @image-url("icons/search-slash.svg");
/// SearchXIcon
out property <image> SearchXIcon: @image-url("icons/search-x.svg");
/// SectionIcon
out property <image> SectionIcon: @image-url("icons/section.svg");
/// SendIcon
out property <image> SendIcon: @image-url("icons/send.svg");
/// SendHorizontalIcon
out property <image> SendHorizontalIcon: @image-url("icons/send-horizontal.svg");
/// SendToBackIcon
out property <image> SendToBackIcon: @image-url("icons/send-to-back.svg");
/// SeparatorHorizontalIcon
out property <image> SeparatorHorizontalIcon: @image-url("icons/separator-horizontal.svg");
/// SeparatorVerticalIcon
out property <image> SeparatorVerticalIcon: @image-url("icons/separator-vertical.svg");
/// ServerIcon
out property <image> ServerIcon: @image-url("icons/server.svg");
/// ServerCogIcon
out property <image> ServerCogIcon: @image-url("icons/server-cog.svg");
/// ServerCrashIcon
out property <image> ServerCrashIcon: @image-url("icons/server-crash.svg");
/// ServerOffIcon
out property <image> ServerOffIcon: @image-url("icons/server-off.svg");
/// SettingsIcon
out property <image> SettingsIcon: @image-url("icons/settings.svg");
/// Settings2Icon
out property <image> Settings2Icon: @image-url("icons/settings-2.svg");
/// ShapesIcon
out property <image> ShapesIcon: @image-url("icons/shapes.svg");
/// ShareIcon
out property <image> ShareIcon: @image-url("icons/share.svg");
/// Share2Icon
out property <image> Share2Icon: @image-url("icons/share-2.svg");
/// SheetIcon
out property <image> SheetIcon: @image-url("icons/sheet.svg");
/// ShellIcon
out property <image> ShellIcon: @image-url("icons/shell.svg");
/// ShieldIcon
out property <image> ShieldIcon: @image-url("icons/shield.svg");
/// ShieldAlertIcon
out property <image> ShieldAlertIcon: @image-url("icons/shield-alert.svg");
/// ShieldBanIcon
out property <image> ShieldBanIcon: @image-url("icons/shield-ban.svg");
/// ShieldCheckIcon
out property <image> ShieldCheckIcon: @image-url("icons/shield-check.svg");
/// ShieldEllipsisIcon
out property <image> ShieldEllipsisIcon: @image-url("icons/shield-ellipsis.svg");
/// ShieldHalfIcon
out property <image> ShieldHalfIcon: @image-url("icons/shield-half.svg");
/// ShieldMinusIcon
out property <image> ShieldMinusIcon: @image-url("icons/shield-minus.svg");
/// ShieldOffIcon
out property <image> ShieldOffIcon: @image-url("icons/shield-off.svg");
/// ShieldPlusIcon
out property <image> ShieldPlusIcon: @image-url("icons/shield-plus.svg");
/// ShieldQuestionMarkIcon
out property <image> ShieldQuestionMarkIcon: @image-url("icons/shield-question-mark.svg");
/// ShieldUserIcon
out property <image> ShieldUserIcon: @image-url("icons/shield-user.svg");
/// ShieldXIcon
out property <image> ShieldXIcon: @image-url("icons/shield-x.svg");
/// ShipIcon
out property <image> ShipIcon: @image-url("icons/ship.svg");
/// ShipWheelIcon
out property <image> ShipWheelIcon: @image-url("icons/ship-wheel.svg");
/// ShirtIcon
out property <image> ShirtIcon: @image-url("icons/shirt.svg");
/// ShoppingBagIcon
out property <image> ShoppingBagIcon: @image-url("icons/shopping-bag.svg");
/// ShoppingBasketIcon
out property <image> ShoppingBasketIcon: @image-url("icons/shopping-basket.svg");
/// ShoppingCartIcon
out property <image> ShoppingCartIcon: @image-url("icons/shopping-cart.svg");
/// ShovelIcon
out property <image> ShovelIcon: @image-url("icons/shovel.svg");
/// ShowerHeadIcon
out property <image> ShowerHeadIcon: @image-url("icons/shower-head.svg");
/// ShredderIcon
out property <image> ShredderIcon: @image-url("icons/shredder.svg");
/// ShrimpIcon
out property <image> ShrimpIcon: @image-url("icons/shrimp.svg");
/// ShrinkIcon
out property <image> ShrinkIcon: @image-url("icons/shrink.svg");
/// ShrubIcon
out property <image> ShrubIcon: @image-url("icons/shrub.svg");
/// ShuffleIcon
out property <image> ShuffleIcon: @image-url("icons/shuffle.svg");
/// SigmaIcon
out property <image> SigmaIcon: @image-url("icons/sigma.svg");
/// SignalIcon
out property <image> SignalIcon: @image-url("icons/signal.svg");
/// SignalHighIcon
out property <image> SignalHighIcon: @image-url("icons/signal-high.svg");
/// SignalLowIcon
out property <image> SignalLowIcon: @image-url("icons/signal-low.svg");
/// SignalMediumIcon
out property <image> SignalMediumIcon: @image-url("icons/signal-medium.svg");
/// SignalZeroIcon
out property <image> SignalZeroIcon: @image-url("icons/signal-zero.svg");
/// SignatureIcon
out property <image> SignatureIcon: @image-url("icons/signature.svg");
/// SignpostIcon
out property <image> SignpostIcon: @image-url("icons/signpost.svg");
/// SignpostBigIcon
out property <image> SignpostBigIcon: @image-url("icons/signpost-big.svg");
/// SirenIcon
out property <image> SirenIcon: @image-url("icons/siren.svg");
/// SkipBackIcon
out property <image> SkipBackIcon: @image-url("icons/skip-back.svg");
/// SkipForwardIcon
out property <image> SkipForwardIcon: @image-url("icons/skip-forward.svg");
/// SkullIcon
out property <image> SkullIcon: @image-url("icons/skull.svg");
/// SlackIcon
out property <image> SlackIcon: @image-url("icons/slack.svg");
/// SlashIcon
out property <image> SlashIcon: @image-url("icons/slash.svg");
/// SliceIcon
out property <image> SliceIcon: @image-url("icons/slice.svg");
/// SlidersHorizontalIcon
out property <image> SlidersHorizontalIcon: @image-url("icons/sliders-horizontal.svg");
/// SlidersVerticalIcon
out property <image> SlidersVerticalIcon: @image-url("icons/sliders-vertical.svg");
/// SmartphoneIcon
out property <image> SmartphoneIcon: @image-url("icons/smartphone.svg");
/// SmartphoneChargingIcon
out property <image> SmartphoneChargingIcon: @image-url("icons/smartphone-charging.svg");
/// SmartphoneNfcIcon
out property <image> SmartphoneNfcIcon: @image-url("icons/smartphone-nfc.svg");
/// SmileIcon
out property <image> SmileIcon: @image-url("icons/smile.svg");
/// SmilePlusIcon
out property <image> SmilePlusIcon: @image-url("icons/smile-plus.svg");
/// SnailIcon
out property <image> SnailIcon: @image-url("icons/snail.svg");
/// SnowflakeIcon
out property <image> SnowflakeIcon: @image-url("icons/snowflake.svg");
/// SoapDispenserDropletIcon
out property <image> SoapDispenserDropletIcon: @image-url("icons/soap-dispenser-droplet.svg");
/// SofaIcon
out property <image> SofaIcon: @image-url("icons/sofa.svg");
/// SoupIcon
out property <image> SoupIcon: @image-url("icons/soup.svg");
/// SpaceIcon
out property <image> SpaceIcon: @image-url("icons/space.svg");
/// SpadeIcon
out property <image> SpadeIcon: @image-url("icons/spade.svg");
/// SparkleIcon
out property <image> SparkleIcon: @image-url("icons/sparkle.svg");
/// SparklesIcon
out property <image> SparklesIcon: @image-url("icons/sparkles.svg");
/// SpeakerIcon
out property <image> SpeakerIcon: @image-url("icons/speaker.svg");
/// SpeechIcon
out property <image> SpeechIcon: @image-url("icons/speech.svg");
/// SpellCheckIcon
out property <image> SpellCheckIcon: @image-url("icons/spell-check.svg");
/// SpellCheck2Icon
out property <image> SpellCheck2Icon: @image-url("icons/spell-check-2.svg");
/// SplineIcon
out property <image> SplineIcon: @image-url("icons/spline.svg");
/// SplinePointerIcon
out property <image> SplinePointerIcon: @image-url("icons/spline-pointer.svg");
/// SplitIcon
out property <image> SplitIcon: @image-url("icons/split.svg");
/// SpoolIcon
out property <image> SpoolIcon: @image-url("icons/spool.svg");
/// SpotlightIcon
out property <image> SpotlightIcon: @image-url("icons/spotlight.svg");
/// SprayCanIcon
out property <image> SprayCanIcon: @image-url("icons/spray-can.svg");
/// SproutIcon
out property <image> SproutIcon: @image-url("icons/sprout.svg");
/// SquareIcon
out property <image> SquareIcon: @image-url("icons/square.svg");
/// SquareActivityIcon
out property <image> SquareActivityIcon: @image-url("icons/square-activity.svg");
/// SquareArrowDownIcon
out property <image> SquareArrowDownIcon: @image-url("icons/square-arrow-down.svg");
/// SquareArrowDownLeftIcon
out property <image> SquareArrowDownLeftIcon: @image-url("icons/square-arrow-down-left.svg");
/// SquareArrowDownRightIcon
out property <image> SquareArrowDownRightIcon: @image-url("icons/square-arrow-down-right.svg");
/// SquareArrowLeftIcon
out property <image> SquareArrowLeftIcon: @image-url("icons/square-arrow-left.svg");
/// SquareArrowOutDownLeftIcon
out property <image> SquareArrowOutDownLeftIcon: @image-url("icons/square-arrow-out-down-left.svg");
/// SquareArrowOutDownRightIcon
out property <image> SquareArrowOutDownRightIcon: @image-url("icons/square-arrow-out-down-right.svg");
/// SquareArrowOutUpLeftIcon
out property <image> SquareArrowOutUpLeftIcon: @image-url("icons/square-arrow-out-up-left.svg");
/// SquareArrowOutUpRightIcon
out property <image> SquareArrowOutUpRightIcon: @image-url("icons/square-arrow-out-up-right.svg");
/// SquareArrowRightIcon
out property <image> SquareArrowRightIcon: @image-url("icons/square-arrow-right.svg");
/// SquareArrowUpIcon
out property <image> SquareArrowUpIcon: @image-url("icons/square-arrow-up.svg");
/// SquareArrowUpLeftIcon
out property <image> SquareArrowUpLeftIcon: @image-url("icons/square-arrow-up-left.svg");
/// SquareArrowUpRightIcon
out property <image> SquareArrowUpRightIcon: @image-url("icons/square-arrow-up-right.svg");
/// SquareAsteriskIcon
out property <image> SquareAsteriskIcon: @image-url("icons/square-asterisk.svg");
/// SquareBottomDashedScissorsIcon
out property <image> SquareBottomDashedScissorsIcon: @image-url("icons/square-bottom-dashed-scissors.svg");
/// SquareChartGanttIcon
out property <image> SquareChartGanttIcon: @image-url("icons/square-chart-gantt.svg");
/// SquareCheckIcon
out property <image> SquareCheckIcon: @image-url("icons/square-check.svg");
/// SquareCheckBigIcon
out property <image> SquareCheckBigIcon: @image-url("icons/square-check-big.svg");
/// SquareChevronDownIcon
out property <image> SquareChevronDownIcon: @image-url("icons/square-chevron-down.svg");
/// SquareChevronLeftIcon
out property <image> SquareChevronLeftIcon: @image-url("icons/square-chevron-left.svg");
/// SquareChevronRightIcon
out property <image> SquareChevronRightIcon: @image-url("icons/square-chevron-right.svg");
/// SquareChevronUpIcon
out property <image> SquareChevronUpIcon: @image-url("icons/square-chevron-up.svg");
/// SquareCodeIcon
out property <image> SquareCodeIcon: @image-url("icons/square-code.svg");
/// SquareDashedIcon
out property <image> SquareDashedIcon: @image-url("icons/square-dashed.svg");
/// SquareDashedBottomIcon
out property <image> SquareDashedBottomIcon: @image-url("icons/square-dashed-bottom.svg");
/// SquareDashedBottomCodeIcon
out property <image> SquareDashedBottomCodeIcon: @image-url("icons/square-dashed-bottom-code.svg");
/// SquareDashedKanbanIcon
out property <image> SquareDashedKanbanIcon: @image-url("icons/square-dashed-kanban.svg");
/// SquareDashedMousePointerIcon
out property <image> SquareDashedMousePointerIcon: @image-url("icons/square-dashed-mouse-pointer.svg");
/// SquareDashedTopSolidIcon
out property <image> SquareDashedTopSolidIcon: @image-url("icons/square-dashed-top-solid.svg");
/// SquareDivideIcon
out property <image> SquareDivideIcon: @image-url("icons/square-divide.svg");
/// SquareDotIcon
out property <image> SquareDotIcon: @image-url("icons/square-dot.svg");
/// SquareEqualIcon
out property <image> SquareEqualIcon: @image-url("icons/square-equal.svg");
/// SquareFunctionIcon
out property <image> SquareFunctionIcon: @image-url("icons/square-function.svg");
/// SquareKanbanIcon
out property <image> SquareKanbanIcon: @image-url("icons/square-kanban.svg");
/// SquareLibraryIcon
out property <image> SquareLibraryIcon: @image-url("icons/square-library.svg");
/// SquareMIcon
out property <image> SquareMIcon: @image-url("icons/square-m.svg");
/// SquareMenuIcon
out property <image> SquareMenuIcon: @image-url("icons/square-menu.svg");
/// SquareMinusIcon
out property <image> SquareMinusIcon: @image-url("icons/square-minus.svg");
/// SquareMousePointerIcon
out property <image> SquareMousePointerIcon: @image-url("icons/square-mouse-pointer.svg");
/// SquareParkingIcon
out property <image> SquareParkingIcon: @image-url("icons/square-parking.svg");
/// SquareParkingOffIcon
out property <image> SquareParkingOffIcon: @image-url("icons/square-parking-off.svg");
/// SquarePauseIcon
out property <image> SquarePauseIcon: @image-url("icons/square-pause.svg");
/// SquarePenIcon
out property <image> SquarePenIcon: @image-url("icons/square-pen.svg");
/// SquarePercentIcon
out property <image> SquarePercentIcon: @image-url("icons/square-percent.svg");
/// SquarePiIcon
out property <image> SquarePiIcon: @image-url("icons/square-pi.svg");
/// SquarePilcrowIcon
out property <image> SquarePilcrowIcon: @image-url("icons/square-pilcrow.svg");
/// SquarePlayIcon
out property <image> SquarePlayIcon: @image-url("icons/square-play.svg");
/// SquarePlusIcon
out property <image> SquarePlusIcon: @image-url("icons/square-plus.svg");
/// SquarePowerIcon
out property <image> SquarePowerIcon: @image-url("icons/square-power.svg");
/// SquareRadicalIcon
out property <image> SquareRadicalIcon: @image-url("icons/square-radical.svg");
/// SquareRoundCornerIcon
out property <image> SquareRoundCornerIcon: @image-url("icons/square-round-corner.svg");
/// SquareScissorsIcon
out property <image> SquareScissorsIcon: @image-url("icons/square-scissors.svg");
/// SquareSigmaIcon
out property <image> SquareSigmaIcon: @image-url("icons/square-sigma.svg");
/// SquareSlashIcon
out property <image> SquareSlashIcon: @image-url("icons/square-slash.svg");
/// SquareSplitHorizontalIcon
out property <image> SquareSplitHorizontalIcon: @image-url("icons/square-split-horizontal.svg");
/// SquareSplitVerticalIcon
out property <image> SquareSplitVerticalIcon: @image-url("icons/square-split-vertical.svg");
/// SquareSquareIcon
out property <image> SquareSquareIcon: @image-url("icons/square-square.svg");
/// SquareStackIcon
out property <image> SquareStackIcon: @image-url("icons/square-stack.svg");
/// SquareStarIcon
out property <image> SquareStarIcon: @image-url("icons/square-star.svg");
/// SquareStopIcon
out property <image> SquareStopIcon: @image-url("icons/square-stop.svg");
/// SquareTerminalIcon
out property <image> SquareTerminalIcon: @image-url("icons/square-terminal.svg");
/// SquareUserIcon
out property <image> SquareUserIcon: @image-url("icons/square-user.svg");
/// SquareUserRoundIcon
out property <image> SquareUserRoundIcon: @image-url("icons/square-user-round.svg");
/// SquareXIcon
out property <image> SquareXIcon: @image-url("icons/square-x.svg");
/// SquaresExcludeIcon
out property <image> SquaresExcludeIcon: @image-url("icons/squares-exclude.svg");
/// SquaresIntersectIcon
out property <image> SquaresIntersectIcon: @image-url("icons/squares-intersect.svg");
/// SquaresSubtractIcon
out property <image> SquaresSubtractIcon: @image-url("icons/squares-subtract.svg");
/// SquaresUniteIcon
out property <image> SquaresUniteIcon: @image-url("icons/squares-unite.svg");
/// SquircleIcon
out property <image> SquircleIcon: @image-url("icons/squircle.svg");
/// SquircleDashedIcon
out property <image> SquircleDashedIcon: @image-url("icons/squircle-dashed.svg");
/// SquirrelIcon
out property <image> SquirrelIcon: @image-url("icons/squirrel.svg");
/// StampIcon
out property <image> StampIcon: @image-url("icons/stamp.svg");
/// StarIcon
out property <image> StarIcon: @image-url("icons/star.svg");
/// StarHalfIcon
out property <image> StarHalfIcon: @image-url("icons/star-half.svg");
/// StarOffIcon
out property <image> StarOffIcon: @image-url("icons/star-off.svg");
/// StepBackIcon
out property <image> StepBackIcon: @image-url("icons/step-back.svg");
/// StepForwardIcon
out property <image> StepForwardIcon: @image-url("icons/step-forward.svg");
/// StethoscopeIcon
out property <image> StethoscopeIcon: @image-url("icons/stethoscope.svg");
/// StickerIcon
out property <image> StickerIcon: @image-url("icons/sticker.svg");
/// StickyNoteIcon
out property <image> StickyNoteIcon: @image-url("icons/sticky-note.svg");
/// StoreIcon
out property <image> StoreIcon: @image-url("icons/store.svg");
/// StretchHorizontalIcon
out property <image> StretchHorizontalIcon: @image-url("icons/stretch-horizontal.svg");
/// StretchVerticalIcon
out property <image> StretchVerticalIcon: @image-url("icons/stretch-vertical.svg");
/// StrikethroughIcon
out property <image> StrikethroughIcon: @image-url("icons/strikethrough.svg");
/// SubscriptIcon
out property <image> SubscriptIcon: @image-url("icons/subscript.svg");
/// SunIcon
out property <image> SunIcon: @image-url("icons/sun.svg");
/// SunDimIcon
out property <image> SunDimIcon: @image-url("icons/sun-dim.svg");
/// SunMediumIcon
out property <image> SunMediumIcon: @image-url("icons/sun-medium.svg");
/// SunMoonIcon
out property <image> SunMoonIcon: @image-url("icons/sun-moon.svg");
/// SunSnowIcon
out property <image> SunSnowIcon: @image-url("icons/sun-snow.svg");
/// SunriseIcon
out property <image> SunriseIcon: @image-url("icons/sunrise.svg");
/// SunsetIcon
out property <image> SunsetIcon: @image-url("icons/sunset.svg");
/// SuperscriptIcon
out property <image> SuperscriptIcon: @image-url("icons/superscript.svg");
/// SwatchBookIcon
out property <image> SwatchBookIcon: @image-url("icons/swatch-book.svg");
/// SwissFrancIcon
out property <image> SwissFrancIcon: @image-url("icons/swiss-franc.svg");
/// SwitchCameraIcon
out property <image> SwitchCameraIcon: @image-url("icons/switch-camera.svg");
/// SwordIcon
out property <image> SwordIcon: @image-url("icons/sword.svg");
/// SwordsIcon
out property <image> SwordsIcon: @image-url("icons/swords.svg");
/// SyringeIcon
out property <image> SyringeIcon: @image-url("icons/syringe.svg");
/// TableIcon
out property <image> TableIcon: @image-url("icons/table.svg");
/// Table2Icon
out property <image> Table2Icon: @image-url("icons/table-2.svg");
/// TableCellsMergeIcon
out property <image> TableCellsMergeIcon: @image-url("icons/table-cells-merge.svg");
/// TableCellsSplitIcon
out property <image> TableCellsSplitIcon: @image-url("icons/table-cells-split.svg");
/// TableColumnsSplitIcon
out property <image> TableColumnsSplitIcon: @image-url("icons/table-columns-split.svg");
/// TableOfContentsIcon
out property <image> TableOfContentsIcon: @image-url("icons/table-of-contents.svg");
/// TablePropertiesIcon
out property <image> TablePropertiesIcon: @image-url("icons/table-properties.svg");
/// TableRowsSplitIcon
out property <image> TableRowsSplitIcon: @image-url("icons/table-rows-split.svg");
/// TabletIcon
out property <image> TabletIcon: @image-url("icons/tablet.svg");
/// TabletSmartphoneIcon
out property <image> TabletSmartphoneIcon: @image-url("icons/tablet-smartphone.svg");
/// TabletsIcon
out property <image> TabletsIcon: @image-url("icons/tablets.svg");
/// TagIcon
out property <image> TagIcon: @image-url("icons/tag.svg");
/// TagsIcon
out property <image> TagsIcon: @image-url("icons/tags.svg");
/// Tally1Icon
out property <image> Tally1Icon: @image-url("icons/tally-1.svg");
/// Tally2Icon
out property <image> Tally2Icon: @image-url("icons/tally-2.svg");
/// Tally3Icon
out property <image> Tally3Icon: @image-url("icons/tally-3.svg");
/// Tally4Icon
out property <image> Tally4Icon: @image-url("icons/tally-4.svg");
/// Tally5Icon
out property <image> Tally5Icon: @image-url("icons/tally-5.svg");
/// TangentIcon
out property <image> TangentIcon: @image-url("icons/tangent.svg");
/// TargetIcon
out property <image> TargetIcon: @image-url("icons/target.svg");
/// TelescopeIcon
out property <image> TelescopeIcon: @image-url("icons/telescope.svg");
/// TentIcon
out property <image> TentIcon: @image-url("icons/tent.svg");
/// TentTreeIcon
out property <image> TentTreeIcon: @image-url("icons/tent-tree.svg");
/// TerminalIcon
out property <image> TerminalIcon: @image-url("icons/terminal.svg");
/// TestTubeIcon
out property <image> TestTubeIcon: @image-url("icons/test-tube.svg");
/// TestTubeDiagonalIcon
out property <image> TestTubeDiagonalIcon: @image-url("icons/test-tube-diagonal.svg");
/// TestTubesIcon
out property <image> TestTubesIcon: @image-url("icons/test-tubes.svg");
/// TextAlignCenterIcon
out property <image> TextAlignCenterIcon: @image-url("icons/text-align-center.svg");
/// TextAlignEndIcon
out property <image> TextAlignEndIcon: @image-url("icons/text-align-end.svg");
/// TextAlignJustifyIcon
out property <image> TextAlignJustifyIcon: @image-url("icons/text-align-justify.svg");
/// TextAlignStartIcon
out property <image> TextAlignStartIcon: @image-url("icons/text-align-start.svg");
/// TextCursorIcon
out property <image> TextCursorIcon: @image-url("icons/text-cursor.svg");
/// TextCursorInputIcon
out property <image> TextCursorInputIcon: @image-url("icons/text-cursor-input.svg");
/// TextInitialIcon
out property <image> TextInitialIcon: @image-url("icons/text-initial.svg");
/// TextQuoteIcon
out property <image> TextQuoteIcon: @image-url("icons/text-quote.svg");
/// TextSearchIcon
out property <image> TextSearchIcon: @image-url("icons/text-search.svg");
/// TextSelectIcon
out property <image> TextSelectIcon: @image-url("icons/text-select.svg");
/// TextWrapIcon
out property <image> TextWrapIcon: @image-url("icons/text-wrap.svg");
/// TheaterIcon
out property <image> TheaterIcon: @image-url("icons/theater.svg");
/// ThermometerIcon
out property <image> ThermometerIcon: @image-url("icons/thermometer.svg");
/// ThermometerSnowflakeIcon
out property <image> ThermometerSnowflakeIcon: @image-url("icons/thermometer-snowflake.svg");
/// ThermometerSunIcon
out property <image> ThermometerSunIcon: @image-url("icons/thermometer-sun.svg");
/// ThumbsDownIcon
out property <image> ThumbsDownIcon: @image-url("icons/thumbs-down.svg");
/// ThumbsUpIcon
out property <image> ThumbsUpIcon: @image-url("icons/thumbs-up.svg");
/// TicketIcon
out property <image> TicketIcon: @image-url("icons/ticket.svg");
/// TicketCheckIcon
out property <image> TicketCheckIcon: @image-url("icons/ticket-check.svg");
/// TicketMinusIcon
out property <image> TicketMinusIcon: @image-url("icons/ticket-minus.svg");
/// TicketPercentIcon
out property <image> TicketPercentIcon: @image-url("icons/ticket-percent.svg");
/// TicketPlusIcon
out property <image> TicketPlusIcon: @image-url("icons/ticket-plus.svg");
/// TicketSlashIcon
out property <image> TicketSlashIcon: @image-url("icons/ticket-slash.svg");
/// TicketXIcon
out property <image> TicketXIcon: @image-url("icons/ticket-x.svg");
/// TicketsIcon
out property <image> TicketsIcon: @image-url("icons/tickets.svg");
/// TicketsPlaneIcon
out property <image> TicketsPlaneIcon: @image-url("icons/tickets-plane.svg");
/// TimerIcon
out property <image> TimerIcon: @image-url("icons/timer.svg");
/// TimerOffIcon
out property <image> TimerOffIcon: @image-url("icons/timer-off.svg");
/// TimerResetIcon
out property <image> TimerResetIcon: @image-url("icons/timer-reset.svg");
/// ToggleLeftIcon
out property <image> ToggleLeftIcon: @image-url("icons/toggle-left.svg");
/// ToggleRightIcon
out property <image> ToggleRightIcon: @image-url("icons/toggle-right.svg");
/// ToiletIcon
out property <image> ToiletIcon: @image-url("icons/toilet.svg");
/// ToolCaseIcon
out property <image> ToolCaseIcon: @image-url("icons/tool-case.svg");
/// TornadoIcon
out property <image> TornadoIcon: @image-url("icons/tornado.svg");
/// TorusIcon
out property <image> TorusIcon: @image-url("icons/torus.svg");
/// TouchpadIcon
out property <image> TouchpadIcon: @image-url("icons/touchpad.svg");
/// TouchpadOffIcon
out property <image> TouchpadOffIcon: @image-url("icons/touchpad-off.svg");
/// TowerControlIcon
out property <image> TowerControlIcon: @image-url("icons/tower-control.svg");
/// ToyBrickIcon
out property <image> ToyBrickIcon: @image-url("icons/toy-brick.svg");
/// TractorIcon
out property <image> TractorIcon: @image-url("icons/tractor.svg");
/// TrafficConeIcon
out property <image> TrafficConeIcon: @image-url("icons/traffic-cone.svg");
/// TrainFrontIcon
out property <image> TrainFrontIcon: @image-url("icons/train-front.svg");
/// TrainFrontTunnelIcon
out property <image> TrainFrontTunnelIcon: @image-url("icons/train-front-tunnel.svg");
/// TrainTrackIcon
out property <image> TrainTrackIcon: @image-url("icons/train-track.svg");
/// TramFrontIcon
out property <image> TramFrontIcon: @image-url("icons/tram-front.svg");
/// TransgenderIcon
out property <image> TransgenderIcon: @image-url("icons/transgender.svg");
/// TrashIcon
out property <image> TrashIcon: @image-url("icons/trash.svg");
/// Trash2Icon
out property <image> Trash2Icon: @image-url("icons/trash-2.svg");
/// TreeDeciduousIcon
out property <image> TreeDeciduousIcon: @image-url("icons/tree-deciduous.svg");
/// TreePalmIcon
out property <image> TreePalmIcon: @image-url("icons/tree-palm.svg");
/// TreePineIcon
out property <image> TreePineIcon: @image-url("icons/tree-pine.svg");
/// TreesIcon
out property <image> TreesIcon: @image-url("icons/trees.svg");
/// TrelloIcon
out property <image> TrelloIcon: @image-url("icons/trello.svg");
/// TrendingDownIcon
out property <image> TrendingDownIcon: @image-url("icons/trending-down.svg");
/// TrendingUpIcon
out property <image> TrendingUpIcon: @image-url("icons/trending-up.svg");
/// TrendingUpDownIcon
out property <image> TrendingUpDownIcon: @image-url("icons/trending-up-down.svg");
/// TriangleIcon
out property <image> TriangleIcon: @image-url("icons/triangle.svg");
/// TriangleAlertIcon
out property <image> TriangleAlertIcon: @image-url("icons/triangle-alert.svg");
/// TriangleDashedIcon
out property <image> TriangleDashedIcon: @image-url("icons/triangle-dashed.svg");
/// TriangleRightIcon
out property <image> TriangleRightIcon: @image-url("icons/triangle-right.svg");
/// TrophyIcon
out property <image> TrophyIcon: @image-url("icons/trophy.svg");
/// TruckIcon
out property <image> TruckIcon: @image-url("icons/truck.svg");
/// TruckElectricIcon
out property <image> TruckElectricIcon: @image-url("icons/truck-electric.svg");
/// TurkishLiraIcon
out property <image> TurkishLiraIcon: @image-url("icons/turkish-lira.svg");
/// TurntableIcon
out property <image> TurntableIcon: @image-url("icons/turntable.svg");
/// TurtleIcon
out property <image> TurtleIcon: @image-url("icons/turtle.svg");
/// TvIcon
out property <image> TvIcon: @image-url("icons/tv.svg");
/// TvMinimalIcon
out property <image> TvMinimalIcon: @image-url("icons/tv-minimal.svg");
/// TvMinimalPlayIcon
out property <image> TvMinimalPlayIcon: @image-url("icons/tv-minimal-play.svg");
/// TwitchIcon
out property <image> TwitchIcon: @image-url("icons/twitch.svg");
/// TwitterIcon
out property <image> TwitterIcon: @image-url("icons/twitter.svg");
/// TypeIcon
out property <image> TypeIcon: @image-url("icons/type.svg");
/// TypeOutlineIcon
out property <image> TypeOutlineIcon: @image-url("icons/type-outline.svg");
/// UmbrellaIcon
out property <image> UmbrellaIcon: @image-url("icons/umbrella.svg");
/// UmbrellaOffIcon
out property <image> UmbrellaOffIcon: @image-url("icons/umbrella-off.svg");
/// UnderlineIcon
out property <image> UnderlineIcon: @image-url("icons/underline.svg");
/// UndoIcon
out property <image> UndoIcon: @image-url("icons/undo.svg");
/// Undo2Icon
out property <image> Undo2Icon: @image-url("icons/undo-2.svg");
/// UndoDotIcon
out property <image> UndoDotIcon: @image-url("icons/undo-dot.svg");
/// UnfoldHorizontalIcon
out property <image> UnfoldHorizontalIcon: @image-url("icons/unfold-horizontal.svg");
/// UnfoldVerticalIcon
out property <image> UnfoldVerticalIcon: @image-url("icons/unfold-vertical.svg");
/// UngroupIcon
out property <image> UngroupIcon: @image-url("icons/ungroup.svg");
/// UniversityIcon
out property <image> UniversityIcon: @image-url("icons/university.svg");
/// UnlinkIcon
out property <image> UnlinkIcon: @image-url("icons/unlink.svg");
/// Unlink2Icon
out property <image> Unlink2Icon: @image-url("icons/unlink-2.svg");
/// UnplugIcon
out property <image> UnplugIcon: @image-url("icons/unplug.svg");
/// UploadIcon
out property <image> UploadIcon: @image-url("icons/upload.svg");
/// UsbIcon
out property <image> UsbIcon: @image-url("icons/usb.svg");
/// UserIcon
out property <image> UserIcon: @image-url("icons/user.svg");
/// UserCheckIcon
out property <image> UserCheckIcon: @image-url("icons/user-check.svg");
/// UserCogIcon
out property <image> UserCogIcon: @image-url("icons/user-cog.svg");
/// UserLockIcon
out property <image> UserLockIcon: @image-url("icons/user-lock.svg");
/// UserMinusIcon
out property <image> UserMinusIcon: @image-url("icons/user-minus.svg");
/// UserPenIcon
out property <image> UserPenIcon: @image-url("icons/user-pen.svg");
/// UserPlusIcon
out property <image> UserPlusIcon: @image-url("icons/user-plus.svg");
/// UserRoundIcon
out property <image> UserRoundIcon: @image-url("icons/user-round.svg");
/// UserRoundCheckIcon
out property <image> UserRoundCheckIcon: @image-url("icons/user-round-check.svg");
/// UserRoundCogIcon
out property <image> UserRoundCogIcon: @image-url("icons/user-round-cog.svg");
/// UserRoundMinusIcon
out property <image> UserRoundMinusIcon: @image-url("icons/user-round-minus.svg");
/// UserRoundPenIcon
out property <image> UserRoundPenIcon: @image-url("icons/user-round-pen.svg");
/// UserRoundPlusIcon
out property <image> UserRoundPlusIcon: @image-url("icons/user-round-plus.svg");
/// UserRoundSearchIcon
out property <image> UserRoundSearchIcon: @image-url("icons/user-round-search.svg");
/// UserRoundXIcon
out property <image> UserRoundXIcon: @image-url("icons/user-round-x.svg");
/// UserSearchIcon
out property <image> UserSearchIcon: @image-url("icons/user-search.svg");
/// UserStarIcon
out property <image> UserStarIcon: @image-url("icons/user-star.svg");
/// UserXIcon
out property <image> UserXIcon: @image-url("icons/user-x.svg");
/// UsersIcon
out property <image> UsersIcon: @image-url("icons/users.svg");
/// UsersRoundIcon
out property <image> UsersRoundIcon: @image-url("icons/users-round.svg");
/// UtensilsIcon
out property <image> UtensilsIcon: @image-url("icons/utensils.svg");
/// UtensilsCrossedIcon
out property <image> UtensilsCrossedIcon: @image-url("icons/utensils-crossed.svg");
/// UtilityPoleIcon
out property <image> UtilityPoleIcon: @image-url("icons/utility-pole.svg");
/// VariableIcon
out property <image> VariableIcon: @image-url("icons/variable.svg");
/// VaultIcon
out property <image> VaultIcon: @image-url("icons/vault.svg");
/// VectorSquareIcon
out property <image> VectorSquareIcon: @image-url("icons/vector-square.svg");
/// VeganIcon
out property <image> VeganIcon: @image-url("icons/vegan.svg");
/// VenetianMaskIcon
out property <image> VenetianMaskIcon: @image-url("icons/venetian-mask.svg");
/// VenusIcon
out property <image> VenusIcon: @image-url("icons/venus.svg");
/// VenusAndMarsIcon
out property <image> VenusAndMarsIcon: @image-url("icons/venus-and-mars.svg");
/// VibrateIcon
out property <image> VibrateIcon: @image-url("icons/vibrate.svg");
/// VibrateOffIcon
out property <image> VibrateOffIcon: @image-url("icons/vibrate-off.svg");
/// VideoIcon
out property <image> VideoIcon: @image-url("icons/video.svg");
/// VideoOffIcon
out property <image> VideoOffIcon: @image-url("icons/video-off.svg");
/// VideotapeIcon
out property <image> VideotapeIcon: @image-url("icons/videotape.svg");
/// ViewIcon
out property <image> ViewIcon: @image-url("icons/view.svg");
/// VoicemailIcon
out property <image> VoicemailIcon: @image-url("icons/voicemail.svg");
/// VolleyballIcon
out property <image> VolleyballIcon: @image-url("icons/volleyball.svg");
/// VolumeIcon
out property <image> VolumeIcon: @image-url("icons/volume.svg");
/// Volume1Icon
out property <image> Volume1Icon: @image-url("icons/volume-1.svg");
/// Volume2Icon
out property <image> Volume2Icon: @image-url("icons/volume-2.svg");
/// VolumeOffIcon
out property <image> VolumeOffIcon: @image-url("icons/volume-off.svg");
/// VolumeXIcon
out property <image> VolumeXIcon: @image-url("icons/volume-x.svg");
/// VoteIcon
out property <image> VoteIcon: @image-url("icons/vote.svg");
/// WalletIcon
out property <image> WalletIcon: @image-url("icons/wallet.svg");
/// WalletCardsIcon
out property <image> WalletCardsIcon: @image-url("icons/wallet-cards.svg");
/// WalletMinimalIcon
out property <image> WalletMinimalIcon: @image-url("icons/wallet-minimal.svg");
/// WallpaperIcon
out property <image> WallpaperIcon: @image-url("icons/wallpaper.svg");
/// WandIcon
out property <image> WandIcon: @image-url("icons/wand.svg");
/// WandSparklesIcon
out property <image> WandSparklesIcon: @image-url("icons/wand-sparkles.svg");
/// WarehouseIcon
out property <image> WarehouseIcon: @image-url("icons/warehouse.svg");
/// WashingMachineIcon
out property <image> WashingMachineIcon: @image-url("icons/washing-machine.svg");
/// WatchIcon
out property <image> WatchIcon: @image-url("icons/watch.svg");
/// WavesIcon
out property <image> WavesIcon: @image-url("icons/waves.svg");
/// WavesLadderIcon
out property <image> WavesLadderIcon: @image-url("icons/waves-ladder.svg");
/// WaypointsIcon
out property <image> WaypointsIcon: @image-url("icons/waypoints.svg");
/// WebcamIcon
out property <image> WebcamIcon: @image-url("icons/webcam.svg");
/// WebhookIcon
out property <image> WebhookIcon: @image-url("icons/webhook.svg");
/// WebhookOffIcon
out property <image> WebhookOffIcon: @image-url("icons/webhook-off.svg");
/// WeightIcon
out property <image> WeightIcon: @image-url("icons/weight.svg");
/// WheatIcon
out property <image> WheatIcon: @image-url("icons/wheat.svg");
/// WheatOffIcon
out property <image> WheatOffIcon: @image-url("icons/wheat-off.svg");
/// WholeWordIcon
out property <image> WholeWordIcon: @image-url("icons/whole-word.svg");
/// WifiIcon
out property <image> WifiIcon: @image-url("icons/wifi.svg");
/// WifiCogIcon
out property <image> WifiCogIcon: @image-url("icons/wifi-cog.svg");
/// WifiHighIcon
out property <image> WifiHighIcon: @image-url("icons/wifi-high.svg");
/// WifiLowIcon
out property <image> WifiLowIcon: @image-url("icons/wifi-low.svg");
/// WifiOffIcon
out property <image> WifiOffIcon: @image-url("icons/wifi-off.svg");
/// WifiPenIcon
out property <image> WifiPenIcon: @image-url("icons/wifi-pen.svg");
/// WifiSyncIcon
out property <image> WifiSyncIcon: @image-url("icons/wifi-sync.svg");
/// WifiZeroIcon
out property <image> WifiZeroIcon: @image-url("icons/wifi-zero.svg");
/// WindIcon
out property <image> WindIcon: @image-url("icons/wind.svg");
/// WindArrowDownIcon
out property <image> WindArrowDownIcon: @image-url("icons/wind-arrow-down.svg");
/// WineIcon
out property <image> WineIcon: @image-url("icons/wine.svg");
/// WineOffIcon
out property <image> WineOffIcon: @image-url("icons/wine-off.svg");
/// WorkflowIcon
out property <image> WorkflowIcon: @image-url("icons/workflow.svg");
/// WormIcon
out property <image> WormIcon: @image-url("icons/worm.svg");
/// WrenchIcon
out property <image> WrenchIcon: @image-url("icons/wrench.svg");
/// XIcon
out property <image> XIcon: @image-url("icons/x.svg");
/// YoutubeIcon
out property <image> YoutubeIcon: @image-url("icons/youtube.svg");
/// ZapIcon
out property <image> ZapIcon: @image-url("icons/zap.svg");
/// ZapOffIcon
out property <image> ZapOffIcon: @image-url("icons/zap-off.svg");
/// ZoomInIcon
out property <image> ZoomInIcon: @image-url("icons/zoom-in.svg");
/// ZoomOutIcon
out property <image> ZoomOutIcon: @image-url("icons/zoom-out.svg");
}