//! Static icon registry for zero-allocation icon lookup
//!
//! This module provides pre-compiled static data for all icons,
//! implementing the Dioxus registry pattern for Leptos.
//!
//! 🤖 AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
//! Generated by: generate_icon_registry.py
use super::icon_type::IconType;
use super::static_svg_element::StaticSvgElement;
/// Static elements for AArrowDown icon
static AARROWDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3.5 13h6" },
StaticSvgElement::Path { d: "m2 16 4.5-9 4.5 9" },
StaticSvgElement::Path { d: "M18 7v9" },
StaticSvgElement::Path { d: "m14 12 4 4 4-4" },
];
/// Static elements for AArrowUp icon
static AARROWUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3.5 13h6" },
StaticSvgElement::Path { d: "m2 16 4.5-9 4.5 9" },
StaticSvgElement::Path { d: "M18 16V7" },
StaticSvgElement::Path { d: "m14 11 4-4 4 4" },
];
/// Static elements for ALargeSmall icon
static ALARGESMALL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 14h-5" },
StaticSvgElement::Path { d: "M16 16v-3.5a2.5 2.5 0 0 1 5 0V16" },
StaticSvgElement::Path { d: "M4.5 13h6" },
StaticSvgElement::Path { d: "m3 16 4.5-9 4.5 9" },
];
/// Static elements for Accessibility icon
static ACCESSIBILITY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "16", cy: "4", r: "1" },
StaticSvgElement::Path { d: "m18 19 1-7-6 1" },
StaticSvgElement::Path { d: "m5 8 3-3 5.5 3-2.36 3.5" },
StaticSvgElement::Path { d: "M4.24 14.5a5 5 0 0 0 6.88 6" },
StaticSvgElement::Path { d: "M13.76 17.5a5 5 0 0 0-6.88-6" },
];
/// Static elements for Activity icon
static ACTIVITY_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",
}];
/// Static elements for AirVent icon
static AIRVENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 17.5a2.5 2.5 0 1 1-4 2.03V12" },
StaticSvgElement::Path { d: "M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M6 8h12" },
StaticSvgElement::Path { d: "M6.6 15.572A2 2 0 1 0 10 17v-5" },
];
/// Static elements for Airplay icon
static AIRPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1" },
StaticSvgElement::Path { d: "m12 15 5 6H7Z" },
];
/// Static elements for AlarmClock icon
static ALARMCLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "13", r: "8" },
StaticSvgElement::Path { d: "M12 9v4l2 2" },
StaticSvgElement::Path { d: "M5 3 2 6" },
StaticSvgElement::Path { d: "m22 6-3-3" },
StaticSvgElement::Path { d: "M6.38 18.7 4 21" },
StaticSvgElement::Path { d: "M17.64 18.67 20 21" },
];
/// Static elements for AlarmClockCheck icon
static ALARMCLOCKCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "13", r: "8" },
StaticSvgElement::Path { d: "M5 3 2 6" },
StaticSvgElement::Path { d: "m22 6-3-3" },
StaticSvgElement::Path { d: "M6.38 18.7 4 21" },
StaticSvgElement::Path { d: "M17.64 18.67 20 21" },
StaticSvgElement::Path { d: "m9 13 2 2 4-4" },
];
/// Static elements for AlarmClockMinus icon
static ALARMCLOCKMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "13", r: "8" },
StaticSvgElement::Path { d: "M5 3 2 6" },
StaticSvgElement::Path { d: "m22 6-3-3" },
StaticSvgElement::Path { d: "M6.38 18.7 4 21" },
StaticSvgElement::Path { d: "M17.64 18.67 20 21" },
StaticSvgElement::Path { d: "M9 13h6" },
];
/// Static elements for AlarmClockOff icon
static ALARMCLOCKOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6.87 6.87a8 8 0 1 0 11.26 11.26" },
StaticSvgElement::Path { d: "M19.9 14.25a8 8 0 0 0-9.15-9.15" },
StaticSvgElement::Path { d: "m22 6-3-3" },
StaticSvgElement::Path { d: "M6.26 18.67 4 21" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M4 4 2 6" },
];
/// Static elements for AlarmClockPlus icon
static ALARMCLOCKPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "13", r: "8" },
StaticSvgElement::Path { d: "M5 3 2 6" },
StaticSvgElement::Path { d: "m22 6-3-3" },
StaticSvgElement::Path { d: "M6.38 18.7 4 21" },
StaticSvgElement::Path { d: "M17.64 18.67 20 21" },
StaticSvgElement::Path { d: "M12 10v6" },
StaticSvgElement::Path { d: "M9 13h6" },
];
/// Static elements for AlarmSmoke icon
static ALARMSMOKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 21c0-2.5 2-2.5 2-5" },
StaticSvgElement::Path { d: "M16 21c0-2.5 2-2.5 2-5" },
StaticSvgElement::Path { d: "m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8" },
StaticSvgElement::Path { d: "M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z" },
StaticSvgElement::Path { d: "M6 21c0-2.5 2-2.5 2-5" },
];
/// Static elements for Album icon
static ALBUM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Polyline { points: "11 3 11 11 14 8 17 11 17 3" },
];
/// Static elements for AlignCenter icon
static ALIGNCENTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 12H7" },
StaticSvgElement::Path { d: "M19 18H5" },
StaticSvgElement::Path { d: "M21 6H3" },
];
/// Static elements for AlignCenterHorizontal icon
static ALIGNCENTERHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 12h20" },
StaticSvgElement::Path { d: "M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4" },
StaticSvgElement::Path { d: "M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1" },
StaticSvgElement::Path { d: "M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1" },
];
/// Static elements for AlignCenterVertical icon
static ALIGNCENTERVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v20" },
StaticSvgElement::Path { d: "M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4" },
StaticSvgElement::Path { d: "M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4" },
StaticSvgElement::Path { d: "M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1" },
StaticSvgElement::Path { d: "M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1" },
];
/// Static elements for AlignEndHorizontal icon
static ALIGNENDHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "2", width: "6", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "14", y: "9", width: "6", height: "9", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M22 22H2" },
];
/// Static elements for AlignEndVertical icon
static ALIGNENDVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "16", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "9", y: "14", width: "9", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M22 22V2" },
];
/// Static elements for AlignHorizontalDistributeCenter icon
static ALIGNHORIZONTALDISTRIBUTECENTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "5", width: "6", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "14", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M17 22v-5" },
StaticSvgElement::Path { d: "M17 7V2" },
StaticSvgElement::Path { d: "M7 22v-3" },
StaticSvgElement::Path { d: "M7 5V2" },
];
/// Static elements for AlignHorizontalDistributeEnd icon
static ALIGNHORIZONTALDISTRIBUTEEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "5", width: "6", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "14", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M10 2v20" },
StaticSvgElement::Path { d: "M20 2v20" },
];
/// Static elements for AlignHorizontalDistributeStart icon
static ALIGNHORIZONTALDISTRIBUTESTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "5", width: "6", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "14", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M4 2v20" },
StaticSvgElement::Path { d: "M14 2v20" },
];
/// Static elements for AlignHorizontalJustifyCenter icon
static ALIGNHORIZONTALJUSTIFYCENTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "5", width: "6", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "16", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 2v20" },
];
/// Static elements for AlignHorizontalJustifyEnd icon
static ALIGNHORIZONTALJUSTIFYEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "5", width: "6", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "12", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M22 2v20" },
];
/// Static elements for AlignHorizontalJustifyStart icon
static ALIGNHORIZONTALJUSTIFYSTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "6", y: "5", width: "6", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "16", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 2v20" },
];
/// Static elements for AlignHorizontalSpaceAround icon
static ALIGNHORIZONTALSPACEAROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "9", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M4 22V2" },
StaticSvgElement::Path { d: "M20 22V2" },
];
/// Static elements for AlignHorizontalSpaceBetween icon
static ALIGNHORIZONTALSPACEBETWEEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "5", width: "6", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "15", y: "7", width: "6", height: "10", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 2v20" },
StaticSvgElement::Path { d: "M21 2v20" },
];
/// Static elements for AlignJustify icon
static ALIGNJUSTIFY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 12h18" },
StaticSvgElement::Path { d: "M3 18h18" },
StaticSvgElement::Path { d: "M3 6h18" },
];
/// Static elements for AlignLeft icon
static ALIGNLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 12H3" },
StaticSvgElement::Path { d: "M17 18H3" },
StaticSvgElement::Path { d: "M21 6H3" },
];
/// Static elements for AlignRight icon
static ALIGNRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12H9" },
StaticSvgElement::Path { d: "M21 18H7" },
StaticSvgElement::Path { d: "M21 6H3" },
];
/// Static elements for AlignStartHorizontal icon
static ALIGNSTARTHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "6", width: "6", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "14", y: "6", width: "6", height: "9", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M22 2H2" },
];
/// Static elements for AlignStartVertical icon
static ALIGNSTARTVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "6", y: "14", width: "9", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "6", y: "4", width: "16", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 2v20" },
];
/// Static elements for AlignVerticalDistributeCenter icon
static ALIGNVERTICALDISTRIBUTECENTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 17h-3" },
StaticSvgElement::Path { d: "M22 7h-5" },
StaticSvgElement::Path { d: "M5 17H2" },
StaticSvgElement::Path { d: "M7 7H2" },
StaticSvgElement::Rect { x: "5", y: "14", width: "14", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "7", y: "4", width: "10", height: "6", rx: Some("2"), ry: None },
];
/// Static elements for AlignVerticalDistributeEnd icon
static ALIGNVERTICALDISTRIBUTEEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "14", width: "14", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "7", y: "4", width: "10", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 20h20" },
StaticSvgElement::Path { d: "M2 10h20" },
];
/// Static elements for AlignVerticalDistributeStart icon
static ALIGNVERTICALDISTRIBUTESTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "14", width: "14", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "7", y: "4", width: "10", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 14h20" },
StaticSvgElement::Path { d: "M2 4h20" },
];
/// Static elements for AlignVerticalJustifyCenter icon
static ALIGNVERTICALJUSTIFYCENTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "16", width: "14", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "7", y: "2", width: "10", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 12h20" },
];
/// Static elements for AlignVerticalJustifyEnd icon
static ALIGNVERTICALJUSTIFYEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "12", width: "14", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "7", y: "2", width: "10", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 22h20" },
];
/// Static elements for AlignVerticalJustifyStart icon
static ALIGNVERTICALJUSTIFYSTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "16", width: "14", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "7", y: "6", width: "10", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 2h20" },
];
/// Static elements for AlignVerticalSpaceAround icon
static ALIGNVERTICALSPACEAROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "7", y: "9", width: "10", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M22 20H2" },
StaticSvgElement::Path { d: "M22 4H2" },
];
/// Static elements for AlignVerticalSpaceBetween icon
static ALIGNVERTICALSPACEBETWEEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "15", width: "14", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "7", y: "3", width: "10", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 21h20" },
StaticSvgElement::Path { d: "M2 3h20" },
];
/// Static elements for Ambulance icon
static AMBULANCE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10H6" },
StaticSvgElement::Path { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" },
StaticSvgElement::Path {
d: "M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",
},
StaticSvgElement::Path { d: "M8 8v4" },
StaticSvgElement::Path { d: "M9 18h6" },
StaticSvgElement::Circle { cx: "17", cy: "18", r: "2" },
StaticSvgElement::Circle { cx: "7", cy: "18", r: "2" },
];
/// Static elements for Ampersand icon
static AMPERSAND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",
},
StaticSvgElement::Path { d: "M16 12h3" },
];
/// Static elements for Ampersands icon
static AMPERSANDS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" },
StaticSvgElement::Path { d: "M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" },
];
/// Static elements for Amphora icon
static AMPHORA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8" },
StaticSvgElement::Path { d: "M10 5H8a2 2 0 0 0 0 4h.68" },
StaticSvgElement::Path { d: "M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8" },
StaticSvgElement::Path { d: "M14 5h2a2 2 0 0 1 0 4h-.68" },
StaticSvgElement::Path { d: "M18 22H6" },
StaticSvgElement::Path { d: "M9 2h6" },
];
/// Static elements for Anchor icon
static ANCHOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22V8" },
StaticSvgElement::Path { d: "M5 12H2a10 10 0 0 0 20 0h-3" },
StaticSvgElement::Circle { cx: "12", cy: "5", r: "3" },
];
/// Static elements for Angry icon
static ANGRY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M16 16s-1.5-2-4-2-4 2-4 2" },
StaticSvgElement::Path { d: "M7.5 8 10 9" },
StaticSvgElement::Path { d: "m14 9 2.5-1" },
StaticSvgElement::Path { d: "M9 10h.01" },
StaticSvgElement::Path { d: "M15 10h.01" },
];
/// Static elements for Annoyed icon
static ANNOYED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M8 15h8" },
StaticSvgElement::Path { d: "M8 9h2" },
StaticSvgElement::Path { d: "M14 9h2" },
];
/// Static elements for Antenna icon
static ANTENNA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 12 7 2" },
StaticSvgElement::Path { d: "m7 12 5-10" },
StaticSvgElement::Path { d: "m12 12 5-10" },
StaticSvgElement::Path { d: "m17 12 5-10" },
StaticSvgElement::Path { d: "M4.5 7h15" },
StaticSvgElement::Path { d: "M12 16v6" },
];
/// Static elements for Anvil icon
static ANVIL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4" },
StaticSvgElement::Path { d: "M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z" },
StaticSvgElement::Path { d: "M9 12v5" },
StaticSvgElement::Path { d: "M15 12v5" },
StaticSvgElement::Path { d: "M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1" },
];
/// Static elements for Aperture icon
static APERTURE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "m14.31 8 5.74 9.94" },
StaticSvgElement::Path { d: "M9.69 8h11.48" },
StaticSvgElement::Path { d: "m7.38 12 5.74-9.94" },
StaticSvgElement::Path { d: "M9.69 16 3.95 6.06" },
StaticSvgElement::Path { d: "M14.31 16H2.83" },
StaticSvgElement::Path { d: "m16.62 12-5.74 9.94" },
];
/// Static elements for AppWindow icon
static APPWINDOW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M10 4v4" },
StaticSvgElement::Path { d: "M2 8h20" },
StaticSvgElement::Path { d: "M6 4v4" },
];
/// Static elements for AppWindowMac icon
static APPWINDOWMAC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6 8h.01" },
StaticSvgElement::Path { d: "M10 8h.01" },
StaticSvgElement::Path { d: "M14 8h.01" },
];
/// Static elements for Apple icon
static APPLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z",
},
StaticSvgElement::Path { d: "M10 2c1 .5 2 2 2 5" },
];
/// Static elements for Archive icon
static ARCHIVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" },
StaticSvgElement::Path { d: "M10 12h4" },
];
/// Static elements for ArchiveRestore icon
static ARCHIVERESTORE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M4 8v11a2 2 0 0 0 2 2h2" },
StaticSvgElement::Path { d: "M20 8v11a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "m9 15 3-3 3 3" },
StaticSvgElement::Path { d: "M12 12v9" },
];
/// Static elements for ArchiveX icon
static ARCHIVEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" },
StaticSvgElement::Path { d: "m9.5 17 5-5" },
StaticSvgElement::Path { d: "m9.5 12 5 5" },
];
/// Static elements for Armchair icon
static ARMCHAIR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path {
d: "M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",
},
StaticSvgElement::Path { d: "M5 18v2" },
StaticSvgElement::Path { d: "M19 18v2" },
];
/// Static elements for ArrowBigDown icon
static ARROWBIGDOWN_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z",
}];
/// Static elements for ArrowBigDownDash icon
static ARROWBIGDOWNDASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M9 4h6" },
];
/// Static elements for ArrowBigLeft icon
static ARROWBIGLEFT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z",
}];
/// Static elements for ArrowBigLeftDash icon
static ARROWBIGLEFTDASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z",
},
StaticSvgElement::Path { d: "M20 9v6" },
];
/// Static elements for ArrowBigRight icon
static ARROWBIGRIGHT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",
}];
/// Static elements for ArrowBigRightDash icon
static ARROWBIGRIGHTDASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",
},
StaticSvgElement::Path { d: "M4 9v6" },
];
/// Static elements for ArrowBigUp icon
static ARROWBIGUP_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z",
}];
/// Static elements for ArrowBigUpDash icon
static ARROWBIGUPDASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z",
},
StaticSvgElement::Path { d: "M9 20h6" },
];
/// Static elements for ArrowDown icon
static ARROWDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 5v14" }, StaticSvgElement::Path { d: "m19 12-7 7-7-7" }];
/// Static elements for ArrowDown01 icon
static ARROWDOWN01_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 16 4 4 4-4" },
StaticSvgElement::Path { d: "M7 20V4" },
StaticSvgElement::Rect { x: "15", y: "4", width: "4", height: "6", rx: None, ry: Some("2") },
StaticSvgElement::Path { d: "M17 20v-6h-2" },
StaticSvgElement::Path { d: "M15 20h4" },
];
/// Static elements for ArrowDown10 icon
static ARROWDOWN10_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 16 4 4 4-4" },
StaticSvgElement::Path { d: "M7 20V4" },
StaticSvgElement::Path { d: "M17 10V4h-2" },
StaticSvgElement::Path { d: "M15 10h4" },
StaticSvgElement::Rect { x: "15", y: "14", width: "4", height: "6", rx: None, ry: Some("2") },
];
/// Static elements for ArrowDownAZ icon
static ARROWDOWNAZ_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 16 4 4 4-4" },
StaticSvgElement::Path { d: "M7 20V4" },
StaticSvgElement::Path { d: "M20 8h-5" },
StaticSvgElement::Path { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" },
StaticSvgElement::Path { d: "M15 14h5l-5 6h5" },
];
/// Static elements for ArrowDownFromLine icon
static ARROWDOWNFROMLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 3H5" },
StaticSvgElement::Path { d: "M12 21V7" },
StaticSvgElement::Path { d: "m6 15 6 6 6-6" },
];
/// Static elements for ArrowDownLeft icon
static ARROWDOWNLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M17 7 7 17" }, StaticSvgElement::Path { d: "M17 17H7V7" }];
/// Static elements for ArrowDownNarrowWide icon
static ARROWDOWNNARROWWIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 16 4 4 4-4" },
StaticSvgElement::Path { d: "M7 20V4" },
StaticSvgElement::Path { d: "M11 4h4" },
StaticSvgElement::Path { d: "M11 8h7" },
StaticSvgElement::Path { d: "M11 12h10" },
];
/// Static elements for ArrowDownRight icon
static ARROWDOWNRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m7 7 10 10" }, StaticSvgElement::Path { d: "M17 7v10H7" }];
/// Static elements for ArrowDownToDot icon
static ARROWDOWNTODOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v14" },
StaticSvgElement::Path { d: "m19 9-7 7-7-7" },
StaticSvgElement::Circle { cx: "12", cy: "21", r: "1" },
];
/// Static elements for ArrowDownToLine icon
static ARROWDOWNTOLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17V3" },
StaticSvgElement::Path { d: "m6 11 6 6 6-6" },
StaticSvgElement::Path { d: "M19 21H5" },
];
/// Static elements for ArrowDownUp icon
static ARROWDOWNUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 16 4 4 4-4" },
StaticSvgElement::Path { d: "M7 20V4" },
StaticSvgElement::Path { d: "m21 8-4-4-4 4" },
StaticSvgElement::Path { d: "M17 4v16" },
];
/// Static elements for ArrowDownWideNarrow icon
static ARROWDOWNWIDENARROW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 16 4 4 4-4" },
StaticSvgElement::Path { d: "M7 20V4" },
StaticSvgElement::Path { d: "M11 4h10" },
StaticSvgElement::Path { d: "M11 8h7" },
StaticSvgElement::Path { d: "M11 12h4" },
];
/// Static elements for ArrowDownZA icon
static ARROWDOWNZA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 16 4 4 4-4" },
StaticSvgElement::Path { d: "M7 4v16" },
StaticSvgElement::Path { d: "M15 4h5l-5 6h5" },
StaticSvgElement::Path { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" },
StaticSvgElement::Path { d: "M20 18h-5" },
];
/// Static elements for ArrowLeft icon
static ARROWLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m12 19-7-7 7-7" }, StaticSvgElement::Path { d: "M19 12H5" }];
/// Static elements for ArrowLeftFromLine icon
static ARROWLEFTFROMLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m9 6-6 6 6 6" },
StaticSvgElement::Path { d: "M3 12h14" },
StaticSvgElement::Path { d: "M21 19V5" },
];
/// Static elements for ArrowLeftRight icon
static ARROWLEFTRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 3 4 7l4 4" },
StaticSvgElement::Path { d: "M4 7h16" },
StaticSvgElement::Path { d: "m16 21 4-4-4-4" },
StaticSvgElement::Path { d: "M20 17H4" },
];
/// Static elements for ArrowLeftToLine icon
static ARROWLEFTTOLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 19V5" },
StaticSvgElement::Path { d: "m13 6-6 6 6 6" },
StaticSvgElement::Path { d: "M7 12h14" },
];
/// Static elements for ArrowRight icon
static ARROWRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M5 12h14" }, StaticSvgElement::Path { d: "m12 5 7 7-7 7" }];
/// Static elements for ArrowRightFromLine icon
static ARROWRIGHTFROMLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 5v14" },
StaticSvgElement::Path { d: "M21 12H7" },
StaticSvgElement::Path { d: "m15 18 6-6-6-6" },
];
/// Static elements for ArrowRightLeft icon
static ARROWRIGHTLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 3 4 4-4 4" },
StaticSvgElement::Path { d: "M20 7H4" },
StaticSvgElement::Path { d: "m8 21-4-4 4-4" },
StaticSvgElement::Path { d: "M4 17h16" },
];
/// Static elements for ArrowRightToLine icon
static ARROWRIGHTTOLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 12H3" },
StaticSvgElement::Path { d: "m11 18 6-6-6-6" },
StaticSvgElement::Path { d: "M21 5v14" },
];
/// Static elements for ArrowUp icon
static ARROWUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m5 12 7-7 7 7" }, StaticSvgElement::Path { d: "M12 19V5" }];
/// Static elements for ArrowUp01 icon
static ARROWUP01_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 8 4-4 4 4" },
StaticSvgElement::Path { d: "M7 4v16" },
StaticSvgElement::Rect { x: "15", y: "4", width: "4", height: "6", rx: None, ry: Some("2") },
StaticSvgElement::Path { d: "M17 20v-6h-2" },
StaticSvgElement::Path { d: "M15 20h4" },
];
/// Static elements for ArrowUp10 icon
static ARROWUP10_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 8 4-4 4 4" },
StaticSvgElement::Path { d: "M7 4v16" },
StaticSvgElement::Path { d: "M17 10V4h-2" },
StaticSvgElement::Path { d: "M15 10h4" },
StaticSvgElement::Rect { x: "15", y: "14", width: "4", height: "6", rx: None, ry: Some("2") },
];
/// Static elements for ArrowUpAZ icon
static ARROWUPAZ_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 8 4-4 4 4" },
StaticSvgElement::Path { d: "M7 4v16" },
StaticSvgElement::Path { d: "M20 8h-5" },
StaticSvgElement::Path { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" },
StaticSvgElement::Path { d: "M15 14h5l-5 6h5" },
];
/// Static elements for ArrowUpDown icon
static ARROWUPDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m21 16-4 4-4-4" },
StaticSvgElement::Path { d: "M17 20V4" },
StaticSvgElement::Path { d: "m3 8 4-4 4 4" },
StaticSvgElement::Path { d: "M7 4v16" },
];
/// Static elements for ArrowUpFromDot icon
static ARROWUPFROMDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m5 9 7-7 7 7" },
StaticSvgElement::Path { d: "M12 16V2" },
StaticSvgElement::Circle { cx: "12", cy: "21", r: "1" },
];
/// Static elements for ArrowUpFromLine icon
static ARROWUPFROMLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m18 9-6-6-6 6" },
StaticSvgElement::Path { d: "M12 3v14" },
StaticSvgElement::Path { d: "M5 21h14" },
];
/// Static elements for ArrowUpLeft icon
static ARROWUPLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M7 17V7h10" }, StaticSvgElement::Path { d: "M17 17 7 7" }];
/// Static elements for ArrowUpNarrowWide icon
static ARROWUPNARROWWIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 8 4-4 4 4" },
StaticSvgElement::Path { d: "M7 4v16" },
StaticSvgElement::Path { d: "M11 12h4" },
StaticSvgElement::Path { d: "M11 16h7" },
StaticSvgElement::Path { d: "M11 20h10" },
];
/// Static elements for ArrowUpRight icon
static ARROWUPRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M7 7h10v10" }, StaticSvgElement::Path { d: "M7 17 17 7" }];
/// Static elements for ArrowUpToLine icon
static ARROWUPTOLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 3h14" },
StaticSvgElement::Path { d: "m18 13-6-6-6 6" },
StaticSvgElement::Path { d: "M12 7v14" },
];
/// Static elements for ArrowUpWideNarrow icon
static ARROWUPWIDENARROW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 8 4-4 4 4" },
StaticSvgElement::Path { d: "M7 4v16" },
StaticSvgElement::Path { d: "M11 12h10" },
StaticSvgElement::Path { d: "M11 16h7" },
StaticSvgElement::Path { d: "M11 20h4" },
];
/// Static elements for ArrowUpZA icon
static ARROWUPZA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 8 4-4 4 4" },
StaticSvgElement::Path { d: "M7 4v16" },
StaticSvgElement::Path { d: "M15 4h5l-5 6h5" },
StaticSvgElement::Path { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" },
StaticSvgElement::Path { d: "M20 18h-5" },
];
/// Static elements for ArrowsUpFromLine icon
static ARROWSUPFROMLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m4 6 3-3 3 3" },
StaticSvgElement::Path { d: "M7 17V3" },
StaticSvgElement::Path { d: "m14 6 3-3 3 3" },
StaticSvgElement::Path { d: "M17 17V3" },
StaticSvgElement::Path { d: "M4 21h16" },
];
/// Static elements for Asterisk icon
static ASTERISK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v12" },
StaticSvgElement::Path { d: "M17.196 9 6.804 15" },
StaticSvgElement::Path { d: "m6.804 9 10.392 6" },
];
/// Static elements for AtSign icon
static ATSIGN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
StaticSvgElement::Path { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" },
];
/// Static elements for Atom icon
static ATOM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
StaticSvgElement::Path {
d: "M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",
},
StaticSvgElement::Path {
d: "M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",
},
];
/// Static elements for AudioLines icon
static AUDIOLINES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 10v3" },
StaticSvgElement::Path { d: "M6 6v11" },
StaticSvgElement::Path { d: "M10 3v18" },
StaticSvgElement::Path { d: "M14 8v7" },
StaticSvgElement::Path { d: "M18 5v13" },
StaticSvgElement::Path { d: "M22 10v3" },
];
/// Static elements for AudioWaveform icon
static AUDIOWAVEFORM_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",
}];
/// Static elements for Award icon
static AWARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",
},
StaticSvgElement::Circle { cx: "12", cy: "8", r: "6" },
];
/// Static elements for Axe icon
static AXE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" },
StaticSvgElement::Path {
d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z",
},
];
/// Static elements for Axis3D icon
static AXIS3D_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.5 10.5 15 9" },
StaticSvgElement::Path { d: "M4 4v15a1 1 0 0 0 1 1h15" },
StaticSvgElement::Path { d: "M4.293 19.707 6 18" },
StaticSvgElement::Path { d: "m9 15 1.5-1.5" },
];
/// Static elements for Baby icon
static BABY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5" },
StaticSvgElement::Path { d: "M15 12h.01" },
StaticSvgElement::Path {
d: "M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",
},
StaticSvgElement::Path { d: "M9 12h.01" },
];
/// Static elements for Backpack icon
static BACKPACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" },
StaticSvgElement::Path { d: "M8 10h8" },
StaticSvgElement::Path { d: "M8 18h8" },
StaticSvgElement::Path { d: "M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6" },
StaticSvgElement::Path { d: "M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2" },
];
/// Static elements for Badge icon
static BADGE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
}];
/// Static elements for BadgeAlert icon
static BADGEALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Line { x1: "12", y1: "8", x2: "12", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "16", x2: "12.01", y2: "16" },
];
/// Static elements for BadgeCent icon
static BADGECENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M12 7v10" },
StaticSvgElement::Path { d: "M15.4 10a4 4 0 1 0 0 4" },
];
/// Static elements for BadgeCheck icon
static BADGECHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "m9 12 2 2 4-4" },
];
/// Static elements for BadgeDollarSign icon
static BADGEDOLLARSIGN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" },
StaticSvgElement::Path { d: "M12 18V6" },
];
/// Static elements for BadgeEuro icon
static BADGEEURO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M7 12h5" },
StaticSvgElement::Path { d: "M15 9.4a4 4 0 1 0 0 5.2" },
];
/// Static elements for BadgeHelp icon
static BADGEHELP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" },
StaticSvgElement::Line { x1: "12", y1: "17", x2: "12.01", y2: "17" },
];
/// Static elements for BadgeIndianRupee icon
static BADGEINDIANRUPEE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M8 8h8" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path { d: "m13 17-5-1h1a4 4 0 0 0 0-8" },
];
/// Static elements for BadgeInfo icon
static BADGEINFO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Line { x1: "12", y1: "16", x2: "12", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "8", x2: "12.01", y2: "8" },
];
/// Static elements for BadgeJapaneseYen icon
static BADGEJAPANESEYEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "m9 8 3 3v7" },
StaticSvgElement::Path { d: "m12 11 3-3" },
StaticSvgElement::Path { d: "M9 12h6" },
StaticSvgElement::Path { d: "M9 16h6" },
];
/// Static elements for BadgeMinus icon
static BADGEMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Line { x1: "8", y1: "12", x2: "16", y2: "12" },
];
/// Static elements for BadgePercent icon
static BADGEPERCENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path { d: "M9 9h.01" },
StaticSvgElement::Path { d: "M15 15h.01" },
];
/// Static elements for BadgePlus icon
static BADGEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Line { x1: "12", y1: "8", x2: "12", y2: "16" },
StaticSvgElement::Line { x1: "8", y1: "12", x2: "16", y2: "12" },
];
/// Static elements for BadgePoundSterling icon
static BADGEPOUNDSTERLING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M8 12h4" },
StaticSvgElement::Path { d: "M10 16V9.5a2.5 2.5 0 0 1 5 0" },
StaticSvgElement::Path { d: "M8 16h7" },
];
/// Static elements for BadgeQuestionMark icon
static BADGEQUESTIONMARK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" },
StaticSvgElement::Line { x1: "12", y1: "17", x2: "12.01", y2: "17" },
];
/// Static elements for BadgeRussianRuble icon
static BADGERUSSIANRUBLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M9 16h5" },
StaticSvgElement::Path { d: "M9 12h5a2 2 0 1 0 0-4h-3v9" },
];
/// Static elements for BadgeSwissFranc icon
static BADGESWISSFRANC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Path { d: "M11 17V8h4" },
StaticSvgElement::Path { d: "M11 12h3" },
StaticSvgElement::Path { d: "M9 16h4" },
];
/// Static elements for BadgeTurkishLira icon
static BADGETURKISHLIRA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 7v10a5 5 0 0 0 5-5" },
StaticSvgElement::Path { d: "m15 8-6 3" },
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76",
},
];
/// Static elements for BadgeX icon
static BADGEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",
},
StaticSvgElement::Line { x1: "15", y1: "9", x2: "9", y2: "15" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "15", y2: "15" },
];
/// Static elements for BaggageClaim icon
static BAGGAGECLAIM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2" },
StaticSvgElement::Path { d: "M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10" },
StaticSvgElement::Rect { x: "8", y: "6", width: "13", height: "8", rx: Some("1"), ry: None },
StaticSvgElement::Circle { cx: "18", cy: "20", r: "2" },
StaticSvgElement::Circle { cx: "9", cy: "20", r: "2" },
];
/// Static elements for Ban icon
static BAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4.929 4.929 19.07 19.071" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for Banana icon
static BANANA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5" },
StaticSvgElement::Path {
d: "M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",
},
];
/// Static elements for Bandage icon
static BANDAGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10.01h.01" },
StaticSvgElement::Path { d: "M10 14.01h.01" },
StaticSvgElement::Path { d: "M14 10.01h.01" },
StaticSvgElement::Path { d: "M14 14.01h.01" },
StaticSvgElement::Path { d: "M18 6v11.5" },
StaticSvgElement::Path { d: "M6 6v12" },
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for Banknote icon
static BANKNOTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "12", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
StaticSvgElement::Path { d: "M6 12h.01M18 12h.01" },
];
/// Static elements for BanknoteArrowDown icon
static BANKNOTEARROWDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5" },
StaticSvgElement::Path { d: "m16 19 3 3 3-3" },
StaticSvgElement::Path { d: "M18 12h.01" },
StaticSvgElement::Path { d: "M19 16v6" },
StaticSvgElement::Path { d: "M6 12h.01" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for BanknoteArrowUp icon
static BANKNOTEARROWUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5" },
StaticSvgElement::Path { d: "M18 12h.01" },
StaticSvgElement::Path { d: "M19 22v-6" },
StaticSvgElement::Path { d: "m22 19-3-3-3 3" },
StaticSvgElement::Path { d: "M6 12h.01" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for BanknoteX icon
static BANKNOTEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5" },
StaticSvgElement::Path { d: "m17 17 5 5" },
StaticSvgElement::Path { d: "M18 12h.01" },
StaticSvgElement::Path { d: "m22 17-5 5" },
StaticSvgElement::Path { d: "M6 12h.01" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for Barcode icon
static BARCODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 5v14" },
StaticSvgElement::Path { d: "M8 5v14" },
StaticSvgElement::Path { d: "M12 5v14" },
StaticSvgElement::Path { d: "M17 5v14" },
StaticSvgElement::Path { d: "M21 5v14" },
];
/// Static elements for Barrel icon
static BARREL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 3a41 41 0 0 0 0 18" },
StaticSvgElement::Path { d: "M14 3a41 41 0 0 1 0 18" },
StaticSvgElement::Path {
d: "M17 3a2 2 0 0 1 1.68.92 15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92 15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3z",
},
StaticSvgElement::Path { d: "M3.84 17h16.32" },
StaticSvgElement::Path { d: "M3.84 7h16.32" },
];
/// Static elements for Baseline icon
static BASELINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 20h16" },
StaticSvgElement::Path { d: "m6 16 6-12 6 12" },
StaticSvgElement::Path { d: "M8 12h8" },
];
/// Static elements for Bath icon
static BATH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 4 8 6" },
StaticSvgElement::Path { d: "M17 19v2" },
StaticSvgElement::Path { d: "M2 12h20" },
StaticSvgElement::Path { d: "M7 19v2" },
StaticSvgElement::Path { d: "M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5" },
];
/// Static elements for Battery icon
static BATTERY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M 22 14 L 22 10" },
StaticSvgElement::Rect { x: "2", y: "6", width: "16", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for BatteryCharging icon
static BATTERYCHARGING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m11 7-3 5h4l-3 5" },
StaticSvgElement::Path { d: "M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935" },
StaticSvgElement::Path { d: "M22 14v-4" },
StaticSvgElement::Path { d: "M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936" },
];
/// Static elements for BatteryFull icon
static BATTERYFULL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10v4" },
StaticSvgElement::Path { d: "M14 10v4" },
StaticSvgElement::Path { d: "M22 14v-4" },
StaticSvgElement::Path { d: "M6 10v4" },
StaticSvgElement::Rect { x: "2", y: "6", width: "16", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for BatteryLow icon
static BATTERYLOW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 14v-4" },
StaticSvgElement::Path { d: "M6 14v-4" },
StaticSvgElement::Rect { x: "2", y: "6", width: "16", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for BatteryMedium icon
static BATTERYMEDIUM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 14v-4" },
StaticSvgElement::Path { d: "M22 14v-4" },
StaticSvgElement::Path { d: "M6 14v-4" },
StaticSvgElement::Rect { x: "2", y: "6", width: "16", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for BatteryPlus icon
static BATTERYPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 9v6" },
StaticSvgElement::Path { d: "M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605" },
StaticSvgElement::Path { d: "M22 14v-4" },
StaticSvgElement::Path { d: "M7 12h6" },
StaticSvgElement::Path { d: "M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606" },
];
/// Static elements for BatteryWarning icon
static BATTERYWARNING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 17h.01" },
StaticSvgElement::Path { d: "M10 7v6" },
StaticSvgElement::Path { d: "M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M22 14v-4" },
StaticSvgElement::Path { d: "M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" },
];
/// Static elements for Beaker icon
static BEAKER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4.5 3h15" },
StaticSvgElement::Path { d: "M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3" },
StaticSvgElement::Path { d: "M6 14h12" },
];
/// Static elements for Bean icon
static BEAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",
},
StaticSvgElement::Path { d: "M5.341 10.62a4 4 0 1 0 5.279-5.28" },
];
/// Static elements for BeanOff icon
static BEANOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1" },
StaticSvgElement::Path { d: "M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66" },
StaticSvgElement::Path { d: "M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Bed icon
static BED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 4v16" },
StaticSvgElement::Path { d: "M2 8h18a2 2 0 0 1 2 2v10" },
StaticSvgElement::Path { d: "M2 17h20" },
StaticSvgElement::Path { d: "M6 8v9" },
];
/// Static elements for BedDouble icon
static BEDDOUBLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8" },
StaticSvgElement::Path { d: "M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4" },
StaticSvgElement::Path { d: "M12 4v6" },
StaticSvgElement::Path { d: "M2 18h20" },
];
/// Static elements for BedSingle icon
static BEDSINGLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8" },
StaticSvgElement::Path { d: "M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4" },
StaticSvgElement::Path { d: "M3 18h18" },
];
/// Static elements for Beef icon
static BEEF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3",
},
StaticSvgElement::Path {
d: "m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",
},
StaticSvgElement::Circle { cx: "12.5", cy: "8.5", r: "2.5" },
];
/// Static elements for Beer icon
static BEER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 11h1a3 3 0 0 1 0 6h-1" },
StaticSvgElement::Path { d: "M9 12v6" },
StaticSvgElement::Path { d: "M13 12v6" },
StaticSvgElement::Path {
d: "M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",
},
StaticSvgElement::Path { d: "M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8" },
];
/// Static elements for BeerOff icon
static BEEROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 13v5" },
StaticSvgElement::Path { d: "M17 11.47V8" },
StaticSvgElement::Path { d: "M17 11h1a3 3 0 0 1 2.745 4.211" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3" },
StaticSvgElement::Path { d: "M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268" },
StaticSvgElement::Path {
d: "M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",
},
StaticSvgElement::Path { d: "M9 14.6V18" },
];
/// Static elements for Bell icon
static BELL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.268 21a2 2 0 0 0 3.464 0" },
StaticSvgElement::Path {
d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",
},
];
/// Static elements for BellDot icon
static BELLDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.268 21a2 2 0 0 0 3.464 0" },
StaticSvgElement::Path {
d: "M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665",
},
StaticSvgElement::Circle { cx: "18", cy: "8", r: "3" },
];
/// Static elements for BellElectric icon
static BELLELECTRIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18.518 17.347A7 7 0 0 1 14 19" },
StaticSvgElement::Path { d: "M18.8 4A11 11 0 0 1 20 9" },
StaticSvgElement::Path { d: "M9 9h.01" },
StaticSvgElement::Circle { cx: "20", cy: "16", r: "2" },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "7" },
StaticSvgElement::Rect { x: "4", y: "16", width: "10", height: "6", rx: Some("2"), ry: None },
];
/// Static elements for BellMinus icon
static BELLMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.268 21a2 2 0 0 0 3.464 0" },
StaticSvgElement::Path { d: "M15 8h6" },
StaticSvgElement::Path {
d: "M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12",
},
];
/// Static elements for BellOff icon
static BELLOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.268 21a2 2 0 0 0 3.464 0" },
StaticSvgElement::Path { d: "M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05" },
];
/// Static elements for BellPlus icon
static BELLPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.268 21a2 2 0 0 0 3.464 0" },
StaticSvgElement::Path { d: "M15 8h6" },
StaticSvgElement::Path { d: "M18 5v6" },
StaticSvgElement::Path {
d: "M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332",
},
];
/// Static elements for BellRing icon
static BELLRING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.268 21a2 2 0 0 0 3.464 0" },
StaticSvgElement::Path { d: "M22 8c0-2.3-.8-4.3-2-6" },
StaticSvgElement::Path {
d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",
},
StaticSvgElement::Path { d: "M4 2C2.8 3.7 2 5.7 2 8" },
];
/// Static elements for BetweenHorizontalEnd icon
static BETWEENHORIZONTALEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "13", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "m22 15-3-3 3-3" },
StaticSvgElement::Rect { x: "3", y: "14", width: "13", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for BetweenHorizontalStart icon
static BETWEENHORIZONTALSTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "3", width: "13", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "m2 9 3 3-3 3" },
StaticSvgElement::Rect { x: "8", y: "14", width: "13", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for BetweenVerticalEnd icon
static BETWEENVERTICALEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "7", height: "13", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "m9 22 3-3 3 3" },
StaticSvgElement::Rect { x: "14", y: "3", width: "7", height: "13", rx: Some("1"), ry: None },
];
/// Static elements for BetweenVerticalStart icon
static BETWEENVERTICALSTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "8", width: "7", height: "13", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "m15 2-3 3-3-3" },
StaticSvgElement::Rect { x: "14", y: "8", width: "7", height: "13", rx: Some("1"), ry: None },
];
/// Static elements for BicepsFlexed icon
static BICEPSFLEXED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",
},
StaticSvgElement::Path { d: "M15 14a5 5 0 0 0-7.584 2" },
StaticSvgElement::Path { d: "M9.964 6.825C8.019 7.977 9.5 13 8 15" },
];
/// Static elements for Bike icon
static BIKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "18.5", cy: "17.5", r: "3.5" },
StaticSvgElement::Circle { cx: "5.5", cy: "17.5", r: "3.5" },
StaticSvgElement::Circle { cx: "15", cy: "5", r: "1" },
StaticSvgElement::Path { d: "M12 17.5V14l-3-3 4-3 2 3h2" },
];
/// Static elements for Binary icon
static BINARY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "14", y: "14", width: "4", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "6", y: "4", width: "4", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6 20h4" },
StaticSvgElement::Path { d: "M14 10h4" },
StaticSvgElement::Path { d: "M6 14h2v6" },
StaticSvgElement::Path { d: "M14 4h2v6" },
];
/// Static elements for Binoculars icon
static BINOCULARS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10h4" },
StaticSvgElement::Path { d: "M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3" },
StaticSvgElement::Path {
d: "M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",
},
StaticSvgElement::Path { d: "M 22 16 L 2 16" },
StaticSvgElement::Path {
d: "M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",
},
StaticSvgElement::Path { d: "M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3" },
];
/// Static elements for Biohazard icon
static BIOHAZARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "11.9", r: "2" },
StaticSvgElement::Path { d: "M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6" },
StaticSvgElement::Path { d: "m8.9 10.1 1.4.8" },
StaticSvgElement::Path { d: "M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5" },
StaticSvgElement::Path { d: "m15.1 10.1-1.4.8" },
StaticSvgElement::Path { d: "M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2" },
StaticSvgElement::Path { d: "M12 13.9v1.6" },
StaticSvgElement::Path { d: "M13.5 5.4c-1-.2-2-.2-3 0" },
StaticSvgElement::Path { d: "M17 16.4c.7-.7 1.2-1.6 1.5-2.5" },
StaticSvgElement::Path { d: "M5.5 13.9c.3.9.8 1.8 1.5 2.5" },
];
/// Static elements for Bird icon
static BIRD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 7h.01" },
StaticSvgElement::Path { d: "M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20" },
StaticSvgElement::Path { d: "m20 7 2 .5-2 .5" },
StaticSvgElement::Path { d: "M10 18v3" },
StaticSvgElement::Path { d: "M14 17.75V21" },
StaticSvgElement::Path { d: "M7 18a6 6 0 0 0 3.84-10.61" },
];
/// Static elements for Bitcoin icon
static BITCOIN_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",
}];
/// Static elements for Blend icon
static BLEND_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "9", cy: "9", r: "7" }, StaticSvgElement::Circle { cx: "15", cy: "15", r: "7" }];
/// Static elements for Blinds icon
static BLINDS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3h18" },
StaticSvgElement::Path { d: "M20 7H8" },
StaticSvgElement::Path { d: "M20 11H8" },
StaticSvgElement::Path { d: "M10 19h10" },
StaticSvgElement::Path { d: "M8 15h12" },
StaticSvgElement::Path { d: "M4 3v14" },
StaticSvgElement::Circle { cx: "4", cy: "19", r: "2" },
];
/// Static elements for Blocks icon
static BLOCKS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2",
},
StaticSvgElement::Rect { x: "14", y: "2", width: "8", height: "8", rx: Some("1"), ry: None },
];
/// Static elements for Bluetooth icon
static BLUETOOTH_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "m7 7 10 10-5 5V2l5 5L7 17" }];
/// Static elements for BluetoothConnected icon
static BLUETOOTHCONNECTED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m7 7 10 10-5 5V2l5 5L7 17" },
StaticSvgElement::Line { x1: "18", y1: "12", x2: "21", y2: "12" },
StaticSvgElement::Line { x1: "3", y1: "12", x2: "6", y2: "12" },
];
/// Static elements for BluetoothOff icon
static BLUETOOTHOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m17 17-5 5V12l-5 5" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M14.5 9.5 17 7l-5-5v4.5" },
];
/// Static elements for BluetoothSearching icon
static BLUETOOTHSEARCHING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m7 7 10 10-5 5V2l5 5L7 17" },
StaticSvgElement::Path { d: "M20.83 14.83a4 4 0 0 0 0-5.66" },
StaticSvgElement::Path { d: "M18 12h.01" },
];
/// Static elements for Bold icon
static BOLD_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" }];
/// Static elements for Bolt icon
static BOLT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",
},
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
];
/// Static elements for Bomb icon
static BOMB_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "11", cy: "13", r: "9" },
StaticSvgElement::Path { d: "M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95" },
StaticSvgElement::Path { d: "m22 2-1.5 1.5" },
];
/// Static elements for Bone icon
static BONE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",
}];
/// Static elements for Book icon
static BOOK_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
}];
/// Static elements for BookA icon
static BOOKA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "m8 13 4-7 4 7" },
StaticSvgElement::Path { d: "M9.1 11h5.7" },
];
/// Static elements for BookAlert icon
static BOOKALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13h.01" },
StaticSvgElement::Path { d: "M12 6v3" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
];
/// Static elements for BookAudio icon
static BOOKAUDIO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v7" },
StaticSvgElement::Path { d: "M16 8v3" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "M8 8v3" },
];
/// Static elements for BookCheck icon
static BOOKCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "m9 9.5 2 2 4-4" },
];
/// Static elements for BookCopy icon
static BOOKCOPY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 16V4a2 2 0 0 1 2-2h11" },
StaticSvgElement::Path {
d: "M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12",
},
StaticSvgElement::Path { d: "M5 14H4a2 2 0 1 0 0 4h1" },
];
/// Static elements for BookDashed icon
static BOOKDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17h1.5" },
StaticSvgElement::Path { d: "M12 22h1.5" },
StaticSvgElement::Path { d: "M12 2h1.5" },
StaticSvgElement::Path { d: "M17.5 22H19a1 1 0 0 0 1-1" },
StaticSvgElement::Path { d: "M17.5 2H19a1 1 0 0 1 1 1v1.5" },
StaticSvgElement::Path { d: "M20 14v3h-2.5" },
StaticSvgElement::Path { d: "M20 8.5V10" },
StaticSvgElement::Path { d: "M4 10V8.5" },
StaticSvgElement::Path { d: "M4 19.5V14" },
StaticSvgElement::Path { d: "M4 4.5A2.5 2.5 0 0 1 6.5 2H8" },
StaticSvgElement::Path { d: "M8 22H6.5a1 1 0 0 1 0-5H8" },
];
/// Static elements for BookDown icon
static BOOKDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13V7" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "m9 10 3 3 3-3" },
];
/// Static elements for BookHeadphones icon
static BOOKHEADPHONES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "M8 12v-2a4 4 0 0 1 8 0v2" },
StaticSvgElement::Circle { cx: "15", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "9", cy: "12", r: "1" },
];
/// Static elements for BookHeart icon
static BOOKHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",
},
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
];
/// Static elements for BookImage icon
static BOOKIMAGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Circle { cx: "10", cy: "8", r: "2" },
];
/// Static elements for BookKey icon
static BOOKKEY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 3 1 1" },
StaticSvgElement::Path { d: "m20 2-4.5 4.5" },
StaticSvgElement::Path { d: "M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" },
StaticSvgElement::Path { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844" },
StaticSvgElement::Circle { cx: "14", cy: "8", r: "2" },
];
/// Static elements for BookLock icon
static BOOKLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 6V4a2 2 0 1 0-4 0v2" },
StaticSvgElement::Path { d: "M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" },
StaticSvgElement::Path { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10" },
StaticSvgElement::Rect { x: "12", y: "6", width: "8", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for BookMarked icon
static BOOKMARKED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v8l3-3 3 3V2" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
];
/// Static elements for BookMinus icon
static BOOKMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "M9 10h6" },
];
/// Static elements for BookOpen icon
static BOOKOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 7v14" },
StaticSvgElement::Path {
d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",
},
];
/// Static elements for BookOpenCheck icon
static BOOKOPENCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 21V7" },
StaticSvgElement::Path { d: "m16 12 2 2 4-4" },
StaticSvgElement::Path {
d: "M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3",
},
];
/// Static elements for BookOpenText icon
static BOOKOPENTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 7v14" },
StaticSvgElement::Path { d: "M16 12h2" },
StaticSvgElement::Path { d: "M16 8h2" },
StaticSvgElement::Path {
d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",
},
StaticSvgElement::Path { d: "M6 12h2" },
StaticSvgElement::Path { d: "M6 8h2" },
];
/// Static elements for BookPlus icon
static BOOKPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 7v6" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "M9 10h6" },
];
/// Static elements for BookText icon
static BOOKTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "M8 11h8" },
StaticSvgElement::Path { d: "M8 7h6" },
];
/// Static elements for BookType icon
static BOOKTYPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 13h4" },
StaticSvgElement::Path { d: "M12 6v7" },
StaticSvgElement::Path { d: "M16 8V6H8v2" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
];
/// Static elements for BookUp icon
static BOOKUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13V7" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "m9 10 3-3 3 3" },
];
/// Static elements for BookUp2 icon
static BOOKUP2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13V7" },
StaticSvgElement::Path { d: "M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" },
StaticSvgElement::Path { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2" },
StaticSvgElement::Path { d: "m9 10 3-3 3 3" },
StaticSvgElement::Path { d: "m9 5 3-3 3 3" },
];
/// Static elements for BookUser icon
static BOOKUSER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 13a3 3 0 1 0-6 0" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Circle { cx: "12", cy: "8", r: "2" },
];
/// Static elements for BookX icon
static BOOKX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14.5 7-5 5" },
StaticSvgElement::Path {
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
},
StaticSvgElement::Path { d: "m9.5 7 5 5" },
];
/// Static elements for Bookmark icon
static BOOKMARK_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" }];
/// Static elements for BookmarkCheck icon
static BOOKMARKCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z" },
StaticSvgElement::Path { d: "m9 10 2 2 4-4" },
];
/// Static elements for BookmarkMinus icon
static BOOKMARKMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" },
StaticSvgElement::Line { x1: "15", y1: "10", x2: "9", y2: "10" },
];
/// Static elements for BookmarkPlus icon
static BOOKMARKPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" },
StaticSvgElement::Line { x1: "12", y1: "7", x2: "12", y2: "13" },
StaticSvgElement::Line { x1: "15", y1: "10", x2: "9", y2: "10" },
];
/// Static elements for BookmarkX icon
static BOOKMARKX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z" },
StaticSvgElement::Path { d: "m14.5 7.5-5 5" },
StaticSvgElement::Path { d: "m9.5 7.5 5 5" },
];
/// Static elements for BoomBox icon
static BOOMBOX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4" },
StaticSvgElement::Path { d: "M8 8v1" },
StaticSvgElement::Path { d: "M12 8v1" },
StaticSvgElement::Path { d: "M16 8v1" },
StaticSvgElement::Rect { x: "2", y: "9", width: "20", height: "12", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "8", cy: "15", r: "2" },
StaticSvgElement::Circle { cx: "16", cy: "15", r: "2" },
];
/// Static elements for Bot icon
static BOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 8V4H8" },
StaticSvgElement::Rect { x: "4", y: "8", width: "16", height: "12", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 14h2" },
StaticSvgElement::Path { d: "M20 14h2" },
StaticSvgElement::Path { d: "M15 13v2" },
StaticSvgElement::Path { d: "M9 13v2" },
];
/// Static elements for BotMessageSquare icon
static BOTMESSAGESQUARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6V2H8" },
StaticSvgElement::Path { d: "m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z" },
StaticSvgElement::Path { d: "M2 12h2" },
StaticSvgElement::Path { d: "M9 11v2" },
StaticSvgElement::Path { d: "M15 11v2" },
StaticSvgElement::Path { d: "M20 12h2" },
];
/// Static elements for BotOff icon
static BOTOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.67 8H18a2 2 0 0 1 2 2v4.33" },
StaticSvgElement::Path { d: "M2 14h2" },
StaticSvgElement::Path { d: "M20 14h2" },
StaticSvgElement::Path { d: "M22 22 2 2" },
StaticSvgElement::Path { d: "M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586" },
StaticSvgElement::Path { d: "M9 13v2" },
StaticSvgElement::Path { d: "M9.67 4H12v2.33" },
];
/// Static elements for BottleWine icon
static BOTTLEWINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z",
},
StaticSvgElement::Path { d: "M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4" },
];
/// Static elements for BowArrow icon
static BOWARROW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 3h4v4" },
StaticSvgElement::Path { d: "M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17" },
StaticSvgElement::Path { d: "M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05" },
StaticSvgElement::Path {
d: "M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z",
},
StaticSvgElement::Path { d: "M9.707 14.293 21 3" },
];
/// Static elements for BoxIcon icon
static BOXICON_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",
},
StaticSvgElement::Path { d: "m3.3 7 8.7 5 8.7-5" },
StaticSvgElement::Path { d: "M12 22V12" },
];
/// Static elements for Boxes icon
static BOXES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",
},
StaticSvgElement::Path { d: "m7 16.5-4.74-2.85" },
StaticSvgElement::Path { d: "m7 16.5 5-3" },
StaticSvgElement::Path { d: "M7 16.5v5.17" },
StaticSvgElement::Path {
d: "M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",
},
StaticSvgElement::Path { d: "m17 16.5-5-3" },
StaticSvgElement::Path { d: "m17 16.5 4.74-2.85" },
StaticSvgElement::Path { d: "M17 16.5v5.17" },
StaticSvgElement::Path {
d: "M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",
},
StaticSvgElement::Path { d: "M12 8 7.26 5.15" },
StaticSvgElement::Path { d: "m12 8 4.74-2.85" },
StaticSvgElement::Path { d: "M12 13.5V8" },
];
/// Static elements for Braces icon
static BRACES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1" },
StaticSvgElement::Path { d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1" },
];
/// Static elements for Brackets icon
static BRACKETS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3" },
StaticSvgElement::Path { d: "M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3" },
];
/// Static elements for Brain icon
static BRAIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 18V5" },
StaticSvgElement::Path { d: "M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4" },
StaticSvgElement::Path { d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5" },
StaticSvgElement::Path { d: "M17.997 5.125a4 4 0 0 1 2.526 5.77" },
StaticSvgElement::Path { d: "M18 18a4 4 0 0 0 2-7.464" },
StaticSvgElement::Path { d: "M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517" },
StaticSvgElement::Path { d: "M6 18a4 4 0 0 1-2-7.464" },
StaticSvgElement::Path { d: "M6.003 5.125a4 4 0 0 0-2.526 5.77" },
];
/// Static elements for BrainCircuit icon
static BRAINCIRCUIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",
},
StaticSvgElement::Path { d: "M9 13a4.5 4.5 0 0 0 3-4" },
StaticSvgElement::Path { d: "M6.003 5.125A3 3 0 0 0 6.401 6.5" },
StaticSvgElement::Path { d: "M3.477 10.896a4 4 0 0 1 .585-.396" },
StaticSvgElement::Path { d: "M6 18a4 4 0 0 1-1.967-.516" },
StaticSvgElement::Path { d: "M12 13h4" },
StaticSvgElement::Path { d: "M12 18h6a2 2 0 0 1 2 2v1" },
StaticSvgElement::Path { d: "M12 8h8" },
StaticSvgElement::Path { d: "M16 8V5a2 2 0 0 1 2-2" },
StaticSvgElement::Circle { cx: "16", cy: "13", r: ".5" },
StaticSvgElement::Circle { cx: "18", cy: "3", r: ".5" },
StaticSvgElement::Circle { cx: "20", cy: "21", r: ".5" },
StaticSvgElement::Circle { cx: "20", cy: "8", r: ".5" },
];
/// Static elements for BrainCog icon
static BRAINCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10.852 14.772-.383.923" },
StaticSvgElement::Path { d: "m10.852 9.228-.383-.923" },
StaticSvgElement::Path { d: "m13.148 14.772.382.924" },
StaticSvgElement::Path { d: "m13.531 8.305-.383.923" },
StaticSvgElement::Path { d: "m14.772 10.852.923-.383" },
StaticSvgElement::Path { d: "m14.772 13.148.923.383" },
StaticSvgElement::Path {
d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771",
},
StaticSvgElement::Path { d: "M17.998 5.125a4 4 0 0 1 2.525 5.771" },
StaticSvgElement::Path { d: "M19.505 10.294a4 4 0 0 1-1.5 7.706" },
StaticSvgElement::Path { d: "M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516" },
StaticSvgElement::Path { d: "M4.5 10.291A4 4 0 0 0 6 18" },
StaticSvgElement::Path { d: "M6.002 5.125a3 3 0 0 0 .4 1.375" },
StaticSvgElement::Path { d: "m9.228 10.852-.923-.383" },
StaticSvgElement::Path { d: "m9.228 13.148-.923.383" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
];
/// Static elements for BrickWall icon
static BRICKWALL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 9v6" },
StaticSvgElement::Path { d: "M16 15v6" },
StaticSvgElement::Path { d: "M16 3v6" },
StaticSvgElement::Path { d: "M3 15h18" },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Path { d: "M8 15v6" },
StaticSvgElement::Path { d: "M8 3v6" },
];
/// Static elements for BrickWallFire icon
static BRICKWALLFIRE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 3v2.107" },
StaticSvgElement::Path {
d: "M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9",
},
StaticSvgElement::Path { d: "M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938" },
StaticSvgElement::Path { d: "M3 15h5.253" },
StaticSvgElement::Path { d: "M3 9h8.228" },
StaticSvgElement::Path { d: "M8 15v6" },
StaticSvgElement::Path { d: "M8 3v6" },
];
/// Static elements for Briefcase icon
static BRIEFCASE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" },
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "14", rx: Some("2"), ry: None },
];
/// Static elements for BriefcaseBusiness icon
static BRIEFCASEBUSINESS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2" },
StaticSvgElement::Path { d: "M22 13a18.15 18.15 0 0 1-20 0" },
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "14", rx: Some("2"), ry: None },
];
/// Static elements for BriefcaseConveyorBelt icon
static BRIEFCASECONVEYORBELT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 20v2" },
StaticSvgElement::Path { d: "M14 20v2" },
StaticSvgElement::Path { d: "M18 20v2" },
StaticSvgElement::Path { d: "M21 20H3" },
StaticSvgElement::Path { d: "M6 20v2" },
StaticSvgElement::Path { d: "M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12" },
StaticSvgElement::Rect { x: "4", y: "6", width: "16", height: "10", rx: Some("2"), ry: None },
];
/// Static elements for BriefcaseMedical icon
static BRIEFCASEMEDICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 11v4" },
StaticSvgElement::Path { d: "M14 13h-4" },
StaticSvgElement::Path { d: "M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2" },
StaticSvgElement::Path { d: "M18 6v14" },
StaticSvgElement::Path { d: "M6 6v14" },
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "14", rx: Some("2"), ry: None },
];
/// Static elements for BringToFront icon
static BRINGTOFRONT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "8", width: "8", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2" },
];
/// Static elements for Brush icon
static BRUSH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m11 10 3 3" },
StaticSvgElement::Path { d: "M6.5 21A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z" },
StaticSvgElement::Path { d: "M9.969 17.031 21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031" },
];
/// Static elements for BrushCleaning icon
static BRUSHCLEANING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 22-1-4" },
StaticSvgElement::Path {
d: "M19 13.99a1 1 0 0 0 1-1V12a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v.99a1 1 0 0 0 1 1",
},
StaticSvgElement::Path { d: "M5 14h14l1.973 6.767A1 1 0 0 1 20 22H4a1 1 0 0 1-.973-1.233z" },
StaticSvgElement::Path { d: "m8 22 1-4" },
];
/// Static elements for Bubbles icon
static BUBBLES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.2 14.8a2 2 0 0 1 2 2" },
StaticSvgElement::Circle { cx: "18.5", cy: "8.5", r: "3.5" },
StaticSvgElement::Circle { cx: "7.5", cy: "16.5", r: "5.5" },
StaticSvgElement::Circle { cx: "7.5", cy: "4.5", r: "2.5" },
];
/// Static elements for Bug icon
static BUG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m8 2 1.88 1.88" },
StaticSvgElement::Path { d: "M14.12 3.88 16 2" },
StaticSvgElement::Path { d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" },
StaticSvgElement::Path { d: "M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6" },
StaticSvgElement::Path { d: "M12 20v-9" },
StaticSvgElement::Path { d: "M6.53 9C4.6 8.8 3 7.1 3 5" },
StaticSvgElement::Path { d: "M6 13H2" },
StaticSvgElement::Path { d: "M3 21c0-2.1 1.7-3.9 3.8-4" },
StaticSvgElement::Path { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4" },
StaticSvgElement::Path { d: "M22 13h-4" },
StaticSvgElement::Path { d: "M17.2 17c2.1.1 3.8 1.9 3.8 4" },
];
/// Static elements for BugOff icon
static BUGOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2" },
StaticSvgElement::Path { d: "M14.12 3.88 16 2" },
StaticSvgElement::Path { d: "M22 13h-4v-2a4 4 0 0 0-4-4h-1.3" },
StaticSvgElement::Path { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13" },
StaticSvgElement::Path { d: "M12 20v-8" },
StaticSvgElement::Path { d: "M6 13H2" },
StaticSvgElement::Path { d: "M3 21c0-2.1 1.7-3.9 3.8-4" },
];
/// Static elements for BugPlay icon
static BUGPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97" },
StaticSvgElement::Path {
d: "M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",
},
StaticSvgElement::Path { d: "M14.12 3.88 16 2" },
StaticSvgElement::Path { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4" },
StaticSvgElement::Path { d: "M3 21c0-2.1 1.7-3.9 3.8-4" },
StaticSvgElement::Path { d: "M6 13H2" },
StaticSvgElement::Path { d: "M6.53 9C4.6 8.8 3 7.1 3 5" },
StaticSvgElement::Path { d: "m8 2 1.88 1.88" },
StaticSvgElement::Path { d: "M9 7.13v-1a3 3 0 0 1 4.18-2.895 3 3 0 0 1 1.821 2.896v1" },
];
/// Static elements for Building icon
static BUILDING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M9 22v-4h6v4" },
StaticSvgElement::Path { d: "M8 6h.01" },
StaticSvgElement::Path { d: "M16 6h.01" },
StaticSvgElement::Path { d: "M12 6h.01" },
StaticSvgElement::Path { d: "M12 10h.01" },
StaticSvgElement::Path { d: "M12 14h.01" },
StaticSvgElement::Path { d: "M16 10h.01" },
StaticSvgElement::Path { d: "M16 14h.01" },
StaticSvgElement::Path { d: "M8 10h.01" },
StaticSvgElement::Path { d: "M8 14h.01" },
];
/// Static elements for Building2 icon
static BUILDING2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z" },
StaticSvgElement::Path { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2" },
StaticSvgElement::Path { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M10 6h4" },
StaticSvgElement::Path { d: "M10 10h4" },
StaticSvgElement::Path { d: "M10 14h4" },
StaticSvgElement::Path { d: "M10 18h4" },
];
/// Static elements for Bus icon
static BUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 6v6" },
StaticSvgElement::Path { d: "M15 6v6" },
StaticSvgElement::Path { d: "M2 12h19.6" },
StaticSvgElement::Path {
d: "M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",
},
StaticSvgElement::Circle { cx: "7", cy: "18", r: "2" },
StaticSvgElement::Path { d: "M9 18h5" },
StaticSvgElement::Circle { cx: "16", cy: "18", r: "2" },
];
/// Static elements for BusFront icon
static BUSFRONT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 6 2 7" },
StaticSvgElement::Path { d: "M10 6h4" },
StaticSvgElement::Path { d: "m22 7-2-1" },
StaticSvgElement::Rect { x: "4", y: "3", width: "16", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M4 11h16" },
StaticSvgElement::Path { d: "M8 15h.01" },
StaticSvgElement::Path { d: "M16 15h.01" },
StaticSvgElement::Path { d: "M6 19v2" },
StaticSvgElement::Path { d: "M18 21v-2" },
];
/// Static elements for Cable icon
static CABLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z" },
StaticSvgElement::Path { d: "M17 21v-2" },
StaticSvgElement::Path { d: "M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10" },
StaticSvgElement::Path { d: "M21 21v-2" },
StaticSvgElement::Path { d: "M3 5V3" },
StaticSvgElement::Path { d: "M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z" },
StaticSvgElement::Path { d: "M7 5V3" },
];
/// Static elements for CableCar icon
static CABLECAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 3h.01" },
StaticSvgElement::Path { d: "M14 2h.01" },
StaticSvgElement::Path { d: "m2 9 20-5" },
StaticSvgElement::Path { d: "M12 12V6.5" },
StaticSvgElement::Rect { x: "4", y: "12", width: "16", height: "10", rx: Some("3"), ry: None },
StaticSvgElement::Path { d: "M9 12v5" },
StaticSvgElement::Path { d: "M15 12v5" },
StaticSvgElement::Path { d: "M4 17h16" },
];
/// Static elements for Cake icon
static CAKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8" },
StaticSvgElement::Path { d: "M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1" },
StaticSvgElement::Path { d: "M2 21h20" },
StaticSvgElement::Path { d: "M7 8v3" },
StaticSvgElement::Path { d: "M12 8v3" },
StaticSvgElement::Path { d: "M17 8v3" },
StaticSvgElement::Path { d: "M7 4h.01" },
StaticSvgElement::Path { d: "M12 4h.01" },
StaticSvgElement::Path { d: "M17 4h.01" },
];
/// Static elements for CakeSlice icon
static CAKESLICE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "9", cy: "7", r: "2" },
StaticSvgElement::Path { d: "M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6" },
StaticSvgElement::Path { d: "M16 13H3" },
StaticSvgElement::Path { d: "M16 17H3" },
];
/// Static elements for Calculator icon
static CALCULATOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Line { x1: "8", y1: "6", x2: "16", y2: "6" },
StaticSvgElement::Line { x1: "16", y1: "14", x2: "16", y2: "18" },
StaticSvgElement::Path { d: "M16 10h.01" },
StaticSvgElement::Path { d: "M12 10h.01" },
StaticSvgElement::Path { d: "M8 10h.01" },
StaticSvgElement::Path { d: "M12 14h.01" },
StaticSvgElement::Path { d: "M8 14h.01" },
StaticSvgElement::Path { d: "M12 18h.01" },
StaticSvgElement::Path { d: "M8 18h.01" },
];
/// Static elements for Calendar icon
static CALENDAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 10h18" },
];
/// Static elements for Calendar1 icon
static CALENDAR1_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 14h1v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for CalendarArrowDown icon
static CALENDARARROWDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14 18 4 4 4-4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M18 14v8" },
StaticSvgElement::Path { d: "M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
];
/// Static elements for CalendarArrowUp icon
static CALENDARARROWUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14 18 4-4 4 4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M18 22v-8" },
StaticSvgElement::Path { d: "M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
];
/// Static elements for CalendarCheck icon
static CALENDARCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "m9 16 2 2 4-4" },
];
/// Static elements for CalendarCheck2 icon
static CALENDARCHECK2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "m16 20 2 2 4-4" },
];
/// Static elements for CalendarClock icon
static CALENDARCLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 14v2.2l1.6 1" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5" },
StaticSvgElement::Path { d: "M3 10h5" },
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Circle { cx: "16", cy: "16", r: "6" },
];
/// Static elements for CalendarCog icon
static CALENDARCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15.228 16.852-.923-.383" },
StaticSvgElement::Path { d: "m15.228 19.148-.923.383" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "m16.47 14.305.382.923" },
StaticSvgElement::Path { d: "m16.852 20.772-.383.924" },
StaticSvgElement::Path { d: "m19.148 15.228.383-.923" },
StaticSvgElement::Path { d: "m19.53 21.696-.382-.924" },
StaticSvgElement::Path { d: "m20.772 16.852.924-.383" },
StaticSvgElement::Path { d: "m20.772 19.148.924.383" },
StaticSvgElement::Path { d: "M21 11V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
];
/// Static elements for CalendarDays icon
static CALENDARDAYS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 14h.01" },
StaticSvgElement::Path { d: "M12 14h.01" },
StaticSvgElement::Path { d: "M16 14h.01" },
StaticSvgElement::Path { d: "M8 18h.01" },
StaticSvgElement::Path { d: "M12 18h.01" },
StaticSvgElement::Path { d: "M16 18h.01" },
];
/// Static elements for CalendarFold icon
static CALENDARFOLD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M15 22v-4a2 2 0 0 1 2-2h4" },
];
/// Static elements for CalendarHeart icon
static CALENDARHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7" },
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path {
d: "M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",
},
];
/// Static elements for CalendarMinus icon
static CALENDARMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 19h6" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
];
/// Static elements for CalendarMinus2 icon
static CALENDARMINUS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M10 16h4" },
];
/// Static elements for CalendarOff icon
static CALENDAROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18" },
StaticSvgElement::Path { d: "M21 15.5V6a2 2 0 0 0-2-2H9.5" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M3 10h7" },
StaticSvgElement::Path { d: "M21 10h-5.5" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for CalendarPlus icon
static CALENDARPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 19h6" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M19 16v6" },
StaticSvgElement::Path { d: "M21 12.598V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
];
/// Static elements for CalendarPlus2 icon
static CALENDARPLUS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M10 16h4" },
StaticSvgElement::Path { d: "M12 14v4" },
];
/// Static elements for CalendarRange icon
static CALENDARRANGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M17 14h-6" },
StaticSvgElement::Path { d: "M13 18H7" },
StaticSvgElement::Path { d: "M7 14h.01" },
StaticSvgElement::Path { d: "M17 18h.01" },
];
/// Static elements for CalendarSearch icon
static CALENDARSEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25" },
StaticSvgElement::Path { d: "m22 22-1.875-1.875" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
];
/// Static elements for CalendarSync icon
static CALENDARSYNC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 10v4h4" },
StaticSvgElement::Path { d: "m11 14 1.535-1.605a5 5 0 0 1 8 1.5" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "m21 18-1.535 1.605a5 5 0 0 1-8-1.5" },
StaticSvgElement::Path { d: "M21 22v-4h-4" },
StaticSvgElement::Path { d: "M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3" },
StaticSvgElement::Path { d: "M3 10h4" },
StaticSvgElement::Path { d: "M8 2v4" },
];
/// Static elements for CalendarX icon
static CALENDARX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "m14 14-4 4" },
StaticSvgElement::Path { d: "m10 14 4 4" },
];
/// Static elements for CalendarX2 icon
static CALENDARX2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" },
StaticSvgElement::Path { d: "M3 10h18" },
StaticSvgElement::Path { d: "m17 22 5-5" },
StaticSvgElement::Path { d: "m17 17 5 5" },
];
/// Static elements for Camera icon
static CAMERA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",
},
StaticSvgElement::Circle { cx: "12", cy: "13", r: "3" },
];
/// Static elements for CameraOff icon
static CAMERAOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
StaticSvgElement::Path { d: "M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5" },
StaticSvgElement::Path { d: "M14.121 15.121A3 3 0 1 1 9.88 10.88" },
];
/// Static elements for Candy icon
static CANDY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 7v10.9" },
StaticSvgElement::Path { d: "M14 6.1V17" },
StaticSvgElement::Path {
d: "M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",
},
StaticSvgElement::Path {
d: "M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07",
},
StaticSvgElement::Path {
d: "M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",
},
];
/// Static elements for CandyCane icon
static CANDYCANE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",
},
StaticSvgElement::Path { d: "M17.75 7 15 2.1" },
StaticSvgElement::Path { d: "M10.9 4.8 13 9" },
StaticSvgElement::Path { d: "m7.9 9.7 2 4.4" },
StaticSvgElement::Path { d: "M4.9 14.7 7 18.9" },
];
/// Static elements for CandyOff icon
static CANDYOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10v7.9" },
StaticSvgElement::Path { d: "M11.802 6.145a5 5 0 0 1 6.053 6.053" },
StaticSvgElement::Path { d: "M14 6.1v2.243" },
StaticSvgElement::Path { d: "m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965" },
StaticSvgElement::Path {
d: "M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",
},
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path {
d: "M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",
},
];
/// Static elements for Cannabis icon
static CANNABIS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22v-4" },
StaticSvgElement::Path {
d: "M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",
},
];
/// Static elements for Captions icon
static CAPTIONS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "5", width: "18", height: "14", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M7 15h4M15 15h2M7 11h2M13 11h4" },
];
/// Static elements for CaptionsOff icon
static CAPTIONSOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.5 5H19a2 2 0 0 1 2 2v8.5" },
StaticSvgElement::Path { d: "M17 11h-.5" },
StaticSvgElement::Path { d: "M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M7 11h4" },
StaticSvgElement::Path { d: "M7 15h2.5" },
];
/// Static elements for Car icon
static CAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",
},
StaticSvgElement::Circle { cx: "7", cy: "17", r: "2" },
StaticSvgElement::Path { d: "M9 17h6" },
StaticSvgElement::Circle { cx: "17", cy: "17", r: "2" },
];
/// Static elements for CarFront icon
static CARFRONT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8" },
StaticSvgElement::Path { d: "M7 14h.01" },
StaticSvgElement::Path { d: "M17 14h.01" },
StaticSvgElement::Rect { x: "3", y: "10", width: "18", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M5 18v2" },
StaticSvgElement::Path { d: "M19 18v2" },
];
/// Static elements for CarTaxiFront icon
static CARTAXIFRONT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2h4" },
StaticSvgElement::Path { d: "m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8" },
StaticSvgElement::Path { d: "M7 14h.01" },
StaticSvgElement::Path { d: "M17 14h.01" },
StaticSvgElement::Rect { x: "3", y: "10", width: "18", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M5 18v2" },
StaticSvgElement::Path { d: "M19 18v2" },
];
/// Static elements for Caravan icon
static CARAVAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2" },
StaticSvgElement::Path { d: "M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2" },
StaticSvgElement::Path { d: "M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9" },
StaticSvgElement::Circle { cx: "8", cy: "19", r: "2" },
];
/// Static elements for CardSim icon
static CARDSIM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 14v4" },
StaticSvgElement::Path {
d: "M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z",
},
StaticSvgElement::Path { d: "M8 14h8" },
StaticSvgElement::Rect { x: "8", y: "10", width: "8", height: "8", rx: Some("1"), ry: None },
];
/// Static elements for Carrot icon
static CARROT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",
},
StaticSvgElement::Path { d: "M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z" },
StaticSvgElement::Path { d: "M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z" },
];
/// Static elements for CaseLower icon
static CASELOWER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "7", cy: "12", r: "3" },
StaticSvgElement::Path { d: "M10 9v6" },
StaticSvgElement::Circle { cx: "17", cy: "12", r: "3" },
StaticSvgElement::Path { d: "M14 7v8" },
];
/// Static elements for CaseSensitive icon
static CASESENSITIVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 15 4-8 4 8" },
StaticSvgElement::Path { d: "M4 13h6" },
StaticSvgElement::Circle { cx: "18", cy: "12", r: "3" },
StaticSvgElement::Path { d: "M21 9v6" },
];
/// Static elements for CaseUpper icon
static CASEUPPER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 15 4-8 4 8" },
StaticSvgElement::Path { d: "M4 13h6" },
StaticSvgElement::Path { d: "M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4" },
];
/// Static elements for CassetteTape icon
static CASSETTETAPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "8", cy: "10", r: "2" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Circle { cx: "16", cy: "10", r: "2" },
StaticSvgElement::Path { d: "m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3" },
];
/// Static elements for Cast icon
static CAST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6" },
StaticSvgElement::Path { d: "M2 12a9 9 0 0 1 8 8" },
StaticSvgElement::Path { d: "M2 16a5 5 0 0 1 4 4" },
StaticSvgElement::Line { x1: "2", y1: "20", x2: "2.01", y2: "20" },
];
/// Static elements for Castle icon
static CASTLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 5V3" },
StaticSvgElement::Path { d: "M14 5V3" },
StaticSvgElement::Path { d: "M15 21v-3a3 3 0 0 0-6 0v3" },
StaticSvgElement::Path { d: "M18 3v8" },
StaticSvgElement::Path { d: "M18 5H6" },
StaticSvgElement::Path { d: "M22 11H2" },
StaticSvgElement::Path { d: "M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9" },
StaticSvgElement::Path { d: "M6 3v8" },
];
/// Static elements for Cat icon
static CAT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",
},
StaticSvgElement::Path { d: "M8 14v.5" },
StaticSvgElement::Path { d: "M16 14v.5" },
StaticSvgElement::Path { d: "M11.25 16.25h1.5L12 17l-.75-.75Z" },
];
/// Static elements for Cctv icon
static CCTV_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97" },
StaticSvgElement::Path {
d: "M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",
},
StaticSvgElement::Path { d: "M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15" },
StaticSvgElement::Path { d: "M2 21v-4" },
StaticSvgElement::Path { d: "M7 9h.01" },
];
/// Static elements for ChartArea icon
static CHARTAREA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path {
d: "M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",
},
];
/// Static elements for ChartBar icon
static CHARTBAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M7 16h8" },
StaticSvgElement::Path { d: "M7 11h12" },
StaticSvgElement::Path { d: "M7 6h3" },
];
/// Static elements for ChartBarBig icon
static CHARTBARBIG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Rect { x: "7", y: "13", width: "9", height: "4", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "7", y: "5", width: "12", height: "4", rx: Some("1"), ry: None },
];
/// Static elements for ChartBarDecreasing icon
static CHARTBARDECREASING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M7 11h8" },
StaticSvgElement::Path { d: "M7 16h3" },
StaticSvgElement::Path { d: "M7 6h12" },
];
/// Static elements for ChartBarIncreasing icon
static CHARTBARINCREASING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M7 11h8" },
StaticSvgElement::Path { d: "M7 16h12" },
StaticSvgElement::Path { d: "M7 6h3" },
];
/// Static elements for ChartBarStacked icon
static CHARTBARSTACKED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 13v4" },
StaticSvgElement::Path { d: "M15 5v4" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Rect { x: "7", y: "13", width: "9", height: "4", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "7", y: "5", width: "12", height: "4", rx: Some("1"), ry: None },
];
/// Static elements for ChartCandlestick icon
static CHARTCANDLESTICK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 5v4" },
StaticSvgElement::Rect { x: "7", y: "9", width: "4", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M9 15v2" },
StaticSvgElement::Path { d: "M17 3v2" },
StaticSvgElement::Rect { x: "15", y: "5", width: "4", height: "8", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M17 13v3" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
];
/// Static elements for ChartColumn icon
static CHARTCOLUMN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M18 17V9" },
StaticSvgElement::Path { d: "M13 17V5" },
StaticSvgElement::Path { d: "M8 17v-3" },
];
/// Static elements for ChartColumnBig icon
static CHARTCOLUMNBIG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Rect { x: "15", y: "5", width: "4", height: "12", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "7", y: "8", width: "4", height: "9", rx: Some("1"), ry: None },
];
/// Static elements for ChartColumnDecreasing icon
static CHARTCOLUMNDECREASING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 17V9" },
StaticSvgElement::Path { d: "M18 17v-3" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M8 17V5" },
];
/// Static elements for ChartColumnIncreasing icon
static CHARTCOLUMNINCREASING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 17V9" },
StaticSvgElement::Path { d: "M18 17V5" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M8 17v-3" },
];
/// Static elements for ChartColumnStacked icon
static CHARTCOLUMNSTACKED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 13H7" },
StaticSvgElement::Path { d: "M19 9h-4" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Rect { x: "15", y: "5", width: "4", height: "12", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "7", y: "8", width: "4", height: "9", rx: Some("1"), ry: None },
];
/// Static elements for ChartGantt icon
static CHARTGANTT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 6h8" },
StaticSvgElement::Path { d: "M12 16h6" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M8 11h7" },
];
/// Static elements for ChartLine icon
static CHARTLINE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" }, StaticSvgElement::Path { d: "m19 9-5 5-4-4-3 3" }];
/// Static elements for ChartNetwork icon
static CHARTNETWORK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m13.11 7.664 1.78 2.672" },
StaticSvgElement::Path { d: "m14.162 12.788-3.324 1.424" },
StaticSvgElement::Path { d: "m20 4-6.06 1.515" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Circle { cx: "12", cy: "6", r: "2" },
StaticSvgElement::Circle { cx: "16", cy: "12", r: "2" },
StaticSvgElement::Circle { cx: "9", cy: "15", r: "2" },
];
/// Static elements for ChartNoAxesColumn icon
static CHARTNOAXESCOLUMN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "18", y1: "20", x2: "18", y2: "10" },
StaticSvgElement::Line { x1: "12", y1: "20", x2: "12", y2: "4" },
StaticSvgElement::Line { x1: "6", y1: "20", x2: "6", y2: "14" },
];
/// Static elements for ChartNoAxesColumnDecreasing icon
static CHARTNOAXESCOLUMNDECREASING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20V10" },
StaticSvgElement::Path { d: "M18 20v-4" },
StaticSvgElement::Path { d: "M6 20V4" },
];
/// Static elements for ChartNoAxesColumnIncreasing icon
static CHARTNOAXESCOLUMNINCREASING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "12", y1: "20", x2: "12", y2: "10" },
StaticSvgElement::Line { x1: "18", y1: "20", x2: "18", y2: "4" },
StaticSvgElement::Line { x1: "6", y1: "20", x2: "6", y2: "16" },
];
/// Static elements for ChartNoAxesCombined icon
static CHARTNOAXESCOMBINED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 16v5" },
StaticSvgElement::Path { d: "M16 14v7" },
StaticSvgElement::Path { d: "M20 10v11" },
StaticSvgElement::Path { d: "m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15" },
StaticSvgElement::Path { d: "M4 18v3" },
StaticSvgElement::Path { d: "M8 14v7" },
];
/// Static elements for ChartNoAxesGantt icon
static CHARTNOAXESGANTT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 6h10" },
StaticSvgElement::Path { d: "M6 12h9" },
StaticSvgElement::Path { d: "M11 18h7" },
];
/// Static elements for ChartPie icon
static CHARTPIE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",
},
StaticSvgElement::Path { d: "M21.21 15.89A10 10 0 1 1 8 2.83" },
];
/// Static elements for ChartScatter icon
static CHARTSCATTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "7.5", cy: "7.5", r: ".5" },
StaticSvgElement::Circle { cx: "18.5", cy: "5.5", r: ".5" },
StaticSvgElement::Circle { cx: "11.5", cy: "11.5", r: ".5" },
StaticSvgElement::Circle { cx: "7.5", cy: "16.5", r: ".5" },
StaticSvgElement::Circle { cx: "17.5", cy: "14.5", r: ".5" },
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
];
/// Static elements for ChartSpline icon
static CHARTSPLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3v16a2 2 0 0 0 2 2h16" },
StaticSvgElement::Path { d: "M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7" },
];
/// Static elements for Check icon
static CHECK_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M20 6 9 17l-5-5" }];
/// Static elements for CheckCheck icon
static CHECKCHECK_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M18 6 7 17l-5-5" }, StaticSvgElement::Path { d: "m22 10-7.5 7.5L13 16" }];
/// Static elements for CheckLine icon
static CHECKLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 4L9 15" },
StaticSvgElement::Path { d: "M21 19L3 19" },
StaticSvgElement::Path { d: "M9 15L4 10" },
];
/// Static elements for ChefHat icon
static CHEFHAT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",
},
StaticSvgElement::Path { d: "M6 17h12" },
];
/// Static elements for Cherry icon
static CHERRY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z" },
StaticSvgElement::Path { d: "M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z" },
StaticSvgElement::Path { d: "M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12" },
StaticSvgElement::Path { d: "M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z" },
];
/// Static elements for ChevronDown icon
static CHEVRONDOWN_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "m6 9 6 6 6-6" }];
/// Static elements for ChevronFirst icon
static CHEVRONFIRST_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m17 18-6-6 6-6" }, StaticSvgElement::Path { d: "M7 6v12" }];
/// Static elements for ChevronLast icon
static CHEVRONLAST_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m7 18 6-6-6-6" }, StaticSvgElement::Path { d: "M17 6v12" }];
/// Static elements for ChevronLeft icon
static CHEVRONLEFT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "m15 18-6-6 6-6" }];
/// Static elements for ChevronRight icon
static CHEVRONRIGHT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "m9 18 6-6-6-6" }];
/// Static elements for ChevronUp icon
static CHEVRONUP_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "m18 15-6-6-6 6" }];
/// Static elements for ChevronsDown icon
static CHEVRONSDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m7 6 5 5 5-5" }, StaticSvgElement::Path { d: "m7 13 5 5 5-5" }];
/// Static elements for ChevronsDownUp icon
static CHEVRONSDOWNUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m7 20 5-5 5 5" }, StaticSvgElement::Path { d: "m7 4 5 5 5-5" }];
/// Static elements for ChevronsLeft icon
static CHEVRONSLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m11 17-5-5 5-5" }, StaticSvgElement::Path { d: "m18 17-5-5 5-5" }];
/// Static elements for ChevronsLeftRight icon
static CHEVRONSLEFTRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m9 7-5 5 5 5" }, StaticSvgElement::Path { d: "m15 7 5 5-5 5" }];
/// Static elements for ChevronsLeftRightEllipsis icon
static CHEVRONSLEFTRIGHTELLIPSIS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M16 12h.01" },
StaticSvgElement::Path { d: "m17 7 5 5-5 5" },
StaticSvgElement::Path { d: "m7 7-5 5 5 5" },
StaticSvgElement::Path { d: "M8 12h.01" },
];
/// Static elements for ChevronsRight icon
static CHEVRONSRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m6 17 5-5-5-5" }, StaticSvgElement::Path { d: "m13 17 5-5-5-5" }];
/// Static elements for ChevronsRightLeft icon
static CHEVRONSRIGHTLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m20 17-5-5 5-5" }, StaticSvgElement::Path { d: "m4 17 5-5-5-5" }];
/// Static elements for ChevronsUp icon
static CHEVRONSUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m17 11-5-5-5 5" }, StaticSvgElement::Path { d: "m17 18-5-5-5 5" }];
/// Static elements for ChevronsUpDown icon
static CHEVRONSUPDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m7 15 5 5 5-5" }, StaticSvgElement::Path { d: "m7 9 5-5 5 5" }];
/// Static elements for Chrome icon
static CHROME_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
StaticSvgElement::Line { x1: "21.17", y1: "8", x2: "12", y2: "8" },
StaticSvgElement::Line { x1: "3.95", y1: "6.06", x2: "8.54", y2: "14" },
StaticSvgElement::Line { x1: "10.88", y1: "21.94", x2: "15.46", y2: "14" },
];
/// Static elements for Church icon
static CHURCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 9h4" },
StaticSvgElement::Path { d: "M12 7v5" },
StaticSvgElement::Path { d: "M14 22v-4a2 2 0 0 0-4 0v4" },
StaticSvgElement::Path {
d: "M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22",
},
StaticSvgElement::Path {
d: "m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7",
},
];
/// Static elements for Cigarette icon
static CIGARETTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14" },
StaticSvgElement::Path { d: "M18 8c0-2.5-2-2.5-2-5" },
StaticSvgElement::Path { d: "M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" },
StaticSvgElement::Path { d: "M22 8c0-2.5-2-2.5-2-5" },
StaticSvgElement::Path { d: "M7 12v4" },
];
/// Static elements for CigaretteOff icon
static CIGARETTEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13" },
StaticSvgElement::Path { d: "M18 8c0-2.5-2-2.5-2-5" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866" },
StaticSvgElement::Path { d: "M22 8c0-2.5-2-2.5-2-5" },
StaticSvgElement::Path { d: "M7 12v4" },
];
/// Static elements for Circle icon
static CIRCLE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for CircleAlert icon
static CIRCLEALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Line { x1: "12", y1: "8", x2: "12", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "16", x2: "12.01", y2: "16" },
];
/// Static elements for CircleArrowDown icon
static CIRCLEARROWDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M12 8v8" },
StaticSvgElement::Path { d: "m8 12 4 4 4-4" },
];
/// Static elements for CircleArrowLeft icon
static CIRCLEARROWLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "m12 8-4 4 4 4" },
StaticSvgElement::Path { d: "M16 12H8" },
];
/// Static elements for CircleArrowOutDownLeft icon
static CIRCLEARROWOUTDOWNLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 12a10 10 0 1 1 10 10" },
StaticSvgElement::Path { d: "m2 22 10-10" },
StaticSvgElement::Path { d: "M8 22H2v-6" },
];
/// Static elements for CircleArrowOutDownRight icon
static CIRCLEARROWOUTDOWNRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22a10 10 0 1 1 10-10" },
StaticSvgElement::Path { d: "M22 22 12 12" },
StaticSvgElement::Path { d: "M22 16v6h-6" },
];
/// Static elements for CircleArrowOutUpLeft icon
static CIRCLEARROWOUTUPLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 8V2h6" },
StaticSvgElement::Path { d: "m2 2 10 10" },
StaticSvgElement::Path { d: "M12 2A10 10 0 1 1 2 12" },
];
/// Static elements for CircleArrowOutUpRight icon
static CIRCLEARROWOUTUPRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 12A10 10 0 1 1 12 2" },
StaticSvgElement::Path { d: "M22 2 12 12" },
StaticSvgElement::Path { d: "M16 2h6v6" },
];
/// Static elements for CircleArrowRight icon
static CIRCLEARROWRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "m12 16 4-4-4-4" },
StaticSvgElement::Path { d: "M8 12h8" },
];
/// Static elements for CircleArrowUp icon
static CIRCLEARROWUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "m16 12-4-4-4 4" },
StaticSvgElement::Path { d: "M12 16V8" },
];
/// Static elements for CircleCheck icon
static CIRCLECHECK_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }, StaticSvgElement::Path { d: "m9 12 2 2 4-4" }];
/// Static elements for CircleCheckBig icon
static CIRCLECHECKBIG_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M21.801 10A10 10 0 1 1 17 3.335" }, StaticSvgElement::Path { d: "m9 11 3 3L22 4" }];
/// Static elements for CircleChevronDown icon
static CIRCLECHEVRONDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }, StaticSvgElement::Path { d: "m16 10-4 4-4-4" }];
/// Static elements for CircleChevronLeft icon
static CIRCLECHEVRONLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }, StaticSvgElement::Path { d: "m14 16-4-4 4-4" }];
/// Static elements for CircleChevronRight icon
static CIRCLECHEVRONRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }, StaticSvgElement::Path { d: "m10 8 4 4-4 4" }];
/// Static elements for CircleChevronUp icon
static CIRCLECHEVRONUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }, StaticSvgElement::Path { d: "m8 14 4-4 4 4" }];
/// Static elements for CircleDashed icon
static CIRCLEDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.1 2.182a10 10 0 0 1 3.8 0" },
StaticSvgElement::Path { d: "M13.9 21.818a10 10 0 0 1-3.8 0" },
StaticSvgElement::Path { d: "M17.609 3.721a10 10 0 0 1 2.69 2.7" },
StaticSvgElement::Path { d: "M2.182 13.9a10 10 0 0 1 0-3.8" },
StaticSvgElement::Path { d: "M20.279 17.609a10 10 0 0 1-2.7 2.69" },
StaticSvgElement::Path { d: "M21.818 10.1a10 10 0 0 1 0 3.8" },
StaticSvgElement::Path { d: "M3.721 6.391a10 10 0 0 1 2.7-2.69" },
StaticSvgElement::Path { d: "M6.391 20.279a10 10 0 0 1-2.69-2.7" },
];
/// Static elements for CircleDivide icon
static CIRCLEDIVIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "8", y1: "12", x2: "16", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "16", x2: "12", y2: "16" },
StaticSvgElement::Line { x1: "12", y1: "8", x2: "12", y2: "8" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for CircleDollarSign icon
static CIRCLEDOLLARSIGN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" },
StaticSvgElement::Path { d: "M12 18V6" },
];
/// Static elements for CircleDot icon
static CIRCLEDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
];
/// Static elements for CircleDotDashed icon
static CIRCLEDOTDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.1 2.18a9.93 9.93 0 0 1 3.8 0" },
StaticSvgElement::Path { d: "M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7" },
StaticSvgElement::Path { d: "M21.82 10.1a9.93 9.93 0 0 1 0 3.8" },
StaticSvgElement::Path { d: "M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69" },
StaticSvgElement::Path { d: "M13.9 21.82a9.94 9.94 0 0 1-3.8 0" },
StaticSvgElement::Path { d: "M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7" },
StaticSvgElement::Path { d: "M2.18 13.9a9.93 9.93 0 0 1 0-3.8" },
StaticSvgElement::Path { d: "M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
];
/// Static elements for CircleEllipsis icon
static CIRCLEELLIPSIS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M17 12h.01" },
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M7 12h.01" },
];
/// Static elements for CircleEqual icon
static CIRCLEEQUAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 10h10" },
StaticSvgElement::Path { d: "M7 14h10" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for CircleFadingArrowUp icon
static CIRCLEFADINGARROWUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2a10 10 0 0 1 7.38 16.75" },
StaticSvgElement::Path { d: "m16 12-4-4-4 4" },
StaticSvgElement::Path { d: "M12 16V8" },
StaticSvgElement::Path { d: "M2.5 8.875a10 10 0 0 0-.5 3" },
StaticSvgElement::Path { d: "M2.83 16a10 10 0 0 0 2.43 3.4" },
StaticSvgElement::Path { d: "M4.636 5.235a10 10 0 0 1 .891-.857" },
StaticSvgElement::Path { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" },
];
/// Static elements for CircleFadingPlus icon
static CIRCLEFADINGPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2a10 10 0 0 1 7.38 16.75" },
StaticSvgElement::Path { d: "M12 8v8" },
StaticSvgElement::Path { d: "M16 12H8" },
StaticSvgElement::Path { d: "M2.5 8.875a10 10 0 0 0-.5 3" },
StaticSvgElement::Path { d: "M2.83 16a10 10 0 0 0 2.43 3.4" },
StaticSvgElement::Path { d: "M4.636 5.235a10 10 0 0 1 .891-.857" },
StaticSvgElement::Path { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" },
];
/// Static elements for CircleGauge icon
static CIRCLEGAUGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15.6 2.7a10 10 0 1 0 5.7 5.7" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
StaticSvgElement::Path { d: "M13.4 10.6 19 5" },
];
/// Static elements for CircleHelp icon
static CIRCLEHELP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for CircleMinus icon
static CIRCLEMINUS_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }, StaticSvgElement::Path { d: "M8 12h8" }];
/// Static elements for CircleOff icon
static CIRCLEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M8.35 2.69A10 10 0 0 1 21.3 15.65" },
StaticSvgElement::Path { d: "M19.08 19.08A10 10 0 1 1 4.92 4.92" },
];
/// Static elements for CircleParking icon
static CIRCLEPARKING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M9 17V7h4a3 3 0 0 1 0 6H9" },
];
/// Static elements for CircleParkingOff icon
static CIRCLEPARKINGOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12.656 7H13a3 3 0 0 1 2.984 3.307" },
StaticSvgElement::Path { d: "M13 13H9" },
StaticSvgElement::Path { d: "M19.071 19.071A1 1 0 0 1 4.93 4.93" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M8.357 2.687a10 10 0 0 1 12.956 12.956" },
StaticSvgElement::Path { d: "M9 17V9" },
];
/// Static elements for CirclePause icon
static CIRCLEPAUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Line { x1: "10", y1: "15", x2: "10", y2: "9" },
StaticSvgElement::Line { x1: "14", y1: "15", x2: "14", y2: "9" },
];
/// Static elements for CirclePercent icon
static CIRCLEPERCENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path { d: "M9 9h.01" },
StaticSvgElement::Path { d: "M15 15h.01" },
];
/// Static elements for CirclePlay icon
static CIRCLEPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",
},
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for CirclePlus icon
static CIRCLEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path { d: "M12 8v8" },
];
/// Static elements for CirclePoundSterling icon
static CIRCLEPOUNDSTERLING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 16V9.5a1 1 0 0 1 5 0" },
StaticSvgElement::Path { d: "M8 12h4" },
StaticSvgElement::Path { d: "M8 16h7" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for CirclePower icon
static CIRCLEPOWER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 7v4" },
StaticSvgElement::Path { d: "M7.998 9.003a5 5 0 1 0 8-.005" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for CircleQuestionMark icon
static CIRCLEQUESTIONMARK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for CircleSlash icon
static CIRCLESLASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Line { x1: "9", y1: "15", x2: "15", y2: "9" },
];
/// Static elements for CircleSlash2 icon
static CIRCLESLASH2_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M22 2 2 22" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for CircleSmall icon
static CIRCLESMALL_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Circle { cx: "12", cy: "12", r: "6" }];
/// Static elements for CircleStop icon
static CIRCLESTOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Rect { x: "9", y: "9", width: "6", height: "6", rx: Some("1"), ry: None },
];
/// Static elements for CircleUser icon
static CIRCLEUSER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
StaticSvgElement::Path { d: "M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" },
];
/// Static elements for CircleUserRound icon
static CIRCLEUSERROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 20a6 6 0 0 0-12 0" },
StaticSvgElement::Circle { cx: "12", cy: "10", r: "4" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for CircleX icon
static CIRCLEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path { d: "m9 9 6 6" },
];
/// Static elements for CircuitBoard icon
static CIRCUITBOARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M11 9h4a2 2 0 0 0 2-2V3" },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "2" },
StaticSvgElement::Path { d: "M7 21v-4a2 2 0 0 1 2-2h4" },
StaticSvgElement::Circle { cx: "15", cy: "15", r: "2" },
];
/// Static elements for Citrus icon
static CITRUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z" },
StaticSvgElement::Path { d: "M19.65 15.66A8 8 0 0 1 8.35 4.34" },
StaticSvgElement::Path { d: "m14 10-5.5 5.5" },
StaticSvgElement::Path { d: "M14 17.85V10H6.15" },
];
/// Static elements for Clapperboard icon
static CLAPPERBOARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z" },
StaticSvgElement::Path { d: "m6.2 5.3 3.1 3.9" },
StaticSvgElement::Path { d: "m12.4 3.4 3.1 4" },
StaticSvgElement::Path { d: "M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z" },
];
/// Static elements for Clipboard icon
static CLIPBOARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" },
];
/// Static elements for ClipboardCheck icon
static CLIPBOARDCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "m9 14 2 2 4-4" },
];
/// Static elements for ClipboardClock icon
static CLIPBOARDCLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 14v2.2l1.6 1" },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v.832" },
StaticSvgElement::Path { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2" },
StaticSvgElement::Circle { cx: "16", cy: "16", r: "6" },
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: None },
];
/// Static elements for ClipboardCopy icon
static CLIPBOARDCOPY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2" },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v4" },
StaticSvgElement::Path { d: "M21 14H11" },
StaticSvgElement::Path { d: "m15 10-4 4 4 4" },
];
/// Static elements for ClipboardList icon
static CLIPBOARDLIST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M12 11h4" },
StaticSvgElement::Path { d: "M12 16h4" },
StaticSvgElement::Path { d: "M8 11h.01" },
StaticSvgElement::Path { d: "M8 16h.01" },
];
/// Static elements for ClipboardMinus icon
static CLIPBOARDMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M9 14h6" },
];
/// Static elements for ClipboardPaste icon
static CLIPBOARDPASTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 14h10" },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v1.344" },
StaticSvgElement::Path { d: "m17 18 4-4-4-4" },
StaticSvgElement::Path { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113" },
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: None },
];
/// Static elements for ClipboardPen icon
static CLIPBOARDPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5" },
StaticSvgElement::Path { d: "M4 13.5V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path {
d: "M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
];
/// Static elements for ClipboardPenLine icon
static CLIPBOARDPENLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5" },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 1.73 1" },
StaticSvgElement::Path { d: "M8 18h1" },
StaticSvgElement::Path {
d: "M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
];
/// Static elements for ClipboardPlus icon
static CLIPBOARDPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M9 14h6" },
StaticSvgElement::Path { d: "M12 17v-6" },
];
/// Static elements for ClipboardType icon
static CLIPBOARDTYPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M9 12v-1h6v1" },
StaticSvgElement::Path { d: "M11 17h2" },
StaticSvgElement::Path { d: "M12 11v6" },
];
/// Static elements for ClipboardX icon
static CLIPBOARDX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "2", width: "8", height: "4", rx: Some("1"), ry: Some("1") },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "m15 11-6 6" },
StaticSvgElement::Path { d: "m9 11 6 6" },
];
/// Static elements for Clock icon
static CLOCK_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l4 2" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock1 icon
static CLOCK1_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l2-4" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock10 icon
static CLOCK10_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l-4-2" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock11 icon
static CLOCK11_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l-2-4" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock12 icon
static CLOCK12_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock2 icon
static CLOCK2_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l4-2" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock3 icon
static CLOCK3_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6h4" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock4 icon
static CLOCK4_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l4 2" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock5 icon
static CLOCK5_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l2 4" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock6 icon
static CLOCK6_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v10" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock7 icon
static CLOCK7_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l-2 4" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock8 icon
static CLOCK8_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6l-4 2" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for Clock9 icon
static CLOCK9_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 6v6H8" }, StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }];
/// Static elements for ClockAlert icon
static CLOCKALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v6l4 2" },
StaticSvgElement::Path { d: "M20 12v5" },
StaticSvgElement::Path { d: "M20 21h.01" },
StaticSvgElement::Path { d: "M21.25 8.2A10 10 0 1 0 16 21.16" },
];
/// Static elements for ClockArrowDown icon
static CLOCKARROWDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v6l2 1" },
StaticSvgElement::Path { d: "M12.337 21.994a10 10 0 1 1 9.588-8.767" },
StaticSvgElement::Path { d: "m14 18 4 4 4-4" },
StaticSvgElement::Path { d: "M18 14v8" },
];
/// Static elements for ClockArrowUp icon
static CLOCKARROWUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v6l1.56.78" },
StaticSvgElement::Path { d: "M13.227 21.925a10 10 0 1 1 8.767-9.588" },
StaticSvgElement::Path { d: "m14 18 4-4 4 4" },
StaticSvgElement::Path { d: "M18 22v-8" },
];
/// Static elements for ClockFading icon
static CLOCKFADING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2a10 10 0 0 1 7.38 16.75" },
StaticSvgElement::Path { d: "M12 6v6l4 2" },
StaticSvgElement::Path { d: "M2.5 8.875a10 10 0 0 0-.5 3" },
StaticSvgElement::Path { d: "M2.83 16a10 10 0 0 0 2.43 3.4" },
StaticSvgElement::Path { d: "M4.636 5.235a10 10 0 0 1 .891-.857" },
StaticSvgElement::Path { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" },
];
/// Static elements for ClockPlus icon
static CLOCKPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v6l3.644 1.822" },
StaticSvgElement::Path { d: "M16 19h6" },
StaticSvgElement::Path { d: "M19 16v6" },
StaticSvgElement::Path { d: "M21.92 13.267a10 10 0 1 0-8.653 8.653" },
];
/// Static elements for Cloud icon
static CLOUD_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }];
/// Static elements for CloudAlert icon
static CLOUDALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12v4" },
StaticSvgElement::Path { d: "M12 20h.01" },
StaticSvgElement::Path { d: "M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708" },
];
/// Static elements for CloudCheck icon
static CLOUDCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m17 15-5.5 5.5L9 18" },
StaticSvgElement::Path { d: "M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742" },
];
/// Static elements for CloudCog icon
static CLOUDCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10.852 19.772-.383.924" },
StaticSvgElement::Path { d: "m13.148 14.228.383-.923" },
StaticSvgElement::Path { d: "M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923" },
StaticSvgElement::Path { d: "m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544" },
StaticSvgElement::Path { d: "m14.772 15.852.923-.383" },
StaticSvgElement::Path { d: "m14.772 18.148.923.383" },
StaticSvgElement::Path { d: "M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2" },
StaticSvgElement::Path { d: "m9.228 15.852-.923-.383" },
StaticSvgElement::Path { d: "m9.228 18.148-.923.383" },
];
/// Static elements for CloudDownload icon
static CLOUDDOWNLOAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13v8l-4-4" },
StaticSvgElement::Path { d: "m12 21 4-4" },
StaticSvgElement::Path { d: "M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" },
];
/// Static elements for CloudDrizzle icon
static CLOUDDRIZZLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" },
StaticSvgElement::Path { d: "M8 19v1" },
StaticSvgElement::Path { d: "M8 14v1" },
StaticSvgElement::Path { d: "M16 19v1" },
StaticSvgElement::Path { d: "M16 14v1" },
StaticSvgElement::Path { d: "M12 21v1" },
StaticSvgElement::Path { d: "M12 16v1" },
];
/// Static elements for CloudFog icon
static CLOUDFOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" },
StaticSvgElement::Path { d: "M16 17H7" },
StaticSvgElement::Path { d: "M17 21H9" },
];
/// Static elements for CloudHail icon
static CLOUDHAIL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" },
StaticSvgElement::Path { d: "M16 14v2" },
StaticSvgElement::Path { d: "M8 14v2" },
StaticSvgElement::Path { d: "M16 20h.01" },
StaticSvgElement::Path { d: "M8 20h.01" },
StaticSvgElement::Path { d: "M12 16v2" },
StaticSvgElement::Path { d: "M12 22h.01" },
];
/// Static elements for CloudLightning icon
static CLOUDLIGHTNING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973" },
StaticSvgElement::Path { d: "m13 12-3 5h4l-3 5" },
];
/// Static elements for CloudMoon icon
static CLOUDMOON_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" },
StaticSvgElement::Path { d: "M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z" },
];
/// Static elements for CloudMoonRain icon
static CLOUDMOONRAIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" },
StaticSvgElement::Path { d: "M11 20v2" },
StaticSvgElement::Path { d: "M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" },
StaticSvgElement::Path { d: "M7 19v2" },
];
/// Static elements for CloudOff icon
static CLOUDOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193" },
StaticSvgElement::Path { d: "M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07" },
];
/// Static elements for CloudRain icon
static CLOUDRAIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" },
StaticSvgElement::Path { d: "M16 14v6" },
StaticSvgElement::Path { d: "M8 14v6" },
StaticSvgElement::Path { d: "M12 16v6" },
];
/// Static elements for CloudRainWind icon
static CLOUDRAINWIND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" },
StaticSvgElement::Path { d: "m9.2 22 3-7" },
StaticSvgElement::Path { d: "m9 13-3 7" },
StaticSvgElement::Path { d: "m17 13-3 7" },
];
/// Static elements for CloudSnow icon
static CLOUDSNOW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" },
StaticSvgElement::Path { d: "M8 15h.01" },
StaticSvgElement::Path { d: "M8 19h.01" },
StaticSvgElement::Path { d: "M12 17h.01" },
StaticSvgElement::Path { d: "M12 21h.01" },
StaticSvgElement::Path { d: "M16 15h.01" },
StaticSvgElement::Path { d: "M16 19h.01" },
];
/// Static elements for CloudSun icon
static CLOUDSUN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "m4.93 4.93 1.41 1.41" },
StaticSvgElement::Path { d: "M20 12h2" },
StaticSvgElement::Path { d: "m19.07 4.93-1.41 1.41" },
StaticSvgElement::Path { d: "M15.947 12.65a4 4 0 0 0-5.925-4.128" },
StaticSvgElement::Path { d: "M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z" },
];
/// Static elements for CloudSunRain icon
static CLOUDSUNRAIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "m4.93 4.93 1.41 1.41" },
StaticSvgElement::Path { d: "M20 12h2" },
StaticSvgElement::Path { d: "m19.07 4.93-1.41 1.41" },
StaticSvgElement::Path { d: "M15.947 12.65a4 4 0 0 0-5.925-4.128" },
StaticSvgElement::Path { d: "M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" },
StaticSvgElement::Path { d: "M11 20v2" },
StaticSvgElement::Path { d: "M7 19v2" },
];
/// Static elements for CloudUpload icon
static CLOUDUPLOAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13v8" },
StaticSvgElement::Path { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" },
StaticSvgElement::Path { d: "m8 17 4-4 4 4" },
];
/// Static elements for Cloudy icon
static CLOUDY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" },
StaticSvgElement::Path { d: "M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5" },
];
/// Static elements for Clover icon
static CLOVER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16.17 7.83 2 22" },
StaticSvgElement::Path {
d: "M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",
},
StaticSvgElement::Path { d: "m7.83 7.83 8.34 8.34" },
];
/// Static elements for Club icon
static CLUB_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z" },
StaticSvgElement::Path { d: "M12 17.66L12 22" },
];
/// Static elements for Code icon
static CODE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m16 18 6-6-6-6" }, StaticSvgElement::Path { d: "m8 6-6 6 6 6" }];
/// Static elements for CodeXml icon
static CODEXML_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m18 16 4-4-4-4" },
StaticSvgElement::Path { d: "m6 8-4 4 4 4" },
StaticSvgElement::Path { d: "m14.5 4-5 16" },
];
/// Static elements for Codepen icon
static CODEPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Polygon { points: "12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2" },
StaticSvgElement::Line { x1: "12", y1: "22", x2: "12", y2: "15.5" },
StaticSvgElement::Polyline { points: "22 8.5 12 15.5 2 8.5" },
StaticSvgElement::Polyline { points: "2 15.5 12 8.5 22 15.5" },
StaticSvgElement::Line { x1: "12", y1: "2", x2: "12", y2: "8.5" },
];
/// Static elements for Codesandbox icon
static CODESANDBOX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",
},
StaticSvgElement::Polyline { points: "7.5 4.21 12 6.81 16.5 4.21" },
StaticSvgElement::Polyline { points: "7.5 19.79 7.5 14.6 3 12" },
StaticSvgElement::Polyline { points: "21 12 16.5 14.6 16.5 19.79" },
StaticSvgElement::Polyline { points: "3.27 6.96 12 12.01 20.73 6.96" },
StaticSvgElement::Line { x1: "12", y1: "22.08", x2: "12", y2: "12" },
];
/// Static elements for Coffee icon
static COFFEE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v2" },
StaticSvgElement::Path { d: "M14 2v2" },
StaticSvgElement::Path {
d: "M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",
},
StaticSvgElement::Path { d: "M6 2v2" },
];
/// Static elements for Cog icon
static COG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" },
StaticSvgElement::Path { d: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" },
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "M12 22v-2" },
StaticSvgElement::Path { d: "m17 20.66-1-1.73" },
StaticSvgElement::Path { d: "M11 10.27 7 3.34" },
StaticSvgElement::Path { d: "m20.66 17-1.73-1" },
StaticSvgElement::Path { d: "m3.34 7 1.73 1" },
StaticSvgElement::Path { d: "M14 12h8" },
StaticSvgElement::Path { d: "M2 12h2" },
StaticSvgElement::Path { d: "m20.66 7-1.73 1" },
StaticSvgElement::Path { d: "m3.34 17 1.73-1" },
StaticSvgElement::Path { d: "m17 3.34-1 1.73" },
StaticSvgElement::Path { d: "m11 13.73-4 6.93" },
];
/// Static elements for Coins icon
static COINS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "8", cy: "8", r: "6" },
StaticSvgElement::Path { d: "M18.09 10.37A6 6 0 1 1 10.34 18" },
StaticSvgElement::Path { d: "M7 6h1v4" },
StaticSvgElement::Path { d: "m16.71 13.88.7.71-2.82 2.82" },
];
/// Static elements for Columns2 icon
static COLUMNS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 3v18" },
];
/// Static elements for Columns3 icon
static COLUMNS3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 3v18" },
StaticSvgElement::Path { d: "M15 3v18" },
];
/// Static elements for Columns3Cog icon
static COLUMNS3COG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5" },
StaticSvgElement::Path { d: "m14.3 19.6 1-.4" },
StaticSvgElement::Path { d: "M15 3v7.5" },
StaticSvgElement::Path { d: "m15.2 16.9-.9-.3" },
StaticSvgElement::Path { d: "m16.6 21.7.3-.9" },
StaticSvgElement::Path { d: "m16.8 15.3-.4-1" },
StaticSvgElement::Path { d: "m19.1 15.2.3-.9" },
StaticSvgElement::Path { d: "m19.6 21.7-.4-1" },
StaticSvgElement::Path { d: "m20.7 16.8 1-.4" },
StaticSvgElement::Path { d: "m21.7 19.4-.9-.3" },
StaticSvgElement::Path { d: "M9 3v18" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
];
/// Static elements for Columns4 icon
static COLUMNS4_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7.5 3v18" },
StaticSvgElement::Path { d: "M12 3v18" },
StaticSvgElement::Path { d: "M16.5 3v18" },
];
/// Static elements for Combine icon
static COMBINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 18H5a3 3 0 0 1-3-3v-1" },
StaticSvgElement::Path { d: "M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "m7 21 3-3-3-3" },
StaticSvgElement::Rect { x: "14", y: "14", width: "8", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "2", y: "2", width: "8", height: "8", rx: Some("2"), ry: None },
];
/// Static elements for Command icon
static COMMAND_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" }];
/// Static elements for Compass icon
static COMPASS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",
},
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for Component icon
static COMPONENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",
},
StaticSvgElement::Path {
d: "M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z",
},
StaticSvgElement::Path {
d: "M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z",
},
StaticSvgElement::Path {
d: "M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",
},
];
/// Static elements for Computer icon
static COMPUTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "2", width: "14", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "2", y: "14", width: "20", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6 18h2" },
StaticSvgElement::Path { d: "M12 18h6" },
];
/// Static elements for ConciergeBell icon
static CONCIERGEBELL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z" },
StaticSvgElement::Path { d: "M20 16a8 8 0 1 0-16 0" },
StaticSvgElement::Path { d: "M12 4v4" },
StaticSvgElement::Path { d: "M10 4h4" },
];
/// Static elements for Cone icon
static CONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98" },
StaticSvgElement::Ellipse { cx: "12", cy: "19", rx: "9", ry: "3" },
];
/// Static elements for Construction icon
static CONSTRUCTION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "8", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M17 14v7" },
StaticSvgElement::Path { d: "M7 14v7" },
StaticSvgElement::Path { d: "M17 3v3" },
StaticSvgElement::Path { d: "M7 3v3" },
StaticSvgElement::Path { d: "M10 14 2.3 6.3" },
StaticSvgElement::Path { d: "m14 6 7.7 7.7" },
StaticSvgElement::Path { d: "m8 6 8 8" },
];
/// Static elements for Contact icon
static CONTACT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 2v2" },
StaticSvgElement::Path { d: "M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M8 2v2" },
StaticSvgElement::Circle { cx: "12", cy: "11", r: "3" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for ContactRound icon
static CONTACTROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 2v2" },
StaticSvgElement::Path { d: "M17.915 22a6 6 0 0 0-12 0" },
StaticSvgElement::Path { d: "M8 2v2" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for Container icon
static CONTAINER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",
},
StaticSvgElement::Path { d: "M10 21.9V14L2.1 9.1" },
StaticSvgElement::Path { d: "m10 14 11.9-6.9" },
StaticSvgElement::Path { d: "M14 19.8v-8.1" },
StaticSvgElement::Path { d: "M18 17.5V9.4" },
];
/// Static elements for Contrast icon
static CONTRAST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M12 18a6 6 0 0 0 0-12v12z" },
];
/// Static elements for Cookie icon
static COOKIE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5" },
StaticSvgElement::Path { d: "M8.5 8.5v.01" },
StaticSvgElement::Path { d: "M16 15.5v.01" },
StaticSvgElement::Path { d: "M12 12v.01" },
StaticSvgElement::Path { d: "M11 17v.01" },
StaticSvgElement::Path { d: "M7 14v.01" },
];
/// Static elements for CookingPot icon
static COOKINGPOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 12h20" },
StaticSvgElement::Path { d: "M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" },
StaticSvgElement::Path { d: "m4 8 16-4" },
StaticSvgElement::Path { d: "m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8" },
];
/// Static elements for Copy icon
static COPY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "8", y: "8", width: "14", height: "14", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" },
];
/// Static elements for CopyCheck icon
static COPYCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m12 15 2 2 4-4" },
StaticSvgElement::Rect { x: "8", y: "8", width: "14", height: "14", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" },
];
/// Static elements for CopyMinus icon
static COPYMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "12", y1: "15", x2: "18", y2: "15" },
StaticSvgElement::Rect { x: "8", y: "8", width: "14", height: "14", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" },
];
/// Static elements for CopyPlus icon
static COPYPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "15", y1: "12", x2: "15", y2: "18" },
StaticSvgElement::Line { x1: "12", y1: "15", x2: "18", y2: "15" },
StaticSvgElement::Rect { x: "8", y: "8", width: "14", height: "14", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" },
];
/// Static elements for CopySlash icon
static COPYSLASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "12", y1: "18", x2: "18", y2: "12" },
StaticSvgElement::Rect { x: "8", y: "8", width: "14", height: "14", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" },
];
/// Static elements for CopyX icon
static COPYX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "12", y1: "12", x2: "18", y2: "18" },
StaticSvgElement::Line { x1: "12", y1: "18", x2: "18", y2: "12" },
StaticSvgElement::Rect { x: "8", y: "8", width: "14", height: "14", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" },
];
/// Static elements for Copyleft icon
static COPYLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M9.17 14.83a4 4 0 1 0 0-5.66" },
];
/// Static elements for Copyright icon
static COPYRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M14.83 14.83a4 4 0 1 1 0-5.66" },
];
/// Static elements for CornerDownLeft icon
static CORNERDOWNLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M20 4v7a4 4 0 0 1-4 4H4" }, StaticSvgElement::Path { d: "m9 10-5 5 5 5" }];
/// Static elements for CornerDownRight icon
static CORNERDOWNRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m15 10 5 5-5 5" }, StaticSvgElement::Path { d: "M4 4v7a4 4 0 0 0 4 4h12" }];
/// Static elements for CornerLeftDown icon
static CORNERLEFTDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m14 15-5 5-5-5" }, StaticSvgElement::Path { d: "M20 4h-7a4 4 0 0 0-4 4v12" }];
/// Static elements for CornerLeftUp icon
static CORNERLEFTUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M14 9 9 4 4 9" }, StaticSvgElement::Path { d: "M20 20h-7a4 4 0 0 1-4-4V4" }];
/// Static elements for CornerRightDown icon
static CORNERRIGHTDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m10 15 5 5 5-5" }, StaticSvgElement::Path { d: "M4 4h7a4 4 0 0 1 4 4v12" }];
/// Static elements for CornerRightUp icon
static CORNERRIGHTUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m10 9 5-5 5 5" }, StaticSvgElement::Path { d: "M4 20h7a4 4 0 0 0 4-4V4" }];
/// Static elements for CornerUpLeft icon
static CORNERUPLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M20 20v-7a4 4 0 0 0-4-4H4" }, StaticSvgElement::Path { d: "M9 14 4 9l5-5" }];
/// Static elements for CornerUpRight icon
static CORNERUPRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m15 14 5-5-5-5" }, StaticSvgElement::Path { d: "M4 20v-7a4 4 0 0 1 4-4h12" }];
/// Static elements for Cpu icon
static CPU_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20v2" },
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "M17 20v2" },
StaticSvgElement::Path { d: "M17 2v2" },
StaticSvgElement::Path { d: "M2 12h2" },
StaticSvgElement::Path { d: "M2 17h2" },
StaticSvgElement::Path { d: "M2 7h2" },
StaticSvgElement::Path { d: "M20 12h2" },
StaticSvgElement::Path { d: "M20 17h2" },
StaticSvgElement::Path { d: "M20 7h2" },
StaticSvgElement::Path { d: "M7 20v2" },
StaticSvgElement::Path { d: "M7 2v2" },
StaticSvgElement::Rect { x: "4", y: "4", width: "16", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "8", y: "8", width: "8", height: "8", rx: Some("1"), ry: None },
];
/// Static elements for CreativeCommons icon
static CREATIVECOMMONS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1" },
StaticSvgElement::Path { d: "M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1" },
];
/// Static elements for CreditCard icon
static CREDITCARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "5", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Line { x1: "2", y1: "10", x2: "22", y2: "10" },
];
/// Static elements for Croissant icon
static CROISSANT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487" },
StaticSvgElement::Path { d: "M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132" },
StaticSvgElement::Path { d: "M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42" },
StaticSvgElement::Path { d: "M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14" },
StaticSvgElement::Path {
d: "M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676",
},
];
/// Static elements for Crop icon
static CROP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 2v14a2 2 0 0 0 2 2h14" },
StaticSvgElement::Path { d: "M18 22V8a2 2 0 0 0-2-2H2" },
];
/// Static elements for Cross icon
static CROSS_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z",
}];
/// Static elements for Crosshair icon
static CROSSHAIR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Line { x1: "22", y1: "12", x2: "18", y2: "12" },
StaticSvgElement::Line { x1: "6", y1: "12", x2: "2", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "6", x2: "12", y2: "2" },
StaticSvgElement::Line { x1: "12", y1: "22", x2: "12", y2: "18" },
];
/// Static elements for Crown icon
static CROWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",
},
StaticSvgElement::Path { d: "M5 21h14" },
];
/// Static elements for Cuboid icon
static CUBOID_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",
},
StaticSvgElement::Path { d: "M10 22v-8L2.25 9.15" },
StaticSvgElement::Path { d: "m10 14 11.77-6.87" },
];
/// Static elements for CupSoda icon
static CUPSODA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8" },
StaticSvgElement::Path { d: "M5 8h14" },
StaticSvgElement::Path { d: "M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0" },
StaticSvgElement::Path { d: "m12 8 1-6h2" },
];
/// Static elements for Currency icon
static CURRENCY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "8" },
StaticSvgElement::Line { x1: "3", y1: "3", x2: "6", y2: "6" },
StaticSvgElement::Line { x1: "21", y1: "3", x2: "18", y2: "6" },
StaticSvgElement::Line { x1: "3", y1: "21", x2: "6", y2: "18" },
StaticSvgElement::Line { x1: "21", y1: "21", x2: "18", y2: "18" },
];
/// Static elements for Cylinder icon
static CYLINDER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Ellipse { cx: "12", cy: "5", rx: "9", ry: "3" },
StaticSvgElement::Path { d: "M3 5v14a9 3 0 0 0 18 0V5" },
];
/// Static elements for Dam icon
static DAM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" },
StaticSvgElement::Path { d: "M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" },
StaticSvgElement::Path { d: "M2 10h4" },
StaticSvgElement::Path { d: "M2 14h4" },
StaticSvgElement::Path { d: "M2 18h4" },
StaticSvgElement::Path { d: "M2 6h4" },
StaticSvgElement::Path { d: "M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z" },
];
/// Static elements for Database icon
static DATABASE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Ellipse { cx: "12", cy: "5", rx: "9", ry: "3" },
StaticSvgElement::Path { d: "M3 5V19A9 3 0 0 0 21 19V5" },
StaticSvgElement::Path { d: "M3 12A9 3 0 0 0 21 12" },
];
/// Static elements for DatabaseBackup icon
static DATABASEBACKUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Ellipse { cx: "12", cy: "5", rx: "9", ry: "3" },
StaticSvgElement::Path { d: "M3 12a9 3 0 0 0 5 2.69" },
StaticSvgElement::Path { d: "M21 9.3V5" },
StaticSvgElement::Path { d: "M3 5v14a9 3 0 0 0 6.47 2.88" },
StaticSvgElement::Path { d: "M12 12v4h4" },
StaticSvgElement::Path { d: "M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16" },
];
/// Static elements for DatabaseZap icon
static DATABASEZAP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Ellipse { cx: "12", cy: "5", rx: "9", ry: "3" },
StaticSvgElement::Path { d: "M3 5V19A9 3 0 0 0 15 21.84" },
StaticSvgElement::Path { d: "M21 5V8" },
StaticSvgElement::Path { d: "M21 12L18 17H22L19 22" },
StaticSvgElement::Path { d: "M3 12A9 3 0 0 0 14.59 14.87" },
];
/// Static elements for DecimalsArrowLeft icon
static DECIMALSARROWLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m13 21-3-3 3-3" },
StaticSvgElement::Path { d: "M20 18H10" },
StaticSvgElement::Path { d: "M3 11h.01" },
StaticSvgElement::Rect { x: "6", y: "3", width: "5", height: "8", rx: Some("2.5"), ry: None },
];
/// Static elements for DecimalsArrowRight icon
static DECIMALSARROWRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 18h10" },
StaticSvgElement::Path { d: "m17 21 3-3-3-3" },
StaticSvgElement::Path { d: "M3 11h.01" },
StaticSvgElement::Rect { x: "15", y: "3", width: "5", height: "8", rx: Some("2.5"), ry: None },
StaticSvgElement::Rect { x: "6", y: "3", width: "5", height: "8", rx: Some("2.5"), ry: None },
];
/// Static elements for Delete icon
static DELETE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",
},
StaticSvgElement::Path { d: "m12 9 6 6" },
StaticSvgElement::Path { d: "m18 9-6 6" },
];
/// Static elements for Dessert icon
static DESSERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826",
},
StaticSvgElement::Path { d: "M20.804 14.869a9 9 0 0 1-17.608 0" },
StaticSvgElement::Circle { cx: "12", cy: "4", r: "2" },
];
/// Static elements for Diameter icon
static DIAMETER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "19", cy: "19", r: "2" },
StaticSvgElement::Circle { cx: "5", cy: "5", r: "2" },
StaticSvgElement::Path { d: "M6.48 3.66a10 10 0 0 1 13.86 13.86" },
StaticSvgElement::Path { d: "m6.41 6.41 11.18 11.18" },
StaticSvgElement::Path { d: "M3.66 6.48a10 10 0 0 0 13.86 13.86" },
];
/// Static elements for Diamond icon
static DIAMOND_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",
}];
/// Static elements for DiamondMinus icon
static DIAMONDMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",
},
StaticSvgElement::Path { d: "M8 12h8" },
];
/// Static elements for DiamondPercent icon
static DIAMONDPERCENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",
},
StaticSvgElement::Path { d: "M9.2 9.2h.01" },
StaticSvgElement::Path { d: "m14.5 9.5-5 5" },
StaticSvgElement::Path { d: "M14.7 14.8h.01" },
];
/// Static elements for DiamondPlus icon
static DIAMONDPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 8v8" },
StaticSvgElement::Path {
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",
},
StaticSvgElement::Path { d: "M8 12h8" },
];
/// Static elements for Dice1 icon
static DICE1_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M12 12h.01" },
];
/// Static elements for Dice2 icon
static DICE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M15 9h.01" },
StaticSvgElement::Path { d: "M9 15h.01" },
];
/// Static elements for Dice3 icon
static DICE3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M16 8h.01" },
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M8 16h.01" },
];
/// Static elements for Dice4 icon
static DICE4_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M16 8h.01" },
StaticSvgElement::Path { d: "M8 8h.01" },
StaticSvgElement::Path { d: "M8 16h.01" },
StaticSvgElement::Path { d: "M16 16h.01" },
];
/// Static elements for Dice5 icon
static DICE5_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M16 8h.01" },
StaticSvgElement::Path { d: "M8 8h.01" },
StaticSvgElement::Path { d: "M8 16h.01" },
StaticSvgElement::Path { d: "M16 16h.01" },
StaticSvgElement::Path { d: "M12 12h.01" },
];
/// Static elements for Dice6 icon
static DICE6_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M16 8h.01" },
StaticSvgElement::Path { d: "M16 12h.01" },
StaticSvgElement::Path { d: "M16 16h.01" },
StaticSvgElement::Path { d: "M8 8h.01" },
StaticSvgElement::Path { d: "M8 12h.01" },
StaticSvgElement::Path { d: "M8 16h.01" },
];
/// Static elements for Dices icon
static DICES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "10", width: "12", height: "12", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6" },
StaticSvgElement::Path { d: "M6 18h.01" },
StaticSvgElement::Path { d: "M10 14h.01" },
StaticSvgElement::Path { d: "M15 6h.01" },
StaticSvgElement::Path { d: "M18 9h.01" },
];
/// Static elements for Diff icon
static DIFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v14" },
StaticSvgElement::Path { d: "M5 10h14" },
StaticSvgElement::Path { d: "M5 21h14" },
];
/// Static elements for Disc icon
static DISC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for Disc2 icon
static DISC2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
StaticSvgElement::Path { d: "M12 12h.01" },
];
/// Static elements for Disc3 icon
static DISC3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M6 12c0-1.7.7-3.2 1.8-4.2" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
StaticSvgElement::Path { d: "M18 12c0 1.7-.7 3.2-1.8 4.2" },
];
/// Static elements for DiscAlbum icon
static DISCALBUM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "5" },
StaticSvgElement::Path { d: "M12 12h.01" },
];
/// Static elements for Divide icon
static DIVIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "6", r: "1" },
StaticSvgElement::Line { x1: "5", y1: "12", x2: "19", y2: "12" },
StaticSvgElement::Circle { cx: "12", cy: "18", r: "1" },
];
/// Static elements for Dna icon
static DNA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10 16 1.5 1.5" },
StaticSvgElement::Path { d: "m14 8-1.5-1.5" },
StaticSvgElement::Path { d: "M15 2c-1.798 1.998-2.518 3.995-2.807 5.993" },
StaticSvgElement::Path { d: "m16.5 10.5 1 1" },
StaticSvgElement::Path { d: "m17 6-2.891-2.891" },
StaticSvgElement::Path { d: "M2 15c6.667-6 13.333 0 20-6" },
StaticSvgElement::Path { d: "m20 9 .891.891" },
StaticSvgElement::Path { d: "M3.109 14.109 4 15" },
StaticSvgElement::Path { d: "m6.5 12.5 1 1" },
StaticSvgElement::Path { d: "m7 18 2.891 2.891" },
StaticSvgElement::Path { d: "M9 22c1.798-1.998 2.518-3.995 2.807-5.993" },
];
/// Static elements for DnaOff icon
static DNAOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8" },
StaticSvgElement::Path { d: "m17 6-2.891-2.891" },
StaticSvgElement::Path { d: "M2 15c3.333-3 6.667-3 10-3" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "m20 9 .891.891" },
StaticSvgElement::Path { d: "M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1" },
StaticSvgElement::Path { d: "M3.109 14.109 4 15" },
StaticSvgElement::Path { d: "m6.5 12.5 1 1" },
StaticSvgElement::Path { d: "m7 18 2.891 2.891" },
StaticSvgElement::Path { d: "M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16" },
];
/// Static elements for Dock icon
static DOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 8h20" },
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6 16h12" },
];
/// Static elements for Dog icon
static DOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.25 16.25h1.5L12 17z" },
StaticSvgElement::Path { d: "M16 14v.5" },
StaticSvgElement::Path {
d: "M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",
},
StaticSvgElement::Path { d: "M8 14v.5" },
StaticSvgElement::Path {
d: "M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",
},
];
/// Static elements for DollarSign icon
static DOLLARSIGN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "12", y1: "2", x2: "12", y2: "22" },
StaticSvgElement::Path { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" },
];
/// Static elements for Donut icon
static DONUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",
},
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
];
/// Static elements for DoorClosed icon
static DOORCLOSED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 12h.01" },
StaticSvgElement::Path { d: "M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14" },
StaticSvgElement::Path { d: "M2 20h20" },
];
/// Static elements for DoorClosedLocked icon
static DOORCLOSEDLOCKED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 12h.01" },
StaticSvgElement::Path { d: "M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14" },
StaticSvgElement::Path { d: "M2 20h8" },
StaticSvgElement::Path { d: "M20 17v-2a2 2 0 1 0-4 0v2" },
StaticSvgElement::Rect { x: "14", y: "17", width: "8", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for DoorOpen icon
static DOOROPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 20H2" },
StaticSvgElement::Path {
d: "M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z",
},
StaticSvgElement::Path { d: "M11 4H8a2 2 0 0 0-2 2v14" },
StaticSvgElement::Path { d: "M14 12h.01" },
StaticSvgElement::Path { d: "M22 20h-3" },
];
/// Static elements for Dot icon
static DOT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Circle { cx: "12.1", cy: "12.1", r: "1" }];
/// Static elements for Download icon
static DOWNLOAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 15V3" },
StaticSvgElement::Path { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" },
StaticSvgElement::Path { d: "m7 10 5 5 5-5" },
];
/// Static elements for DraftingCompass icon
static DRAFTINGCOMPASS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m12.99 6.74 1.93 3.44" },
StaticSvgElement::Path { d: "M19.136 12a10 10 0 0 1-14.271 0" },
StaticSvgElement::Path { d: "m21 21-2.16-3.84" },
StaticSvgElement::Path { d: "m3 21 8.02-14.26" },
StaticSvgElement::Circle { cx: "12", cy: "5", r: "2" },
];
/// Static elements for Drama icon
static DRAMA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 11h.01" },
StaticSvgElement::Path { d: "M14 6h.01" },
StaticSvgElement::Path { d: "M18 6h.01" },
StaticSvgElement::Path { d: "M6.5 13.1h.01" },
StaticSvgElement::Path { d: "M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3" },
StaticSvgElement::Path { d: "M17.4 9.9c-.8.8-2 .8-2.8 0" },
StaticSvgElement::Path {
d: "M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",
},
StaticSvgElement::Path { d: "M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4" },
];
/// Static elements for Dribbble icon
static DRIBBBLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94" },
StaticSvgElement::Path { d: "M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32" },
StaticSvgElement::Path { d: "M8.56 2.75c4.37 6 6 9.42 8 17.72" },
];
/// Static elements for Drill icon
static DRILL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z" },
StaticSvgElement::Path {
d: "M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8",
},
StaticSvgElement::Path { d: "M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3" },
StaticSvgElement::Path { d: "M18 6h4" },
StaticSvgElement::Path { d: "m5 10-2 8" },
StaticSvgElement::Path { d: "m7 18 2-8" },
];
/// Static elements for Drone icon
static DRONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10 7 7" },
StaticSvgElement::Path { d: "m10 14-3 3" },
StaticSvgElement::Path { d: "m14 10 3-3" },
StaticSvgElement::Path { d: "m14 14 3 3" },
StaticSvgElement::Path { d: "M14.205 4.139a4 4 0 1 1 5.439 5.863" },
StaticSvgElement::Path { d: "M19.637 14a4 4 0 1 1-5.432 5.868" },
StaticSvgElement::Path { d: "M4.367 10a4 4 0 1 1 5.438-5.862" },
StaticSvgElement::Path { d: "M9.795 19.862a4 4 0 1 1-5.429-5.873" },
StaticSvgElement::Rect { x: "10", y: "8", width: "4", height: "8", rx: Some("1"), ry: None },
];
/// Static elements for Droplet icon
static DROPLET_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",
}];
/// Static elements for DropletOff icon
static DROPLETOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586",
},
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208" },
];
/// Static elements for Droplets icon
static DROPLETS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",
},
StaticSvgElement::Path {
d: "M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",
},
];
/// Static elements for Drum icon
static DRUM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 2 8 8" },
StaticSvgElement::Path { d: "m22 2-8 8" },
StaticSvgElement::Ellipse { cx: "12", cy: "9", rx: "10", ry: "5" },
StaticSvgElement::Path { d: "M7 13.4v7.9" },
StaticSvgElement::Path { d: "M12 14v8" },
StaticSvgElement::Path { d: "M17 13.4v7.9" },
StaticSvgElement::Path { d: "M2 9v8a10 5 0 0 0 20 0V9" },
];
/// Static elements for Drumstick icon
static DRUMSTICK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23" },
StaticSvgElement::Path { d: "m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59" },
];
/// Static elements for Dumbbell icon
static DUMBBELL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z",
},
StaticSvgElement::Path { d: "m2.5 21.5 1.4-1.4" },
StaticSvgElement::Path { d: "m20.1 3.9 1.4-1.4" },
StaticSvgElement::Path {
d: "M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z",
},
StaticSvgElement::Path { d: "m9.6 14.4 4.8-4.8" },
];
/// Static elements for Ear icon
static EAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0" },
StaticSvgElement::Path { d: "M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4" },
];
/// Static elements for EarOff icon
static EAROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46" },
StaticSvgElement::Path { d: "M6 8.5c0-.75.13-1.47.36-2.14" },
StaticSvgElement::Path { d: "M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76" },
StaticSvgElement::Path { d: "M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Earth icon
static EARTH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21.54 15H17a2 2 0 0 0-2 2v4.54" },
StaticSvgElement::Path {
d: "M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",
},
StaticSvgElement::Path { d: "M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for EarthLock icon
static EARTHLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 3.34V5a3 3 0 0 0 3 3" },
StaticSvgElement::Path { d: "M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" },
StaticSvgElement::Path { d: "M21.54 15H17a2 2 0 0 0-2 2v4.54" },
StaticSvgElement::Path { d: "M12 2a10 10 0 1 0 9.54 13" },
StaticSvgElement::Path { d: "M20 6V4a2 2 0 1 0-4 0v2" },
StaticSvgElement::Rect { x: "14", y: "6", width: "8", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for Eclipse icon
static ECLIPSE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" }, StaticSvgElement::Path { d: "M12 2a7 7 0 1 0 10 10" }];
/// Static elements for Egg icon
static EGG_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12" }];
/// Static elements for EggFried icon
static EGGFRIED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "11.5", cy: "12.5", r: "3.5" },
StaticSvgElement::Path {
d: "M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",
},
];
/// Static elements for EggOff icon
static EGGOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M20 14.347V14c0-6-4-12-8-12-1.078 0-2.157.436-3.157 1.19" },
StaticSvgElement::Path { d: "M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568" },
];
/// Static elements for Ellipsis icon
static ELLIPSIS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "19", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "5", cy: "12", r: "1" },
];
/// Static elements for EllipsisVertical icon
static ELLIPSISVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "12", cy: "5", r: "1" },
StaticSvgElement::Circle { cx: "12", cy: "19", r: "1" },
];
/// Static elements for Equal icon
static EQUAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "5", y1: "9", x2: "19", y2: "9" },
StaticSvgElement::Line { x1: "5", y1: "15", x2: "19", y2: "15" },
];
/// Static elements for EqualApproximately icon
static EQUALAPPROXIMATELY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" },
StaticSvgElement::Path { d: "M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" },
];
/// Static elements for EqualNot icon
static EQUALNOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "5", y1: "9", x2: "19", y2: "9" },
StaticSvgElement::Line { x1: "5", y1: "15", x2: "19", y2: "15" },
StaticSvgElement::Line { x1: "19", y1: "5", x2: "5", y2: "19" },
];
/// Static elements for Eraser icon
static ERASER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21",
},
StaticSvgElement::Path { d: "m5.082 11.09 8.828 8.828" },
];
/// Static elements for EthernetPort icon
static ETHERNETPORT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z" },
StaticSvgElement::Path { d: "M6 8v1" },
StaticSvgElement::Path { d: "M10 8v1" },
StaticSvgElement::Path { d: "M14 8v1" },
StaticSvgElement::Path { d: "M18 8v1" },
];
/// Static elements for Euro icon
static EURO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 10h12" },
StaticSvgElement::Path { d: "M4 14h9" },
StaticSvgElement::Path { d: "M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2" },
];
/// Static elements for Expand icon
static EXPAND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 15 6 6" },
StaticSvgElement::Path { d: "m15 9 6-6" },
StaticSvgElement::Path { d: "M21 16v5h-5" },
StaticSvgElement::Path { d: "M21 8V3h-5" },
StaticSvgElement::Path { d: "M3 16v5h5" },
StaticSvgElement::Path { d: "m3 21 6-6" },
StaticSvgElement::Path { d: "M3 8V3h5" },
StaticSvgElement::Path { d: "M9 9 3 3" },
];
/// Static elements for ExternalLink icon
static EXTERNALLINK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 3h6v6" },
StaticSvgElement::Path { d: "M10 14 21 3" },
StaticSvgElement::Path { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" },
];
/// Static elements for Eye icon
static EYE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
},
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
];
/// Static elements for EyeClosed icon
static EYECLOSED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 18-.722-3.25" },
StaticSvgElement::Path { d: "M2 8a10.645 10.645 0 0 0 20 0" },
StaticSvgElement::Path { d: "m20 15-1.726-2.05" },
StaticSvgElement::Path { d: "m4 15 1.726-2.05" },
StaticSvgElement::Path { d: "m9 18 .722-3.25" },
];
/// Static elements for EyeOff icon
static EYEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",
},
StaticSvgElement::Path { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" },
StaticSvgElement::Path {
d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",
},
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Facebook icon
static FACEBOOK_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }];
/// Static elements for Factory icon
static FACTORY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 16h.01" },
StaticSvgElement::Path { d: "M16 16h.01" },
StaticSvgElement::Path {
d: "M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z",
},
StaticSvgElement::Path { d: "M8 16h.01" },
];
/// Static elements for Fan icon
static FAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",
},
StaticSvgElement::Path { d: "M12 12v.01" },
];
/// Static elements for FastForward icon
static FASTFORWARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z" },
StaticSvgElement::Path { d: "M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z" },
];
/// Static elements for Feather icon
static FEATHER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",
},
StaticSvgElement::Path { d: "M16 8 2 22" },
StaticSvgElement::Path { d: "M17.5 15H9" },
];
/// Static elements for Fence icon
static FENCE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" },
StaticSvgElement::Path { d: "M6 8h4" },
StaticSvgElement::Path { d: "M6 18h4" },
StaticSvgElement::Path { d: "m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" },
StaticSvgElement::Path { d: "M14 8h4" },
StaticSvgElement::Path { d: "M14 18h4" },
StaticSvgElement::Path { d: "m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" },
];
/// Static elements for FerrisWheel icon
static FERRISWHEEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
StaticSvgElement::Path { d: "M12 2v4" },
StaticSvgElement::Path { d: "m6.8 15-3.5 2" },
StaticSvgElement::Path { d: "m20.7 7-3.5 2" },
StaticSvgElement::Path { d: "M6.8 9 3.3 7" },
StaticSvgElement::Path { d: "m20.7 17-3.5-2" },
StaticSvgElement::Path { d: "m9 22 3-8 3 8" },
StaticSvgElement::Path { d: "M8 22h8" },
StaticSvgElement::Path { d: "M18 18.7a9 9 0 1 0-12 0" },
];
/// Static elements for Figma icon
static FIGMA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z" },
StaticSvgElement::Path { d: "M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z" },
StaticSvgElement::Path { d: "M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z" },
StaticSvgElement::Path { d: "M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z" },
StaticSvgElement::Path { d: "M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z" },
];
/// Static elements for File icon
static FILE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
];
/// Static elements for FileArchive icon
static FILEARCHIVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 12v-1" },
StaticSvgElement::Path { d: "M10 18v-2" },
StaticSvgElement::Path { d: "M10 7V6" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01" },
StaticSvgElement::Circle { cx: "10", cy: "20", r: "2" },
];
/// Static elements for FileAudio icon
static FILEAUDIO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path {
d: "M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0",
},
];
/// Static elements for FileAudio2 icon
static FILEAUDIO2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Circle { cx: "3", cy: "17", r: "1" },
StaticSvgElement::Path { d: "M2 17v-3a4 4 0 0 1 8 0v3" },
StaticSvgElement::Circle { cx: "9", cy: "17", r: "1" },
];
/// Static elements for FileAxis3D icon
static FILEAXIS3D_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m8 18 4-4" },
StaticSvgElement::Path { d: "M8 10v8h8" },
];
/// Static elements for FileBadge icon
static FILEBADGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.072" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path {
d: "m6.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88",
},
StaticSvgElement::Circle { cx: "5", cy: "14", r: "3" },
];
/// Static elements for FileBadge2 icon
static FILEBADGE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m13.69 12.479 1.29 4.88a.5.5 0 0 1-.697.591l-1.844-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88",
},
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" },
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
];
/// Static elements for FileBox icon
static FILEBOX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path {
d: "M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z",
},
StaticSvgElement::Path { d: "M7 17v5" },
StaticSvgElement::Path { d: "M11.7 14.2 7 17l-4.7-2.8" },
];
/// Static elements for FileChartColumn icon
static FILECHARTCOLUMN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M8 18v-1" },
StaticSvgElement::Path { d: "M12 18v-6" },
StaticSvgElement::Path { d: "M16 18v-3" },
];
/// Static elements for FileChartColumnIncreasing icon
static FILECHARTCOLUMNINCREASING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M8 18v-2" },
StaticSvgElement::Path { d: "M12 18v-4" },
StaticSvgElement::Path { d: "M16 18v-6" },
];
/// Static elements for FileChartLine icon
static FILECHARTLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m16 13-3.5 3.5-2-2L8 17" },
];
/// Static elements for FileChartPie icon
static FILECHARTPIE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5" },
StaticSvgElement::Path { d: "M4.017 11.512a6 6 0 1 0 8.466 8.475" },
StaticSvgElement::Path {
d: "M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z",
},
];
/// Static elements for FileCheck icon
static FILECHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m9 15 2 2 4-4" },
];
/// Static elements for FileCheck2 icon
static FILECHECK2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m3 15 2 2 4-4" },
];
/// Static elements for FileClock icon
static FILECLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path { d: "M8 14v2.2l1.6 1" },
StaticSvgElement::Circle { cx: "8", cy: "16", r: "6" },
];
/// Static elements for FileCode icon
static FILECODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 12.5 8 15l2 2.5" },
StaticSvgElement::Path { d: "m14 12.5 2 2.5-2 2.5" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" },
];
/// Static elements for FileCode2 icon
static FILECODE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m5 12-3 3 3 3" },
StaticSvgElement::Path { d: "m9 18 3-3-3-3" },
];
/// Static elements for FileCog icon
static FILECOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m2.305 15.53.923-.382" },
StaticSvgElement::Path { d: "m3.228 12.852-.924-.383" },
StaticSvgElement::Path { d: "M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5" },
StaticSvgElement::Path { d: "m4.852 11.228-.383-.923" },
StaticSvgElement::Path { d: "m4.852 16.772-.383.924" },
StaticSvgElement::Path { d: "m7.148 11.228.383-.923" },
StaticSvgElement::Path { d: "m7.53 17.696-.382-.924" },
StaticSvgElement::Path { d: "m8.772 12.852.923-.383" },
StaticSvgElement::Path { d: "m8.772 15.148.923.383" },
StaticSvgElement::Circle { cx: "6", cy: "14", r: "3" },
];
/// Static elements for FileDiff icon
static FILEDIFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M9 10h6" },
StaticSvgElement::Path { d: "M12 13V7" },
StaticSvgElement::Path { d: "M9 17h6" },
];
/// Static elements for FileDigit icon
static FILEDIGIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Rect { x: "2", y: "12", width: "4", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M10 12h2v6" },
StaticSvgElement::Path { d: "M10 18h4" },
];
/// Static elements for FileDown icon
static FILEDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M12 18v-6" },
StaticSvgElement::Path { d: "m9 15 3 3 3-3" },
];
/// Static elements for FileHeart icon
static FILEHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path {
d: "M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",
},
];
/// Static elements for FileImage icon
static FILEIMAGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Circle { cx: "10", cy: "12", r: "2" },
StaticSvgElement::Path { d: "m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" },
];
/// Static elements for FileInput icon
static FILEINPUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M2 15h10" },
StaticSvgElement::Path { d: "m9 18 3-3-3-3" },
];
/// Static elements for FileJson icon
static FILEJSON_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" },
StaticSvgElement::Path { d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" },
];
/// Static elements for FileJson2 icon
static FILEJSON2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" },
StaticSvgElement::Path { d: "M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" },
];
/// Static elements for FileKey icon
static FILEKEY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Circle { cx: "10", cy: "16", r: "2" },
StaticSvgElement::Path { d: "m16 10-4.5 4.5" },
StaticSvgElement::Path { d: "m15 11 1 1" },
];
/// Static elements for FileKey2 icon
static FILEKEY2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Circle { cx: "4", cy: "16", r: "2" },
StaticSvgElement::Path { d: "m10 10-4.5 4.5" },
StaticSvgElement::Path { d: "m9 11 1 1" },
];
/// Static elements for FileLock icon
static FILELOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Rect { x: "8", y: "12", width: "8", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M10 12v-2a2 2 0 1 1 4 0v2" },
];
/// Static elements for FileLock2 icon
static FILELOCK2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Rect { x: "2", y: "13", width: "8", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M8 13v-2a2 2 0 1 0-4 0v2" },
];
/// Static elements for FileMinus icon
static FILEMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M9 15h6" },
];
/// Static elements for FileMinus2 icon
static FILEMINUS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M3 15h6" },
];
/// Static elements for FileMusic icon
static FILEMUSIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4" },
StaticSvgElement::Path { d: "M8 18v-7.7L16 9v7" },
StaticSvgElement::Circle { cx: "14", cy: "16", r: "2" },
StaticSvgElement::Circle { cx: "6", cy: "18", r: "2" },
];
/// Static elements for FileOutput icon
static FILEOUTPUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6" },
StaticSvgElement::Path { d: "m5 11-3 3" },
StaticSvgElement::Path { d: "m5 17-3-3h10" },
];
/// Static elements for FilePen icon
static FILEPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path {
d: "M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
];
/// Static elements for FilePenLine icon
static FILEPENLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2",
},
StaticSvgElement::Path {
d: "M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
StaticSvgElement::Path { d: "M8 18h1" },
];
/// Static elements for FilePlay icon
static FILEPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" },
StaticSvgElement::Path {
d: "M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z",
},
];
/// Static elements for FilePlus icon
static FILEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M9 15h6" },
StaticSvgElement::Path { d: "M12 18v-6" },
];
/// Static elements for FilePlus2 icon
static FILEPLUS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M3 15h6" },
StaticSvgElement::Path { d: "M6 12v6" },
];
/// Static elements for FileQuestion icon
static FILEQUESTION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17h.01" },
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" },
StaticSvgElement::Path { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" },
];
/// Static elements for FileQuestionMark icon
static FILEQUESTIONMARK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17h.01" },
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" },
StaticSvgElement::Path { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" },
];
/// Static elements for FileScan icon
static FILESCAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M16 14a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M20 14a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M20 22a2 2 0 0 0 2-2" },
StaticSvgElement::Path { d: "M16 22a2 2 0 0 1-2-2" },
];
/// Static elements for FileSearch icon
static FILESEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path { d: "m9 18-1.5-1.5" },
StaticSvgElement::Circle { cx: "5", cy: "14", r: "3" },
];
/// Static elements for FileSearch2 icon
static FILESEARCH2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Circle { cx: "11.5", cy: "14.5", r: "2.5" },
StaticSvgElement::Path { d: "M13.3 16.3 15 18" },
];
/// Static elements for FileSliders icon
static FILESLIDERS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path { d: "M10 11v2" },
StaticSvgElement::Path { d: "M8 17h8" },
StaticSvgElement::Path { d: "M14 16v2" },
];
/// Static elements for FileSpreadsheet icon
static FILESPREADSHEET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M8 13h2" },
StaticSvgElement::Path { d: "M14 13h2" },
StaticSvgElement::Path { d: "M8 17h2" },
StaticSvgElement::Path { d: "M14 17h2" },
];
/// Static elements for FileStack icon
static FILESTACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 7h-3a2 2 0 0 1-2-2V2" },
StaticSvgElement::Path { d: "M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z" },
StaticSvgElement::Path { d: "M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15" },
StaticSvgElement::Path { d: "M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11" },
];
/// Static elements for FileSymlink icon
static FILESYMLINK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10 18 3-3-3-3" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" },
];
/// Static elements for FileTerminal icon
static FILETERMINAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m8 16 2-2-2-2" },
StaticSvgElement::Path { d: "M12 18h4" },
];
/// Static elements for FileText icon
static FILETEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M10 9H8" },
StaticSvgElement::Path { d: "M16 13H8" },
StaticSvgElement::Path { d: "M16 17H8" },
];
/// Static elements for FileType icon
static FILETYPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M9 13v-1h6v1" },
StaticSvgElement::Path { d: "M12 12v6" },
StaticSvgElement::Path { d: "M11 18h2" },
];
/// Static elements for FileType2 icon
static FILETYPE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M2 13v-1h6v1" },
StaticSvgElement::Path { d: "M5 12v6" },
StaticSvgElement::Path { d: "M4 18h2" },
];
/// Static elements for FileUp icon
static FILEUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M12 12v6" },
StaticSvgElement::Path { d: "m15 15-3-3-3 3" },
];
/// Static elements for FileUser icon
static FILEUSER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M15 18a3 3 0 1 0-6 0" },
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" },
StaticSvgElement::Circle { cx: "12", cy: "13", r: "2" },
];
/// Static elements for FileVideo icon
static FILEVIDEO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m10 11 5 3-5 3v-6Z" },
];
/// Static elements for FileVideo2 icon
static FILEVIDEO2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Rect { x: "2", y: "12", width: "8", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "m10 15.5 4 2.5v-6l-4 2.5" },
];
/// Static elements for FileVideoCamera icon
static FILEVIDEOCAMERA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Rect { x: "2", y: "12", width: "8", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Path {
d: "m10 13.843 3.033-1.755a.645.645 0 0 1 .967.56v4.704a.645.645 0 0 1-.967.56L10 16.157",
},
];
/// Static elements for FileVolume icon
static FILEVOLUME_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 11a5 5 0 0 1 0 6" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23" },
StaticSvgElement::Path {
d: "M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z",
},
];
/// Static elements for FileVolume2 icon
static FILEVOLUME2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M8 15h.01" },
StaticSvgElement::Path { d: "M11.5 13.5a2.5 2.5 0 0 1 0 3" },
StaticSvgElement::Path { d: "M15 12a5 5 0 0 1 0 6" },
];
/// Static elements for FileWarning icon
static FILEWARNING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M12 9v4" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for FileX icon
static FILEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m14.5 12.5-5 5" },
StaticSvgElement::Path { d: "m9.5 12.5 5 5" },
];
/// Static elements for FileX2 icon
static FILEX2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "m8 12.5-5 5" },
StaticSvgElement::Path { d: "m3 12.5 5 5" },
];
/// Static elements for Files icon
static FILES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 7h-3a2 2 0 0 1-2-2V2" },
StaticSvgElement::Path { d: "M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z" },
StaticSvgElement::Path { d: "M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8" },
];
/// Static elements for Film icon
static FILM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 3v18" },
StaticSvgElement::Path { d: "M3 7.5h4" },
StaticSvgElement::Path { d: "M3 12h18" },
StaticSvgElement::Path { d: "M3 16.5h4" },
StaticSvgElement::Path { d: "M17 3v18" },
StaticSvgElement::Path { d: "M17 7.5h4" },
StaticSvgElement::Path { d: "M17 16.5h4" },
];
/// Static elements for Filter icon
static FILTER_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Polygon { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" }];
/// Static elements for FilterX icon
static FILTERX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055" },
StaticSvgElement::Path { d: "m22 3-5 5" },
StaticSvgElement::Path { d: "m17 3 5 5" },
];
/// Static elements for Fingerprint icon
static FINGERPRINT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" },
StaticSvgElement::Path { d: "M14 13.12c0 2.38 0 6.38-1 8.88" },
StaticSvgElement::Path { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02" },
StaticSvgElement::Path { d: "M2 12a10 10 0 0 1 18-6" },
StaticSvgElement::Path { d: "M2 16h.01" },
StaticSvgElement::Path { d: "M21.8 16c.2-2 .131-5.354 0-6" },
StaticSvgElement::Path { d: "M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2" },
StaticSvgElement::Path { d: "M8.65 22c.21-.66.45-1.32.57-2" },
StaticSvgElement::Path { d: "M9 6.8a6 6 0 0 1 9 5.2v2" },
];
/// Static elements for FireExtinguisher icon
static FIREEXTINGUISHER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5" },
StaticSvgElement::Path { d: "M9 18h8" },
StaticSvgElement::Path { d: "M18 3h-3" },
StaticSvgElement::Path { d: "M11 3a6 6 0 0 0-6 6v11" },
StaticSvgElement::Path { d: "M5 13h4" },
StaticSvgElement::Path { d: "M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z" },
];
/// Static elements for Fish icon
static FISH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",
},
StaticSvgElement::Path { d: "M18 12v.5" },
StaticSvgElement::Path { d: "M16 17.93a9.77 9.77 0 0 1 0-11.86" },
StaticSvgElement::Path {
d: "M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",
},
StaticSvgElement::Path { d: "M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4" },
StaticSvgElement::Path { d: "m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98" },
];
/// Static elements for FishOff icon
static FISHOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",
},
StaticSvgElement::Path {
d: "M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",
},
StaticSvgElement::Path {
d: "m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",
},
];
/// Static elements for FishSymbol icon
static FISHSYMBOL_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M2 16s9-15 20-4C11 23 2 8 2 8" }];
/// Static elements for Flag icon
static FLAG_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",
}];
/// Static elements for FlagOff icon
static FLAGOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M4 22V4" },
StaticSvgElement::Path { d: "M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347" },
];
/// Static elements for FlagTriangleLeft icon
static FLAGTRIANGLELEFT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M17 22V2L7 7l10 5" }];
/// Static elements for FlagTriangleRight icon
static FLAGTRIANGLERIGHT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M7 22V2l10 5-10 5" }];
/// Static elements for Flame icon
static FLAME_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",
}];
/// Static elements for FlameKindling icon
static FLAMEKINDLING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",
},
StaticSvgElement::Path { d: "m5 22 14-4" },
StaticSvgElement::Path { d: "m5 18 14 4" },
];
/// Static elements for Flashlight icon
static FLASHLIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z" },
StaticSvgElement::Line { x1: "6", y1: "6", x2: "18", y2: "6" },
StaticSvgElement::Line { x1: "12", y1: "12", x2: "12", y2: "12" },
];
/// Static elements for FlashlightOff icon
static FLASHLIGHTOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4" },
StaticSvgElement::Path { d: "M7 2h11v4c0 2-2 2-2 4v1" },
StaticSvgElement::Line { x1: "11", y1: "6", x2: "18", y2: "6" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for FlaskConical icon
static FLASKCONICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",
},
StaticSvgElement::Path { d: "M6.453 15h11.094" },
StaticSvgElement::Path { d: "M8.5 2h7" },
];
/// Static elements for FlaskConicalOff icon
static FLASKCONICALOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v2.343" },
StaticSvgElement::Path { d: "M14 2v6.343" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563" },
StaticSvgElement::Path { d: "M6.453 15H15" },
StaticSvgElement::Path { d: "M8.5 2h7" },
];
/// Static elements for FlaskRound icon
static FLASKROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v6.292a7 7 0 1 0 4 0V2" },
StaticSvgElement::Path { d: "M5 15h14" },
StaticSvgElement::Path { d: "M8.5 2h7" },
];
/// Static elements for FlipHorizontal icon
static FLIPHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3" },
StaticSvgElement::Path { d: "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3" },
StaticSvgElement::Path { d: "M12 20v2" },
StaticSvgElement::Path { d: "M12 14v2" },
StaticSvgElement::Path { d: "M12 8v2" },
StaticSvgElement::Path { d: "M12 2v2" },
];
/// Static elements for FlipHorizontal2 icon
static FLIPHORIZONTAL2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 7 5 5-5 5V7" },
StaticSvgElement::Path { d: "m21 7-5 5 5 5V7" },
StaticSvgElement::Path { d: "M12 20v2" },
StaticSvgElement::Path { d: "M12 14v2" },
StaticSvgElement::Path { d: "M12 8v2" },
StaticSvgElement::Path { d: "M12 2v2" },
];
/// Static elements for FlipVertical icon
static FLIPVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path { d: "M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3" },
StaticSvgElement::Path { d: "M4 12H2" },
StaticSvgElement::Path { d: "M10 12H8" },
StaticSvgElement::Path { d: "M16 12h-2" },
StaticSvgElement::Path { d: "M22 12h-2" },
];
/// Static elements for FlipVertical2 icon
static FLIPVERTICAL2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m17 3-5 5-5-5h10" },
StaticSvgElement::Path { d: "m17 21-5-5-5 5h10" },
StaticSvgElement::Path { d: "M4 12H2" },
StaticSvgElement::Path { d: "M10 12H8" },
StaticSvgElement::Path { d: "M16 12h-2" },
StaticSvgElement::Path { d: "M22 12h-2" },
];
/// Static elements for Flower icon
static FLOWER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
StaticSvgElement::Path {
d: "M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",
},
StaticSvgElement::Path { d: "M12 7.5V9" },
StaticSvgElement::Path { d: "M7.5 12H9" },
StaticSvgElement::Path { d: "M16.5 12H15" },
StaticSvgElement::Path { d: "M12 16.5V15" },
StaticSvgElement::Path { d: "m8 8 1.88 1.88" },
StaticSvgElement::Path { d: "M14.12 9.88 16 8" },
StaticSvgElement::Path { d: "m8 16 1.88-1.88" },
StaticSvgElement::Path { d: "M14.12 14.12 16 16" },
];
/// Static elements for Flower2 icon
static FLOWER2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",
},
StaticSvgElement::Circle { cx: "12", cy: "8", r: "2" },
StaticSvgElement::Path { d: "M12 10v12" },
StaticSvgElement::Path { d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z" },
StaticSvgElement::Path { d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z" },
];
/// Static elements for Focus icon
static FOCUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
];
/// Static elements for FoldHorizontal icon
static FOLDHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 12h6" },
StaticSvgElement::Path { d: "M22 12h-6" },
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "M12 8v2" },
StaticSvgElement::Path { d: "M12 14v2" },
StaticSvgElement::Path { d: "M12 20v2" },
StaticSvgElement::Path { d: "m19 9-3 3 3 3" },
StaticSvgElement::Path { d: "m5 15 3-3-3-3" },
];
/// Static elements for FoldVertical icon
static FOLDVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22v-6" },
StaticSvgElement::Path { d: "M12 8V2" },
StaticSvgElement::Path { d: "M4 12H2" },
StaticSvgElement::Path { d: "M10 12H8" },
StaticSvgElement::Path { d: "M16 12h-2" },
StaticSvgElement::Path { d: "M22 12h-2" },
StaticSvgElement::Path { d: "m15 19-3-3-3 3" },
StaticSvgElement::Path { d: "m15 5-3 3-3-3" },
];
/// Static elements for Folder icon
static FOLDER_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
}];
/// Static elements for FolderArchive icon
static FOLDERARCHIVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "15", cy: "19", r: "2" },
StaticSvgElement::Path {
d: "M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",
},
StaticSvgElement::Path { d: "M15 11v-1" },
StaticSvgElement::Path { d: "M15 17v-2" },
];
/// Static elements for FolderCheck icon
static FOLDERCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "m9 13 2 2 4-4" },
];
/// Static elements for FolderClock icon
static FOLDERCLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 14v2.2l1.6 1" },
StaticSvgElement::Path {
d: "M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",
},
StaticSvgElement::Circle { cx: "16", cy: "16", r: "6" },
];
/// Static elements for FolderClosed icon
static FOLDERCLOSED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "M2 10h20" },
];
/// Static elements for FolderCode icon
static FOLDERCODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10.5 8 13l2 2.5" },
StaticSvgElement::Path { d: "m14 10.5 2 2.5-2 2.5" },
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",
},
];
/// Static elements for FolderCog icon
static FOLDERCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3",
},
StaticSvgElement::Path { d: "m14.305 19.53.923-.382" },
StaticSvgElement::Path { d: "m15.228 16.852-.923-.383" },
StaticSvgElement::Path { d: "m16.852 15.228-.383-.923" },
StaticSvgElement::Path { d: "m16.852 20.772-.383.924" },
StaticSvgElement::Path { d: "m19.148 15.228.383-.923" },
StaticSvgElement::Path { d: "m19.53 21.696-.382-.924" },
StaticSvgElement::Path { d: "m20.772 16.852.924-.383" },
StaticSvgElement::Path { d: "m20.772 19.148.924.383" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
];
/// Static elements for FolderDot icon
static FOLDERDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",
},
StaticSvgElement::Circle { cx: "12", cy: "13", r: "1" },
];
/// Static elements for FolderDown icon
static FOLDERDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "M12 10v6" },
StaticSvgElement::Path { d: "m15 13-3 3-3-3" },
];
/// Static elements for FolderGit icon
static FOLDERGIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "13", r: "2" },
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "M14 13h3" },
StaticSvgElement::Path { d: "M7 13h3" },
];
/// Static elements for FolderGit2 icon
static FOLDERGIT2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",
},
StaticSvgElement::Circle { cx: "13", cy: "12", r: "2" },
StaticSvgElement::Path { d: "M18 19c-2.8 0-5-2.2-5-5v8" },
StaticSvgElement::Circle { cx: "20", cy: "19", r: "2" },
];
/// Static elements for FolderHeart icon
static FOLDERHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5",
},
StaticSvgElement::Path {
d: "M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01c.95.95 1 2.53-.2 3.74L17.5 21Z",
},
];
/// Static elements for FolderInput icon
static FOLDERINPUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",
},
StaticSvgElement::Path { d: "M2 13h10" },
StaticSvgElement::Path { d: "m9 16 3-3-3-3" },
];
/// Static elements for FolderKanban icon
static FOLDERKANBAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",
},
StaticSvgElement::Path { d: "M8 10v4" },
StaticSvgElement::Path { d: "M12 10v2" },
StaticSvgElement::Path { d: "M16 10v6" },
];
/// Static elements for FolderKey icon
static FOLDERKEY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "16", cy: "20", r: "2" },
StaticSvgElement::Path {
d: "M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",
},
StaticSvgElement::Path { d: "m22 14-4.5 4.5" },
StaticSvgElement::Path { d: "m21 15 1 1" },
];
/// Static elements for FolderLock icon
static FOLDERLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "14", y: "17", width: "8", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Path {
d: "M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",
},
StaticSvgElement::Path { d: "M20 17v-2a2 2 0 1 0-4 0v2" },
];
/// Static elements for FolderMinus icon
static FOLDERMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 13h6" },
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
];
/// Static elements for FolderOpen icon
static FOLDEROPEN_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
}];
/// Static elements for FolderOpenDot icon
static FOLDEROPENDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",
},
StaticSvgElement::Circle { cx: "14", cy: "15", r: "1" },
];
/// Static elements for FolderOutput icon
static FOLDEROUTPUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",
},
StaticSvgElement::Path { d: "M2 13h10" },
StaticSvgElement::Path { d: "m5 10-3 3 3 3" },
];
/// Static elements for FolderPen icon
static FOLDERPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",
},
StaticSvgElement::Path {
d: "M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
];
/// Static elements for FolderPlus icon
static FOLDERPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 10v6" },
StaticSvgElement::Path { d: "M9 13h6" },
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
];
/// Static elements for FolderRoot icon
static FOLDERROOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",
},
StaticSvgElement::Circle { cx: "12", cy: "13", r: "2" },
StaticSvgElement::Path { d: "M12 15v5" },
];
/// Static elements for FolderSearch icon
static FOLDERSEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",
},
StaticSvgElement::Path { d: "m21 21-1.9-1.9" },
StaticSvgElement::Circle { cx: "17", cy: "17", r: "3" },
];
/// Static elements for FolderSearch2 icon
static FOLDERSEARCH2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "11.5", cy: "12.5", r: "2.5" },
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "M13.3 14.3 15 16" },
];
/// Static elements for FolderSymlink icon
static FOLDERSYMLINK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",
},
StaticSvgElement::Path { d: "m8 16 3-3-3-3" },
];
/// Static elements for FolderSync icon
static FOLDERSYNC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",
},
StaticSvgElement::Path { d: "M12 10v4h4" },
StaticSvgElement::Path { d: "m12 14 1.535-1.605a5 5 0 0 1 8 1.5" },
StaticSvgElement::Path { d: "M22 22v-4h-4" },
StaticSvgElement::Path { d: "m22 18-1.535 1.605a5 5 0 0 1-8-1.5" },
];
/// Static elements for FolderTree icon
static FOLDERTREE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",
},
StaticSvgElement::Path {
d: "M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",
},
StaticSvgElement::Path { d: "M3 5a2 2 0 0 0 2 2h3" },
StaticSvgElement::Path { d: "M3 3v13a2 2 0 0 0 2 2h3" },
];
/// Static elements for FolderUp icon
static FOLDERUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "M12 10v6" },
StaticSvgElement::Path { d: "m9 13 3-3 3 3" },
];
/// Static elements for FolderX icon
static FOLDERX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "m9.5 10.5 5 5" },
StaticSvgElement::Path { d: "m14.5 10.5-5 5" },
];
/// Static elements for Folders icon
static FOLDERS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",
},
StaticSvgElement::Path { d: "M2 8v11a2 2 0 0 0 2 2h14" },
];
/// Static elements for Footprints icon
static FOOTPRINTS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",
},
StaticSvgElement::Path {
d: "M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",
},
StaticSvgElement::Path { d: "M16 17h4" },
StaticSvgElement::Path { d: "M4 13h4" },
];
/// Static elements for Forklift icon
static FORKLIFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12H5a2 2 0 0 0-2 2v5" },
StaticSvgElement::Circle { cx: "13", cy: "19", r: "2" },
StaticSvgElement::Circle { cx: "5", cy: "19", r: "2" },
StaticSvgElement::Path { d: "M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5" },
];
/// Static elements for Forward icon
static FORWARD_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m15 17 5-5-5-5" }, StaticSvgElement::Path { d: "M4 18v-2a4 4 0 0 1 4-4h12" }];
/// Static elements for Frame icon
static FRAME_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "22", y1: "6", x2: "2", y2: "6" },
StaticSvgElement::Line { x1: "22", y1: "18", x2: "2", y2: "18" },
StaticSvgElement::Line { x1: "6", y1: "2", x2: "6", y2: "22" },
StaticSvgElement::Line { x1: "18", y1: "2", x2: "18", y2: "22" },
];
/// Static elements for Framer icon
static FRAMER_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7" }];
/// Static elements for Frown icon
static FROWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M16 16s-1.5-2-4-2-4 2-4 2" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "9.01", y2: "9" },
StaticSvgElement::Line { x1: "15", y1: "9", x2: "15.01", y2: "9" },
];
/// Static elements for Fuel icon
static FUEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "3", y1: "22", x2: "15", y2: "22" },
StaticSvgElement::Line { x1: "4", y1: "9", x2: "14", y2: "9" },
StaticSvgElement::Path { d: "M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18" },
StaticSvgElement::Path { d: "M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5" },
];
/// Static elements for Fullscreen icon
static FULLSCREEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Rect { x: "7", y: "8", width: "10", height: "8", rx: Some("1"), ry: None },
];
/// Static elements for Funnel icon
static FUNNEL_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",
}];
/// Static elements for FunnelPlus icon
static FUNNELPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348",
},
StaticSvgElement::Path { d: "M16 6h6" },
StaticSvgElement::Path { d: "M19 3v6" },
];
/// Static elements for FunnelX icon
static FUNNELX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473",
},
StaticSvgElement::Path { d: "m16.5 3.5 5 5" },
StaticSvgElement::Path { d: "m21.5 3.5-5 5" },
];
/// Static elements for GalleryHorizontal icon
static GALLERYHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 3v18" },
StaticSvgElement::Rect { x: "6", y: "3", width: "12", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M22 3v18" },
];
/// Static elements for GalleryHorizontalEnd icon
static GALLERYHORIZONTALEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 7v10" },
StaticSvgElement::Path { d: "M6 5v14" },
StaticSvgElement::Rect { x: "10", y: "3", width: "12", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for GalleryThumbnails icon
static GALLERYTHUMBNAILS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M4 21h1" },
StaticSvgElement::Path { d: "M9 21h1" },
StaticSvgElement::Path { d: "M14 21h1" },
StaticSvgElement::Path { d: "M19 21h1" },
];
/// Static elements for GalleryVertical icon
static GALLERYVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 2h18" },
StaticSvgElement::Rect { x: "3", y: "6", width: "18", height: "12", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 22h18" },
];
/// Static elements for GalleryVerticalEnd icon
static GALLERYVERTICALEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 2h10" },
StaticSvgElement::Path { d: "M5 6h14" },
StaticSvgElement::Rect { x: "3", y: "10", width: "18", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for Gamepad icon
static GAMEPAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "6", y1: "12", x2: "10", y2: "12" },
StaticSvgElement::Line { x1: "8", y1: "10", x2: "8", y2: "14" },
StaticSvgElement::Line { x1: "15", y1: "13", x2: "15.01", y2: "13" },
StaticSvgElement::Line { x1: "18", y1: "11", x2: "18.01", y2: "11" },
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for Gamepad2 icon
static GAMEPAD2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "6", y1: "11", x2: "10", y2: "11" },
StaticSvgElement::Line { x1: "8", y1: "9", x2: "8", y2: "13" },
StaticSvgElement::Line { x1: "15", y1: "12", x2: "15.01", y2: "12" },
StaticSvgElement::Line { x1: "18", y1: "10", x2: "18.01", y2: "10" },
StaticSvgElement::Path {
d: "M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",
},
];
/// Static elements for Gauge icon
static GAUGE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m12 14 4-4" }, StaticSvgElement::Path { d: "M3.34 19a10 10 0 1 1 17.32 0" }];
/// Static elements for Gavel icon
static GAVEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14.499 12.501-8.88 8.879a1 1 0 0 1-3.001-3L11.5 9.5" },
StaticSvgElement::Path { d: "m16 16 6-6" },
StaticSvgElement::Path { d: "m21 11-8-8" },
StaticSvgElement::Path { d: "m8 8 6-6" },
StaticSvgElement::Path { d: "m9 7 8 8" },
];
/// Static elements for Gem icon
static GEM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.5 3 8 9l4 13 4-13-2.5-6" },
StaticSvgElement::Path {
d: "M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z",
},
StaticSvgElement::Path { d: "M2 9h20" },
];
/// Static elements for GeorgianLari icon
static GEORGIANLARI_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.5 21a7.5 7.5 0 1 1 7.35-9" },
StaticSvgElement::Path { d: "M13 12V3" },
StaticSvgElement::Path { d: "M4 21h16" },
StaticSvgElement::Path { d: "M9 12V3" },
];
/// Static elements for Ghost icon
static GHOST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 10h.01" },
StaticSvgElement::Path { d: "M15 10h.01" },
StaticSvgElement::Path { d: "M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z" },
];
/// Static elements for Gift icon
static GIFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "8", width: "18", height: "4", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M12 8v13" },
StaticSvgElement::Path { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7" },
StaticSvgElement::Path { d: "M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5" },
];
/// Static elements for GitBranch icon
static GITBRANCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "6", y1: "3", x2: "6", y2: "15" },
StaticSvgElement::Circle { cx: "18", cy: "6", r: "3" },
StaticSvgElement::Circle { cx: "6", cy: "18", r: "3" },
StaticSvgElement::Path { d: "M18 9a9 9 0 0 1-9 9" },
];
/// Static elements for GitBranchPlus icon
static GITBRANCHPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 3v12" },
StaticSvgElement::Path { d: "M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" },
StaticSvgElement::Path { d: "M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" },
StaticSvgElement::Path { d: "M15 6a9 9 0 0 0-9 9" },
StaticSvgElement::Path { d: "M18 15v6" },
StaticSvgElement::Path { d: "M21 18h-6" },
];
/// Static elements for GitCommitHorizontal icon
static GITCOMMITHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
StaticSvgElement::Line { x1: "3", y1: "12", x2: "9", y2: "12" },
StaticSvgElement::Line { x1: "15", y1: "12", x2: "21", y2: "12" },
];
/// Static elements for GitCommitVertical icon
static GITCOMMITVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v6" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
StaticSvgElement::Path { d: "M12 15v6" },
];
/// Static elements for GitCompare icon
static GITCOMPARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M13 6h3a2 2 0 0 1 2 2v7" },
StaticSvgElement::Path { d: "M11 18H8a2 2 0 0 1-2-2V9" },
];
/// Static elements for GitCompareArrows icon
static GITCOMPAREARROWS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "5", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M12 6h5a2 2 0 0 1 2 2v7" },
StaticSvgElement::Path { d: "m15 9-3-3 3-3" },
StaticSvgElement::Circle { cx: "19", cy: "18", r: "3" },
StaticSvgElement::Path { d: "M12 18H7a2 2 0 0 1-2-2V9" },
StaticSvgElement::Path { d: "m9 15 3 3-3 3" },
];
/// Static elements for GitFork icon
static GITFORK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Circle { cx: "18", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9" },
StaticSvgElement::Path { d: "M12 12v3" },
];
/// Static elements for GitGraph icon
static GITGRAPH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "5", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M5 9v6" },
StaticSvgElement::Circle { cx: "5", cy: "18", r: "3" },
StaticSvgElement::Path { d: "M12 3v18" },
StaticSvgElement::Circle { cx: "19", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M16 15.7A9 9 0 0 0 19 9" },
];
/// Static elements for GitMerge icon
static GITMERGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M6 21V9a9 9 0 0 0 9 9" },
];
/// Static elements for GitPullRequest icon
static GITPULLREQUEST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M13 6h3a2 2 0 0 1 2 2v7" },
StaticSvgElement::Line { x1: "6", y1: "9", x2: "6", y2: "21" },
];
/// Static elements for GitPullRequestArrow icon
static GITPULLREQUESTARROW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "5", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M5 9v12" },
StaticSvgElement::Circle { cx: "19", cy: "18", r: "3" },
StaticSvgElement::Path { d: "m15 9-3-3 3-3" },
StaticSvgElement::Path { d: "M12 6h5a2 2 0 0 1 2 2v7" },
];
/// Static elements for GitPullRequestClosed icon
static GITPULLREQUESTCLOSED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M6 9v12" },
StaticSvgElement::Path { d: "m21 3-6 6" },
StaticSvgElement::Path { d: "m21 9-6-6" },
StaticSvgElement::Path { d: "M18 11.5V15" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
];
/// Static elements for GitPullRequestCreate icon
static GITPULLREQUESTCREATE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M6 9v12" },
StaticSvgElement::Path { d: "M13 6h3a2 2 0 0 1 2 2v3" },
StaticSvgElement::Path { d: "M18 15v6" },
StaticSvgElement::Path { d: "M21 18h-6" },
];
/// Static elements for GitPullRequestCreateArrow icon
static GITPULLREQUESTCREATEARROW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "5", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M5 9v12" },
StaticSvgElement::Path { d: "m15 9-3-3 3-3" },
StaticSvgElement::Path { d: "M12 6h5a2 2 0 0 1 2 2v3" },
StaticSvgElement::Path { d: "M19 15v6" },
StaticSvgElement::Path { d: "M22 18h-6" },
];
/// Static elements for GitPullRequestDraft icon
static GITPULLREQUESTDRAFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M18 6V5" },
StaticSvgElement::Path { d: "M18 11v-1" },
StaticSvgElement::Line { x1: "6", y1: "9", x2: "6", y2: "21" },
];
/// Static elements for Github icon
static GITHUB_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",
},
StaticSvgElement::Path { d: "M9 18c-4.51 2-5-2-7-2" },
];
/// Static elements for Gitlab icon
static GITLAB_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",
}];
/// Static elements for GlassWater icon
static GLASSWATER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z",
},
StaticSvgElement::Path { d: "M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" },
];
/// Static elements for Glasses icon
static GLASSES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "6", cy: "15", r: "4" },
StaticSvgElement::Circle { cx: "18", cy: "15", r: "4" },
StaticSvgElement::Path { d: "M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M2.5 13 5 7c.7-1.3 1.4-2 3-2" },
StaticSvgElement::Path { d: "M21.5 13 19 7c-.7-1.3-1.5-2-3-2" },
];
/// Static elements for Globe icon
static GLOBE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" },
StaticSvgElement::Path { d: "M2 12h20" },
];
/// Static elements for GlobeLock icon
static GLOBELOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13" },
StaticSvgElement::Path { d: "M2 12h8.5" },
StaticSvgElement::Path { d: "M20 6V4a2 2 0 1 0-4 0v2" },
StaticSvgElement::Rect { x: "14", y: "6", width: "8", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for Goal icon
static GOAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13V2l8 4-8 4" },
StaticSvgElement::Path { d: "M20.561 10.222a9 9 0 1 1-12.55-5.29" },
StaticSvgElement::Path { d: "M8.002 9.997a5 5 0 1 0 8.9 2.02" },
];
/// Static elements for Gpu icon
static GPU_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 21V3" },
StaticSvgElement::Path { d: "M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26" },
StaticSvgElement::Path { d: "M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3" },
StaticSvgElement::Circle { cx: "16", cy: "11", r: "2" },
StaticSvgElement::Circle { cx: "8", cy: "11", r: "2" },
];
/// Static elements for Grab icon
static GRAB_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4" },
StaticSvgElement::Path { d: "M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" },
StaticSvgElement::Path { d: "M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5" },
StaticSvgElement::Path { d: "M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0" },
];
/// Static elements for GraduationCap icon
static GRADUATIONCAP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",
},
StaticSvgElement::Path { d: "M22 10v6" },
StaticSvgElement::Path { d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5" },
];
/// Static elements for Grape icon
static GRAPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 5V2l-5.89 5.89" },
StaticSvgElement::Circle { cx: "16.6", cy: "15.89", r: "3" },
StaticSvgElement::Circle { cx: "8.11", cy: "7.4", r: "3" },
StaticSvgElement::Circle { cx: "12.35", cy: "11.65", r: "3" },
StaticSvgElement::Circle { cx: "13.91", cy: "5.85", r: "3" },
StaticSvgElement::Circle { cx: "18.15", cy: "10.09", r: "3" },
StaticSvgElement::Circle { cx: "6.56", cy: "13.2", r: "3" },
StaticSvgElement::Circle { cx: "10.8", cy: "17.44", r: "3" },
StaticSvgElement::Circle { cx: "5", cy: "19", r: "3" },
];
/// Static elements for Grid2X2 icon
static GRID2X2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v18" },
StaticSvgElement::Path { d: "M3 12h18" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for Grid2X2Check icon
static GRID2X2CHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",
},
StaticSvgElement::Path { d: "m16 19 2 2 4-4" },
];
/// Static elements for Grid2X2Plus icon
static GRID2X2PLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",
},
StaticSvgElement::Path { d: "M16 19h6" },
StaticSvgElement::Path { d: "M19 22v-6" },
];
/// Static elements for Grid2X2X icon
static GRID2X2X_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",
},
StaticSvgElement::Path { d: "m16 16 5 5" },
StaticSvgElement::Path { d: "m16 21 5-5" },
];
/// Static elements for Grid3X2 icon
static GRID3X2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 3v18" },
StaticSvgElement::Path { d: "M3 12h18" },
StaticSvgElement::Path { d: "M9 3v18" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for Grid3X3 icon
static GRID3X3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Path { d: "M3 15h18" },
StaticSvgElement::Path { d: "M9 3v18" },
StaticSvgElement::Path { d: "M15 3v18" },
];
/// Static elements for Grip icon
static GRIP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "5", r: "1" },
StaticSvgElement::Circle { cx: "19", cy: "5", r: "1" },
StaticSvgElement::Circle { cx: "5", cy: "5", r: "1" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "19", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "5", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "12", cy: "19", r: "1" },
StaticSvgElement::Circle { cx: "19", cy: "19", r: "1" },
StaticSvgElement::Circle { cx: "5", cy: "19", r: "1" },
];
/// Static elements for GripHorizontal icon
static GRIPHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "9", r: "1" },
StaticSvgElement::Circle { cx: "19", cy: "9", r: "1" },
StaticSvgElement::Circle { cx: "5", cy: "9", r: "1" },
StaticSvgElement::Circle { cx: "12", cy: "15", r: "1" },
StaticSvgElement::Circle { cx: "19", cy: "15", r: "1" },
StaticSvgElement::Circle { cx: "5", cy: "15", r: "1" },
];
/// Static elements for GripVertical icon
static GRIPVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "9", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "9", cy: "5", r: "1" },
StaticSvgElement::Circle { cx: "9", cy: "19", r: "1" },
StaticSvgElement::Circle { cx: "15", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "15", cy: "5", r: "1" },
StaticSvgElement::Circle { cx: "15", cy: "19", r: "1" },
];
/// Static elements for Group icon
static GROUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5c0-1.1.9-2 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2c1.1 0 2 .9 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2c0 1.1-.9 2-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5c-1.1 0-2-.9-2-2v-2" },
StaticSvgElement::Rect { x: "7", y: "7", width: "7", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "10", y: "12", width: "7", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for Guitar icon
static GUITAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m11.9 12.1 4.514-4.514" },
StaticSvgElement::Path {
d: "M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",
},
StaticSvgElement::Path { d: "m6 16 2 2" },
StaticSvgElement::Path {
d: "M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z",
},
];
/// Static elements for Ham icon
static HAM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856" },
StaticSvgElement::Path { d: "M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288" },
StaticSvgElement::Path {
d: "M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",
},
StaticSvgElement::Path { d: "m8.5 16.5-1-1" },
];
/// Static elements for Hamburger icon
static HAMBURGER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25" },
StaticSvgElement::Path { d: "M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0" },
StaticSvgElement::Path { d: "m6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2" },
];
/// Static elements for Hammer icon
static HAMMER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9" },
StaticSvgElement::Path { d: "m18 15 4-4" },
StaticSvgElement::Path {
d: "m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",
},
];
/// Static elements for Hand icon
static HAND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" },
StaticSvgElement::Path { d: "M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8" },
StaticSvgElement::Path {
d: "M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",
},
];
/// Static elements for HandCoins icon
static HANDCOINS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17" },
StaticSvgElement::Path {
d: "m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",
},
StaticSvgElement::Path { d: "m2 16 6 6" },
StaticSvgElement::Circle { cx: "16", cy: "9", r: "2.9" },
StaticSvgElement::Circle { cx: "6", cy: "5", r: "3" },
];
/// Static elements for HandHeart icon
static HANDHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16" },
StaticSvgElement::Path {
d: "m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",
},
StaticSvgElement::Path { d: "m2 15 6 6" },
StaticSvgElement::Path {
d: "M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",
},
];
/// Static elements for HandHelping icon
static HANDHELPING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14" },
StaticSvgElement::Path {
d: "m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",
},
StaticSvgElement::Path { d: "m2 13 6 6" },
];
/// Static elements for HandMetal icon
static HANDMETAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4" },
StaticSvgElement::Path { d: "M14 11V9a2 2 0 1 0-4 0v2" },
StaticSvgElement::Path { d: "M10 10.5V5a2 2 0 1 0-4 0v9" },
StaticSvgElement::Path {
d: "m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",
},
];
/// Static elements for HandPlatter icon
static HANDPLATTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3V2" },
StaticSvgElement::Path {
d: "m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5",
},
StaticSvgElement::Path { d: "M2 14h12a2 2 0 0 1 0 4h-2" },
StaticSvgElement::Path { d: "M4 10h16" },
StaticSvgElement::Path { d: "M5 10a7 7 0 0 1 14 0" },
StaticSvgElement::Path { d: "M5 14v6a1 1 0 0 1-1 1H2" },
];
/// Static elements for Handbag icon
static HANDBAG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z",
},
StaticSvgElement::Path { d: "M8 11V6a4 4 0 0 1 8 0v5" },
];
/// Static elements for Handshake icon
static HANDSHAKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m11 17 2 2a1 1 0 1 0 3-3" },
StaticSvgElement::Path {
d: "m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",
},
StaticSvgElement::Path { d: "m21 3 1 11h-2" },
StaticSvgElement::Path { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3" },
StaticSvgElement::Path { d: "M3 4h8" },
];
/// Static elements for HardDrive icon
static HARDDRIVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "22", y1: "12", x2: "2", y2: "12" },
StaticSvgElement::Path {
d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",
},
StaticSvgElement::Line { x1: "6", y1: "16", x2: "6.01", y2: "16" },
StaticSvgElement::Line { x1: "10", y1: "16", x2: "10.01", y2: "16" },
];
/// Static elements for HardDriveDownload icon
static HARDDRIVEDOWNLOAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v8" },
StaticSvgElement::Path { d: "m16 6-4 4-4-4" },
StaticSvgElement::Rect { x: "2", y: "14", width: "20", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6 18h.01" },
StaticSvgElement::Path { d: "M10 18h.01" },
];
/// Static elements for HardDriveUpload icon
static HARDDRIVEUPLOAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 6-4-4-4 4" },
StaticSvgElement::Path { d: "M12 2v8" },
StaticSvgElement::Rect { x: "2", y: "14", width: "20", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6 18h.01" },
StaticSvgElement::Path { d: "M10 18h.01" },
];
/// Static elements for HardHat icon
static HARDHAT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5" },
StaticSvgElement::Path { d: "M14 6a6 6 0 0 1 6 6v3" },
StaticSvgElement::Path { d: "M4 15v-3a6 6 0 0 1 6-6" },
StaticSvgElement::Rect { x: "2", y: "15", width: "20", height: "4", rx: Some("1"), ry: None },
];
/// Static elements for Hash icon
static HASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "4", y1: "9", x2: "20", y2: "9" },
StaticSvgElement::Line { x1: "4", y1: "15", x2: "20", y2: "15" },
StaticSvgElement::Line { x1: "10", y1: "3", x2: "8", y2: "21" },
StaticSvgElement::Line { x1: "16", y1: "3", x2: "14", y2: "21" },
];
/// Static elements for HatGlasses icon
static HATGLASSES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 18a2 2 0 0 0-4 0" },
StaticSvgElement::Path {
d: "m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11",
},
StaticSvgElement::Path { d: "M2 11h20" },
StaticSvgElement::Circle { cx: "17", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "7", cy: "18", r: "3" },
];
/// Static elements for Haze icon
static HAZE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m5.2 6.2 1.4 1.4" },
StaticSvgElement::Path { d: "M2 13h2" },
StaticSvgElement::Path { d: "M20 13h2" },
StaticSvgElement::Path { d: "m17.4 7.6 1.4-1.4" },
StaticSvgElement::Path { d: "M22 17H2" },
StaticSvgElement::Path { d: "M22 21H2" },
StaticSvgElement::Path { d: "M16 13a4 4 0 0 0-8 0" },
StaticSvgElement::Path { d: "M12 5V2.5" },
];
/// Static elements for HdmiPort icon
static HDMIPORT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z" },
StaticSvgElement::Path { d: "M7.5 12h9" },
];
/// Static elements for Heading icon
static HEADING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 12h12" },
StaticSvgElement::Path { d: "M6 20V4" },
StaticSvgElement::Path { d: "M18 20V4" },
];
/// Static elements for Heading1 icon
static HEADING1_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 12h8" },
StaticSvgElement::Path { d: "M4 18V6" },
StaticSvgElement::Path { d: "M12 18V6" },
StaticSvgElement::Path { d: "m17 12 3-2v8" },
];
/// Static elements for Heading2 icon
static HEADING2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 12h8" },
StaticSvgElement::Path { d: "M4 18V6" },
StaticSvgElement::Path { d: "M12 18V6" },
StaticSvgElement::Path { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" },
];
/// Static elements for Heading3 icon
static HEADING3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 12h8" },
StaticSvgElement::Path { d: "M4 18V6" },
StaticSvgElement::Path { d: "M12 18V6" },
StaticSvgElement::Path { d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" },
];
/// Static elements for Heading4 icon
static HEADING4_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 18V6" },
StaticSvgElement::Path { d: "M17 10v3a1 1 0 0 0 1 1h3" },
StaticSvgElement::Path { d: "M21 10v8" },
StaticSvgElement::Path { d: "M4 12h8" },
StaticSvgElement::Path { d: "M4 18V6" },
];
/// Static elements for Heading5 icon
static HEADING5_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 12h8" },
StaticSvgElement::Path { d: "M4 18V6" },
StaticSvgElement::Path { d: "M12 18V6" },
StaticSvgElement::Path { d: "M17 13v-3h4" },
StaticSvgElement::Path { d: "M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" },
];
/// Static elements for Heading6 icon
static HEADING6_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 12h8" },
StaticSvgElement::Path { d: "M4 18V6" },
StaticSvgElement::Path { d: "M12 18V6" },
StaticSvgElement::Circle { cx: "19", cy: "16", r: "2" },
StaticSvgElement::Path { d: "M20 10c-2 2-3 3.5-3 6" },
];
/// Static elements for HeadphoneOff icon
static HEADPHONEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 14h-1.343" },
StaticSvgElement::Path { d: "M9.128 3.47A9 9 0 0 1 21 12v3.343" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3" },
StaticSvgElement::Path { d: "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364" },
];
/// Static elements for Headphones icon
static HEADPHONES_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",
}];
/// Static elements for Headset icon
static HEADSET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",
},
StaticSvgElement::Path { d: "M21 16v2a4 4 0 0 1-4 4h-5" },
];
/// Static elements for Heart icon
static HEART_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
}];
/// Static elements for HeartCrack icon
static HEARTCRACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
},
StaticSvgElement::Path { d: "m12 13-1-1 2-2-3-3 2-2" },
];
/// Static elements for HeartHandshake icon
static HEARTHANDSHAKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
},
StaticSvgElement::Path {
d: "M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",
},
StaticSvgElement::Path { d: "m18 15-2-2" },
StaticSvgElement::Path { d: "m15 18-2-2" },
];
/// Static elements for HeartMinus icon
static HEARTMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5",
},
StaticSvgElement::Path { d: "M15 15h6" },
];
/// Static elements for HeartOff icon
static HEARTOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
StaticSvgElement::Path { d: "M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35" },
StaticSvgElement::Path {
d: "M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",
},
];
/// Static elements for HeartPlus icon
static HEARTPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5",
},
StaticSvgElement::Path { d: "M15 15h6" },
StaticSvgElement::Path { d: "M18 12v6" },
];
/// Static elements for HeartPulse icon
static HEARTPULSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
},
StaticSvgElement::Path { d: "M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27" },
];
/// Static elements for Heater icon
static HEATER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 8c2-3-2-3 0-6" },
StaticSvgElement::Path { d: "M15.5 8c2-3-2-3 0-6" },
StaticSvgElement::Path { d: "M6 10h.01" },
StaticSvgElement::Path { d: "M6 14h.01" },
StaticSvgElement::Path { d: "M10 16v-4" },
StaticSvgElement::Path { d: "M14 16v-4" },
StaticSvgElement::Path { d: "M18 16v-4" },
StaticSvgElement::Path { d: "M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3" },
StaticSvgElement::Path { d: "M5 20v2" },
StaticSvgElement::Path { d: "M19 20v2" },
];
/// Static elements for Hexagon icon
static HEXAGON_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",
}];
/// Static elements for Highlighter icon
static HIGHLIGHTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m9 11-6 6v3h9l3-3" },
StaticSvgElement::Path { d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4" },
];
/// Static elements for History icon
static HISTORY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" },
StaticSvgElement::Path { d: "M3 3v5h5" },
StaticSvgElement::Path { d: "M12 7v5l4 2" },
];
/// Static elements for Hop icon
static HOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18" },
StaticSvgElement::Path {
d: "M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",
},
StaticSvgElement::Path { d: "M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36" },
StaticSvgElement::Path { d: "M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87" },
StaticSvgElement::Path { d: "M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08" },
StaticSvgElement::Path { d: "M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57" },
StaticSvgElement::Path { d: "M4.93 4.93 3 3a.7.7 0 0 1 0-1" },
StaticSvgElement::Path {
d: "M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",
},
];
/// Static elements for HopOff icon
static HOPOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27" },
StaticSvgElement::Path { d: "M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28" },
StaticSvgElement::Path { d: "M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26" },
StaticSvgElement::Path { d: "M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25" },
StaticSvgElement::Path { d: "M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75" },
StaticSvgElement::Path {
d: "M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",
},
StaticSvgElement::Path {
d: "M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",
},
StaticSvgElement::Path { d: "M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Hospital icon
static HOSPITAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v4" },
StaticSvgElement::Path { d: "M14 14h-4" },
StaticSvgElement::Path { d: "M14 18h-4" },
StaticSvgElement::Path { d: "M14 8h-4" },
StaticSvgElement::Path { d: "M18 12h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18" },
];
/// Static elements for Hotel icon
static HOTEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 22v-6.57" },
StaticSvgElement::Path { d: "M12 11h.01" },
StaticSvgElement::Path { d: "M12 7h.01" },
StaticSvgElement::Path { d: "M14 15.43V22" },
StaticSvgElement::Path { d: "M15 16a5 5 0 0 0-6 0" },
StaticSvgElement::Path { d: "M16 11h.01" },
StaticSvgElement::Path { d: "M16 7h.01" },
StaticSvgElement::Path { d: "M8 11h.01" },
StaticSvgElement::Path { d: "M8 7h.01" },
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: None },
];
/// Static elements for Hourglass icon
static HOURGLASS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 22h14" },
StaticSvgElement::Path { d: "M5 2h14" },
StaticSvgElement::Path { d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22" },
StaticSvgElement::Path { d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2" },
];
/// Static elements for House icon
static HOUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" },
StaticSvgElement::Path {
d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
},
];
/// Static elements for HousePlug icon
static HOUSEPLUG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 12V8.964" },
StaticSvgElement::Path { d: "M14 12V8.964" },
StaticSvgElement::Path { d: "M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z" },
StaticSvgElement::Path {
d: "M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",
},
];
/// Static elements for HousePlus icon
static HOUSEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.662 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v2.475",
},
StaticSvgElement::Path { d: "M14.959 12.717A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8" },
StaticSvgElement::Path { d: "M15 18h6" },
StaticSvgElement::Path { d: "M18 15v6" },
];
/// Static elements for HouseWifi icon
static HOUSEWIFI_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9.5 13.866a4 4 0 0 1 5 .01" },
StaticSvgElement::Path { d: "M12 17h.01" },
StaticSvgElement::Path {
d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
},
StaticSvgElement::Path { d: "M7 10.754a8 8 0 0 1 10 0" },
];
/// Static elements for IceCreamBowl icon
static ICECREAMBOWL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0" },
StaticSvgElement::Path { d: "M12.14 11a3.5 3.5 0 1 1 6.71 0" },
StaticSvgElement::Path { d: "M15.5 6.5a3.5 3.5 0 1 0-7 0" },
];
/// Static elements for IceCreamCone icon
static ICECREAMCONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11" },
StaticSvgElement::Path { d: "M17 7A5 5 0 0 0 7 7" },
StaticSvgElement::Path { d: "M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4" },
];
/// Static elements for IdCard icon
static IDCARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 10h2" },
StaticSvgElement::Path { d: "M16 14h2" },
StaticSvgElement::Path { d: "M6.17 15a3 3 0 0 1 5.66 0" },
StaticSvgElement::Circle { cx: "9", cy: "11", r: "2" },
StaticSvgElement::Rect { x: "2", y: "5", width: "20", height: "14", rx: Some("2"), ry: None },
];
/// Static elements for IdCardLanyard icon
static IDCARDLANYARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.5 8h-3" },
StaticSvgElement::Path { d: "m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3" },
StaticSvgElement::Path { d: "M16.899 22A5 5 0 0 0 7.1 22" },
StaticSvgElement::Path { d: "m9 2 3 6" },
StaticSvgElement::Circle { cx: "12", cy: "15", r: "3" },
];
/// Static elements for Image icon
static IMAGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "2" },
StaticSvgElement::Path { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" },
];
/// Static elements for ImageDown icon
static IMAGEDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",
},
StaticSvgElement::Path { d: "m14 19 3 3v-5.5" },
StaticSvgElement::Path { d: "m17 22 3-3" },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "2" },
];
/// Static elements for ImageMinus icon
static IMAGEMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" },
StaticSvgElement::Line { x1: "16", y1: "5", x2: "22", y2: "5" },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "2" },
StaticSvgElement::Path { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" },
];
/// Static elements for ImageOff icon
static IMAGEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
StaticSvgElement::Path { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83" },
StaticSvgElement::Line { x1: "13.5", y1: "13.5", x2: "6", y2: "21" },
StaticSvgElement::Line { x1: "18", y1: "12", x2: "21", y2: "15" },
StaticSvgElement::Path { d: "M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59" },
StaticSvgElement::Path { d: "M21 15V5a2 2 0 0 0-2-2H9" },
];
/// Static elements for ImagePlay icon
static IMAGEPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",
},
StaticSvgElement::Path { d: "M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" },
StaticSvgElement::Path { d: "m6 21 5-5" },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "2" },
];
/// Static elements for ImagePlus icon
static IMAGEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 5h6" },
StaticSvgElement::Path { d: "M19 2v6" },
StaticSvgElement::Path { d: "M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5" },
StaticSvgElement::Path { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "2" },
];
/// Static elements for ImageUp icon
static IMAGEUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",
},
StaticSvgElement::Path { d: "m14 19.5 3-3 3 3" },
StaticSvgElement::Path { d: "M17 22v-5.5" },
StaticSvgElement::Circle { cx: "9", cy: "9", r: "2" },
];
/// Static elements for ImageUpscale icon
static IMAGEUPSCALE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 3h5v5" },
StaticSvgElement::Path { d: "M17 21h2a2 2 0 0 0 2-2" },
StaticSvgElement::Path { d: "M21 12v3" },
StaticSvgElement::Path { d: "m21 3-5 5" },
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2" },
StaticSvgElement::Path { d: "m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19" },
StaticSvgElement::Path { d: "M9 3h3" },
StaticSvgElement::Rect { x: "3", y: "11", width: "10", height: "10", rx: Some("1"), ry: None },
];
/// Static elements for Images icon
static IMAGES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 22H4a2 2 0 0 1-2-2V6" },
StaticSvgElement::Path { d: "m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18" },
StaticSvgElement::Circle { cx: "12", cy: "8", r: "2" },
StaticSvgElement::Rect { x: "6", y: "2", width: "16", height: "16", rx: Some("2"), ry: None },
];
/// Static elements for Import icon
static IMPORT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v12" },
StaticSvgElement::Path { d: "m8 11 4 4 4-4" },
StaticSvgElement::Path { d: "M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4" },
];
/// Static elements for Inbox icon
static INBOX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Polyline { points: "22 12 16 12 14 15 10 15 8 12 2 12" },
StaticSvgElement::Path {
d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",
},
];
/// Static elements for IndentDecrease icon
static INDENTDECREASE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12H11" },
StaticSvgElement::Path { d: "M21 18H11" },
StaticSvgElement::Path { d: "M21 6H11" },
StaticSvgElement::Path { d: "m7 8-4 4 4 4" },
];
/// Static elements for IndentIncrease icon
static INDENTINCREASE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12H11" },
StaticSvgElement::Path { d: "M21 18H11" },
StaticSvgElement::Path { d: "M21 6H11" },
StaticSvgElement::Path { d: "m3 8 4 4-4 4" },
];
/// Static elements for IndianRupee icon
static INDIANRUPEE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 3h12" },
StaticSvgElement::Path { d: "M6 8h12" },
StaticSvgElement::Path { d: "m6 13 8.5 8" },
StaticSvgElement::Path { d: "M6 13h3" },
StaticSvgElement::Path { d: "M9 13c6.667 0 6.667-10 0-10" },
];
/// Static elements for Infinity icon
static INFINITY_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8" }];
/// Static elements for Info icon
static INFO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M12 16v-4" },
StaticSvgElement::Path { d: "M12 8h.01" },
];
/// Static elements for InspectionPanel icon
static INSPECTIONPANEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 7h.01" },
StaticSvgElement::Path { d: "M17 7h.01" },
StaticSvgElement::Path { d: "M7 17h.01" },
StaticSvgElement::Path { d: "M17 17h.01" },
];
/// Static elements for Instagram icon
static INSTAGRAM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "2", width: "20", height: "20", rx: Some("5"), ry: Some("5") },
StaticSvgElement::Path { d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" },
StaticSvgElement::Line { x1: "17.5", y1: "6.5", x2: "17.51", y2: "6.5" },
];
/// Static elements for Italic icon
static ITALIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "19", y1: "4", x2: "10", y2: "4" },
StaticSvgElement::Line { x1: "14", y1: "20", x2: "5", y2: "20" },
StaticSvgElement::Line { x1: "15", y1: "4", x2: "9", y2: "20" },
];
/// Static elements for IterationCcw icon
static ITERATIONCCW_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m16 14 4 4-4 4" }, StaticSvgElement::Path { d: "M20 10a8 8 0 1 0-8 8h8" }];
/// Static elements for IterationCw icon
static ITERATIONCW_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M4 10a8 8 0 1 1 8 8H4" }, StaticSvgElement::Path { d: "m8 22-4-4 4-4" }];
/// Static elements for JapaneseYen icon
static JAPANESEYEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 9.5V21m0-11.5L6 3m6 6.5L18 3" },
StaticSvgElement::Path { d: "M6 15h12" },
StaticSvgElement::Path { d: "M6 11h12" },
];
/// Static elements for Joystick icon
static JOYSTICK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z" },
StaticSvgElement::Path { d: "M6 15v-2" },
StaticSvgElement::Path { d: "M12 15V9" },
StaticSvgElement::Circle { cx: "12", cy: "6", r: "3" },
];
/// Static elements for Kanban icon
static KANBAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 5v11" },
StaticSvgElement::Path { d: "M12 5v6" },
StaticSvgElement::Path { d: "M18 5v14" },
];
/// Static elements for Key icon
static KEY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4" },
StaticSvgElement::Path { d: "m21 2-9.6 9.6" },
StaticSvgElement::Circle { cx: "7.5", cy: "15.5", r: "5.5" },
];
/// Static elements for KeyRound icon
static KEYROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",
},
StaticSvgElement::Circle { cx: "16.5", cy: "7.5", r: ".5" },
];
/// Static elements for KeySquare icon
static KEYSQUARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",
},
StaticSvgElement::Path { d: "m14 7 3 3" },
StaticSvgElement::Path {
d: "m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",
},
];
/// Static elements for Keyboard icon
static KEYBOARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 8h.01" },
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M14 8h.01" },
StaticSvgElement::Path { d: "M16 12h.01" },
StaticSvgElement::Path { d: "M18 8h.01" },
StaticSvgElement::Path { d: "M6 8h.01" },
StaticSvgElement::Path { d: "M7 16h10" },
StaticSvgElement::Path { d: "M8 12h.01" },
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
];
/// Static elements for KeyboardMusic icon
static KEYBOARDMUSIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6 8h4" },
StaticSvgElement::Path { d: "M14 8h.01" },
StaticSvgElement::Path { d: "M18 8h.01" },
StaticSvgElement::Path { d: "M2 12h20" },
StaticSvgElement::Path { d: "M6 12v4" },
StaticSvgElement::Path { d: "M10 12v4" },
StaticSvgElement::Path { d: "M14 12v4" },
StaticSvgElement::Path { d: "M18 12v4" },
];
/// Static elements for KeyboardOff icon
static KEYBOARDOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M 20 4 A2 2 0 0 1 22 6" },
StaticSvgElement::Path { d: "M 22 6 L 22 16.41" },
StaticSvgElement::Path { d: "M 7 16 L 16 16" },
StaticSvgElement::Path { d: "M 9.69 4 L 20 4" },
StaticSvgElement::Path { d: "M14 8h.01" },
StaticSvgElement::Path { d: "M18 8h.01" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" },
StaticSvgElement::Path { d: "M6 8h.01" },
StaticSvgElement::Path { d: "M8 12h.01" },
];
/// Static elements for Lamp icon
static LAMP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12v6" },
StaticSvgElement::Path {
d: "M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z",
},
StaticSvgElement::Path { d: "M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" },
];
/// Static elements for LampCeiling icon
static LAMPCEILING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v5" },
StaticSvgElement::Path { d: "M14.829 15.998a3 3 0 1 1-5.658 0" },
StaticSvgElement::Path {
d: "M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z",
},
];
/// Static elements for LampDesk icon
static LAMPDESK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z",
},
StaticSvgElement::Path { d: "m14.207 4.793-3.414 3.414" },
StaticSvgElement::Path { d: "M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z" },
StaticSvgElement::Path { d: "m9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18" },
];
/// Static elements for LampFloor icon
static LAMPFLOOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 10v12" },
StaticSvgElement::Path {
d: "M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z",
},
StaticSvgElement::Path { d: "M9 22h6" },
];
/// Static elements for LampWallDown icon
static LAMPWALLDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z",
},
StaticSvgElement::Path { d: "M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z" },
StaticSvgElement::Path { d: "M8 6h4a2 2 0 0 1 2 2v5" },
];
/// Static elements for LampWallUp icon
static LAMPWALLUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z",
},
StaticSvgElement::Path { d: "M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" },
StaticSvgElement::Path { d: "M8 18h4a2 2 0 0 0 2-2v-5" },
];
/// Static elements for LandPlot icon
static LANDPLOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m12 8 6-3-6-3v10" },
StaticSvgElement::Path {
d: "m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",
},
StaticSvgElement::Path { d: "m6.49 12.85 11.02 6.3" },
StaticSvgElement::Path { d: "M17.51 12.85 6.5 19.15" },
];
/// Static elements for Landmark icon
static LANDMARK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 18v-7" },
StaticSvgElement::Path {
d: "M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z",
},
StaticSvgElement::Path { d: "M14 18v-7" },
StaticSvgElement::Path { d: "M18 18v-7" },
StaticSvgElement::Path { d: "M3 22h18" },
StaticSvgElement::Path { d: "M6 18v-7" },
];
/// Static elements for Languages icon
static LANGUAGES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m5 8 6 6" },
StaticSvgElement::Path { d: "m4 14 6-6 2-3" },
StaticSvgElement::Path { d: "M2 5h12" },
StaticSvgElement::Path { d: "M7 2h1" },
StaticSvgElement::Path { d: "m22 22-5-10-5 10" },
StaticSvgElement::Path { d: "M14 18h6" },
];
/// Static elements for Laptop icon
static LAPTOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z",
},
StaticSvgElement::Path { d: "M20.054 15.987H3.946" },
];
/// Static elements for LaptopMinimal icon
static LAPTOPMINIMAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "12", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Line { x1: "2", y1: "20", x2: "22", y2: "20" },
];
/// Static elements for LaptopMinimalCheck icon
static LAPTOPMINIMALCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 20h20" },
StaticSvgElement::Path { d: "m9 10 2 2 4-4" },
StaticSvgElement::Rect { x: "3", y: "4", width: "18", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for Lasso icon
static LASSO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158",
},
StaticSvgElement::Path { d: "M7 22a5 5 0 0 1-2-3.994" },
StaticSvgElement::Circle { cx: "5", cy: "16", r: "2" },
];
/// Static elements for LassoSelect icon
static LASSOSELECT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 22a5 5 0 0 1-2-4" },
StaticSvgElement::Path { d: "M7 16.93c.96.43 1.96.74 2.99.91" },
StaticSvgElement::Path { d: "M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2" },
StaticSvgElement::Path { d: "M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" },
StaticSvgElement::Path {
d: "M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",
},
];
/// Static elements for Laugh icon
static LAUGH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "9.01", y2: "9" },
StaticSvgElement::Line { x1: "15", y1: "9", x2: "15.01", y2: "9" },
];
/// Static elements for Layers icon
static LAYERS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",
},
StaticSvgElement::Path { d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12" },
StaticSvgElement::Path { d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" },
];
/// Static elements for Layers2 icon
static LAYERS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z",
},
StaticSvgElement::Path {
d: "m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845",
},
];
/// Static elements for Layers3 icon
static LAYERS3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",
},
StaticSvgElement::Path {
d: "m6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",
},
StaticSvgElement::Path {
d: "m6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",
},
];
/// Static elements for LayoutDashboard icon
static LAYOUTDASHBOARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "7", height: "9", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "14", y: "3", width: "7", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "14", y: "12", width: "7", height: "9", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "3", y: "16", width: "7", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for LayoutGrid icon
static LAYOUTGRID_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "14", y: "3", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "14", y: "14", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "3", y: "14", width: "7", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for LayoutList icon
static LAYOUTLIST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "3", y: "14", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M14 4h7" },
StaticSvgElement::Path { d: "M14 9h7" },
StaticSvgElement::Path { d: "M14 15h7" },
StaticSvgElement::Path { d: "M14 20h7" },
];
/// Static elements for LayoutPanelLeft icon
static LAYOUTPANELLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "7", height: "18", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "14", y: "3", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "14", y: "14", width: "7", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for LayoutPanelTop icon
static LAYOUTPANELTOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "3", y: "14", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "14", y: "14", width: "7", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for LayoutTemplate icon
static LAYOUTTEMPLATE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "3", y: "14", width: "9", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "16", y: "14", width: "5", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for Leaf icon
static LEAF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z" },
StaticSvgElement::Path { d: "M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" },
];
/// Static elements for LeafyGreen icon
static LEAFYGREEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",
},
StaticSvgElement::Path { d: "M2 22 17 7" },
];
/// Static elements for Lectern icon
static LECTERN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",
},
StaticSvgElement::Path { d: "M18 6V3a1 1 0 0 0-1-1h-3" },
StaticSvgElement::Rect { x: "8", y: "10", width: "8", height: "12", rx: Some("1"), ry: None },
];
/// Static elements for LetterText icon
static LETTERTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 12h6" },
StaticSvgElement::Path { d: "M15 6h6" },
StaticSvgElement::Path { d: "m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13" },
StaticSvgElement::Path { d: "M3 18h18" },
StaticSvgElement::Path { d: "M3.92 11h6.16" },
];
/// Static elements for Library icon
static LIBRARY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 6 4 14" },
StaticSvgElement::Path { d: "M12 6v14" },
StaticSvgElement::Path { d: "M8 8v12" },
StaticSvgElement::Path { d: "M4 4v16" },
];
/// Static elements for LibraryBig icon
static LIBRARYBIG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "8", height: "18", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M7 3v18" },
StaticSvgElement::Path {
d: "M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",
},
];
/// Static elements for LifeBuoy icon
static LIFEBUOY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "m4.93 4.93 4.24 4.24" },
StaticSvgElement::Path { d: "m14.83 9.17 4.24-4.24" },
StaticSvgElement::Path { d: "m14.83 14.83 4.24 4.24" },
StaticSvgElement::Path { d: "m9.17 14.83-4.24 4.24" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
];
/// Static elements for Ligature icon
static LIGATURE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 12h2v8" },
StaticSvgElement::Path { d: "M14 20h4" },
StaticSvgElement::Path { d: "M6 12h4" },
StaticSvgElement::Path { d: "M6 20h4" },
StaticSvgElement::Path { d: "M8 20V8a4 4 0 0 1 7.464-2" },
];
/// Static elements for Lightbulb icon
static LIGHTBULB_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",
},
StaticSvgElement::Path { d: "M9 18h6" },
StaticSvgElement::Path { d: "M10 22h4" },
];
/// Static elements for LightbulbOff icon
static LIGHTBULBOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5" },
StaticSvgElement::Path { d: "M9 18h6" },
StaticSvgElement::Path { d: "M10 22h4" },
];
/// Static elements for LineSquiggle icon
static LINESQUIGGLE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2" }];
/// Static elements for Link icon
static LINK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" },
StaticSvgElement::Path { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" },
];
/// Static elements for Link2 icon
static LINK2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 17H7A5 5 0 0 1 7 7h2" },
StaticSvgElement::Path { d: "M15 7h2a5 5 0 1 1 0 10h-2" },
StaticSvgElement::Line { x1: "8", y1: "12", x2: "16", y2: "12" },
];
/// Static elements for Link2Off icon
static LINK2OFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 17H7A5 5 0 0 1 7 7" },
StaticSvgElement::Path { d: "M15 7h2a5 5 0 0 1 4 8" },
StaticSvgElement::Line { x1: "8", y1: "12", x2: "12", y2: "12" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Linkedin icon
static LINKEDIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" },
StaticSvgElement::Rect { x: "2", y: "9", width: "4", height: "12", rx: None, ry: None },
StaticSvgElement::Circle { cx: "4", cy: "4", r: "2" },
];
/// Static elements for List icon
static LIST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 12h.01" },
StaticSvgElement::Path { d: "M3 18h.01" },
StaticSvgElement::Path { d: "M3 6h.01" },
StaticSvgElement::Path { d: "M8 12h13" },
StaticSvgElement::Path { d: "M8 18h13" },
StaticSvgElement::Path { d: "M8 6h13" },
];
/// Static elements for ListCheck icon
static LISTCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 18H3" },
StaticSvgElement::Path { d: "m15 18 2 2 4-4" },
StaticSvgElement::Path { d: "M16 12H3" },
StaticSvgElement::Path { d: "M16 6H3" },
];
/// Static elements for ListChecks icon
static LISTCHECKS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m3 17 2 2 4-4" },
StaticSvgElement::Path { d: "m3 7 2 2 4-4" },
StaticSvgElement::Path { d: "M13 6h8" },
StaticSvgElement::Path { d: "M13 12h8" },
StaticSvgElement::Path { d: "M13 18h8" },
];
/// Static elements for ListCollapse icon
static LISTCOLLAPSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 12h11" },
StaticSvgElement::Path { d: "M10 18h11" },
StaticSvgElement::Path { d: "M10 6h11" },
StaticSvgElement::Path { d: "m3 10 3-3-3-3" },
StaticSvgElement::Path { d: "m3 20 3-3-3-3" },
];
/// Static elements for ListEnd icon
static LISTEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 12H3" },
StaticSvgElement::Path { d: "M16 6H3" },
StaticSvgElement::Path { d: "M10 18H3" },
StaticSvgElement::Path { d: "M21 6v10a2 2 0 0 1-2 2h-5" },
StaticSvgElement::Path { d: "m16 16-2 2 2 2" },
];
/// Static elements for ListFilter icon
static LISTFILTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 6h18" },
StaticSvgElement::Path { d: "M7 12h10" },
StaticSvgElement::Path { d: "M10 18h4" },
];
/// Static elements for ListFilterPlus icon
static LISTFILTERPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 18h4" },
StaticSvgElement::Path { d: "M11 6H3" },
StaticSvgElement::Path { d: "M15 6h6" },
StaticSvgElement::Path { d: "M18 9V3" },
StaticSvgElement::Path { d: "M7 12h8" },
];
/// Static elements for ListMinus icon
static LISTMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 12H3" },
StaticSvgElement::Path { d: "M16 6H3" },
StaticSvgElement::Path { d: "M16 18H3" },
StaticSvgElement::Path { d: "M21 12h-6" },
];
/// Static elements for ListMusic icon
static LISTMUSIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15V6" },
StaticSvgElement::Path { d: "M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" },
StaticSvgElement::Path { d: "M12 12H3" },
StaticSvgElement::Path { d: "M16 6H3" },
StaticSvgElement::Path { d: "M12 18H3" },
];
/// Static elements for ListOrdered icon
static LISTORDERED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 12h11" },
StaticSvgElement::Path { d: "M10 18h11" },
StaticSvgElement::Path { d: "M10 6h11" },
StaticSvgElement::Path { d: "M4 10h2" },
StaticSvgElement::Path { d: "M4 6h1v4" },
StaticSvgElement::Path { d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" },
];
/// Static elements for ListPlus icon
static LISTPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 12H3" },
StaticSvgElement::Path { d: "M16 6H3" },
StaticSvgElement::Path { d: "M16 18H3" },
StaticSvgElement::Path { d: "M18 9v6" },
StaticSvgElement::Path { d: "M21 12h-6" },
];
/// Static elements for ListRestart icon
static LISTRESTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 6H3" },
StaticSvgElement::Path { d: "M7 12H3" },
StaticSvgElement::Path { d: "M7 18H3" },
StaticSvgElement::Path { d: "M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14" },
StaticSvgElement::Path { d: "M11 10v4h4" },
];
/// Static elements for ListStart icon
static LISTSTART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 12H3" },
StaticSvgElement::Path { d: "M16 18H3" },
StaticSvgElement::Path { d: "M10 6H3" },
StaticSvgElement::Path { d: "M21 18V8a2 2 0 0 0-2-2h-5" },
StaticSvgElement::Path { d: "m16 8-2-2 2-2" },
];
/// Static elements for ListTodo icon
static LISTTODO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "5", width: "6", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "m3 17 2 2 4-4" },
StaticSvgElement::Path { d: "M13 6h8" },
StaticSvgElement::Path { d: "M13 12h8" },
StaticSvgElement::Path { d: "M13 18h8" },
];
/// Static elements for ListTree icon
static LISTTREE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12h-8" },
StaticSvgElement::Path { d: "M21 6H8" },
StaticSvgElement::Path { d: "M21 18h-8" },
StaticSvgElement::Path { d: "M3 6v4c0 1.1.9 2 2 2h3" },
StaticSvgElement::Path { d: "M3 10v6c0 1.1.9 2 2 2h3" },
];
/// Static elements for ListVideo icon
static LISTVIDEO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12H3" },
StaticSvgElement::Path { d: "M12 18H3" },
StaticSvgElement::Path { d: "M16 6H3" },
StaticSvgElement::Path {
d: "M21.033 14.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .968-.56z",
},
];
/// Static elements for ListX icon
static LISTX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 12H3" },
StaticSvgElement::Path { d: "M16 6H3" },
StaticSvgElement::Path { d: "M16 18H3" },
StaticSvgElement::Path { d: "m19 10-4 4" },
StaticSvgElement::Path { d: "m15 10 4 4" },
];
/// Static elements for Loader icon
static LOADER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v4" },
StaticSvgElement::Path { d: "m16.2 7.8 2.9-2.9" },
StaticSvgElement::Path { d: "M18 12h4" },
StaticSvgElement::Path { d: "m16.2 16.2 2.9 2.9" },
StaticSvgElement::Path { d: "M12 18v4" },
StaticSvgElement::Path { d: "m4.9 19.1 2.9-2.9" },
StaticSvgElement::Path { d: "M2 12h4" },
StaticSvgElement::Path { d: "m4.9 4.9 2.9 2.9" },
];
/// Static elements for LoaderCircle icon
static LOADERCIRCLE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M21 12a9 9 0 1 1-6.219-8.56" }];
/// Static elements for LoaderPinwheel icon
static LOADERPINWHEEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0" },
StaticSvgElement::Path { d: "M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6" },
StaticSvgElement::Path { d: "M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for Locate icon
static LOCATE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "2", y1: "12", x2: "5", y2: "12" },
StaticSvgElement::Line { x1: "19", y1: "12", x2: "22", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "2", x2: "12", y2: "5" },
StaticSvgElement::Line { x1: "12", y1: "19", x2: "12", y2: "22" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "7" },
];
/// Static elements for LocateFixed icon
static LOCATEFIXED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "2", y1: "12", x2: "5", y2: "12" },
StaticSvgElement::Line { x1: "19", y1: "12", x2: "22", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "2", x2: "12", y2: "5" },
StaticSvgElement::Line { x1: "12", y1: "19", x2: "12", y2: "22" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "7" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
];
/// Static elements for LocateOff icon
static LOCATEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 19v3" },
StaticSvgElement::Path { d: "M12 2v3" },
StaticSvgElement::Path { d: "M18.89 13.24a7 7 0 0 0-8.13-8.13" },
StaticSvgElement::Path { d: "M19 12h3" },
StaticSvgElement::Path { d: "M2 12h3" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M7.05 7.05a7 7 0 0 0 9.9 9.9" },
];
/// Static elements for LocationEdit icon
static LOCATIONEDIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468" },
StaticSvgElement::Path {
d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
StaticSvgElement::Circle { cx: "10", cy: "10", r: "3" },
];
/// Static elements for Lock icon
static LOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "11", width: "18", height: "11", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M7 11V7a5 5 0 0 1 10 0v4" },
];
/// Static elements for LockKeyhole icon
static LOCKKEYHOLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "16", r: "1" },
StaticSvgElement::Rect { x: "3", y: "10", width: "18", height: "12", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 10V7a5 5 0 0 1 10 0v3" },
];
/// Static elements for LockKeyholeOpen icon
static LOCKKEYHOLEOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "16", r: "1" },
StaticSvgElement::Rect { x: "3", y: "10", width: "18", height: "12", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 10V7a5 5 0 0 1 9.33-2.5" },
];
/// Static elements for LockOpen icon
static LOCKOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "11", width: "18", height: "11", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M7 11V7a5 5 0 0 1 9.9-1" },
];
/// Static elements for LogIn icon
static LOGIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10 17 5-5-5-5" },
StaticSvgElement::Path { d: "M15 12H3" },
StaticSvgElement::Path { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" },
];
/// Static elements for LogOut icon
static LOGOUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 17 5-5-5-5" },
StaticSvgElement::Path { d: "M21 12H9" },
StaticSvgElement::Path { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" },
];
/// Static elements for Logs icon
static LOGS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 12h8" },
StaticSvgElement::Path { d: "M13 18h8" },
StaticSvgElement::Path { d: "M13 6h8" },
StaticSvgElement::Path { d: "M3 12h1" },
StaticSvgElement::Path { d: "M3 18h1" },
StaticSvgElement::Path { d: "M3 6h1" },
StaticSvgElement::Path { d: "M8 12h1" },
StaticSvgElement::Path { d: "M8 18h1" },
StaticSvgElement::Path { d: "M8 6h1" },
];
/// Static elements for Lollipop icon
static LOLLIPOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" },
StaticSvgElement::Path { d: "m21 21-4.3-4.3" },
StaticSvgElement::Path { d: "M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0" },
];
/// Static elements for Luggage icon
static LUGGAGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14" },
StaticSvgElement::Path { d: "M10 20h4" },
StaticSvgElement::Circle { cx: "16", cy: "20", r: "2" },
StaticSvgElement::Circle { cx: "8", cy: "20", r: "2" },
];
/// Static elements for Magnet icon
static MAGNET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m12 15 4 4" },
StaticSvgElement::Path {
d: "M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z",
},
StaticSvgElement::Path { d: "m5 8 4 4" },
];
/// Static elements for Mail icon
static MAIL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" },
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
];
/// Static elements for MailCheck icon
static MAILCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "m16 19 2 2 4-4" },
];
/// Static elements for MailMinus icon
static MAILMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "M16 19h6" },
];
/// Static elements for MailOpen icon
static MAILOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",
},
StaticSvgElement::Path { d: "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10" },
];
/// Static elements for MailPlus icon
static MAILPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "M19 16v6" },
StaticSvgElement::Path { d: "M16 19h6" },
];
/// Static elements for MailQuestion icon
static MAILQUESTION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2" },
StaticSvgElement::Path { d: "M20 22v.01" },
];
/// Static elements for MailQuestionMark icon
static MAILQUESTIONMARK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2" },
StaticSvgElement::Path { d: "M20 22v.01" },
];
/// Static elements for MailSearch icon
static MAILSEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
StaticSvgElement::Path { d: "m22 22-1.5-1.5" },
];
/// Static elements for MailWarning icon
static MAILWARNING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "M20 14v4" },
StaticSvgElement::Path { d: "M20 22v.01" },
];
/// Static elements for MailX icon
static MAILX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9" },
StaticSvgElement::Path { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" },
StaticSvgElement::Path { d: "m17 17 4 4" },
StaticSvgElement::Path { d: "m21 17-4 4" },
];
/// Static elements for Mailbox icon
static MAILBOX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z" },
StaticSvgElement::Polyline { points: "15,9 18,9 18,11" },
StaticSvgElement::Path { d: "M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2" },
StaticSvgElement::Line { x1: "6", y1: "10", x2: "7", y2: "10" },
];
/// Static elements for Mails icon
static MAILS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "6", y: "4", width: "16", height: "13", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7" },
StaticSvgElement::Path { d: "M2 8v11c0 1.1.9 2 2 2h14" },
];
/// Static elements for Map icon
static MAP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",
},
StaticSvgElement::Path { d: "M15 5.764v15" },
StaticSvgElement::Path { d: "M9 3.236v15" },
];
/// Static elements for MapMinus icon
static MAPMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14",
},
StaticSvgElement::Path { d: "M15 5.764V14" },
StaticSvgElement::Path { d: "M21 18h-6" },
StaticSvgElement::Path { d: "M9 3.236v15" },
];
/// Static elements for MapPin icon
static MAPPIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
},
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
];
/// Static elements for MapPinCheck icon
static MAPPINCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",
},
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
StaticSvgElement::Path { d: "m16 18 2 2 4-4" },
];
/// Static elements for MapPinCheckInside icon
static MAPPINCHECKINSIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
},
StaticSvgElement::Path { d: "m9 10 2 2 4-4" },
];
/// Static elements for MapPinHouse icon
static MAPPINHOUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",
},
StaticSvgElement::Path { d: "M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2" },
StaticSvgElement::Path { d: "M18 22v-3" },
StaticSvgElement::Circle { cx: "10", cy: "10", r: "3" },
];
/// Static elements for MapPinMinus icon
static MAPPINMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",
},
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
StaticSvgElement::Path { d: "M16 18h6" },
];
/// Static elements for MapPinMinusInside icon
static MAPPINMINUSINSIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
},
StaticSvgElement::Path { d: "M9 10h6" },
];
/// Static elements for MapPinOff icon
static MAPPINOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12.75 7.09a3 3 0 0 1 2.16 2.16" },
StaticSvgElement::Path {
d: "M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",
},
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533" },
StaticSvgElement::Path { d: "M9.13 9.13a3 3 0 0 0 3.74 3.74" },
];
/// Static elements for MapPinPen icon
static MAPPINPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468" },
StaticSvgElement::Path {
d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
StaticSvgElement::Circle { cx: "10", cy: "10", r: "3" },
];
/// Static elements for MapPinPlus icon
static MAPPINPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",
},
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
StaticSvgElement::Path { d: "M16 18h6" },
StaticSvgElement::Path { d: "M19 15v6" },
];
/// Static elements for MapPinPlusInside icon
static MAPPINPLUSINSIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
},
StaticSvgElement::Path { d: "M12 7v6" },
StaticSvgElement::Path { d: "M9 10h6" },
];
/// Static elements for MapPinX icon
static MAPPINX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",
},
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
StaticSvgElement::Path { d: "m21.5 15.5-5 5" },
StaticSvgElement::Path { d: "m21.5 20.5-5-5" },
];
/// Static elements for MapPinXInside icon
static MAPPINXINSIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
},
StaticSvgElement::Path { d: "m14.5 7.5-5 5" },
StaticSvgElement::Path { d: "m9.5 7.5 5 5" },
];
/// Static elements for MapPinned icon
static MAPPINNED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",
},
StaticSvgElement::Circle { cx: "12", cy: "8", r: "2" },
StaticSvgElement::Path {
d: "M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",
},
];
/// Static elements for MapPlus icon
static MAPPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12",
},
StaticSvgElement::Path { d: "M15 5.764V12" },
StaticSvgElement::Path { d: "M18 15v6" },
StaticSvgElement::Path { d: "M21 18h-6" },
StaticSvgElement::Path { d: "M9 3.236v15" },
];
/// Static elements for Mars icon
static MARS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 3h5v5" },
StaticSvgElement::Path { d: "m21 3-6.75 6.75" },
StaticSvgElement::Circle { cx: "10", cy: "14", r: "6" },
];
/// Static elements for MarsStroke icon
static MARSSTROKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14 6 4 4" },
StaticSvgElement::Path { d: "M17 3h4v4" },
StaticSvgElement::Path { d: "m21 3-7.75 7.75" },
StaticSvgElement::Circle { cx: "9", cy: "15", r: "6" },
];
/// Static elements for Martini icon
static MARTINI_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 22h8" },
StaticSvgElement::Path { d: "M12 11v11" },
StaticSvgElement::Path { d: "m19 3-7 8-7-8Z" },
];
/// Static elements for Maximize icon
static MAXIMIZE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 3H5a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path { d: "M21 8V5a2 2 0 0 0-2-2h-3" },
StaticSvgElement::Path { d: "M3 16v3a2 2 0 0 0 2 2h3" },
StaticSvgElement::Path { d: "M16 21h3a2 2 0 0 0 2-2v-3" },
];
/// Static elements for Maximize2 icon
static MAXIMIZE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 3h6v6" },
StaticSvgElement::Path { d: "m21 3-7 7" },
StaticSvgElement::Path { d: "m3 21 7-7" },
StaticSvgElement::Path { d: "M9 21H3v-6" },
];
/// Static elements for Medal icon
static MEDAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",
},
StaticSvgElement::Path { d: "M11 12 5.12 2.2" },
StaticSvgElement::Path { d: "m13 12 5.88-9.8" },
StaticSvgElement::Path { d: "M8 7h8" },
StaticSvgElement::Circle { cx: "12", cy: "17", r: "5" },
StaticSvgElement::Path { d: "M12 18v-2h-.5" },
];
/// Static elements for Megaphone icon
static MEGAPHONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",
},
StaticSvgElement::Path { d: "M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" },
StaticSvgElement::Path { d: "M8 6v8" },
];
/// Static elements for MegaphoneOff icon
static MEGAPHONEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344" },
StaticSvgElement::Path { d: "M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" },
StaticSvgElement::Path { d: "M8 8v6" },
];
/// Static elements for Meh icon
static MEH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Line { x1: "8", y1: "15", x2: "16", y2: "15" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "9.01", y2: "9" },
StaticSvgElement::Line { x1: "15", y1: "9", x2: "15.01", y2: "9" },
];
/// Static elements for MemoryStick icon
static MEMORYSTICK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 19v-3" },
StaticSvgElement::Path { d: "M10 19v-3" },
StaticSvgElement::Path { d: "M14 19v-3" },
StaticSvgElement::Path { d: "M18 19v-3" },
StaticSvgElement::Path { d: "M8 11V9" },
StaticSvgElement::Path { d: "M16 11V9" },
StaticSvgElement::Path { d: "M12 11V9" },
StaticSvgElement::Path { d: "M2 15h20" },
StaticSvgElement::Path {
d: "M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",
},
];
/// Static elements for Menu icon
static MENU_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 12h16" },
StaticSvgElement::Path { d: "M4 18h16" },
StaticSvgElement::Path { d: "M4 6h16" },
];
/// Static elements for Merge icon
static MERGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m8 6 4-4 4 4" },
StaticSvgElement::Path { d: "M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22" },
StaticSvgElement::Path { d: "m20 22-5-5" },
];
/// Static elements for MessageCircle icon
static MESSAGECIRCLE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" }];
/// Static elements for MessageCircleCode icon
static MESSAGECIRCLECODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 9.5 8 12l2 2.5" },
StaticSvgElement::Path { d: "m14 9.5 2 2.5-2 2.5" },
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22z" },
];
/// Static elements for MessageCircleDashed icon
static MESSAGECIRCLEDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1" },
StaticSvgElement::Path { d: "M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1" },
StaticSvgElement::Path { d: "M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5" },
StaticSvgElement::Path { d: "M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1" },
StaticSvgElement::Path { d: "M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1" },
StaticSvgElement::Path { d: "M3.5 17.5 2 22l4.5-1.5" },
StaticSvgElement::Path { d: "M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5" },
StaticSvgElement::Path { d: "M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1" },
];
/// Static elements for MessageCircleHeart icon
static MESSAGECIRCLEHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path {
d: "M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",
},
];
/// Static elements for MessageCircleMore icon
static MESSAGECIRCLEMORE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path { d: "M8 12h.01" },
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M16 12h.01" },
];
/// Static elements for MessageCircleOff icon
static MESSAGECIRCLEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20.5 14.9A9 9 0 0 0 9.1 3.5" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7" },
];
/// Static elements for MessageCirclePlus icon
static MESSAGECIRCLEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path { d: "M12 8v8" },
];
/// Static elements for MessageCircleQuestion icon
static MESSAGECIRCLEQUESTION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for MessageCircleQuestionMark icon
static MESSAGECIRCLEQUESTIONMARK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for MessageCircleReply icon
static MESSAGECIRCLEREPLY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path { d: "m10 15-3-3 3-3" },
StaticSvgElement::Path { d: "M7 12h7a2 2 0 0 1 2 2v1" },
];
/// Static elements for MessageCircleWarning icon
static MESSAGECIRCLEWARNING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path { d: "M12 8v4" },
StaticSvgElement::Path { d: "M12 16h.01" },
];
/// Static elements for MessageCircleX icon
static MESSAGECIRCLEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z" },
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path { d: "m9 9 6 6" },
];
/// Static elements for MessageSquare icon
static MESSAGESQUARE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }];
/// Static elements for MessageSquareCode icon
static MESSAGESQUARECODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 7.5 8 10l2 2.5" },
StaticSvgElement::Path { d: "m14 7.5 2 2.5-2 2.5" },
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
];
/// Static elements for MessageSquareDashed icon
static MESSAGESQUAREDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 17H7l-4 4v-7" },
StaticSvgElement::Path { d: "M14 17h1" },
StaticSvgElement::Path { d: "M14 3h1" },
StaticSvgElement::Path { d: "M19 3a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M21 14v1a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M21 9v1" },
StaticSvgElement::Path { d: "M3 9v1" },
StaticSvgElement::Path { d: "M5 3a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M9 3h1" },
];
/// Static elements for MessageSquareDiff icon
static MESSAGESQUAREDIFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M9 10h6" },
StaticSvgElement::Path { d: "M12 7v6" },
StaticSvgElement::Path { d: "M9 17h6" },
];
/// Static elements for MessageSquareDot icon
static MESSAGESQUAREDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7" },
StaticSvgElement::Circle { cx: "18", cy: "6", r: "3" },
];
/// Static elements for MessageSquareHeart icon
static MESSAGESQUAREHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path {
d: "M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",
},
];
/// Static elements for MessageSquareLock icon
static MESSAGESQUARELOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 15v-2a2 2 0 1 0-4 0v2" },
StaticSvgElement::Path { d: "M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5" },
StaticSvgElement::Rect { x: "13", y: "15", width: "8", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for MessageSquareMore icon
static MESSAGESQUAREMORE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "M8 10h.01" },
StaticSvgElement::Path { d: "M12 10h.01" },
StaticSvgElement::Path { d: "M16 10h.01" },
];
/// Static elements for MessageSquareOff icon
static MESSAGESQUAREOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15V5a2 2 0 0 0-2-2H9" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10" },
];
/// Static elements for MessageSquarePlus icon
static MESSAGESQUAREPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "M12 7v6" },
StaticSvgElement::Path { d: "M9 10h6" },
];
/// Static elements for MessageSquareQuote icon
static MESSAGESQUAREQUOTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "M8 12a2 2 0 0 0 2-2V8H8" },
StaticSvgElement::Path { d: "M14 12a2 2 0 0 0 2-2V8h-2" },
];
/// Static elements for MessageSquareReply icon
static MESSAGESQUAREREPLY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "m10 7-3 3 3 3" },
StaticSvgElement::Path { d: "M17 13v-1a2 2 0 0 0-2-2H7" },
];
/// Static elements for MessageSquareShare icon
static MESSAGESQUARESHARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7" },
StaticSvgElement::Path { d: "M16 3h5v5" },
StaticSvgElement::Path { d: "m16 8 5-5" },
];
/// Static elements for MessageSquareText icon
static MESSAGESQUARETEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "M13 8H7" },
StaticSvgElement::Path { d: "M17 12H7" },
];
/// Static elements for MessageSquareWarning icon
static MESSAGESQUAREWARNING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "M12 7v2" },
StaticSvgElement::Path { d: "M12 13h.01" },
];
/// Static elements for MessageSquareX icon
static MESSAGESQUAREX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "m14.5 7.5-5 5" },
StaticSvgElement::Path { d: "m9.5 7.5 5 5" },
];
/// Static elements for MessagesSquare icon
static MESSAGESSQUARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z" },
StaticSvgElement::Path { d: "M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1" },
];
/// Static elements for Mic icon
static MIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 19v3" },
StaticSvgElement::Path { d: "M19 10v2a7 7 0 0 1-14 0v-2" },
StaticSvgElement::Rect { x: "9", y: "2", width: "6", height: "13", rx: Some("3"), ry: None },
];
/// Static elements for MicOff icon
static MICOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
StaticSvgElement::Path { d: "M18.89 13.23A7.12 7.12 0 0 0 19 12v-2" },
StaticSvgElement::Path { d: "M5 10v2a7 7 0 0 0 12 5" },
StaticSvgElement::Path { d: "M15 9.34V5a3 3 0 0 0-5.68-1.33" },
StaticSvgElement::Path { d: "M9 9v3a3 3 0 0 0 5.12 2.12" },
StaticSvgElement::Line { x1: "12", y1: "19", x2: "12", y2: "22" },
];
/// Static elements for MicVocal icon
static MICVOCAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12" },
StaticSvgElement::Path {
d: "M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",
},
StaticSvgElement::Circle { cx: "16", cy: "7", r: "5" },
];
/// Static elements for Microchip icon
static MICROCHIP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 12h2" },
StaticSvgElement::Path { d: "M18 16h2" },
StaticSvgElement::Path { d: "M18 20h2" },
StaticSvgElement::Path { d: "M18 4h2" },
StaticSvgElement::Path { d: "M18 8h2" },
StaticSvgElement::Path { d: "M4 12h2" },
StaticSvgElement::Path { d: "M4 16h2" },
StaticSvgElement::Path { d: "M4 20h2" },
StaticSvgElement::Path { d: "M4 4h2" },
StaticSvgElement::Path { d: "M4 8h2" },
StaticSvgElement::Path {
d: "M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z",
},
];
/// Static elements for Microscope icon
static MICROSCOPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 18h8" },
StaticSvgElement::Path { d: "M3 22h18" },
StaticSvgElement::Path { d: "M14 22a7 7 0 1 0 0-14h-1" },
StaticSvgElement::Path { d: "M9 14h2" },
StaticSvgElement::Path { d: "M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z" },
StaticSvgElement::Path { d: "M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3" },
];
/// Static elements for Microwave icon
static MICROWAVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "15", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "6", y: "8", width: "8", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M18 8v7" },
StaticSvgElement::Path { d: "M6 19v2" },
StaticSvgElement::Path { d: "M18 19v2" },
];
/// Static elements for Milestone icon
static MILESTONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13v8" },
StaticSvgElement::Path { d: "M12 3v3" },
StaticSvgElement::Path {
d: "M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z",
},
];
/// Static elements for Milk icon
static MILK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2h8" },
StaticSvgElement::Path {
d: "M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",
},
StaticSvgElement::Path { d: "M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0" },
];
/// Static elements for MilkOff icon
static MILKOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2h8" },
StaticSvgElement::Path {
d: "M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",
},
StaticSvgElement::Path { d: "M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Minimize icon
static MINIMIZE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 3v3a2 2 0 0 1-2 2H3" },
StaticSvgElement::Path { d: "M21 8h-3a2 2 0 0 1-2-2V3" },
StaticSvgElement::Path { d: "M3 16h3a2 2 0 0 1 2 2v3" },
StaticSvgElement::Path { d: "M16 21v-3a2 2 0 0 1 2-2h3" },
];
/// Static elements for Minimize2 icon
static MINIMIZE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14 10 7-7" },
StaticSvgElement::Path { d: "M20 10h-6V4" },
StaticSvgElement::Path { d: "m3 21 7-7" },
StaticSvgElement::Path { d: "M4 14h6v6" },
];
/// Static elements for Minus icon
static MINUS_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M5 12h14" }];
/// Static elements for Monitor icon
static MONITOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Line { x1: "8", y1: "21", x2: "16", y2: "21" },
StaticSvgElement::Line { x1: "12", y1: "17", x2: "12", y2: "21" },
];
/// Static elements for MonitorCheck icon
static MONITORCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m9 10 2 2 4-4" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M8 21h8" },
];
/// Static elements for MonitorCog icon
static MONITORCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "m14.305 7.53.923-.382" },
StaticSvgElement::Path { d: "m15.228 4.852-.923-.383" },
StaticSvgElement::Path { d: "m16.852 3.228-.383-.924" },
StaticSvgElement::Path { d: "m16.852 8.772-.383.923" },
StaticSvgElement::Path { d: "m19.148 3.228.383-.924" },
StaticSvgElement::Path { d: "m19.53 9.696-.382-.924" },
StaticSvgElement::Path { d: "m20.772 4.852.924-.383" },
StaticSvgElement::Path { d: "m20.772 7.148.924.383" },
StaticSvgElement::Path { d: "M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" },
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Circle { cx: "18", cy: "6", r: "3" },
];
/// Static elements for MonitorDot icon
static MONITORDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693" },
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Circle { cx: "19", cy: "6", r: "3" },
];
/// Static elements for MonitorDown icon
static MONITORDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13V7" },
StaticSvgElement::Path { d: "m15 10-3 3-3-3" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M8 21h8" },
];
/// Static elements for MonitorOff icon
static MONITOROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2" },
StaticSvgElement::Path { d: "M22 15V5a2 2 0 0 0-2-2H9" },
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for MonitorPause icon
static MONITORPAUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 13V7" },
StaticSvgElement::Path { d: "M14 13V7" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M8 21h8" },
];
/// Static elements for MonitorPlay icon
static MONITORPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z",
},
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
];
/// Static elements for MonitorSmartphone icon
static MONITORSMARTPHONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" },
StaticSvgElement::Path { d: "M10 19v-3.96 3.15" },
StaticSvgElement::Path { d: "M7 19h5" },
StaticSvgElement::Rect { x: "16", y: "12", width: "6", height: "10", rx: Some("2"), ry: None },
];
/// Static elements for MonitorSpeaker icon
static MONITORSPEAKER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5.5 20H8" },
StaticSvgElement::Path { d: "M17 9h.01" },
StaticSvgElement::Rect { x: "12", y: "4", width: "10", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4" },
StaticSvgElement::Circle { cx: "17", cy: "15", r: "1" },
];
/// Static elements for MonitorStop icon
static MONITORSTOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "9", y: "7", width: "6", height: "6", rx: Some("1"), ry: None },
];
/// Static elements for MonitorUp icon
static MONITORUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m9 10 3-3 3 3" },
StaticSvgElement::Path { d: "M12 13V7" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M8 21h8" },
];
/// Static elements for MonitorX icon
static MONITORX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14.5 12.5-5-5" },
StaticSvgElement::Path { d: "m9.5 12.5 5-5" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "M8 21h8" },
];
/// Static elements for Moon icon
static MOON_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" }];
/// Static elements for MoonStar icon
static MOONSTAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9" },
StaticSvgElement::Path { d: "M20 3v4" },
StaticSvgElement::Path { d: "M22 5h-4" },
];
/// Static elements for Mountain icon
static MOUNTAIN_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "m8 3 4 8 5-5 5 15H2L8 3z" }];
/// Static elements for MountainSnow icon
static MOUNTAINSNOW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m8 3 4 8 5-5 5 15H2L8 3z" },
StaticSvgElement::Path { d: "M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19" },
];
/// Static elements for Mouse icon
static MOUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "2", width: "14", height: "20", rx: Some("7"), ry: None },
StaticSvgElement::Path { d: "M12 6v4" },
];
/// Static elements for MouseOff icon
static MOUSEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6v.343" },
StaticSvgElement::Path { d: "M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218" },
StaticSvgElement::Path { d: "M19 13.343V9A7 7 0 0 0 8.56 2.902" },
StaticSvgElement::Path { d: "M22 22 2 2" },
];
/// Static elements for MousePointer icon
static MOUSEPOINTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12.586 12.586 19 19" },
StaticSvgElement::Path {
d: "M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",
},
];
/// Static elements for MousePointer2 icon
static MOUSEPOINTER2_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",
}];
/// Static elements for MousePointerBan icon
static MOUSEPOINTERBAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",
},
StaticSvgElement::Circle { cx: "16", cy: "16", r: "6" },
StaticSvgElement::Path { d: "m11.8 11.8 8.4 8.4" },
];
/// Static elements for MousePointerClick icon
static MOUSEPOINTERCLICK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 4.1 12 6" },
StaticSvgElement::Path { d: "m5.1 8-2.9-.8" },
StaticSvgElement::Path { d: "m6 12-1.9 2" },
StaticSvgElement::Path { d: "M7.2 2.2 8 5.1" },
StaticSvgElement::Path {
d: "M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",
},
];
/// Static elements for Move icon
static MOVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v20" },
StaticSvgElement::Path { d: "m15 19-3 3-3-3" },
StaticSvgElement::Path { d: "m19 9 3 3-3 3" },
StaticSvgElement::Path { d: "M2 12h20" },
StaticSvgElement::Path { d: "m5 9-3 3 3 3" },
StaticSvgElement::Path { d: "m9 5 3-3 3 3" },
];
/// Static elements for Move3D icon
static MOVE3D_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 3v16h16" },
StaticSvgElement::Path { d: "m5 19 6-6" },
StaticSvgElement::Path { d: "m2 6 3-3 3 3" },
StaticSvgElement::Path { d: "m18 16 3 3-3 3" },
];
/// Static elements for MoveDiagonal icon
static MOVEDIAGONAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 19H5v-6" },
StaticSvgElement::Path { d: "M13 5h6v6" },
StaticSvgElement::Path { d: "M19 5 5 19" },
];
/// Static elements for MoveDiagonal2 icon
static MOVEDIAGONAL2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 13v6h-6" },
StaticSvgElement::Path { d: "M5 11V5h6" },
StaticSvgElement::Path { d: "m5 5 14 14" },
];
/// Static elements for MoveDown icon
static MOVEDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M8 18L12 22L16 18" }, StaticSvgElement::Path { d: "M12 2V22" }];
/// Static elements for MoveDownLeft icon
static MOVEDOWNLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M11 19H5V13" }, StaticSvgElement::Path { d: "M19 5L5 19" }];
/// Static elements for MoveDownRight icon
static MOVEDOWNRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M19 13V19H13" }, StaticSvgElement::Path { d: "M5 5L19 19" }];
/// Static elements for MoveHorizontal icon
static MOVEHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m18 8 4 4-4 4" },
StaticSvgElement::Path { d: "M2 12h20" },
StaticSvgElement::Path { d: "m6 8-4 4 4 4" },
];
/// Static elements for MoveLeft icon
static MOVELEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M6 8L2 12L6 16" }, StaticSvgElement::Path { d: "M2 12H22" }];
/// Static elements for MoveRight icon
static MOVERIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M18 8L22 12L18 16" }, StaticSvgElement::Path { d: "M2 12H22" }];
/// Static elements for MoveUp icon
static MOVEUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M8 6L12 2L16 6" }, StaticSvgElement::Path { d: "M12 2V22" }];
/// Static elements for MoveUpLeft icon
static MOVEUPLEFT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M5 11V5H11" }, StaticSvgElement::Path { d: "M5 5L19 19" }];
/// Static elements for MoveUpRight icon
static MOVEUPRIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M13 5H19V11" }, StaticSvgElement::Path { d: "M19 5L5 19" }];
/// Static elements for MoveVertical icon
static MOVEVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v20" },
StaticSvgElement::Path { d: "m8 18 4 4 4-4" },
StaticSvgElement::Path { d: "m8 6 4-4 4 4" },
];
/// Static elements for Music icon
static MUSIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 18V5l12-2v13" },
StaticSvgElement::Circle { cx: "6", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "18", cy: "16", r: "3" },
];
/// Static elements for Music2 icon
static MUSIC2_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "8", cy: "18", r: "4" }, StaticSvgElement::Path { d: "M12 18V2l7 4" }];
/// Static elements for Music3 icon
static MUSIC3_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "18", r: "4" }, StaticSvgElement::Path { d: "M16 18V2" }];
/// Static elements for Music4 icon
static MUSIC4_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 18V5l12-2v13" },
StaticSvgElement::Path { d: "m9 9 12-2" },
StaticSvgElement::Circle { cx: "6", cy: "18", r: "3" },
StaticSvgElement::Circle { cx: "18", cy: "16", r: "3" },
];
/// Static elements for Navigation icon
static NAVIGATION_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Polygon { points: "3 11 22 2 13 21 11 13 3 11" }];
/// Static elements for Navigation2 icon
static NAVIGATION2_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Polygon { points: "12 2 19 21 12 17 5 21 12 2" }];
/// Static elements for Navigation2Off icon
static NAVIGATION2OFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9.31 9.31 5 21l7-4 7 4-1.17-3.17" },
StaticSvgElement::Path { d: "M14.53 8.88 12 2l-1.17 3.17" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for NavigationOff icon
static NAVIGATIONOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8.43 8.43 3 11l8 2 2 8 2.57-5.43" },
StaticSvgElement::Path { d: "M17.39 11.73 22 2l-9.73 4.61" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Network icon
static NETWORK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "16", y: "16", width: "6", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "2", y: "16", width: "6", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "9", y: "2", width: "6", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3" },
StaticSvgElement::Path { d: "M12 12V8" },
];
/// Static elements for Newspaper icon
static NEWSPAPER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 18h-5" },
StaticSvgElement::Path { d: "M18 14h-8" },
StaticSvgElement::Path {
d: "M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2",
},
StaticSvgElement::Rect { x: "10", y: "6", width: "8", height: "4", rx: Some("1"), ry: None },
];
/// Static elements for Nfc icon
static NFC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 8.32a7.43 7.43 0 0 1 0 7.36" },
StaticSvgElement::Path { d: "M9.46 6.21a11.76 11.76 0 0 1 0 11.58" },
StaticSvgElement::Path { d: "M12.91 4.1a15.91 15.91 0 0 1 .01 15.8" },
StaticSvgElement::Path { d: "M16.37 2a20.16 20.16 0 0 1 0 20" },
];
/// Static elements for NonBinary icon
static NONBINARY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v10" },
StaticSvgElement::Path { d: "m8.5 4 7 4" },
StaticSvgElement::Path { d: "m8.5 8 7-4" },
StaticSvgElement::Circle { cx: "12", cy: "17", r: "5" },
];
/// Static elements for Notebook icon
static NOTEBOOK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 6h4" },
StaticSvgElement::Path { d: "M2 10h4" },
StaticSvgElement::Path { d: "M2 14h4" },
StaticSvgElement::Path { d: "M2 18h4" },
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M16 2v20" },
];
/// Static elements for NotebookPen icon
static NOTEBOOKPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4" },
StaticSvgElement::Path { d: "M2 6h4" },
StaticSvgElement::Path { d: "M2 10h4" },
StaticSvgElement::Path { d: "M2 14h4" },
StaticSvgElement::Path { d: "M2 18h4" },
StaticSvgElement::Path {
d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
];
/// Static elements for NotebookTabs icon
static NOTEBOOKTABS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 6h4" },
StaticSvgElement::Path { d: "M2 10h4" },
StaticSvgElement::Path { d: "M2 14h4" },
StaticSvgElement::Path { d: "M2 18h4" },
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M15 2v20" },
StaticSvgElement::Path { d: "M15 7h5" },
StaticSvgElement::Path { d: "M15 12h5" },
StaticSvgElement::Path { d: "M15 17h5" },
];
/// Static elements for NotebookText icon
static NOTEBOOKTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 6h4" },
StaticSvgElement::Path { d: "M2 10h4" },
StaticSvgElement::Path { d: "M2 14h4" },
StaticSvgElement::Path { d: "M2 18h4" },
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9.5 8h5" },
StaticSvgElement::Path { d: "M9.5 12H16" },
StaticSvgElement::Path { d: "M9.5 16H14" },
];
/// Static elements for NotepadText icon
static NOTEPADTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M12 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Rect { x: "4", y: "4", width: "16", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 10h6" },
StaticSvgElement::Path { d: "M8 14h8" },
StaticSvgElement::Path { d: "M8 18h5" },
];
/// Static elements for NotepadTextDashed icon
static NOTEPADTEXTDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 2v4" },
StaticSvgElement::Path { d: "M12 2v4" },
StaticSvgElement::Path { d: "M16 2v4" },
StaticSvgElement::Path { d: "M16 4h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M20 12v2" },
StaticSvgElement::Path { d: "M20 18v2a2 2 0 0 1-2 2h-1" },
StaticSvgElement::Path { d: "M13 22h-2" },
StaticSvgElement::Path { d: "M7 22H6a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Path { d: "M4 14v-2" },
StaticSvgElement::Path { d: "M4 8V6a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M8 10h6" },
StaticSvgElement::Path { d: "M8 14h8" },
StaticSvgElement::Path { d: "M8 18h5" },
];
/// Static elements for Nut icon
static NUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 4V2" },
StaticSvgElement::Path {
d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",
},
StaticSvgElement::Path {
d: "M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",
},
];
/// Static elements for NutOff icon
static NUTOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 4V2" },
StaticSvgElement::Path {
d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",
},
StaticSvgElement::Path { d: "M19 10v3.343" },
StaticSvgElement::Path {
d: "M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",
},
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Octagon icon
static OCTAGON_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",
}];
/// Static elements for OctagonAlert icon
static OCTAGONALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 16h.01" },
StaticSvgElement::Path { d: "M12 8v4" },
StaticSvgElement::Path {
d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",
},
];
/// Static elements for OctagonMinus icon
static OCTAGONMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",
},
StaticSvgElement::Path { d: "M8 12h8" },
];
/// Static elements for OctagonPause icon
static OCTAGONPAUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 15V9" },
StaticSvgElement::Path { d: "M14 15V9" },
StaticSvgElement::Path {
d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",
},
];
/// Static elements for OctagonX icon
static OCTAGONX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path {
d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",
},
StaticSvgElement::Path { d: "m9 9 6 6" },
];
/// Static elements for Omega icon
static OMEGA_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",
}];
/// Static elements for OptionIcon icon
static OPTIONICON_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M3 3h6l6 18h6" }, StaticSvgElement::Path { d: "M14 3h7" }];
/// Static elements for Orbit icon
static ORBIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20.341 6.484A10 10 0 0 1 10.266 21.85" },
StaticSvgElement::Path { d: "M3.659 17.516A10 10 0 0 1 13.74 2.152" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
StaticSvgElement::Circle { cx: "19", cy: "5", r: "2" },
StaticSvgElement::Circle { cx: "5", cy: "19", r: "2" },
];
/// Static elements for Origami icon
static ORIGAMI_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025" },
StaticSvgElement::Path { d: "m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009" },
StaticSvgElement::Path {
d: "m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",
},
];
/// Static elements for Package icon
static PACKAGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",
},
StaticSvgElement::Path { d: "M12 22V12" },
StaticSvgElement::Polyline { points: "3.29 7 12 12 20.71 7" },
StaticSvgElement::Path { d: "m7.5 4.27 9 5.15" },
];
/// Static elements for Package2 icon
static PACKAGE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v6" },
StaticSvgElement::Path {
d: "M16.76 3a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3z",
},
StaticSvgElement::Path { d: "M3.054 9.013h17.893" },
];
/// Static elements for PackageCheck icon
static PACKAGECHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 16 2 2 4-4" },
StaticSvgElement::Path {
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
},
StaticSvgElement::Path { d: "m7.5 4.27 9 5.15" },
StaticSvgElement::Polyline { points: "3.29 7 12 12 20.71 7" },
StaticSvgElement::Line { x1: "12", y1: "22", x2: "12", y2: "12" },
];
/// Static elements for PackageMinus icon
static PACKAGEMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 16h6" },
StaticSvgElement::Path {
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
},
StaticSvgElement::Path { d: "m7.5 4.27 9 5.15" },
StaticSvgElement::Polyline { points: "3.29 7 12 12 20.71 7" },
StaticSvgElement::Line { x1: "12", y1: "22", x2: "12", y2: "12" },
];
/// Static elements for PackageOpen icon
static PACKAGEOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22v-9" },
StaticSvgElement::Path {
d: "M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",
},
StaticSvgElement::Path {
d: "M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",
},
StaticSvgElement::Path {
d: "M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",
},
];
/// Static elements for PackagePlus icon
static PACKAGEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 16h6" },
StaticSvgElement::Path { d: "M19 13v6" },
StaticSvgElement::Path {
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
},
StaticSvgElement::Path { d: "m7.5 4.27 9 5.15" },
StaticSvgElement::Polyline { points: "3.29 7 12 12 20.71 7" },
StaticSvgElement::Line { x1: "12", y1: "22", x2: "12", y2: "12" },
];
/// Static elements for PackageSearch icon
static PACKAGESEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
},
StaticSvgElement::Path { d: "m7.5 4.27 9 5.15" },
StaticSvgElement::Polyline { points: "3.29 7 12 12 20.71 7" },
StaticSvgElement::Line { x1: "12", y1: "22", x2: "12", y2: "12" },
StaticSvgElement::Circle { cx: "18.5", cy: "15.5", r: "2.5" },
StaticSvgElement::Path { d: "M20.27 17.27 22 19" },
];
/// Static elements for PackageX icon
static PACKAGEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",
},
StaticSvgElement::Path { d: "m7.5 4.27 9 5.15" },
StaticSvgElement::Polyline { points: "3.29 7 12 12 20.71 7" },
StaticSvgElement::Line { x1: "12", y1: "22", x2: "12", y2: "12" },
StaticSvgElement::Path { d: "m17 13 5 5m-5 0 5-5" },
];
/// Static elements for PaintBucket icon
static PAINTBUCKET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z" },
StaticSvgElement::Path { d: "m5 2 5 5" },
StaticSvgElement::Path { d: "M2 13h15" },
StaticSvgElement::Path { d: "M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z" },
];
/// Static elements for PaintRoller icon
static PAINTROLLER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "2", width: "16", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" },
StaticSvgElement::Rect { x: "8", y: "16", width: "4", height: "6", rx: Some("1"), ry: None },
];
/// Static elements for Paintbrush icon
static PAINTBRUSH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14.622 17.897-10.68-2.913" },
StaticSvgElement::Path {
d: "M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",
},
StaticSvgElement::Path {
d: "M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",
},
];
/// Static elements for PaintbrushVertical icon
static PAINTBRUSHVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v2" },
StaticSvgElement::Path { d: "M14 2v4" },
StaticSvgElement::Path { d: "M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z" },
StaticSvgElement::Path {
d: "M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",
},
];
/// Static elements for Palette icon
static PALETTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",
},
StaticSvgElement::Circle { cx: "13.5", cy: "6.5", r: ".5" },
StaticSvgElement::Circle { cx: "17.5", cy: "10.5", r: ".5" },
StaticSvgElement::Circle { cx: "6.5", cy: "12.5", r: ".5" },
StaticSvgElement::Circle { cx: "8.5", cy: "7.5", r: ".5" },
];
/// Static elements for Panda icon
static PANDA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.25 17.25h1.5L12 18z" },
StaticSvgElement::Path { d: "m15 12 2 2" },
StaticSvgElement::Path { d: "M18 6.5a.5.5 0 0 0-.5-.5" },
StaticSvgElement::Path {
d: "M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83",
},
StaticSvgElement::Path { d: "M6 6.5a.495.495 0 0 1 .5-.5" },
StaticSvgElement::Path { d: "m9 12-2 2" },
];
/// Static elements for PanelBottom icon
static PANELBOTTOM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 15h18" },
];
/// Static elements for PanelBottomClose icon
static PANELBOTTOMCLOSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 15h18" },
StaticSvgElement::Path { d: "m15 8-3 3-3-3" },
];
/// Static elements for PanelBottomDashed icon
static PANELBOTTOMDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M14 15h1" },
StaticSvgElement::Path { d: "M19 15h2" },
StaticSvgElement::Path { d: "M3 15h2" },
StaticSvgElement::Path { d: "M9 15h1" },
];
/// Static elements for PanelBottomOpen icon
static PANELBOTTOMOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 15h18" },
StaticSvgElement::Path { d: "m9 10 3-3 3 3" },
];
/// Static elements for PanelLeft icon
static PANELLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 3v18" },
];
/// Static elements for PanelLeftClose icon
static PANELLEFTCLOSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 3v18" },
StaticSvgElement::Path { d: "m16 15-3-3 3-3" },
];
/// Static elements for PanelLeftDashed icon
static PANELLEFTDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 14v1" },
StaticSvgElement::Path { d: "M9 19v2" },
StaticSvgElement::Path { d: "M9 3v2" },
StaticSvgElement::Path { d: "M9 9v1" },
];
/// Static elements for PanelLeftOpen icon
static PANELLEFTOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 3v18" },
StaticSvgElement::Path { d: "m14 9 3 3-3 3" },
];
/// Static elements for PanelRight icon
static PANELRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M15 3v18" },
];
/// Static elements for PanelRightClose icon
static PANELRIGHTCLOSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M15 3v18" },
StaticSvgElement::Path { d: "m8 9 3 3-3 3" },
];
/// Static elements for PanelRightDashed icon
static PANELRIGHTDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M15 14v1" },
StaticSvgElement::Path { d: "M15 19v2" },
StaticSvgElement::Path { d: "M15 3v2" },
StaticSvgElement::Path { d: "M15 9v1" },
];
/// Static elements for PanelRightOpen icon
static PANELRIGHTOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M15 3v18" },
StaticSvgElement::Path { d: "m10 15-3-3 3-3" },
];
/// Static elements for PanelTop icon
static PANELTOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 9h18" },
];
/// Static elements for PanelTopClose icon
static PANELTOPCLOSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Path { d: "m9 16 3-3 3 3" },
];
/// Static elements for PanelTopDashed icon
static PANELTOPDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M14 9h1" },
StaticSvgElement::Path { d: "M19 9h2" },
StaticSvgElement::Path { d: "M3 9h2" },
StaticSvgElement::Path { d: "M9 9h1" },
];
/// Static elements for PanelTopOpen icon
static PANELTOPOPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Path { d: "m15 14-3 3-3-3" },
];
/// Static elements for PanelsLeftBottom icon
static PANELSLEFTBOTTOM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 3v18" },
StaticSvgElement::Path { d: "M9 15h12" },
];
/// Static elements for PanelsRightBottom icon
static PANELSRIGHTBOTTOM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 15h12" },
StaticSvgElement::Path { d: "M15 3v18" },
];
/// Static elements for PanelsTopLeft icon
static PANELSTOPLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Path { d: "M9 21V9" },
];
/// Static elements for Paperclip icon
static PAPERCLIP_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",
}];
/// Static elements for Parentheses icon
static PARENTHESES_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M8 21s-4-3-4-9 4-9 4-9" }, StaticSvgElement::Path { d: "M16 3s4 3 4 9-4 9-4 9" }];
/// Static elements for ParkingMeter icon
static PARKINGMETER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 15h2" },
StaticSvgElement::Path { d: "M12 12v3" },
StaticSvgElement::Path { d: "M12 19v3" },
StaticSvgElement::Path {
d: "M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",
},
StaticSvgElement::Path { d: "M9 9a3 3 0 1 1 6 0" },
];
/// Static elements for PartyPopper icon
static PARTYPOPPER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5.8 11.3 2 22l10.7-3.79" },
StaticSvgElement::Path { d: "M4 3h.01" },
StaticSvgElement::Path { d: "M22 8h.01" },
StaticSvgElement::Path { d: "M15 2h.01" },
StaticSvgElement::Path { d: "M22 20h.01" },
StaticSvgElement::Path {
d: "m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",
},
StaticSvgElement::Path { d: "m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17" },
StaticSvgElement::Path { d: "m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7" },
StaticSvgElement::Path {
d: "M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",
},
];
/// Static elements for Pause icon
static PAUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "14", y: "3", width: "5", height: "18", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "5", y: "3", width: "5", height: "18", rx: Some("1"), ry: None },
];
/// Static elements for PawPrint icon
static PAWPRINT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "11", cy: "4", r: "2" },
StaticSvgElement::Circle { cx: "18", cy: "8", r: "2" },
StaticSvgElement::Circle { cx: "20", cy: "16", r: "2" },
StaticSvgElement::Path {
d: "M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",
},
];
/// Static elements for PcCase icon
static PCCASE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "2", width: "14", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M15 14h.01" },
StaticSvgElement::Path { d: "M9 6h6" },
StaticSvgElement::Path { d: "M9 10h6" },
];
/// Static elements for Pen icon
static PEN_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
}];
/// Static elements for PenLine icon
static PENLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 21h8" },
StaticSvgElement::Path {
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
},
];
/// Static elements for PenOff icon
static PENOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",
},
StaticSvgElement::Path { d: "m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for PenTool icon
static PENTOOL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",
},
StaticSvgElement::Path {
d: "m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",
},
StaticSvgElement::Path { d: "m2.3 2.3 7.286 7.286" },
StaticSvgElement::Circle { cx: "11", cy: "11", r: "2" },
];
/// Static elements for Pencil icon
static PENCIL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
},
StaticSvgElement::Path { d: "m15 5 4 4" },
];
/// Static elements for PencilLine icon
static PENCILLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 21h8" },
StaticSvgElement::Path { d: "m15 5 4 4" },
StaticSvgElement::Path {
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
},
];
/// Static elements for PencilOff icon
static PENCILOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",
},
StaticSvgElement::Path { d: "m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353" },
StaticSvgElement::Path { d: "m15 5 4 4" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for PencilRuler icon
static PENCILRULER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13" },
StaticSvgElement::Path { d: "m8 6 2-2" },
StaticSvgElement::Path { d: "m18 16 2-2" },
StaticSvgElement::Path { d: "m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17" },
StaticSvgElement::Path {
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
},
StaticSvgElement::Path { d: "m15 5 4 4" },
];
/// Static elements for Pentagon icon
static PENTAGON_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",
}];
/// Static elements for Percent icon
static PERCENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "19", y1: "5", x2: "5", y2: "19" },
StaticSvgElement::Circle { cx: "6.5", cy: "6.5", r: "2.5" },
StaticSvgElement::Circle { cx: "17.5", cy: "17.5", r: "2.5" },
];
/// Static elements for PersonStanding icon
static PERSONSTANDING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "5", r: "1" },
StaticSvgElement::Path { d: "m9 20 3-6 3 6" },
StaticSvgElement::Path { d: "m6 8 6 2 6-2" },
StaticSvgElement::Path { d: "M12 10v4" },
];
/// Static elements for PhilippinePeso icon
static PHILIPPINEPESO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 11H4" },
StaticSvgElement::Path { d: "M20 7H4" },
StaticSvgElement::Path { d: "M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7" },
];
/// Static elements for Phone icon
static PHONE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
}];
/// Static elements for PhoneCall icon
static PHONECALL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 2a9 9 0 0 1 9 9" },
StaticSvgElement::Path { d: "M13 6a5 5 0 0 1 5 5" },
StaticSvgElement::Path {
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
},
];
/// Static elements for PhoneForwarded icon
static PHONEFORWARDED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 6h8" },
StaticSvgElement::Path { d: "m18 2 4 4-4 4" },
StaticSvgElement::Path {
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
},
];
/// Static elements for PhoneIncoming icon
static PHONEINCOMING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 2v6h6" },
StaticSvgElement::Path { d: "m22 2-6 6" },
StaticSvgElement::Path {
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
},
];
/// Static elements for PhoneMissed icon
static PHONEMISSED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 2 6 6" },
StaticSvgElement::Path { d: "m22 2-6 6" },
StaticSvgElement::Path {
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
},
];
/// Static elements for PhoneOff icon
static PHONEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272",
},
StaticSvgElement::Path { d: "M22 2 2 22" },
StaticSvgElement::Path {
d: "M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473",
},
];
/// Static elements for PhoneOutgoing icon
static PHONEOUTGOING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 8 6-6" },
StaticSvgElement::Path { d: "M22 8V2h-6" },
StaticSvgElement::Path {
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
},
];
/// Static elements for Pi icon
static PI_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "9", y1: "4", x2: "9", y2: "20" },
StaticSvgElement::Path { d: "M4 7c0-1.7 1.3-3 3-3h13" },
StaticSvgElement::Path { d: "M18 20c-1.7 0-3-1.3-3-3V4" },
];
/// Static elements for Piano icon
static PIANO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",
},
StaticSvgElement::Path { d: "M2 14h20" },
StaticSvgElement::Path { d: "M6 14v4" },
StaticSvgElement::Path { d: "M10 14v4" },
StaticSvgElement::Path { d: "M14 14v4" },
StaticSvgElement::Path { d: "M18 14v4" },
];
/// Static elements for Pickaxe icon
static PICKAXE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14 13-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999" },
StaticSvgElement::Path {
d: "M15.973 4.027A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024",
},
StaticSvgElement::Path {
d: "M16.001 11.999a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069",
},
StaticSvgElement::Path {
d: "M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z",
},
];
/// Static elements for PictureInPicture icon
static PICTUREINPICTURE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 10h6V4" },
StaticSvgElement::Path { d: "m2 4 6 6" },
StaticSvgElement::Path { d: "M21 10V7a2 2 0 0 0-2-2h-7" },
StaticSvgElement::Path { d: "M3 14v2a2 2 0 0 0 2 2h3" },
StaticSvgElement::Rect { x: "12", y: "14", width: "10", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for PictureInPicture2 icon
static PICTUREINPICTURE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4" },
StaticSvgElement::Rect { x: "12", y: "13", width: "10", height: "7", rx: Some("2"), ry: None },
];
/// Static elements for PiggyBank icon
static PIGGYBANK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z",
},
StaticSvgElement::Path { d: "M16 10h.01" },
StaticSvgElement::Path { d: "M2 8v1a2 2 0 0 0 2 2h1" },
];
/// Static elements for Pilcrow icon
static PILCROW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 4v16" },
StaticSvgElement::Path { d: "M17 4v16" },
StaticSvgElement::Path { d: "M19 4H9.5a4.5 4.5 0 0 0 0 9H13" },
];
/// Static elements for PilcrowLeft icon
static PILCROWLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 3v11" },
StaticSvgElement::Path { d: "M14 9h-3a3 3 0 0 1 0-6h9" },
StaticSvgElement::Path { d: "M18 3v11" },
StaticSvgElement::Path { d: "M22 18H2l4-4" },
StaticSvgElement::Path { d: "m6 22-4-4" },
];
/// Static elements for PilcrowRight icon
static PILCROWRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 3v11" },
StaticSvgElement::Path { d: "M10 9H7a1 1 0 0 1 0-6h8" },
StaticSvgElement::Path { d: "M14 3v11" },
StaticSvgElement::Path { d: "m18 14 4 4H2" },
StaticSvgElement::Path { d: "m22 18-4 4" },
];
/// Static elements for Pill icon
static PILL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z" },
StaticSvgElement::Path { d: "m8.5 8.5 7 7" },
];
/// Static elements for PillBottle icon
static PILLBOTTLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4" },
StaticSvgElement::Path { d: "M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7" },
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for Pin icon
static PIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17v5" },
StaticSvgElement::Path {
d: "M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",
},
];
/// Static elements for PinOff icon
static PINOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 17v5" },
StaticSvgElement::Path { d: "M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11" },
];
/// Static elements for Pipette icon
static PIPETTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12",
},
StaticSvgElement::Path { d: "m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z" },
StaticSvgElement::Path { d: "m2 22 .414-.414" },
];
/// Static elements for Pizza icon
static PIZZA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m12 14-1 1" },
StaticSvgElement::Path { d: "m13.75 18.25-1.25 1.42" },
StaticSvgElement::Path { d: "M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12" },
StaticSvgElement::Path { d: "M18.8 9.3a1 1 0 0 0 2.1 7.7" },
StaticSvgElement::Path {
d: "M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",
},
];
/// Static elements for Plane icon
static PLANE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",
}];
/// Static elements for PlaneLanding icon
static PLANELANDING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 22h20" },
StaticSvgElement::Path {
d: "M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",
},
];
/// Static elements for PlaneTakeoff icon
static PLANETAKEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 22h20" },
StaticSvgElement::Path {
d: "M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",
},
];
/// Static elements for Play icon
static PLAY_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",
}];
/// Static elements for Plug icon
static PLUG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22v-5" },
StaticSvgElement::Path { d: "M9 8V2" },
StaticSvgElement::Path { d: "M15 8V2" },
StaticSvgElement::Path { d: "M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" },
];
/// Static elements for Plug2 icon
static PLUG2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 2v6" },
StaticSvgElement::Path { d: "M15 2v6" },
StaticSvgElement::Path { d: "M12 17v5" },
StaticSvgElement::Path { d: "M5 8h14" },
StaticSvgElement::Path { d: "M6 11V8h12v3a6 6 0 1 1-12 0Z" },
];
/// Static elements for PlugZap icon
static PLUGZAP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" },
StaticSvgElement::Path { d: "m2 22 3-3" },
StaticSvgElement::Path { d: "M7.5 13.5 10 11" },
StaticSvgElement::Path { d: "M10.5 16.5 13 14" },
StaticSvgElement::Path { d: "m18 3-4 4h6l-4 4" },
];
/// Static elements for Plus icon
static PLUS_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M5 12h14" }, StaticSvgElement::Path { d: "M12 5v14" }];
/// Static elements for Pocket icon
static POCKET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z" },
StaticSvgElement::Path { d: "m8 10 4 4 4-4" },
];
/// Static elements for PocketKnife icon
static POCKETKNIFE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2" },
StaticSvgElement::Path { d: "M18 6h.01" },
StaticSvgElement::Path { d: "M6 18h.01" },
StaticSvgElement::Path { d: "M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z" },
StaticSvgElement::Path { d: "M18 11.66V22a4 4 0 0 0 4-4V6" },
];
/// Static elements for Podcast icon
static PODCAST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z" },
StaticSvgElement::Path { d: "M16.85 18.58a9 9 0 1 0-9.7 0" },
StaticSvgElement::Path { d: "M8 14a5 5 0 1 1 8 0" },
StaticSvgElement::Circle { cx: "12", cy: "11", r: "1" },
];
/// Static elements for Pointer icon
static POINTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 14a8 8 0 0 1-8 8" },
StaticSvgElement::Path { d: "M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1" },
StaticSvgElement::Path { d: "M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10" },
StaticSvgElement::Path {
d: "M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",
},
];
/// Static elements for PointerOff icon
static POINTEROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 4.5V4a2 2 0 0 0-2.41-1.957" },
StaticSvgElement::Path { d: "M13.9 8.4a2 2 0 0 0-1.26-1.295" },
StaticSvgElement::Path { d: "M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158" },
StaticSvgElement::Path {
d: "m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",
},
StaticSvgElement::Path { d: "M6 6v8" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Popcorn icon
static POPCORN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4" },
StaticSvgElement::Path { d: "M10 22 9 8" },
StaticSvgElement::Path { d: "m14 22 1-14" },
StaticSvgElement::Path {
d: "M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",
},
];
/// Static elements for Popsicle icon
static POPSICLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",
},
StaticSvgElement::Path { d: "m22 22-5.5-5.5" },
];
/// Static elements for PoundSterling icon
static POUNDSTERLING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 7c0-5.333-8-5.333-8 0" },
StaticSvgElement::Path { d: "M10 7v14" },
StaticSvgElement::Path { d: "M6 21h12" },
StaticSvgElement::Path { d: "M6 13h10" },
];
/// Static elements for Power icon
static POWER_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 2v10" }, StaticSvgElement::Path { d: "M18.4 6.6a9 9 0 1 1-12.77.04" }];
/// Static elements for PowerOff icon
static POWEROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18.36 6.64A9 9 0 0 1 20.77 15" },
StaticSvgElement::Path { d: "M6.16 6.16a9 9 0 1 0 12.68 12.68" },
StaticSvgElement::Path { d: "M12 2v4" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Presentation icon
static PRESENTATION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 3h20" },
StaticSvgElement::Path { d: "M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3" },
StaticSvgElement::Path { d: "m7 21 5-5 5 5" },
];
/// Static elements for Printer icon
static PRINTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" },
StaticSvgElement::Rect { x: "6", y: "14", width: "12", height: "8", rx: Some("1"), ry: None },
];
/// Static elements for PrinterCheck icon
static PRINTERCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5" },
StaticSvgElement::Path { d: "m16 19 2 2 4-4" },
StaticSvgElement::Path { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" },
];
/// Static elements for Projector icon
static PROJECTOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 7 3 5" },
StaticSvgElement::Path { d: "M9 6V3" },
StaticSvgElement::Path { d: "m13 7 2-2" },
StaticSvgElement::Circle { cx: "9", cy: "13", r: "3" },
StaticSvgElement::Path { d: "M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17" },
StaticSvgElement::Path { d: "M16 16h2" },
];
/// Static elements for Proportions icon
static PROPORTIONS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 9v11" },
StaticSvgElement::Path { d: "M2 9h13a2 2 0 0 1 2 2v9" },
];
/// Static elements for Puzzle icon
static PUZZLE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",
}];
/// Static elements for Pyramid icon
static PYRAMID_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",
},
StaticSvgElement::Path { d: "M12 2v20" },
];
/// Static elements for QrCode icon
static QRCODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "5", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "16", y: "3", width: "5", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "3", y: "16", width: "5", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M21 16h-3a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path { d: "M21 21v.01" },
StaticSvgElement::Path { d: "M12 7v3a2 2 0 0 1-2 2H7" },
StaticSvgElement::Path { d: "M3 12h.01" },
StaticSvgElement::Path { d: "M12 3h.01" },
StaticSvgElement::Path { d: "M12 16v.01" },
StaticSvgElement::Path { d: "M16 12h1" },
StaticSvgElement::Path { d: "M21 12v.01" },
StaticSvgElement::Path { d: "M12 21v-1" },
];
/// Static elements for Quote icon
static QUOTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",
},
StaticSvgElement::Path {
d: "M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",
},
];
/// Static elements for Rabbit icon
static RABBIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 16a3 3 0 0 1 2.24 5" },
StaticSvgElement::Path { d: "M18 12h.01" },
StaticSvgElement::Path {
d: "M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",
},
StaticSvgElement::Path { d: "M20 8.54V4a2 2 0 1 0-4 0v3" },
StaticSvgElement::Path { d: "M7.612 12.524a3 3 0 1 0-1.6 4.3" },
];
/// Static elements for Radar icon
static RADAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19.07 4.93A10 10 0 0 0 6.99 3.34" },
StaticSvgElement::Path { d: "M4 6h.01" },
StaticSvgElement::Path { d: "M2.29 9.62A10 10 0 1 0 21.31 8.35" },
StaticSvgElement::Path { d: "M16.24 7.76A6 6 0 1 0 8.23 16.67" },
StaticSvgElement::Path { d: "M12 18h.01" },
StaticSvgElement::Path { d: "M17.99 11.66A6 6 0 0 1 15.77 16.67" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
StaticSvgElement::Path { d: "m13.41 10.59 5.66-5.66" },
];
/// Static elements for Radiation icon
static RADIATION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path {
d: "M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z",
},
StaticSvgElement::Path {
d: "M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z",
},
StaticSvgElement::Path {
d: "M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z",
},
];
/// Static elements for Radical icon
static RADICAL_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",
}];
/// Static elements for Radio icon
static RADIO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16.247 7.761a6 6 0 0 1 0 8.478" },
StaticSvgElement::Path { d: "M19.075 4.933a10 10 0 0 1 0 14.134" },
StaticSvgElement::Path { d: "M4.925 19.067a10 10 0 0 1 0-14.134" },
StaticSvgElement::Path { d: "M7.753 16.239a6 6 0 0 1 0-8.478" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for RadioReceiver icon
static RADIORECEIVER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 16v2" },
StaticSvgElement::Path { d: "M19 16v2" },
StaticSvgElement::Rect { x: "2", y: "8", width: "20", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M18 12h.01" },
];
/// Static elements for RadioTower icon
static RADIOTOWER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4.9 16.1C1 12.2 1 5.8 4.9 1.9" },
StaticSvgElement::Path { d: "M7.8 4.7a6.14 6.14 0 0 0-.8 7.5" },
StaticSvgElement::Circle { cx: "12", cy: "9", r: "2" },
StaticSvgElement::Path { d: "M16.2 4.8c2 2 2.26 5.11.8 7.47" },
StaticSvgElement::Path { d: "M19.1 1.9a9.96 9.96 0 0 1 0 14.1" },
StaticSvgElement::Path { d: "M9.5 18h5" },
StaticSvgElement::Path { d: "m8 22 4-11 4 11" },
];
/// Static elements for Radius icon
static RADIUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20.34 17.52a10 10 0 1 0-2.82 2.82" },
StaticSvgElement::Circle { cx: "19", cy: "19", r: "2" },
StaticSvgElement::Path { d: "m13.41 13.41 4.18 4.18" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for RailSymbol icon
static RAILSYMBOL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 15h14" },
StaticSvgElement::Path { d: "M5 9h14" },
StaticSvgElement::Path { d: "m14 20-5-5 6-6-5-5" },
];
/// Static elements for Rainbow icon
static RAINBOW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 17a10 10 0 0 0-20 0" },
StaticSvgElement::Path { d: "M6 17a6 6 0 0 1 12 0" },
StaticSvgElement::Path { d: "M10 17a2 2 0 0 1 4 0" },
];
/// Static elements for Rat icon
static RAT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 22H4a2 2 0 0 1 0-4h12" },
StaticSvgElement::Path { d: "M13.236 18a3 3 0 0 0-2.2-5" },
StaticSvgElement::Path { d: "M16 9h.01" },
StaticSvgElement::Path {
d: "M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3",
},
StaticSvgElement::Path { d: "M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18" },
];
/// Static elements for Ratio icon
static RATIO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "6", y: "2", width: "12", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for Receipt icon
static RECEIPT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" },
StaticSvgElement::Path { d: "M12 17.5v-11" },
];
/// Static elements for ReceiptCent icon
static RECEIPTCENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M12 6.5v11" },
StaticSvgElement::Path { d: "M15 9.4a4 4 0 1 0 0 5.2" },
];
/// Static elements for ReceiptEuro icon
static RECEIPTEURO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M8 12h5" },
StaticSvgElement::Path { d: "M16 9.5a4 4 0 1 0 0 5.2" },
];
/// Static elements for ReceiptIndianRupee icon
static RECEIPTINDIANRUPEE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M8 7h8" },
StaticSvgElement::Path { d: "M12 17.5 8 15h1a4 4 0 0 0 0-8" },
StaticSvgElement::Path { d: "M8 11h8" },
];
/// Static elements for ReceiptJapaneseYen icon
static RECEIPTJAPANESEYEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "m12 10 3-3" },
StaticSvgElement::Path { d: "m9 7 3 3v7.5" },
StaticSvgElement::Path { d: "M9 11h6" },
StaticSvgElement::Path { d: "M9 15h6" },
];
/// Static elements for ReceiptPoundSterling icon
static RECEIPTPOUNDSTERLING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M8 13h5" },
StaticSvgElement::Path { d: "M10 17V9.5a2.5 2.5 0 0 1 5 0" },
StaticSvgElement::Path { d: "M8 17h7" },
];
/// Static elements for ReceiptRussianRuble icon
static RECEIPTRUSSIANRUBLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M8 15h5" },
StaticSvgElement::Path { d: "M8 11h5a2 2 0 1 0 0-4h-3v10" },
];
/// Static elements for ReceiptSwissFranc icon
static RECEIPTSWISSFRANC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M10 17V7h5" },
StaticSvgElement::Path { d: "M10 11h4" },
StaticSvgElement::Path { d: "M8 15h5" },
];
/// Static elements for ReceiptText icon
static RECEIPTTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" },
StaticSvgElement::Path { d: "M14 8H8" },
StaticSvgElement::Path { d: "M16 12H8" },
StaticSvgElement::Path { d: "M13 16H8" },
];
/// Static elements for ReceiptTurkishLira icon
static RECEIPTTURKISHLIRA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5" },
StaticSvgElement::Path { d: "m14 8-6 3" },
StaticSvgElement::Path { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z" },
];
/// Static elements for RectangleCircle icon
static RECTANGLECIRCLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" },
StaticSvgElement::Circle { cx: "14", cy: "12", r: "8" },
];
/// Static elements for RectangleEllipsis icon
static RECTANGLEELLIPSIS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "12", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M17 12h.01" },
StaticSvgElement::Path { d: "M7 12h.01" },
];
/// Static elements for RectangleGoggles icon
static RECTANGLEGOGGLES_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",
}];
/// Static elements for RectangleHorizontal icon
static RECTANGLEHORIZONTAL_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Rect { x: "2", y: "6", width: "20", height: "12", rx: Some("2"), ry: None }];
/// Static elements for RectangleVertical icon
static RECTANGLEVERTICAL_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Rect { x: "6", y: "2", width: "12", height: "20", rx: Some("2"), ry: None }];
/// Static elements for Recycle icon
static RECYCLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5" },
StaticSvgElement::Path { d: "M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12" },
StaticSvgElement::Path { d: "m14 16-3 3 3 3" },
StaticSvgElement::Path { d: "M8.293 13.596 7.196 9.5 3.1 10.598" },
StaticSvgElement::Path {
d: "m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",
},
StaticSvgElement::Path { d: "m13.378 9.633 4.096 1.098 1.097-4.096" },
];
/// Static elements for Redo icon
static REDO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 7v6h-6" },
StaticSvgElement::Path { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" },
];
/// Static elements for Redo2 icon
static REDO2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 14 5-5-5-5" },
StaticSvgElement::Path { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13" },
];
/// Static elements for RedoDot icon
static REDODOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "17", r: "1" },
StaticSvgElement::Path { d: "M21 7v6h-6" },
StaticSvgElement::Path { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" },
];
/// Static elements for RefreshCcw icon
static REFRESHCCW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" },
StaticSvgElement::Path { d: "M3 3v5h5" },
StaticSvgElement::Path { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" },
StaticSvgElement::Path { d: "M16 16h5v5" },
];
/// Static elements for RefreshCcwDot icon
static REFRESHCCWDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" },
StaticSvgElement::Path { d: "M3 3v5h5" },
StaticSvgElement::Path { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" },
StaticSvgElement::Path { d: "M16 16h5v5" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
];
/// Static elements for RefreshCw icon
static REFRESHCW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" },
StaticSvgElement::Path { d: "M21 3v5h-5" },
StaticSvgElement::Path { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" },
StaticSvgElement::Path { d: "M8 16H3v5" },
];
/// Static elements for RefreshCwOff icon
static REFRESHCWOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47" },
StaticSvgElement::Path { d: "M8 16H3v5" },
StaticSvgElement::Path { d: "M3 12C3 9.51 4 7.26 5.64 5.64" },
StaticSvgElement::Path { d: "m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64" },
StaticSvgElement::Path { d: "M21 12c0 1-.16 1.97-.47 2.87" },
StaticSvgElement::Path { d: "M21 3v5h-5" },
StaticSvgElement::Path { d: "M22 22 2 2" },
];
/// Static elements for Refrigerator icon
static REFRIGERATOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z" },
StaticSvgElement::Path { d: "M5 10h14" },
StaticSvgElement::Path { d: "M15 7v6" },
];
/// Static elements for Regex icon
static REGEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 3v10" },
StaticSvgElement::Path { d: "m12.67 5.5 8.66 5" },
StaticSvgElement::Path { d: "m12.67 10.5 8.66-5" },
StaticSvgElement::Path { d: "M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z" },
];
/// Static elements for RemoveFormatting icon
static REMOVEFORMATTING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 7V4h16v3" },
StaticSvgElement::Path { d: "M5 20h6" },
StaticSvgElement::Path { d: "M13 4 8 20" },
StaticSvgElement::Path { d: "m15 15 5 5" },
StaticSvgElement::Path { d: "m20 15-5 5" },
];
/// Static elements for Repeat icon
static REPEAT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m17 2 4 4-4 4" },
StaticSvgElement::Path { d: "M3 11v-1a4 4 0 0 1 4-4h14" },
StaticSvgElement::Path { d: "m7 22-4-4 4-4" },
StaticSvgElement::Path { d: "M21 13v1a4 4 0 0 1-4 4H3" },
];
/// Static elements for Repeat1 icon
static REPEAT1_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m17 2 4 4-4 4" },
StaticSvgElement::Path { d: "M3 11v-1a4 4 0 0 1 4-4h14" },
StaticSvgElement::Path { d: "m7 22-4-4 4-4" },
StaticSvgElement::Path { d: "M21 13v1a4 4 0 0 1-4 4H3" },
StaticSvgElement::Path { d: "M11 10h1v4" },
];
/// Static elements for Repeat2 icon
static REPEAT2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 9 3-3 3 3" },
StaticSvgElement::Path { d: "M13 18H7a2 2 0 0 1-2-2V6" },
StaticSvgElement::Path { d: "m22 15-3 3-3-3" },
StaticSvgElement::Path { d: "M11 6h6a2 2 0 0 1 2 2v10" },
];
/// Static elements for Replace icon
static REPLACE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 4a2 2 0 0 1 2-2" },
StaticSvgElement::Path { d: "M16 10a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M20 2a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M22 8a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "m3 7 3 3 3-3" },
StaticSvgElement::Path { d: "M6 10V5a3 3 0 0 1 3-3h1" },
StaticSvgElement::Rect { x: "2", y: "14", width: "8", height: "8", rx: Some("2"), ry: None },
];
/// Static elements for ReplaceAll icon
static REPLACEALL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M14 4a2 2 0 0 1 2-2" },
StaticSvgElement::Path { d: "M16 10a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M20 2a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M22 8a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "m3 7 3 3 3-3" },
StaticSvgElement::Path { d: "M6 10V5a 3 3 0 0 1 3-3h1" },
StaticSvgElement::Rect { x: "2", y: "14", width: "8", height: "8", rx: Some("2"), ry: None },
];
/// Static elements for Reply icon
static REPLY_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M20 18v-2a4 4 0 0 0-4-4H4" }, StaticSvgElement::Path { d: "m9 17-5-5 5-5" }];
/// Static elements for ReplyAll icon
static REPLYALL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m12 17-5-5 5-5" },
StaticSvgElement::Path { d: "M22 18v-2a4 4 0 0 0-4-4H7" },
StaticSvgElement::Path { d: "m7 17-5-5 5-5" },
];
/// Static elements for Rewind icon
static REWIND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z" },
StaticSvgElement::Path { d: "M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z" },
];
/// Static elements for Ribbon icon
static RIBBON_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22" },
StaticSvgElement::Path { d: "m12 18 2.57-3.5" },
StaticSvgElement::Path { d: "M6.243 9.016a7 7 0 0 1 11.507-.009" },
StaticSvgElement::Path { d: "M9.35 14.53 12 11.22" },
StaticSvgElement::Path {
d: "M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",
},
];
/// Static elements for Rocket icon
static ROCKET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",
},
StaticSvgElement::Path {
d: "m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",
},
StaticSvgElement::Path { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0" },
StaticSvgElement::Path { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" },
];
/// Static elements for RockingChair icon
static ROCKINGCHAIR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Polyline { points: "3.5 2 6.5 12.5 18 12.5" },
StaticSvgElement::Line { x1: "9.5", y1: "12.5", x2: "5.5", y2: "20" },
StaticSvgElement::Line { x1: "15", y1: "12.5", x2: "18.5", y2: "20" },
StaticSvgElement::Path { d: "M2.75 18a13 13 0 0 0 18.5 0" },
];
/// Static elements for RollerCoaster icon
static ROLLERCOASTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 19V5" },
StaticSvgElement::Path { d: "M10 19V6.8" },
StaticSvgElement::Path { d: "M14 19v-7.8" },
StaticSvgElement::Path { d: "M18 5v4" },
StaticSvgElement::Path { d: "M18 19v-6" },
StaticSvgElement::Path { d: "M22 19V9" },
StaticSvgElement::Path { d: "M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65" },
];
/// Static elements for Rotate3D icon
static ROTATE3D_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",
},
StaticSvgElement::Path { d: "m15.194 13.707 3.814 1.86-1.86 3.814" },
StaticSvgElement::Path {
d: "M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",
},
];
/// Static elements for RotateCcw icon
static ROTATECCW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" },
StaticSvgElement::Path { d: "M3 3v5h5" },
];
/// Static elements for RotateCcwKey icon
static ROTATECCWKEY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14.5 9.5 1 1" },
StaticSvgElement::Path { d: "m15.5 8.5-4 4" },
StaticSvgElement::Path { d: "M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8" },
StaticSvgElement::Path { d: "M3 3v5h5" },
StaticSvgElement::Circle { cx: "10", cy: "14", r: "2" },
];
/// Static elements for RotateCcwSquare icon
static ROTATECCWSQUARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 9V7a2 2 0 0 0-2-2h-6" },
StaticSvgElement::Path { d: "m15 2-3 3 3 3" },
StaticSvgElement::Path { d: "M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2" },
];
/// Static elements for RotateCw icon
static ROTATECW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" },
StaticSvgElement::Path { d: "M21 3v5h-5" },
];
/// Static elements for RotateCwSquare icon
static ROTATECWSQUARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 5H6a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path { d: "m9 8 3-3-3-3" },
StaticSvgElement::Path { d: "M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" },
];
/// Static elements for Route icon
static ROUTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "6", cy: "19", r: "3" },
StaticSvgElement::Path { d: "M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15" },
StaticSvgElement::Circle { cx: "18", cy: "5", r: "3" },
];
/// Static elements for RouteOff icon
static ROUTEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "6", cy: "19", r: "3" },
StaticSvgElement::Path { d: "M9 19h8.5c.4 0 .9-.1 1.3-.2" },
StaticSvgElement::Path { d: "M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M21 15.3a3.5 3.5 0 0 0-3.3-3.3" },
StaticSvgElement::Path { d: "M15 5h-4.3" },
StaticSvgElement::Circle { cx: "18", cy: "5", r: "3" },
];
/// Static elements for Router icon
static ROUTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "14", width: "20", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M6.01 18H6" },
StaticSvgElement::Path { d: "M10.01 18H10" },
StaticSvgElement::Path { d: "M15 10v4" },
StaticSvgElement::Path { d: "M17.84 7.17a4 4 0 0 0-5.66 0" },
StaticSvgElement::Path { d: "M20.66 4.34a8 8 0 0 0-11.31 0" },
];
/// Static elements for Rows2 icon
static ROWS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 12h18" },
];
/// Static elements for Rows3 icon
static ROWS3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M21 9H3" },
StaticSvgElement::Path { d: "M21 15H3" },
];
/// Static elements for Rows4 icon
static ROWS4_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M21 7.5H3" },
StaticSvgElement::Path { d: "M21 12H3" },
StaticSvgElement::Path { d: "M21 16.5H3" },
];
/// Static elements for Rss icon
static RSS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 11a9 9 0 0 1 9 9" },
StaticSvgElement::Path { d: "M4 4a16 16 0 0 1 16 16" },
StaticSvgElement::Circle { cx: "5", cy: "19", r: "1" },
];
/// Static elements for Ruler icon
static RULER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",
},
StaticSvgElement::Path { d: "m14.5 12.5 2-2" },
StaticSvgElement::Path { d: "m11.5 9.5 2-2" },
StaticSvgElement::Path { d: "m8.5 6.5 2-2" },
StaticSvgElement::Path { d: "m17.5 15.5 2-2" },
];
/// Static elements for RulerDimensionLine icon
static RULERDIMENSIONLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 15v-3.014" },
StaticSvgElement::Path { d: "M16 15v-3.014" },
StaticSvgElement::Path { d: "M20 6H4" },
StaticSvgElement::Path { d: "M20 8V4" },
StaticSvgElement::Path { d: "M4 8V4" },
StaticSvgElement::Path { d: "M8 15v-3.014" },
StaticSvgElement::Rect { x: "3", y: "12", width: "18", height: "7", rx: Some("1"), ry: None },
];
/// Static elements for RussianRuble icon
static RUSSIANRUBLE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M6 11h8a4 4 0 0 0 0-8H9v18" }, StaticSvgElement::Path { d: "M6 15h8" }];
/// Static elements for Sailboat icon
static SAILBOAT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z" },
StaticSvgElement::Path { d: "M21 14 10 2 3 14h18Z" },
StaticSvgElement::Path { d: "M10 2v16" },
];
/// Static elements for Salad icon
static SALAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 21h10" },
StaticSvgElement::Path { d: "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z" },
StaticSvgElement::Path {
d: "M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",
},
StaticSvgElement::Path { d: "m13 12 4-4" },
StaticSvgElement::Path { d: "M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2" },
];
/// Static elements for Sandwich icon
static SANDWICH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777" },
StaticSvgElement::Path { d: "M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25" },
StaticSvgElement::Path { d: "M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9" },
StaticSvgElement::Path { d: "m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2" },
StaticSvgElement::Rect { x: "2", y: "11", width: "20", height: "4", rx: Some("1"), ry: None },
];
/// Static elements for Satellite icon
static SATELLITE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5",
},
StaticSvgElement::Path { d: "M16.5 7.5 19 5" },
StaticSvgElement::Path {
d: "m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5",
},
StaticSvgElement::Path { d: "M9 21a6 6 0 0 0-6-6" },
StaticSvgElement::Path {
d: "M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z",
},
];
/// Static elements for SatelliteDish icon
static SATELLITEDISH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 10a7.31 7.31 0 0 0 10 10Z" },
StaticSvgElement::Path { d: "m9 15 3-3" },
StaticSvgElement::Path { d: "M17 13a6 6 0 0 0-6-6" },
StaticSvgElement::Path { d: "M21 13A10 10 0 0 0 11 3" },
];
/// Static elements for SaudiRiyal icon
static SAUDIRIYAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m20 19.5-5.5 1.2" },
StaticSvgElement::Path { d: "M14.5 4v11.22a1 1 0 0 0 1.242.97L20 15.2" },
StaticSvgElement::Path { d: "m2.978 19.351 5.549-1.363A2 2 0 0 0 10 16V2" },
StaticSvgElement::Path { d: "M20 10 4 13.5" },
];
/// Static elements for Save icon
static SAVE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",
},
StaticSvgElement::Path { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" },
StaticSvgElement::Path { d: "M7 3v4a1 1 0 0 0 1 1h7" },
];
/// Static elements for SaveAll icon
static SAVEALL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v3a1 1 0 0 0 1 1h5" },
StaticSvgElement::Path { d: "M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6" },
StaticSvgElement::Path { d: "M18 22H4a2 2 0 0 1-2-2V6" },
StaticSvgElement::Path {
d: "M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",
},
];
/// Static elements for SaveOff icon
static SAVEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 13H8a1 1 0 0 0-1 1v7" },
StaticSvgElement::Path { d: "M14 8h1" },
StaticSvgElement::Path { d: "M17 21v-4" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41" },
StaticSvgElement::Path { d: "M29.5 11.5s5 5 4 5" },
StaticSvgElement::Path { d: "M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15" },
];
/// Static elements for Scale icon
static SCALE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" },
StaticSvgElement::Path { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" },
StaticSvgElement::Path { d: "M7 21h10" },
StaticSvgElement::Path { d: "M12 3v18" },
StaticSvgElement::Path { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2" },
];
/// Static elements for Scale3D icon
static SCALE3D_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 7v11a1 1 0 0 0 1 1h11" },
StaticSvgElement::Path { d: "M5.293 18.707 11 13" },
StaticSvgElement::Circle { cx: "19", cy: "19", r: "2" },
StaticSvgElement::Circle { cx: "5", cy: "5", r: "2" },
];
/// Static elements for Scaling icon
static SCALING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" },
StaticSvgElement::Path { d: "M14 15H9v-5" },
StaticSvgElement::Path { d: "M16 3h5v5" },
StaticSvgElement::Path { d: "M21 3 9 15" },
];
/// Static elements for Scan icon
static SCAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
];
/// Static elements for ScanBarcode icon
static SCANBARCODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Path { d: "M8 7v10" },
StaticSvgElement::Path { d: "M12 7v10" },
StaticSvgElement::Path { d: "M17 7v10" },
];
/// Static elements for ScanEye icon
static SCANEYE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
StaticSvgElement::Path {
d: "M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",
},
];
/// Static elements for ScanFace icon
static SCANFACE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Path { d: "M8 14s1.5 2 4 2 4-2 4-2" },
StaticSvgElement::Path { d: "M9 9h.01" },
StaticSvgElement::Path { d: "M15 9h.01" },
];
/// Static elements for ScanHeart icon
static SCANHEART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z",
},
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
];
/// Static elements for ScanLine icon
static SCANLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Path { d: "M7 12h10" },
];
/// Static elements for ScanQrCode icon
static SCANQRCODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 12v4a1 1 0 0 1-1 1h-4" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M17 8V7" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M7 17h.01" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Rect { x: "7", y: "7", width: "5", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for ScanSearch icon
static SCANSEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
StaticSvgElement::Path { d: "m16 16-1.9-1.9" },
];
/// Static elements for ScanText icon
static SCANTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7V5a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "M17 3h2a2 2 0 0 1 2 2v2" },
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M7 21H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Path { d: "M7 8h8" },
StaticSvgElement::Path { d: "M7 12h10" },
StaticSvgElement::Path { d: "M7 16h6" },
];
/// Static elements for School icon
static SCHOOL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 22v-4a2 2 0 1 0-4 0v4" },
StaticSvgElement::Path {
d: "m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10",
},
StaticSvgElement::Path { d: "M18 5v17" },
StaticSvgElement::Path { d: "m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6" },
StaticSvgElement::Path { d: "M6 5v17" },
StaticSvgElement::Circle { cx: "12", cy: "9", r: "2" },
];
/// Static elements for Scissors icon
static SCISSORS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "6", cy: "6", r: "3" },
StaticSvgElement::Path { d: "M8.12 8.12 12 12" },
StaticSvgElement::Path { d: "M20 4 8.12 15.88" },
StaticSvgElement::Circle { cx: "6", cy: "18", r: "3" },
StaticSvgElement::Path { d: "M14.8 14.8 20 20" },
];
/// Static elements for ScissorsLineDashed icon
static SCISSORSLINEDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5.42 9.42 8 12" },
StaticSvgElement::Circle { cx: "4", cy: "8", r: "2" },
StaticSvgElement::Path { d: "m14 6-8.58 8.58" },
StaticSvgElement::Circle { cx: "4", cy: "16", r: "2" },
StaticSvgElement::Path { d: "M10.8 14.8 14 18" },
StaticSvgElement::Path { d: "M16 12h-2" },
StaticSvgElement::Path { d: "M22 12h-2" },
];
/// Static elements for ScreenShare icon
static SCREENSHARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3" },
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "m17 8 5-5" },
StaticSvgElement::Path { d: "M17 3h5v5" },
];
/// Static elements for ScreenShareOff icon
static SCREENSHAREOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3" },
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Path { d: "M12 17v4" },
StaticSvgElement::Path { d: "m22 3-5 5" },
StaticSvgElement::Path { d: "m17 3 5 5" },
];
/// Static elements for Scroll icon
static SCROLL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 17V5a2 2 0 0 0-2-2H4" },
StaticSvgElement::Path {
d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",
},
];
/// Static elements for ScrollText icon
static SCROLLTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 12h-5" },
StaticSvgElement::Path { d: "M15 8h-5" },
StaticSvgElement::Path { d: "M19 17V5a2 2 0 0 0-2-2H4" },
StaticSvgElement::Path {
d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",
},
];
/// Static elements for Search icon
static SEARCH_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "m21 21-4.34-4.34" }, StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" }];
/// Static elements for SearchCheck icon
static SEARCHCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m8 11 2 2 4-4" },
StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" },
StaticSvgElement::Path { d: "m21 21-4.3-4.3" },
];
/// Static elements for SearchCode icon
static SEARCHCODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m13 13.5 2-2.5-2-2.5" },
StaticSvgElement::Path { d: "m21 21-4.3-4.3" },
StaticSvgElement::Path { d: "M9 8.5 7 11l2 2.5" },
StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" },
];
/// Static elements for SearchSlash icon
static SEARCHSLASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m13.5 8.5-5 5" },
StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" },
StaticSvgElement::Path { d: "m21 21-4.3-4.3" },
];
/// Static elements for SearchX icon
static SEARCHX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m13.5 8.5-5 5" },
StaticSvgElement::Path { d: "m8.5 8.5 5 5" },
StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" },
StaticSvgElement::Path { d: "m21 21-4.3-4.3" },
];
/// Static elements for Section icon
static SECTION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0" },
StaticSvgElement::Path { d: "M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0" },
];
/// Static elements for Send icon
static SEND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",
},
StaticSvgElement::Path { d: "m21.854 2.147-10.94 10.939" },
];
/// Static elements for SendHorizontal icon
static SENDHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",
},
StaticSvgElement::Path { d: "M6 12h16" },
];
/// Static elements for SendToBack icon
static SENDTOBACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "14", y: "14", width: "8", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "2", y: "2", width: "8", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 14v1a2 2 0 0 0 2 2h1" },
StaticSvgElement::Path { d: "M14 7h1a2 2 0 0 1 2 2v1" },
];
/// Static elements for SeparatorHorizontal icon
static SEPARATORHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 16-4 4-4-4" },
StaticSvgElement::Path { d: "M3 12h18" },
StaticSvgElement::Path { d: "m8 8 4-4 4 4" },
];
/// Static elements for SeparatorVertical icon
static SEPARATORVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v18" },
StaticSvgElement::Path { d: "m16 16 4-4-4-4" },
StaticSvgElement::Path { d: "m8 8-4 4 4 4" },
];
/// Static elements for Server icon
static SERVER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "2", width: "20", height: "8", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Rect { x: "2", y: "14", width: "20", height: "8", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Line { x1: "6", y1: "6", x2: "6.01", y2: "6" },
StaticSvgElement::Line { x1: "6", y1: "18", x2: "6.01", y2: "18" },
];
/// Static elements for ServerCog icon
static SERVERCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10.852 14.772-.383.923" },
StaticSvgElement::Path { d: "M13.148 14.772a3 3 0 1 0-2.296-5.544l-.383-.923" },
StaticSvgElement::Path { d: "m13.148 9.228.383-.923" },
StaticSvgElement::Path { d: "m13.53 15.696-.382-.924a3 3 0 1 1-2.296-5.544" },
StaticSvgElement::Path { d: "m14.772 10.852.923-.383" },
StaticSvgElement::Path { d: "m14.772 13.148.923.383" },
StaticSvgElement::Path { d: "M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5" },
StaticSvgElement::Path { d: "M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5" },
StaticSvgElement::Path { d: "M6 18h.01" },
StaticSvgElement::Path { d: "M6 6h.01" },
StaticSvgElement::Path { d: "m9.228 10.852-.923-.383" },
StaticSvgElement::Path { d: "m9.228 13.148-.923.383" },
];
/// Static elements for ServerCrash icon
static SERVERCRASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2" },
StaticSvgElement::Path { d: "M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2" },
StaticSvgElement::Path { d: "M6 6h.01" },
StaticSvgElement::Path { d: "M6 18h.01" },
StaticSvgElement::Path { d: "m13 6-4 6h6l-4 6" },
];
/// Static elements for ServerOff icon
static SERVEROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5" },
StaticSvgElement::Path { d: "M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z" },
StaticSvgElement::Path { d: "M22 17v-1a2 2 0 0 0-2-2h-1" },
StaticSvgElement::Path { d: "M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z" },
StaticSvgElement::Path { d: "M6 18h.01" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Settings icon
static SETTINGS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",
},
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
];
/// Static elements for Settings2 icon
static SETTINGS2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 17H5" },
StaticSvgElement::Path { d: "M19 7h-9" },
StaticSvgElement::Circle { cx: "17", cy: "17", r: "3" },
StaticSvgElement::Circle { cx: "7", cy: "7", r: "3" },
];
/// Static elements for Shapes icon
static SHAPES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",
},
StaticSvgElement::Rect { x: "3", y: "14", width: "7", height: "7", rx: Some("1"), ry: None },
StaticSvgElement::Circle { cx: "17.5", cy: "17.5", r: "3.5" },
];
/// Static elements for Share icon
static SHARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v13" },
StaticSvgElement::Path { d: "m16 6-4-4-4 4" },
StaticSvgElement::Path { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" },
];
/// Static elements for Share2 icon
static SHARE2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "18", cy: "5", r: "3" },
StaticSvgElement::Circle { cx: "6", cy: "12", r: "3" },
StaticSvgElement::Circle { cx: "18", cy: "19", r: "3" },
StaticSvgElement::Line { x1: "8.59", y1: "13.51", x2: "15.42", y2: "17.49" },
StaticSvgElement::Line { x1: "15.41", y1: "6.51", x2: "8.59", y2: "10.49" },
];
/// Static elements for Sheet icon
static SHEET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Line { x1: "3", y1: "9", x2: "21", y2: "9" },
StaticSvgElement::Line { x1: "3", y1: "15", x2: "21", y2: "15" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "9", y2: "21" },
StaticSvgElement::Line { x1: "15", y1: "9", x2: "15", y2: "21" },
];
/// Static elements for Shell icon
static SHELL_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",
}];
/// Static elements for Shield icon
static SHIELD_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
}];
/// Static elements for ShieldAlert icon
static SHIELDALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M12 8v4" },
StaticSvgElement::Path { d: "M12 16h.01" },
];
/// Static elements for ShieldBan icon
static SHIELDBAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "m4.243 5.21 14.39 12.472" },
];
/// Static elements for ShieldCheck icon
static SHIELDCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "m9 12 2 2 4-4" },
];
/// Static elements for ShieldEllipsis icon
static SHIELDELLIPSIS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M8 12h.01" },
StaticSvgElement::Path { d: "M12 12h.01" },
StaticSvgElement::Path { d: "M16 12h.01" },
];
/// Static elements for ShieldHalf icon
static SHIELDHALF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M12 22V2" },
];
/// Static elements for ShieldMinus icon
static SHIELDMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M9 12h6" },
];
/// Static elements for ShieldOff icon
static SHIELDOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path {
d: "M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",
},
StaticSvgElement::Path {
d: "M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",
},
];
/// Static elements for ShieldPlus icon
static SHIELDPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M9 12h6" },
StaticSvgElement::Path { d: "M12 9v6" },
];
/// Static elements for ShieldQuestion icon
static SHIELDQUESTION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for ShieldQuestionMark icon
static SHIELDQUESTIONMARK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for ShieldUser icon
static SHIELDUSER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "M6.376 18.91a6 6 0 0 1 11.249.003" },
StaticSvgElement::Circle { cx: "12", cy: "11", r: "4" },
];
/// Static elements for ShieldX icon
static SHIELDX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
},
StaticSvgElement::Path { d: "m14.5 9.5-5 5" },
StaticSvgElement::Path { d: "m9.5 9.5 5 5" },
];
/// Static elements for Ship icon
static SHIP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 10.189V14" },
StaticSvgElement::Path { d: "M12 2v3" },
StaticSvgElement::Path { d: "M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6" },
StaticSvgElement::Path {
d: "M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76",
},
StaticSvgElement::Path {
d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
},
];
/// Static elements for ShipWheel icon
static SHIPWHEEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "8" },
StaticSvgElement::Path { d: "M12 2v7.5" },
StaticSvgElement::Path { d: "m19 5-5.23 5.23" },
StaticSvgElement::Path { d: "M22 12h-7.5" },
StaticSvgElement::Path { d: "m19 19-5.23-5.23" },
StaticSvgElement::Path { d: "M12 14.5V22" },
StaticSvgElement::Path { d: "M10.23 13.77 5 19" },
StaticSvgElement::Path { d: "M9.5 12H2" },
StaticSvgElement::Path { d: "M10.23 10.23 5 5" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2.5" },
];
/// Static elements for Shirt icon
static SHIRT_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",
}];
/// Static elements for ShoppingBag icon
static SHOPPINGBAG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 10a4 4 0 0 1-8 0" },
StaticSvgElement::Path { d: "M3.103 6.034h17.794" },
StaticSvgElement::Path {
d: "M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",
},
];
/// Static elements for ShoppingBasket icon
static SHOPPINGBASKET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 11-1 9" },
StaticSvgElement::Path { d: "m19 11-4-7" },
StaticSvgElement::Path { d: "M2 11h20" },
StaticSvgElement::Path { d: "m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4" },
StaticSvgElement::Path { d: "M4.5 15.5h15" },
StaticSvgElement::Path { d: "m5 11 4-7" },
StaticSvgElement::Path { d: "m9 11 1 9" },
];
/// Static elements for ShoppingCart icon
static SHOPPINGCART_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "8", cy: "21", r: "1" },
StaticSvgElement::Circle { cx: "19", cy: "21", r: "1" },
StaticSvgElement::Path { d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" },
];
/// Static elements for Shovel icon
static SHOVEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z",
},
StaticSvgElement::Path {
d: "M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z",
},
StaticSvgElement::Path { d: "m9 15 7.879-7.878" },
];
/// Static elements for ShowerHead icon
static SHOWERHEAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m4 4 2.5 2.5" },
StaticSvgElement::Path { d: "M13.5 6.5a4.95 4.95 0 0 0-7 7" },
StaticSvgElement::Path { d: "M15 5 5 15" },
StaticSvgElement::Path { d: "M14 17v.01" },
StaticSvgElement::Path { d: "M10 16v.01" },
StaticSvgElement::Path { d: "M13 13v.01" },
StaticSvgElement::Path { d: "M16 10v.01" },
StaticSvgElement::Path { d: "M11 20v.01" },
StaticSvgElement::Path { d: "M17 14v.01" },
StaticSvgElement::Path { d: "M20 11v.01" },
];
/// Static elements for Shredder icon
static SHREDDER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 22v-5" },
StaticSvgElement::Path { d: "M14 19v-2" },
StaticSvgElement::Path { d: "M14 2v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M18 20v-3" },
StaticSvgElement::Path { d: "M2 13h20" },
StaticSvgElement::Path { d: "M20 13V7l-5-5H6a2 2 0 0 0-2 2v9" },
StaticSvgElement::Path { d: "M6 20v-3" },
];
/// Static elements for Shrimp icon
static SHRIMP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 12h.01" },
StaticSvgElement::Path { d: "M13 22c.5-.5 1.12-1 2.5-1-1.38 0-2-.5-2.5-1" },
StaticSvgElement::Path {
d: "M14 2a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13 1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8",
},
StaticSvgElement::Path { d: "M14 8a8.5 8.5 0 0 1 0 8" },
StaticSvgElement::Path { d: "M16 16c2 0 4.5-4 4-6" },
];
/// Static elements for Shrink icon
static SHRINK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 15 6 6m-6-6v4.8m0-4.8h4.8" },
StaticSvgElement::Path { d: "M9 19.8V15m0 0H4.2M9 15l-6 6" },
StaticSvgElement::Path { d: "M15 4.2V9m0 0h4.8M15 9l6-6" },
StaticSvgElement::Path { d: "M9 4.2V9m0 0H4.2M9 9 3 3" },
];
/// Static elements for Shrub icon
static SHRUB_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5" },
StaticSvgElement::Path { d: "M14.5 14.5 12 17" },
StaticSvgElement::Path { d: "M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z" },
];
/// Static elements for Shuffle icon
static SHUFFLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m18 14 4 4-4 4" },
StaticSvgElement::Path { d: "m18 2 4 4-4 4" },
StaticSvgElement::Path { d: "M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22" },
StaticSvgElement::Path { d: "M2 6h1.972a4 4 0 0 1 3.6 2.2" },
StaticSvgElement::Path { d: "M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45" },
];
/// Static elements for Sigma icon
static SIGMA_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",
}];
/// Static elements for Signal icon
static SIGNAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 20h.01" },
StaticSvgElement::Path { d: "M7 20v-4" },
StaticSvgElement::Path { d: "M12 20v-8" },
StaticSvgElement::Path { d: "M17 20V8" },
StaticSvgElement::Path { d: "M22 4v16" },
];
/// Static elements for SignalHigh icon
static SIGNALHIGH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 20h.01" },
StaticSvgElement::Path { d: "M7 20v-4" },
StaticSvgElement::Path { d: "M12 20v-8" },
StaticSvgElement::Path { d: "M17 20V8" },
];
/// Static elements for SignalLow icon
static SIGNALLOW_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M2 20h.01" }, StaticSvgElement::Path { d: "M7 20v-4" }];
/// Static elements for SignalMedium icon
static SIGNALMEDIUM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 20h.01" },
StaticSvgElement::Path { d: "M7 20v-4" },
StaticSvgElement::Path { d: "M12 20v-8" },
];
/// Static elements for SignalZero icon
static SIGNALZERO_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M2 20h.01" }];
/// Static elements for Signature icon
static SIGNATURE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",
},
StaticSvgElement::Path { d: "M3 21h18" },
];
/// Static elements for Signpost icon
static SIGNPOST_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 13v8" },
StaticSvgElement::Path { d: "M12 3v3" },
StaticSvgElement::Path {
d: "M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z",
},
];
/// Static elements for SignpostBig icon
static SIGNPOSTBIG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 9H4L2 7l2-2h6" },
StaticSvgElement::Path { d: "M14 5h6l2 2-2 2h-6" },
StaticSvgElement::Path { d: "M10 22V4a2 2 0 1 1 4 0v18" },
StaticSvgElement::Path { d: "M8 22h8" },
];
/// Static elements for Siren icon
static SIREN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 18v-6a5 5 0 1 1 10 0v6" },
StaticSvgElement::Path { d: "M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z" },
StaticSvgElement::Path { d: "M21 12h1" },
StaticSvgElement::Path { d: "M18.5 4.5 18 5" },
StaticSvgElement::Path { d: "M2 12h1" },
StaticSvgElement::Path { d: "M12 2v1" },
StaticSvgElement::Path { d: "m4.929 4.929.707.707" },
StaticSvgElement::Path { d: "M12 12v6" },
];
/// Static elements for SkipBack icon
static SKIPBACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",
},
StaticSvgElement::Path { d: "M3 20V4" },
];
/// Static elements for SkipForward icon
static SKIPFORWARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 4v16" },
StaticSvgElement::Path {
d: "M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",
},
];
/// Static elements for Skull icon
static SKULL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m12.5 17-.5-1-.5 1h1z" },
StaticSvgElement::Path {
d: "M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",
},
StaticSvgElement::Circle { cx: "15", cy: "12", r: "1" },
StaticSvgElement::Circle { cx: "9", cy: "12", r: "1" },
];
/// Static elements for Slack icon
static SLACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "13", y: "2", width: "3", height: "8", rx: Some("1.5"), ry: None },
StaticSvgElement::Path { d: "M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5" },
StaticSvgElement::Rect { x: "8", y: "14", width: "3", height: "8", rx: Some("1.5"), ry: None },
StaticSvgElement::Path { d: "M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5" },
StaticSvgElement::Rect { x: "14", y: "13", width: "8", height: "3", rx: Some("1.5"), ry: None },
StaticSvgElement::Path { d: "M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5" },
StaticSvgElement::Rect { x: "2", y: "8", width: "8", height: "3", rx: Some("1.5"), ry: None },
StaticSvgElement::Path { d: "M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5" },
];
/// Static elements for Slash icon
static SLASH_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M22 2 2 22" }];
/// Static elements for Slice icon
static SLICE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14",
}];
/// Static elements for SlidersHorizontal icon
static SLIDERSHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "21", y1: "4", x2: "14", y2: "4" },
StaticSvgElement::Line { x1: "10", y1: "4", x2: "3", y2: "4" },
StaticSvgElement::Line { x1: "21", y1: "12", x2: "12", y2: "12" },
StaticSvgElement::Line { x1: "8", y1: "12", x2: "3", y2: "12" },
StaticSvgElement::Line { x1: "21", y1: "20", x2: "16", y2: "20" },
StaticSvgElement::Line { x1: "12", y1: "20", x2: "3", y2: "20" },
StaticSvgElement::Line { x1: "14", y1: "2", x2: "14", y2: "6" },
StaticSvgElement::Line { x1: "8", y1: "10", x2: "8", y2: "14" },
StaticSvgElement::Line { x1: "16", y1: "18", x2: "16", y2: "22" },
];
/// Static elements for SlidersVertical icon
static SLIDERSVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "4", y1: "21", x2: "4", y2: "14" },
StaticSvgElement::Line { x1: "4", y1: "10", x2: "4", y2: "3" },
StaticSvgElement::Line { x1: "12", y1: "21", x2: "12", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "8", x2: "12", y2: "3" },
StaticSvgElement::Line { x1: "20", y1: "21", x2: "20", y2: "16" },
StaticSvgElement::Line { x1: "20", y1: "12", x2: "20", y2: "3" },
StaticSvgElement::Line { x1: "2", y1: "14", x2: "6", y2: "14" },
StaticSvgElement::Line { x1: "10", y1: "8", x2: "14", y2: "8" },
StaticSvgElement::Line { x1: "18", y1: "16", x2: "22", y2: "16" },
];
/// Static elements for Smartphone icon
static SMARTPHONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "2", width: "14", height: "20", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M12 18h.01" },
];
/// Static elements for SmartphoneCharging icon
static SMARTPHONECHARGING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "2", width: "14", height: "20", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M12.667 8 10 12h4l-2.667 4" },
];
/// Static elements for SmartphoneNfc icon
static SMARTPHONENFC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "6", width: "7", height: "12", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M13 8.32a7.43 7.43 0 0 1 0 7.36" },
StaticSvgElement::Path { d: "M16.46 6.21a11.76 11.76 0 0 1 0 11.58" },
StaticSvgElement::Path { d: "M19.91 4.1a15.91 15.91 0 0 1 .01 15.8" },
];
/// Static elements for Smile icon
static SMILE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Path { d: "M8 14s1.5 2 4 2 4-2 4-2" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "9.01", y2: "9" },
StaticSvgElement::Line { x1: "15", y1: "9", x2: "15.01", y2: "9" },
];
/// Static elements for SmilePlus icon
static SMILEPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 11v1a10 10 0 1 1-9-10" },
StaticSvgElement::Path { d: "M8 14s1.5 2 4 2 4-2 4-2" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "9.01", y2: "9" },
StaticSvgElement::Line { x1: "15", y1: "9", x2: "15.01", y2: "9" },
StaticSvgElement::Path { d: "M16 5h6" },
StaticSvgElement::Path { d: "M19 2v6" },
];
/// Static elements for Snail icon
static SNAIL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0" },
StaticSvgElement::Circle { cx: "10", cy: "13", r: "8" },
StaticSvgElement::Path { d: "M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6" },
StaticSvgElement::Path { d: "M18 3 19.1 5.2" },
StaticSvgElement::Path { d: "M22 3 20.9 5.2" },
];
/// Static elements for Snowflake icon
static SNOWFLAKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10 20-1.25-2.5L6 18" },
StaticSvgElement::Path { d: "M10 4 8.75 6.5 6 6" },
StaticSvgElement::Path { d: "m14 20 1.25-2.5L18 18" },
StaticSvgElement::Path { d: "m14 4 1.25 2.5L18 6" },
StaticSvgElement::Path { d: "m17 21-3-6h-4" },
StaticSvgElement::Path { d: "m17 3-3 6 1.5 3" },
StaticSvgElement::Path { d: "M2 12h6.5L10 9" },
StaticSvgElement::Path { d: "m20 10-1.5 2 1.5 2" },
StaticSvgElement::Path { d: "M22 12h-6.5L14 15" },
StaticSvgElement::Path { d: "m4 10 1.5 2L4 14" },
StaticSvgElement::Path { d: "m7 21 3-6-1.5-3" },
StaticSvgElement::Path { d: "m7 3 3 6h4" },
];
/// Static elements for SoapDispenserDroplet icon
static SOAPDISPENSERDROPLET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.5 2v4" },
StaticSvgElement::Path { d: "M14 2H7a2 2 0 0 0-2 2" },
StaticSvgElement::Path {
d: "M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19",
},
StaticSvgElement::Path { d: "M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3" },
];
/// Static elements for Sofa icon
static SOFA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3" },
StaticSvgElement::Path {
d: "M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",
},
StaticSvgElement::Path { d: "M4 18v2" },
StaticSvgElement::Path { d: "M20 18v2" },
StaticSvgElement::Path { d: "M12 4v9" },
];
/// Static elements for Soup icon
static SOUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z" },
StaticSvgElement::Path { d: "M7 21h10" },
StaticSvgElement::Path { d: "M19.5 12 22 6" },
StaticSvgElement::Path { d: "M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62" },
StaticSvgElement::Path { d: "M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62" },
StaticSvgElement::Path { d: "M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62" },
];
/// Static elements for Space icon
static SPACE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1" }];
/// Static elements for Spade icon
static SPADE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",
},
StaticSvgElement::Path { d: "M12 18v4" },
];
/// Static elements for Sparkle icon
static SPARKLE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",
}];
/// Static elements for Sparkles icon
static SPARKLES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",
},
StaticSvgElement::Path { d: "M20 2v4" },
StaticSvgElement::Path { d: "M22 4h-4" },
StaticSvgElement::Circle { cx: "4", cy: "20", r: "2" },
];
/// Static elements for Speaker icon
static SPEAKER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 6h.01" },
StaticSvgElement::Circle { cx: "12", cy: "14", r: "4" },
StaticSvgElement::Path { d: "M12 14h.01" },
];
/// Static elements for Speech icon
static SPEECH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",
},
StaticSvgElement::Path { d: "M19.8 17.8a7.5 7.5 0 0 0 .003-10.603" },
StaticSvgElement::Path { d: "M17 15a3.5 3.5 0 0 0-.025-4.975" },
];
/// Static elements for SpellCheck icon
static SPELLCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m6 16 6-12 6 12" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path { d: "m16 20 2 2 4-4" },
];
/// Static elements for SpellCheck2 icon
static SPELLCHECK2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m6 16 6-12 6 12" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path {
d: "M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",
},
];
/// Static elements for Spline icon
static SPLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "19", cy: "5", r: "2" },
StaticSvgElement::Circle { cx: "5", cy: "19", r: "2" },
StaticSvgElement::Path { d: "M5 17A12 12 0 0 1 17 5" },
];
/// Static elements for SplinePointer icon
static SPLINEPOINTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",
},
StaticSvgElement::Path { d: "M5 17A12 12 0 0 1 17 5" },
StaticSvgElement::Circle { cx: "19", cy: "5", r: "2" },
StaticSvgElement::Circle { cx: "5", cy: "19", r: "2" },
];
/// Static elements for Split icon
static SPLIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 3h5v5" },
StaticSvgElement::Path { d: "M8 3H3v5" },
StaticSvgElement::Path { d: "M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3" },
StaticSvgElement::Path { d: "m15 9 6-6" },
];
/// Static elements for Spool icon
static SPOOL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66",
},
StaticSvgElement::Path {
d: "m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178",
},
];
/// Static elements for Spotlight icon
static SPOTLIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15.295 19.562 16 22" },
StaticSvgElement::Path { d: "m17 16 3.758 2.098" },
StaticSvgElement::Path { d: "m19 12.5 3.026-.598" },
StaticSvgElement::Path {
d: "M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z",
},
StaticSvgElement::Path { d: "M8 9V2" },
];
/// Static elements for SprayCan icon
static SPRAYCAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 3h.01" },
StaticSvgElement::Path { d: "M7 5h.01" },
StaticSvgElement::Path { d: "M11 7h.01" },
StaticSvgElement::Path { d: "M3 7h.01" },
StaticSvgElement::Path { d: "M7 9h.01" },
StaticSvgElement::Path { d: "M3 11h.01" },
StaticSvgElement::Rect { x: "15", y: "5", width: "4", height: "4", rx: None, ry: None },
StaticSvgElement::Path { d: "m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2" },
StaticSvgElement::Path { d: "m13 14 8-2" },
StaticSvgElement::Path { d: "m13 19 8-2" },
];
/// Static elements for Sprout icon
static SPROUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3",
},
StaticSvgElement::Path { d: "M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4" },
StaticSvgElement::Path { d: "M5 21h14" },
];
/// Static elements for Square icon
static SQUARE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None }];
/// Static elements for SquareActivity icon
static SQUAREACTIVITY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M17 12h-2l-2 5-2-10-2 5H7" },
];
/// Static elements for SquareArrowDown icon
static SQUAREARROWDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 8v8" },
StaticSvgElement::Path { d: "m8 12 4 4 4-4" },
];
/// Static elements for SquareArrowDownLeft icon
static SQUAREARROWDOWNLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m16 8-8 8" },
StaticSvgElement::Path { d: "M16 16H8V8" },
];
/// Static elements for SquareArrowDownRight icon
static SQUAREARROWDOWNRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m8 8 8 8" },
StaticSvgElement::Path { d: "M16 8v8H8" },
];
/// Static elements for SquareArrowLeft icon
static SQUAREARROWLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m12 8-4 4 4 4" },
StaticSvgElement::Path { d: "M16 12H8" },
];
/// Static elements for SquareArrowOutDownLeft icon
static SQUAREARROWOUTDOWNLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6" },
StaticSvgElement::Path { d: "m3 21 9-9" },
StaticSvgElement::Path { d: "M9 21H3v-6" },
];
/// Static elements for SquareArrowOutDownRight icon
static SQUAREARROWOUTDOWNRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" },
StaticSvgElement::Path { d: "m21 21-9-9" },
StaticSvgElement::Path { d: "M21 15v6h-6" },
];
/// Static elements for SquareArrowOutUpLeft icon
static SQUAREARROWOUTUPLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6" },
StaticSvgElement::Path { d: "m3 3 9 9" },
StaticSvgElement::Path { d: "M3 9V3h6" },
];
/// Static elements for SquareArrowOutUpRight icon
static SQUAREARROWOUTUPRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6" },
StaticSvgElement::Path { d: "m21 3-9 9" },
StaticSvgElement::Path { d: "M15 3h6v6" },
];
/// Static elements for SquareArrowRight icon
static SQUAREARROWRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path { d: "m12 16 4-4-4-4" },
];
/// Static elements for SquareArrowUp icon
static SQUAREARROWUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m16 12-4-4-4 4" },
StaticSvgElement::Path { d: "M12 16V8" },
];
/// Static elements for SquareArrowUpLeft icon
static SQUAREARROWUPLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 16V8h8" },
StaticSvgElement::Path { d: "M16 16 8 8" },
];
/// Static elements for SquareArrowUpRight icon
static SQUAREARROWUPRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 8h8v8" },
StaticSvgElement::Path { d: "m8 16 8-8" },
];
/// Static elements for SquareAsterisk icon
static SQUAREASTERISK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 8v8" },
StaticSvgElement::Path { d: "m8.5 14 7-4" },
StaticSvgElement::Path { d: "m8.5 10 7 4" },
];
/// Static elements for SquareBottomDashedScissors icon
static SQUAREBOTTOMDASHEDSCISSORS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M10 22H8" },
StaticSvgElement::Path { d: "M16 22h-2" },
StaticSvgElement::Circle { cx: "8", cy: "8", r: "2" },
StaticSvgElement::Path { d: "M9.414 9.414 12 12" },
StaticSvgElement::Path { d: "M14.8 14.8 18 18" },
StaticSvgElement::Circle { cx: "8", cy: "16", r: "2" },
StaticSvgElement::Path { d: "m18 6-8.586 8.586" },
];
/// Static elements for SquareChartGantt icon
static SQUARECHARTGANTT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 8h7" },
StaticSvgElement::Path { d: "M8 12h6" },
StaticSvgElement::Path { d: "M11 16h5" },
];
/// Static elements for SquareCheck icon
static SQUARECHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m9 12 2 2 4-4" },
];
/// Static elements for SquareCheckBig icon
static SQUARECHECKBIG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" },
StaticSvgElement::Path { d: "m9 11 3 3L22 4" },
];
/// Static elements for SquareChevronDown icon
static SQUARECHEVRONDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m16 10-4 4-4-4" },
];
/// Static elements for SquareChevronLeft icon
static SQUARECHEVRONLEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m14 16-4-4 4-4" },
];
/// Static elements for SquareChevronRight icon
static SQUARECHEVRONRIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m10 8 4 4-4 4" },
];
/// Static elements for SquareChevronUp icon
static SQUARECHEVRONUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m8 14 4-4 4 4" },
];
/// Static elements for SquareCode icon
static SQUARECODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10 9-3 3 3 3" },
StaticSvgElement::Path { d: "m14 15 3-3-3-3" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for SquareDashed icon
static SQUAREDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 3a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M19 3a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M21 19a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M5 21a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M9 3h1" },
StaticSvgElement::Path { d: "M9 21h1" },
StaticSvgElement::Path { d: "M14 3h1" },
StaticSvgElement::Path { d: "M14 21h1" },
StaticSvgElement::Path { d: "M3 9v1" },
StaticSvgElement::Path { d: "M21 9v1" },
StaticSvgElement::Path { d: "M3 14v1" },
StaticSvgElement::Path { d: "M21 14v1" },
];
/// Static elements for SquareDashedBottom icon
static SQUAREDASHEDBOTTOM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M9 21h1" },
StaticSvgElement::Path { d: "M14 21h1" },
];
/// Static elements for SquareDashedBottomCode icon
static SQUAREDASHEDBOTTOMCODE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 9.5 8 12l2 2.5" },
StaticSvgElement::Path { d: "M14 21h1" },
StaticSvgElement::Path { d: "m14 9.5 2 2.5-2 2.5" },
StaticSvgElement::Path { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M9 21h1" },
];
/// Static elements for SquareDashedKanban icon
static SQUAREDASHEDKANBAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 7v7" },
StaticSvgElement::Path { d: "M12 7v4" },
StaticSvgElement::Path { d: "M16 7v9" },
StaticSvgElement::Path { d: "M5 3a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M9 3h1" },
StaticSvgElement::Path { d: "M14 3h1" },
StaticSvgElement::Path { d: "M19 3a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M21 9v1" },
StaticSvgElement::Path { d: "M21 14v1" },
StaticSvgElement::Path { d: "M21 19a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M14 21h1" },
StaticSvgElement::Path { d: "M9 21h1" },
StaticSvgElement::Path { d: "M5 21a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M3 14v1" },
StaticSvgElement::Path { d: "M3 9v1" },
];
/// Static elements for SquareDashedMousePointer icon
static SQUAREDASHEDMOUSEPOINTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",
},
StaticSvgElement::Path { d: "M5 3a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M19 3a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M5 21a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M9 3h1" },
StaticSvgElement::Path { d: "M9 21h2" },
StaticSvgElement::Path { d: "M14 3h1" },
StaticSvgElement::Path { d: "M3 9v1" },
StaticSvgElement::Path { d: "M21 9v2" },
StaticSvgElement::Path { d: "M3 14v1" },
];
/// Static elements for SquareDashedTopSolid icon
static SQUAREDASHEDTOPSOLID_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 21h1" },
StaticSvgElement::Path { d: "M21 14v1" },
StaticSvgElement::Path { d: "M21 19a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M21 9v1" },
StaticSvgElement::Path { d: "M3 14v1" },
StaticSvgElement::Path { d: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M3 9v1" },
StaticSvgElement::Path { d: "M5 21a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M9 21h1" },
];
/// Static elements for SquareDivide icon
static SQUAREDIVIDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Line { x1: "8", y1: "12", x2: "16", y2: "12" },
StaticSvgElement::Line { x1: "12", y1: "16", x2: "12", y2: "16" },
StaticSvgElement::Line { x1: "12", y1: "8", x2: "12", y2: "8" },
];
/// Static elements for SquareDot icon
static SQUAREDOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
];
/// Static elements for SquareEqual icon
static SQUAREEQUAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 10h10" },
StaticSvgElement::Path { d: "M7 14h10" },
];
/// Static elements for SquareFunction icon
static SQUAREFUNCTION_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3" },
StaticSvgElement::Path { d: "M9 11.2h5.7" },
];
/// Static elements for SquareKanban icon
static SQUAREKANBAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 7v7" },
StaticSvgElement::Path { d: "M12 7v4" },
StaticSvgElement::Path { d: "M16 7v9" },
];
/// Static elements for SquareLibrary icon
static SQUARELIBRARY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 7v10" },
StaticSvgElement::Path { d: "M11 7v10" },
StaticSvgElement::Path { d: "m15 7 2 10" },
];
/// Static elements for SquareM icon
static SQUAREM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 16V8l4 4 4-4v8" },
];
/// Static elements for SquareMenu icon
static SQUAREMENU_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 8h10" },
StaticSvgElement::Path { d: "M7 12h10" },
StaticSvgElement::Path { d: "M7 16h10" },
];
/// Static elements for SquareMinus icon
static SQUAREMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 12h8" },
];
/// Static elements for SquareMousePointer icon
static SQUAREMOUSEPOINTER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",
},
StaticSvgElement::Path { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" },
];
/// Static elements for SquareParking icon
static SQUAREPARKING_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M9 17V7h4a3 3 0 0 1 0 6H9" },
];
/// Static elements for SquareParkingOff icon
static SQUAREPARKINGOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41" },
StaticSvgElement::Path { d: "M3 8.7V19a2 2 0 0 0 2 2h10.3" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M13 13a3 3 0 1 0 0-6H9v2" },
StaticSvgElement::Path { d: "M9 17v-2.3" },
];
/// Static elements for SquarePause icon
static SQUAREPAUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Line { x1: "10", y1: "15", x2: "10", y2: "9" },
StaticSvgElement::Line { x1: "14", y1: "15", x2: "14", y2: "9" },
];
/// Static elements for SquarePen icon
static SQUAREPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" },
StaticSvgElement::Path {
d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",
},
];
/// Static elements for SquarePercent icon
static SQUAREPERCENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path { d: "M9 9h.01" },
StaticSvgElement::Path { d: "M15 15h.01" },
];
/// Static elements for SquarePi icon
static SQUAREPI_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 7h10" },
StaticSvgElement::Path { d: "M10 7v10" },
StaticSvgElement::Path { d: "M16 17a2 2 0 0 1-2-2V7" },
];
/// Static elements for SquarePilcrow icon
static SQUAREPILCROW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M12 12H9.5a2.5 2.5 0 0 1 0-5H17" },
StaticSvgElement::Path { d: "M12 7v10" },
StaticSvgElement::Path { d: "M16 7v10" },
];
/// Static elements for SquarePlay icon
static SQUAREPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path {
d: "M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",
},
];
/// Static elements for SquarePlus icon
static SQUAREPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Path { d: "M12 8v8" },
];
/// Static elements for SquarePower icon
static SQUAREPOWER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 7v4" },
StaticSvgElement::Path { d: "M7.998 9.003a5 5 0 1 0 8-.005" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for SquareRadical icon
static SQUARERADICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 12h2l2 5 2-10h4" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for SquareRoundCorner icon
static SQUAREROUNDCORNER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 11a8 8 0 0 0-8-8" },
StaticSvgElement::Path { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" },
];
/// Static elements for SquareScissors icon
static SQUARESCISSORS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "2", width: "20", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "8", cy: "8", r: "2" },
StaticSvgElement::Path { d: "M9.414 9.414 12 12" },
StaticSvgElement::Path { d: "M14.8 14.8 18 18" },
StaticSvgElement::Circle { cx: "8", cy: "16", r: "2" },
StaticSvgElement::Path { d: "m18 6-8.586 8.586" },
];
/// Static elements for SquareSigma icon
static SQUARESIGMA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M16 8.9V7H8l4 5-4 5h8v-1.9" },
];
/// Static elements for SquareSlash icon
static SQUARESLASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Line { x1: "9", y1: "15", x2: "15", y2: "9" },
];
/// Static elements for SquareSplitHorizontal icon
static SQUARESPLITHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3" },
StaticSvgElement::Path { d: "M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3" },
StaticSvgElement::Line { x1: "12", y1: "4", x2: "12", y2: "20" },
];
/// Static elements for SquareSplitVertical icon
static SQUARESPLITVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3" },
StaticSvgElement::Path { d: "M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3" },
StaticSvgElement::Line { x1: "4", y1: "12", x2: "20", y2: "12" },
];
/// Static elements for SquareSquare icon
static SQUARESQUARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "8", y: "8", width: "8", height: "8", rx: Some("1"), ry: None },
];
/// Static elements for SquareStack icon
static SQUARESTACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2" },
StaticSvgElement::Path { d: "M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2" },
StaticSvgElement::Rect { x: "14", y: "14", width: "8", height: "8", rx: Some("2"), ry: None },
];
/// Static elements for SquareStop icon
static SQUARESTOP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "9", y: "9", width: "6", height: "6", rx: Some("1"), ry: None },
];
/// Static elements for SquareTerminal icon
static SQUARETERMINAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m7 11 2-2-2-2" },
StaticSvgElement::Path { d: "M11 13h4" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
];
/// Static elements for SquareUser icon
static SQUAREUSER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
StaticSvgElement::Path { d: "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" },
];
/// Static elements for SquareUserRound icon
static SQUAREUSERROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 21a6 6 0 0 0-12 0" },
StaticSvgElement::Circle { cx: "12", cy: "11", r: "4" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for SquareX icon
static SQUAREX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path { d: "m9 9 6 6" },
];
/// Static elements for SquaresExclude icon
static SQUARESEXCLUDE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0",
},
StaticSvgElement::Path {
d: "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2",
},
];
/// Static elements for SquaresIntersect icon
static SQUARESINTERSECT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 22a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M14 2a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M16 22h-2" },
StaticSvgElement::Path { d: "M2 10V8" },
StaticSvgElement::Path { d: "M2 4a2 2 0 0 1 2-2" },
StaticSvgElement::Path { d: "M20 8a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M22 14v2" },
StaticSvgElement::Path { d: "M22 20a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M4 16a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" },
StaticSvgElement::Path { d: "M8 2h2" },
];
/// Static elements for SquaresSubtract icon
static SQUARESSUBTRACT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 22a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M16 22h-2" },
StaticSvgElement::Path {
d: "M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z",
},
StaticSvgElement::Path { d: "M20 8a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M22 14v2" },
StaticSvgElement::Path { d: "M22 20a2 2 0 0 1-2 2" },
];
/// Static elements for SquaresUnite icon
static SQUARESUNITE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z",
}];
/// Static elements for Squircle icon
static SQUIRCLE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9" }];
/// Static elements for SquircleDashed icon
static SQUIRCLEDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13.77 3.043a34 34 0 0 0-3.54 0" },
StaticSvgElement::Path { d: "M13.771 20.956a33 33 0 0 1-3.541.001" },
StaticSvgElement::Path { d: "M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44" },
StaticSvgElement::Path { d: "M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438" },
StaticSvgElement::Path { d: "M20.957 10.23a33 33 0 0 1 0 3.54" },
StaticSvgElement::Path { d: "M3.043 10.23a34 34 0 0 0 .001 3.541" },
StaticSvgElement::Path { d: "M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438" },
StaticSvgElement::Path { d: "M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44" },
];
/// Static elements for Squirrel icon
static SQUIRREL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15.236 22a3 3 0 0 0-2.2-5" },
StaticSvgElement::Path { d: "M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4" },
StaticSvgElement::Path { d: "M18 13h.01" },
StaticSvgElement::Path {
d: "M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",
},
];
/// Static elements for Stamp icon
static STAMP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13" },
StaticSvgElement::Path {
d: "M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z",
},
StaticSvgElement::Path { d: "M5 22h14" },
];
/// Static elements for Star icon
static STAR_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",
}];
/// Static elements for StarHalf icon
static STARHALF_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2",
}];
/// Static elements for StarOff icon
static STAROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43" },
StaticSvgElement::Path { d: "M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for StepBack icon
static STEPBACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",
},
StaticSvgElement::Path { d: "M21 20V4" },
];
/// Static elements for StepForward icon
static STEPFORWARD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",
},
StaticSvgElement::Path { d: "M3 4v16" },
];
/// Static elements for Stethoscope icon
static STETHOSCOPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 2v2" },
StaticSvgElement::Path { d: "M5 2v2" },
StaticSvgElement::Path { d: "M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1" },
StaticSvgElement::Path { d: "M8 15a6 6 0 0 0 12 0v-3" },
StaticSvgElement::Circle { cx: "20", cy: "10", r: "2" },
];
/// Static elements for Sticker icon
static STICKER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" },
StaticSvgElement::Path { d: "M14 3v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Path { d: "M8 13h.01" },
StaticSvgElement::Path { d: "M16 13h.01" },
StaticSvgElement::Path { d: "M10 16s.8 1 2 1c1.3 0 2-1 2-1" },
];
/// Static elements for StickyNote icon
static STICKYNOTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z" },
StaticSvgElement::Path { d: "M15 3v4a2 2 0 0 0 2 2h4" },
];
/// Static elements for Store icon
static STORE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" },
StaticSvgElement::Path { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" },
StaticSvgElement::Path { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" },
StaticSvgElement::Path { d: "M2 7h20" },
StaticSvgElement::Path {
d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",
},
];
/// Static elements for StretchHorizontal icon
static STRETCHHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "6", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "2", y: "14", width: "20", height: "6", rx: Some("2"), ry: None },
];
/// Static elements for StretchVertical icon
static STRETCHVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "2", width: "6", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Rect { x: "14", y: "2", width: "6", height: "20", rx: Some("2"), ry: None },
];
/// Static elements for Strikethrough icon
static STRIKETHROUGH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 4H9a3 3 0 0 0-2.83 4" },
StaticSvgElement::Path { d: "M14 12a4 4 0 0 1 0 8H6" },
StaticSvgElement::Line { x1: "4", y1: "12", x2: "20", y2: "12" },
];
/// Static elements for Subscript icon
static SUBSCRIPT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m4 5 8 8" },
StaticSvgElement::Path { d: "m12 5-8 8" },
StaticSvgElement::Path {
d: "M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",
},
];
/// Static elements for Sun icon
static SUN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "M12 20v2" },
StaticSvgElement::Path { d: "m4.93 4.93 1.41 1.41" },
StaticSvgElement::Path { d: "m17.66 17.66 1.41 1.41" },
StaticSvgElement::Path { d: "M2 12h2" },
StaticSvgElement::Path { d: "M20 12h2" },
StaticSvgElement::Path { d: "m6.34 17.66-1.41 1.41" },
StaticSvgElement::Path { d: "m19.07 4.93-1.41 1.41" },
];
/// Static elements for SunDim icon
static SUNDIM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
StaticSvgElement::Path { d: "M12 4h.01" },
StaticSvgElement::Path { d: "M20 12h.01" },
StaticSvgElement::Path { d: "M12 20h.01" },
StaticSvgElement::Path { d: "M4 12h.01" },
StaticSvgElement::Path { d: "M17.657 6.343h.01" },
StaticSvgElement::Path { d: "M17.657 17.657h.01" },
StaticSvgElement::Path { d: "M6.343 17.657h.01" },
StaticSvgElement::Path { d: "M6.343 6.343h.01" },
];
/// Static elements for SunMedium icon
static SUNMEDIUM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
StaticSvgElement::Path { d: "M12 3v1" },
StaticSvgElement::Path { d: "M12 20v1" },
StaticSvgElement::Path { d: "M3 12h1" },
StaticSvgElement::Path { d: "M20 12h1" },
StaticSvgElement::Path { d: "m18.364 5.636-.707.707" },
StaticSvgElement::Path { d: "m6.343 17.657-.707.707" },
StaticSvgElement::Path { d: "m5.636 5.636.707.707" },
StaticSvgElement::Path { d: "m17.657 17.657.707.707" },
];
/// Static elements for SunMoon icon
static SUNMOON_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "M13 8.129A4 4 0 0 1 15.873 11" },
StaticSvgElement::Path { d: "m19 5-1.256 1.256" },
StaticSvgElement::Path { d: "M20 12h2" },
StaticSvgElement::Path { d: "M9 8a5 5 0 1 0 7 7 7 7 0 1 1-7-7" },
];
/// Static elements for SunSnow icon
static SUNSNOW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 21v-1" },
StaticSvgElement::Path { d: "M10 4V3" },
StaticSvgElement::Path { d: "M10 9a3 3 0 0 0 0 6" },
StaticSvgElement::Path { d: "m14 20 1.25-2.5L18 18" },
StaticSvgElement::Path { d: "m14 4 1.25 2.5L18 6" },
StaticSvgElement::Path { d: "m17 21-3-6 1.5-3H22" },
StaticSvgElement::Path { d: "m17 3-3 6 1.5 3" },
StaticSvgElement::Path { d: "M2 12h1" },
StaticSvgElement::Path { d: "m20 10-1.5 2 1.5 2" },
StaticSvgElement::Path { d: "m3.64 18.36.7-.7" },
StaticSvgElement::Path { d: "m4.34 6.34-.7-.7" },
];
/// Static elements for Sunrise icon
static SUNRISE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v8" },
StaticSvgElement::Path { d: "m4.93 10.93 1.41 1.41" },
StaticSvgElement::Path { d: "M2 18h2" },
StaticSvgElement::Path { d: "M20 18h2" },
StaticSvgElement::Path { d: "m19.07 10.93-1.41 1.41" },
StaticSvgElement::Path { d: "M22 22H2" },
StaticSvgElement::Path { d: "m8 6 4-4 4 4" },
StaticSvgElement::Path { d: "M16 18a4 4 0 0 0-8 0" },
];
/// Static elements for Sunset icon
static SUNSET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 10V2" },
StaticSvgElement::Path { d: "m4.93 10.93 1.41 1.41" },
StaticSvgElement::Path { d: "M2 18h2" },
StaticSvgElement::Path { d: "M20 18h2" },
StaticSvgElement::Path { d: "m19.07 10.93-1.41 1.41" },
StaticSvgElement::Path { d: "M22 22H2" },
StaticSvgElement::Path { d: "m16 6-4 4-4-4" },
StaticSvgElement::Path { d: "M16 18a4 4 0 0 0-8 0" },
];
/// Static elements for Superscript icon
static SUPERSCRIPT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m4 19 8-8" },
StaticSvgElement::Path { d: "m12 19-8-8" },
StaticSvgElement::Path {
d: "M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",
},
];
/// Static elements for SwatchBook icon
static SWATCHBOOK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z" },
StaticSvgElement::Path { d: "M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7" },
StaticSvgElement::Path { d: "M 7 17h.01" },
StaticSvgElement::Path { d: "m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8" },
];
/// Static elements for SwissFranc icon
static SWISSFRANC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 21V3h8" },
StaticSvgElement::Path { d: "M6 16h9" },
StaticSvgElement::Path { d: "M10 9.5h7" },
];
/// Static elements for SwitchCamera icon
static SWITCHCAMERA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5" },
StaticSvgElement::Path { d: "M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "3" },
StaticSvgElement::Path { d: "m18 22-3-3 3-3" },
StaticSvgElement::Path { d: "m6 2 3 3-3 3" },
];
/// Static elements for Sword icon
static SWORD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Polyline { points: "14.5 17.5 3 6 3 3 6 3 17.5 14.5" },
StaticSvgElement::Line { x1: "13", y1: "19", x2: "19", y2: "13" },
StaticSvgElement::Line { x1: "16", y1: "16", x2: "20", y2: "20" },
StaticSvgElement::Line { x1: "19", y1: "21", x2: "21", y2: "19" },
];
/// Static elements for Swords icon
static SWORDS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Polyline { points: "14.5 17.5 3 6 3 3 6 3 17.5 14.5" },
StaticSvgElement::Line { x1: "13", y1: "19", x2: "19", y2: "13" },
StaticSvgElement::Line { x1: "16", y1: "16", x2: "20", y2: "20" },
StaticSvgElement::Line { x1: "19", y1: "21", x2: "21", y2: "19" },
StaticSvgElement::Polyline { points: "14.5 6.5 18 3 21 3 21 6 17.5 9.5" },
StaticSvgElement::Line { x1: "5", y1: "14", x2: "9", y2: "18" },
StaticSvgElement::Line { x1: "7", y1: "17", x2: "4", y2: "20" },
StaticSvgElement::Line { x1: "3", y1: "19", x2: "5", y2: "21" },
];
/// Static elements for Syringe icon
static SYRINGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m18 2 4 4" },
StaticSvgElement::Path { d: "m17 7 3-3" },
StaticSvgElement::Path { d: "M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5" },
StaticSvgElement::Path { d: "m9 11 4 4" },
StaticSvgElement::Path { d: "m5 19-3 3" },
StaticSvgElement::Path { d: "m14 4 6 6" },
];
/// Static elements for Table icon
static TABLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v18" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Path { d: "M3 15h18" },
];
/// Static elements for Table2 icon
static TABLE2_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",
}];
/// Static elements for TableCellsMerge icon
static TABLECELLSMERGE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 21v-6" },
StaticSvgElement::Path { d: "M12 9V3" },
StaticSvgElement::Path { d: "M3 15h18" },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for TableCellsSplit icon
static TABLECELLSSPLIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 15V9" },
StaticSvgElement::Path { d: "M3 15h18" },
StaticSvgElement::Path { d: "M3 9h18" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
];
/// Static elements for TableColumnsSplit icon
static TABLECOLUMNSSPLIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 14v2" },
StaticSvgElement::Path { d: "M14 20v2" },
StaticSvgElement::Path { d: "M14 2v2" },
StaticSvgElement::Path { d: "M14 8v2" },
StaticSvgElement::Path { d: "M2 15h8" },
StaticSvgElement::Path { d: "M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2" },
StaticSvgElement::Path { d: "M2 9h8" },
StaticSvgElement::Path { d: "M22 15h-4" },
StaticSvgElement::Path { d: "M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2" },
StaticSvgElement::Path { d: "M22 9h-4" },
StaticSvgElement::Path { d: "M5 3v18" },
];
/// Static elements for TableOfContents icon
static TABLEOFCONTENTS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 12H3" },
StaticSvgElement::Path { d: "M16 18H3" },
StaticSvgElement::Path { d: "M16 6H3" },
StaticSvgElement::Path { d: "M21 12h.01" },
StaticSvgElement::Path { d: "M21 18h.01" },
StaticSvgElement::Path { d: "M21 6h.01" },
];
/// Static elements for TableProperties icon
static TABLEPROPERTIES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 3v18" },
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M21 9H3" },
StaticSvgElement::Path { d: "M21 15H3" },
];
/// Static elements for TableRowsSplit icon
static TABLEROWSSPLIT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 10h2" },
StaticSvgElement::Path { d: "M15 22v-8" },
StaticSvgElement::Path { d: "M15 2v4" },
StaticSvgElement::Path { d: "M2 10h2" },
StaticSvgElement::Path { d: "M20 10h2" },
StaticSvgElement::Path { d: "M3 19h18" },
StaticSvgElement::Path { d: "M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6" },
StaticSvgElement::Path { d: "M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2" },
StaticSvgElement::Path { d: "M8 10h2" },
StaticSvgElement::Path { d: "M9 22v-8" },
StaticSvgElement::Path { d: "M9 2v4" },
];
/// Static elements for Tablet icon
static TABLET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "2", width: "16", height: "20", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Line { x1: "12", y1: "18", x2: "12.01", y2: "18" },
];
/// Static elements for TabletSmartphone icon
static TABLETSMARTPHONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "8", width: "10", height: "14", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4" },
StaticSvgElement::Path { d: "M8 18h.01" },
];
/// Static elements for Tablets icon
static TABLETS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "7", cy: "7", r: "5" },
StaticSvgElement::Circle { cx: "17", cy: "17", r: "5" },
StaticSvgElement::Path { d: "M12 17h10" },
StaticSvgElement::Path { d: "m3.46 10.54 7.08-7.08" },
];
/// Static elements for Tag icon
static TAG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",
},
StaticSvgElement::Circle { cx: "7.5", cy: "7.5", r: ".5" },
];
/// Static elements for Tags icon
static TAGS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" },
StaticSvgElement::Path {
d: "M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",
},
StaticSvgElement::Circle { cx: "6.5", cy: "9.5", r: ".5" },
];
/// Static elements for Tally1 icon
static TALLY1_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M4 4v16" }];
/// Static elements for Tally2 icon
static TALLY2_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M4 4v16" }, StaticSvgElement::Path { d: "M9 4v16" }];
/// Static elements for Tally3 icon
static TALLY3_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 4v16" },
StaticSvgElement::Path { d: "M9 4v16" },
StaticSvgElement::Path { d: "M14 4v16" },
];
/// Static elements for Tally4 icon
static TALLY4_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 4v16" },
StaticSvgElement::Path { d: "M9 4v16" },
StaticSvgElement::Path { d: "M14 4v16" },
StaticSvgElement::Path { d: "M19 4v16" },
];
/// Static elements for Tally5 icon
static TALLY5_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M4 4v16" },
StaticSvgElement::Path { d: "M9 4v16" },
StaticSvgElement::Path { d: "M14 4v16" },
StaticSvgElement::Path { d: "M19 4v16" },
StaticSvgElement::Path { d: "M22 6 2 18" },
];
/// Static elements for Tangent icon
static TANGENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "17", cy: "4", r: "2" },
StaticSvgElement::Path { d: "M15.59 5.41 5.41 15.59" },
StaticSvgElement::Circle { cx: "4", cy: "17", r: "2" },
StaticSvgElement::Path { d: "M12 22s-4-9-1.5-11.5S22 12 22 12" },
];
/// Static elements for Target icon
static TARGET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "6" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for Telescope icon
static TELESCOPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",
},
StaticSvgElement::Path { d: "m13.56 11.747 4.332-.924" },
StaticSvgElement::Path { d: "m16 21-3.105-6.21" },
StaticSvgElement::Path {
d: "M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",
},
StaticSvgElement::Path { d: "m6.158 8.633 1.114 4.456" },
StaticSvgElement::Path { d: "m8 21 3.105-6.21" },
StaticSvgElement::Circle { cx: "12", cy: "13", r: "2" },
];
/// Static elements for Tent icon
static TENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3.5 21 14 3" },
StaticSvgElement::Path { d: "M20.5 21 10 3" },
StaticSvgElement::Path { d: "M15.5 21 12 15l-3.5 6" },
StaticSvgElement::Path { d: "M2 21h20" },
];
/// Static elements for TentTree icon
static TENTTREE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "4", cy: "4", r: "2" },
StaticSvgElement::Path { d: "m14 5 3-3 3 3" },
StaticSvgElement::Path { d: "m14 10 3-3 3 3" },
StaticSvgElement::Path { d: "M17 14V2" },
StaticSvgElement::Path { d: "M17 14H7l-5 8h20Z" },
StaticSvgElement::Path { d: "M8 14v8" },
StaticSvgElement::Path { d: "m9 14 5 8" },
];
/// Static elements for Terminal icon
static TERMINAL_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 19h8" }, StaticSvgElement::Path { d: "m4 17 6-6-6-6" }];
/// Static elements for TestTube icon
static TESTTUBE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2" },
StaticSvgElement::Path { d: "M8.5 2h7" },
StaticSvgElement::Path { d: "M14.5 16h-5" },
];
/// Static elements for TestTubeDiagonal icon
static TESTTUBEDIAGONAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3" },
StaticSvgElement::Path { d: "m16 2 6 6" },
StaticSvgElement::Path { d: "M12 16H4" },
];
/// Static elements for TestTubes icon
static TESTTUBES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2" },
StaticSvgElement::Path { d: "M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2" },
StaticSvgElement::Path { d: "M3 2h7" },
StaticSvgElement::Path { d: "M14 2h7" },
StaticSvgElement::Path { d: "M9 16H4" },
StaticSvgElement::Path { d: "M20 16h-5" },
];
/// Static elements for Text icon
static TEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 18H3" },
StaticSvgElement::Path { d: "M17 6H3" },
StaticSvgElement::Path { d: "M21 12H3" },
];
/// Static elements for TextCursor icon
static TEXTCURSOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1" },
StaticSvgElement::Path { d: "M7 22h1a4 4 0 0 0 4-4v-1" },
StaticSvgElement::Path { d: "M7 2h1a4 4 0 0 1 4 4v1" },
];
/// Static elements for TextCursorInput icon
static TEXTCURSORINPUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6" },
StaticSvgElement::Path { d: "M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7" },
StaticSvgElement::Path { d: "M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1" },
StaticSvgElement::Path { d: "M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1" },
StaticSvgElement::Path { d: "M9 6v12" },
];
/// Static elements for TextQuote icon
static TEXTQUOTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 6H3" },
StaticSvgElement::Path { d: "M21 12H8" },
StaticSvgElement::Path { d: "M21 18H8" },
StaticSvgElement::Path { d: "M3 12v6" },
];
/// Static elements for TextSearch icon
static TEXTSEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 6H3" },
StaticSvgElement::Path { d: "M10 12H3" },
StaticSvgElement::Path { d: "M10 18H3" },
StaticSvgElement::Circle { cx: "17", cy: "15", r: "3" },
StaticSvgElement::Path { d: "m21 19-1.9-1.9" },
];
/// Static elements for TextSelect icon
static TEXTSELECT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 21h1" },
StaticSvgElement::Path { d: "M14 3h1" },
StaticSvgElement::Path { d: "M19 3a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M21 14v1" },
StaticSvgElement::Path { d: "M21 19a2 2 0 0 1-2 2" },
StaticSvgElement::Path { d: "M21 9v1" },
StaticSvgElement::Path { d: "M3 14v1" },
StaticSvgElement::Path { d: "M3 9v1" },
StaticSvgElement::Path { d: "M5 21a2 2 0 0 1-2-2" },
StaticSvgElement::Path { d: "M5 3a2 2 0 0 0-2 2" },
StaticSvgElement::Path { d: "M7 12h10" },
StaticSvgElement::Path { d: "M7 16h6" },
StaticSvgElement::Path { d: "M7 8h8" },
StaticSvgElement::Path { d: "M9 21h1" },
StaticSvgElement::Path { d: "M9 3h1" },
];
/// Static elements for Theater icon
static THEATER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 10s3-3 3-8" },
StaticSvgElement::Path { d: "M22 10s-3-3-3-8" },
StaticSvgElement::Path { d: "M10 2c0 4.4-3.6 8-8 8" },
StaticSvgElement::Path { d: "M14 2c0 4.4 3.6 8 8 8" },
StaticSvgElement::Path { d: "M2 10s2 2 2 5" },
StaticSvgElement::Path { d: "M22 10s-2 2-2 5" },
StaticSvgElement::Path { d: "M8 15h8" },
StaticSvgElement::Path { d: "M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" },
StaticSvgElement::Path { d: "M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" },
];
/// Static elements for Thermometer icon
static THERMOMETER_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }];
/// Static elements for ThermometerSnowflake icon
static THERMOMETERSNOWFLAKE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10 20-1.25-2.5L6 18" },
StaticSvgElement::Path { d: "M10 4 8.75 6.5 6 6" },
StaticSvgElement::Path { d: "M10.585 15H10" },
StaticSvgElement::Path { d: "M2 12h6.5L10 9" },
StaticSvgElement::Path { d: "M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" },
StaticSvgElement::Path { d: "m4 10 1.5 2L4 14" },
StaticSvgElement::Path { d: "m7 21 3-6-1.5-3" },
StaticSvgElement::Path { d: "m7 3 3 6h2" },
];
/// Static elements for ThermometerSun icon
static THERMOMETERSUN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 9a4 4 0 0 0-2 7.5" },
StaticSvgElement::Path { d: "M12 3v2" },
StaticSvgElement::Path { d: "m6.6 18.4-1.4 1.4" },
StaticSvgElement::Path { d: "M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" },
StaticSvgElement::Path { d: "M4 13H2" },
StaticSvgElement::Path { d: "M6.34 7.34 4.93 5.93" },
];
/// Static elements for ThumbsDown icon
static THUMBSDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 14V2" },
StaticSvgElement::Path {
d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",
},
];
/// Static elements for ThumbsUp icon
static THUMBSUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 10v12" },
StaticSvgElement::Path {
d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",
},
];
/// Static elements for Ticket icon
static TICKET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
},
StaticSvgElement::Path { d: "M13 5v2" },
StaticSvgElement::Path { d: "M13 17v2" },
StaticSvgElement::Path { d: "M13 11v2" },
];
/// Static elements for TicketCheck icon
static TICKETCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
},
StaticSvgElement::Path { d: "m9 12 2 2 4-4" },
];
/// Static elements for TicketMinus icon
static TICKETMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
},
StaticSvgElement::Path { d: "M9 12h6" },
];
/// Static elements for TicketPercent icon
static TICKETPERCENT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
},
StaticSvgElement::Path { d: "M9 9h.01" },
StaticSvgElement::Path { d: "m15 9-6 6" },
StaticSvgElement::Path { d: "M15 15h.01" },
];
/// Static elements for TicketPlus icon
static TICKETPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
},
StaticSvgElement::Path { d: "M9 12h6" },
StaticSvgElement::Path { d: "M12 9v6" },
];
/// Static elements for TicketSlash icon
static TICKETSLASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
},
StaticSvgElement::Path { d: "m9.5 14.5 5-5" },
];
/// Static elements for TicketX icon
static TICKETX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
},
StaticSvgElement::Path { d: "m9.5 14.5 5-5" },
StaticSvgElement::Path { d: "m9.5 9.5 5 5" },
];
/// Static elements for Tickets icon
static TICKETS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" },
StaticSvgElement::Path { d: "M6 10V8" },
StaticSvgElement::Path { d: "M6 14v1" },
StaticSvgElement::Path { d: "M6 19v2" },
StaticSvgElement::Rect { x: "2", y: "8", width: "20", height: "13", rx: Some("2"), ry: None },
];
/// Static elements for TicketsPlane icon
static TICKETSPLANE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12" },
StaticSvgElement::Path { d: "m12 13.5 3.75.5" },
StaticSvgElement::Path { d: "m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" },
StaticSvgElement::Path { d: "M6 10V8" },
StaticSvgElement::Path { d: "M6 14v1" },
StaticSvgElement::Path { d: "M6 19v2" },
StaticSvgElement::Rect { x: "2", y: "8", width: "20", height: "13", rx: Some("2"), ry: None },
];
/// Static elements for Timer icon
static TIMER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Line { x1: "10", y1: "2", x2: "14", y2: "2" },
StaticSvgElement::Line { x1: "12", y1: "14", x2: "15", y2: "11" },
StaticSvgElement::Circle { cx: "12", cy: "14", r: "8" },
];
/// Static elements for TimerOff icon
static TIMEROFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2h4" },
StaticSvgElement::Path { d: "M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7" },
StaticSvgElement::Path { d: "M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M12 12v-2" },
];
/// Static elements for TimerReset icon
static TIMERRESET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2h4" },
StaticSvgElement::Path { d: "M12 14v-4" },
StaticSvgElement::Path { d: "M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6" },
StaticSvgElement::Path { d: "M9 17H4v5" },
];
/// Static elements for ToggleLeft icon
static TOGGLELEFT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "9", cy: "12", r: "3" },
StaticSvgElement::Rect { x: "2", y: "5", width: "20", height: "14", rx: Some("7"), ry: None },
];
/// Static elements for ToggleRight icon
static TOGGLERIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "15", cy: "12", r: "3" },
StaticSvgElement::Rect { x: "2", y: "5", width: "20", height: "14", rx: Some("7"), ry: None },
];
/// Static elements for Toilet icon
static TOILET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18",
},
StaticSvgElement::Path { d: "M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8" },
];
/// Static elements for ToolCase icon
static TOOLCASE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 15h4" },
StaticSvgElement::Path {
d: "m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27",
},
StaticSvgElement::Path {
d: "m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122",
},
StaticSvgElement::Path { d: "M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" },
];
/// Static elements for Tornado icon
static TORNADO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 4H3" },
StaticSvgElement::Path { d: "M18 8H6" },
StaticSvgElement::Path { d: "M19 12H9" },
StaticSvgElement::Path { d: "M16 16h-6" },
StaticSvgElement::Path { d: "M11 20H9" },
];
/// Static elements for Torus icon
static TORUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Ellipse { cx: "12", cy: "11", rx: "3", ry: "2" },
StaticSvgElement::Ellipse { cx: "12", cy: "12.5", rx: "10", ry: "8.5" },
];
/// Static elements for Touchpad icon
static TOUCHPAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 14h20" },
StaticSvgElement::Path { d: "M12 20v-6" },
];
/// Static elements for TouchpadOff icon
static TOUCHPADOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20v-6" },
StaticSvgElement::Path { d: "M19.656 14H22" },
StaticSvgElement::Path { d: "M2 14h12" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path { d: "M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" },
StaticSvgElement::Path { d: "M9.656 4H20a2 2 0 0 1 2 2v10.344" },
];
/// Static elements for TowerControl icon
static TOWERCONTROL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z" },
StaticSvgElement::Path { d: "M8 13v9" },
StaticSvgElement::Path { d: "M16 22v-9" },
StaticSvgElement::Path { d: "m9 6 1 7" },
StaticSvgElement::Path { d: "m15 6-1 7" },
StaticSvgElement::Path { d: "M12 6V2" },
StaticSvgElement::Path { d: "M13 2h-2" },
];
/// Static elements for ToyBrick icon
static TOYBRICK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "8", width: "18", height: "12", rx: Some("1"), ry: None },
StaticSvgElement::Path { d: "M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3" },
StaticSvgElement::Path { d: "M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3" },
];
/// Static elements for Tractor icon
static TRACTOR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20" },
StaticSvgElement::Path { d: "M16 18h-5" },
StaticSvgElement::Path { d: "M18 5a1 1 0 0 0-1 1v5.573" },
StaticSvgElement::Path { d: "M3 4h8.129a1 1 0 0 1 .99.863L13 11.246" },
StaticSvgElement::Path { d: "M4 11V4" },
StaticSvgElement::Path { d: "M7 15h.01" },
StaticSvgElement::Path { d: "M8 10.1V4" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "2" },
StaticSvgElement::Circle { cx: "7", cy: "15", r: "5" },
];
/// Static elements for TrafficCone icon
static TRAFFICCONE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16.05 10.966a5 2.5 0 0 1-8.1 0" },
StaticSvgElement::Path {
d: "m16.923 14.049 4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04",
},
StaticSvgElement::Path { d: "M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z" },
StaticSvgElement::Path { d: "M9.194 6.57a5 2.5 0 0 0 5.61 0" },
];
/// Static elements for TrainFront icon
static TRAINFRONT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 3.1V7a4 4 0 0 0 8 0V3.1" },
StaticSvgElement::Path { d: "m9 15-1-1" },
StaticSvgElement::Path { d: "m15 15 1-1" },
StaticSvgElement::Path { d: "M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z" },
StaticSvgElement::Path { d: "m8 19-2 3" },
StaticSvgElement::Path { d: "m16 19 2 3" },
];
/// Static elements for TrainFrontTunnel icon
static TRAINFRONTTUNNEL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 22V12a10 10 0 1 1 20 0v10" },
StaticSvgElement::Path { d: "M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8" },
StaticSvgElement::Path { d: "M10 15h.01" },
StaticSvgElement::Path { d: "M14 15h.01" },
StaticSvgElement::Path { d: "M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z" },
StaticSvgElement::Path { d: "m9 19-2 3" },
StaticSvgElement::Path { d: "m15 19 2 3" },
];
/// Static elements for TrainTrack icon
static TRAINTRACK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 17 17 2" },
StaticSvgElement::Path { d: "m2 14 8 8" },
StaticSvgElement::Path { d: "m5 11 8 8" },
StaticSvgElement::Path { d: "m8 8 8 8" },
StaticSvgElement::Path { d: "m11 5 8 8" },
StaticSvgElement::Path { d: "m14 2 8 8" },
StaticSvgElement::Path { d: "M7 22 22 7" },
];
/// Static elements for TramFront icon
static TRAMFRONT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "4", y: "3", width: "16", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M4 11h16" },
StaticSvgElement::Path { d: "M12 3v8" },
StaticSvgElement::Path { d: "m8 19-2 3" },
StaticSvgElement::Path { d: "m18 22-2-3" },
StaticSvgElement::Path { d: "M8 15h.01" },
StaticSvgElement::Path { d: "M16 15h.01" },
];
/// Static elements for Transgender icon
static TRANSGENDER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 16v6" },
StaticSvgElement::Path { d: "M14 20h-4" },
StaticSvgElement::Path { d: "M18 2h4v4" },
StaticSvgElement::Path { d: "m2 2 7.17 7.17" },
StaticSvgElement::Path { d: "M2 5.355V2h3.357" },
StaticSvgElement::Path { d: "m22 2-7.17 7.17" },
StaticSvgElement::Path { d: "M8 5 5 8" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "4" },
];
/// Static elements for Trash icon
static TRASH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" },
StaticSvgElement::Path { d: "M3 6h18" },
StaticSvgElement::Path { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" },
];
/// Static elements for Trash2 icon
static TRASH2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 11v6" },
StaticSvgElement::Path { d: "M14 11v6" },
StaticSvgElement::Path { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" },
StaticSvgElement::Path { d: "M3 6h18" },
StaticSvgElement::Path { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" },
];
/// Static elements for TreeDeciduous icon
static TREEDECIDUOUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",
},
StaticSvgElement::Path { d: "M12 19v3" },
];
/// Static elements for TreePalm icon
static TREEPALM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4" },
StaticSvgElement::Path { d: "M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3" },
StaticSvgElement::Path {
d: "M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",
},
StaticSvgElement::Path { d: "M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14" },
];
/// Static elements for TreePine icon
static TREEPINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",
},
StaticSvgElement::Path { d: "M12 22v-3" },
];
/// Static elements for Trees icon
static TREES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z" },
StaticSvgElement::Path { d: "M7 16v6" },
StaticSvgElement::Path { d: "M13 19v3" },
StaticSvgElement::Path {
d: "M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",
},
];
/// Static elements for Trello icon
static TRELLO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: Some("2") },
StaticSvgElement::Rect { x: "7", y: "7", width: "3", height: "9", rx: None, ry: None },
StaticSvgElement::Rect { x: "14", y: "7", width: "3", height: "5", rx: None, ry: None },
];
/// Static elements for TrendingDown icon
static TRENDINGDOWN_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M16 17h6v-6" }, StaticSvgElement::Path { d: "m22 17-8.5-8.5-5 5L2 7" }];
/// Static elements for TrendingUp icon
static TRENDINGUP_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M16 7h6v6" }, StaticSvgElement::Path { d: "m22 7-8.5 8.5-5-5L2 17" }];
/// Static elements for TrendingUpDown icon
static TRENDINGUPDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14.828 14.828 21 21" },
StaticSvgElement::Path { d: "M21 16v5h-5" },
StaticSvgElement::Path { d: "m21 3-9 9-4-4-6 6" },
StaticSvgElement::Path { d: "M21 8V3h-5" },
];
/// Static elements for Triangle icon
static TRIANGLE_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }];
/// Static elements for TriangleAlert icon
static TRIANGLEALERT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" },
StaticSvgElement::Path { d: "M12 9v4" },
StaticSvgElement::Path { d: "M12 17h.01" },
];
/// Static elements for TriangleDashed icon
static TRIANGLEDASHED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.17 4.193a2 2 0 0 1 3.666.013" },
StaticSvgElement::Path { d: "M14 21h2" },
StaticSvgElement::Path { d: "m15.874 7.743 1 1.732" },
StaticSvgElement::Path { d: "m18.849 12.952 1 1.732" },
StaticSvgElement::Path { d: "M21.824 18.18a2 2 0 0 1-1.835 2.824" },
StaticSvgElement::Path { d: "M4.024 21a2 2 0 0 1-1.839-2.839" },
StaticSvgElement::Path { d: "m5.136 12.952-1 1.732" },
StaticSvgElement::Path { d: "M8 21h2" },
StaticSvgElement::Path { d: "m8.102 7.743-1 1.732" },
];
/// Static elements for TriangleRight icon
static TRIANGLERIGHT_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z" }];
/// Static elements for Trophy icon
static TROPHY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978" },
StaticSvgElement::Path { d: "M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978" },
StaticSvgElement::Path { d: "M18 9h1.5a1 1 0 0 0 0-5H18" },
StaticSvgElement::Path { d: "M4 22h16" },
StaticSvgElement::Path { d: "M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" },
StaticSvgElement::Path { d: "M6 9H4.5a1 1 0 0 1 0-5H6" },
];
/// Static elements for Truck icon
static TRUCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" },
StaticSvgElement::Path { d: "M15 18H9" },
StaticSvgElement::Path { d: "M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14" },
StaticSvgElement::Circle { cx: "17", cy: "18", r: "2" },
StaticSvgElement::Circle { cx: "7", cy: "18", r: "2" },
];
/// Static elements for TruckElectric icon
static TRUCKELECTRIC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 19V7a2 2 0 0 0-2-2H9" },
StaticSvgElement::Path { d: "M15 19H9" },
StaticSvgElement::Path { d: "M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14" },
StaticSvgElement::Path { d: "M2 13v5a1 1 0 0 0 1 1h2" },
StaticSvgElement::Path { d: "M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02" },
StaticSvgElement::Circle { cx: "17", cy: "19", r: "2" },
StaticSvgElement::Circle { cx: "7", cy: "19", r: "2" },
];
/// Static elements for TurkishLira icon
static TURKISHLIRA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 4 5 9" },
StaticSvgElement::Path { d: "m15 8.5-10 5" },
StaticSvgElement::Path { d: "M18 12a9 9 0 0 1-9 9V3" },
];
/// Static elements for Turtle icon
static TURTLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",
},
StaticSvgElement::Path { d: "M4.82 7.9 8 10" },
StaticSvgElement::Path { d: "M15.18 7.9 12 10" },
StaticSvgElement::Path { d: "M16.93 10H20a2 2 0 0 1 0 4H2" },
];
/// Static elements for Tv icon
static TV_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m17 2-5 5-5-5" },
StaticSvgElement::Rect { x: "2", y: "7", width: "20", height: "15", rx: Some("2"), ry: None },
];
/// Static elements for TvMinimal icon
static TVMINIMAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M7 21h10" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
];
/// Static elements for TvMinimalPlay icon
static TVMINIMALPLAY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z",
},
StaticSvgElement::Path { d: "M7 21h10" },
StaticSvgElement::Rect { x: "2", y: "3", width: "20", height: "14", rx: Some("2"), ry: None },
];
/// Static elements for Twitch icon
static TWITCH_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7" }];
/// Static elements for Twitter icon
static TWITTER_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",
}];
/// Static elements for Type icon
static TYPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 4v16" },
StaticSvgElement::Path { d: "M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" },
StaticSvgElement::Path { d: "M9 20h6" },
];
/// Static elements for TypeOutline icon
static TYPEOUTLINE_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",
}];
/// Static elements for Umbrella icon
static UMBRELLA_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M22 12a10.06 10.06 1 0 0-20 0Z" },
StaticSvgElement::Path { d: "M12 12v8a2 2 0 0 0 4 0" },
StaticSvgElement::Path { d: "M12 2v1" },
];
/// Static elements for UmbrellaOff icon
static UMBRELLAOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v1" },
StaticSvgElement::Path { d: "M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575" },
StaticSvgElement::Path { d: "M17.5 12H22A10 10 0 0 0 9.004 3.455" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Underline icon
static UNDERLINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M6 4v6a6 6 0 0 0 12 0V4" },
StaticSvgElement::Line { x1: "4", y1: "20", x2: "20", y2: "20" },
];
/// Static elements for Undo icon
static UNDO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 7v6h6" },
StaticSvgElement::Path { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" },
];
/// Static elements for Undo2 icon
static UNDO2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M9 14 4 9l5-5" },
StaticSvgElement::Path { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11" },
];
/// Static elements for UndoDot icon
static UNDODOT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 17a9 9 0 0 0-15-6.7L3 13" },
StaticSvgElement::Path { d: "M3 7v6h6" },
StaticSvgElement::Circle { cx: "12", cy: "17", r: "1" },
];
/// Static elements for UnfoldHorizontal icon
static UNFOLDHORIZONTAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 12h6" },
StaticSvgElement::Path { d: "M8 12H2" },
StaticSvgElement::Path { d: "M12 2v2" },
StaticSvgElement::Path { d: "M12 8v2" },
StaticSvgElement::Path { d: "M12 14v2" },
StaticSvgElement::Path { d: "M12 20v2" },
StaticSvgElement::Path { d: "m19 15 3-3-3-3" },
StaticSvgElement::Path { d: "m5 9-3 3 3 3" },
];
/// Static elements for UnfoldVertical icon
static UNFOLDVERTICAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 22v-6" },
StaticSvgElement::Path { d: "M12 8V2" },
StaticSvgElement::Path { d: "M4 12H2" },
StaticSvgElement::Path { d: "M10 12H8" },
StaticSvgElement::Path { d: "M16 12h-2" },
StaticSvgElement::Path { d: "M22 12h-2" },
StaticSvgElement::Path { d: "m15 19-3 3-3-3" },
StaticSvgElement::Path { d: "m15 5-3-3-3 3" },
];
/// Static elements for Ungroup icon
static UNGROUP_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "5", y: "4", width: "8", height: "6", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "11", y: "14", width: "8", height: "6", rx: Some("1"), ry: None },
];
/// Static elements for University icon
static UNIVERSITY_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M14 21v-3a2 2 0 0 0-4 0v3" },
StaticSvgElement::Path { d: "M18 12h.01" },
StaticSvgElement::Path { d: "M18 16h.01" },
StaticSvgElement::Path {
d: "M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z",
},
StaticSvgElement::Path { d: "M6 12h.01" },
StaticSvgElement::Path { d: "M6 16h.01" },
StaticSvgElement::Circle { cx: "12", cy: "10", r: "2" },
];
/// Static elements for Unlink icon
static UNLINK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",
},
StaticSvgElement::Path { d: "m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71" },
StaticSvgElement::Line { x1: "8", y1: "2", x2: "8", y2: "5" },
StaticSvgElement::Line { x1: "2", y1: "8", x2: "5", y2: "8" },
StaticSvgElement::Line { x1: "16", y1: "19", x2: "16", y2: "22" },
StaticSvgElement::Line { x1: "19", y1: "16", x2: "22", y2: "16" },
];
/// Static elements for Unlink2 icon
static UNLINK2_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2" }];
/// Static elements for Unplug icon
static UNPLUG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 5 3-3" },
StaticSvgElement::Path { d: "m2 22 3-3" },
StaticSvgElement::Path { d: "M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" },
StaticSvgElement::Path { d: "M7.5 13.5 10 11" },
StaticSvgElement::Path { d: "M10.5 16.5 13 14" },
StaticSvgElement::Path { d: "m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z" },
];
/// Static elements for Upload icon
static UPLOAD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 3v12" },
StaticSvgElement::Path { d: "m17 8-5-5-5 5" },
StaticSvgElement::Path { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" },
];
/// Static elements for Usb icon
static USB_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "10", cy: "7", r: "1" },
StaticSvgElement::Circle { cx: "4", cy: "20", r: "1" },
StaticSvgElement::Path { d: "M4.7 19.3 19 5" },
StaticSvgElement::Path { d: "m21 3-3 1 2 2Z" },
StaticSvgElement::Path { d: "M9.26 7.68 5 12l2 5" },
StaticSvgElement::Path { d: "m10 14 5 2 3.5-3.5" },
StaticSvgElement::Path { d: "m18 12 1-1 1 1-1 1Z" },
];
/// Static elements for User icon
static USER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" },
StaticSvgElement::Circle { cx: "12", cy: "7", r: "4" },
];
/// Static elements for UserCheck icon
static USERCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 11 2 2 4-4" },
StaticSvgElement::Path { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" },
StaticSvgElement::Circle { cx: "9", cy: "7", r: "4" },
];
/// Static elements for UserCog icon
static USERCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 15H6a4 4 0 0 0-4 4v2" },
StaticSvgElement::Path { d: "m14.305 16.53.923-.382" },
StaticSvgElement::Path { d: "m15.228 13.852-.923-.383" },
StaticSvgElement::Path { d: "m16.852 12.228-.383-.923" },
StaticSvgElement::Path { d: "m16.852 17.772-.383.924" },
StaticSvgElement::Path { d: "m19.148 12.228.383-.923" },
StaticSvgElement::Path { d: "m19.53 18.696-.382-.924" },
StaticSvgElement::Path { d: "m20.772 13.852.924-.383" },
StaticSvgElement::Path { d: "m20.772 16.148.924.383" },
StaticSvgElement::Circle { cx: "18", cy: "15", r: "3" },
StaticSvgElement::Circle { cx: "9", cy: "7", r: "4" },
];
/// Static elements for UserLock icon
static USERLOCK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "10", cy: "7", r: "4" },
StaticSvgElement::Path { d: "M10.3 15H7a4 4 0 0 0-4 4v2" },
StaticSvgElement::Path { d: "M15 15.5V14a2 2 0 0 1 4 0v1.5" },
StaticSvgElement::Rect { x: "13", y: "16", width: "8", height: "5", rx: Some(".899"), ry: None },
];
/// Static elements for UserMinus icon
static USERMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" },
StaticSvgElement::Circle { cx: "9", cy: "7", r: "4" },
StaticSvgElement::Line { x1: "22", y1: "11", x2: "16", y2: "11" },
];
/// Static elements for UserPen icon
static USERPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.5 15H7a4 4 0 0 0-4 4v2" },
StaticSvgElement::Path {
d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
StaticSvgElement::Circle { cx: "10", cy: "7", r: "4" },
];
/// Static elements for UserPlus icon
static USERPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" },
StaticSvgElement::Circle { cx: "9", cy: "7", r: "4" },
StaticSvgElement::Line { x1: "19", y1: "8", x2: "19", y2: "14" },
StaticSvgElement::Line { x1: "22", y1: "11", x2: "16", y2: "11" },
];
/// Static elements for UserRound icon
static USERROUND_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Circle { cx: "12", cy: "8", r: "5" }, StaticSvgElement::Path { d: "M20 21a8 8 0 0 0-16 0" }];
/// Static elements for UserRoundCheck icon
static USERROUNDCHECK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 21a8 8 0 0 1 13.292-6" },
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
StaticSvgElement::Path { d: "m16 19 2 2 4-4" },
];
/// Static elements for UserRoundCog icon
static USERROUNDCOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14.305 19.53.923-.382" },
StaticSvgElement::Path { d: "m15.228 16.852-.923-.383" },
StaticSvgElement::Path { d: "m16.852 15.228-.383-.923" },
StaticSvgElement::Path { d: "m16.852 20.772-.383.924" },
StaticSvgElement::Path { d: "m19.148 15.228.383-.923" },
StaticSvgElement::Path { d: "m19.53 21.696-.382-.924" },
StaticSvgElement::Path { d: "M2 21a8 8 0 0 1 10.434-7.62" },
StaticSvgElement::Path { d: "m20.772 16.852.924-.383" },
StaticSvgElement::Path { d: "m20.772 19.148.924.383" },
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
];
/// Static elements for UserRoundMinus icon
static USERROUNDMINUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 21a8 8 0 0 1 13.292-6" },
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
StaticSvgElement::Path { d: "M22 19h-6" },
];
/// Static elements for UserRoundPen icon
static USERROUNDPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 21a8 8 0 0 1 10.821-7.487" },
StaticSvgElement::Path {
d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
];
/// Static elements for UserRoundPlus icon
static USERROUNDPLUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 21a8 8 0 0 1 13.292-6" },
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
StaticSvgElement::Path { d: "M19 16v6" },
StaticSvgElement::Path { d: "M22 19h-6" },
];
/// Static elements for UserRoundSearch icon
static USERROUNDSEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
StaticSvgElement::Path { d: "M2 21a8 8 0 0 1 10.434-7.62" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
StaticSvgElement::Path { d: "m22 22-1.9-1.9" },
];
/// Static elements for UserRoundX icon
static USERROUNDX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 21a8 8 0 0 1 11.873-7" },
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
StaticSvgElement::Path { d: "m17 17 5 5" },
StaticSvgElement::Path { d: "m22 17-5 5" },
];
/// Static elements for UserSearch icon
static USERSEARCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "10", cy: "7", r: "4" },
StaticSvgElement::Path { d: "M10.3 15H7a4 4 0 0 0-4 4v2" },
StaticSvgElement::Circle { cx: "17", cy: "17", r: "3" },
StaticSvgElement::Path { d: "m21 21-1.9-1.9" },
];
/// Static elements for UserStar icon
static USERSTAR_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z",
},
StaticSvgElement::Path { d: "M8 15H7a4 4 0 0 0-4 4v2" },
StaticSvgElement::Circle { cx: "10", cy: "7", r: "4" },
];
/// Static elements for UserX icon
static USERX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" },
StaticSvgElement::Circle { cx: "9", cy: "7", r: "4" },
StaticSvgElement::Line { x1: "17", y1: "8", x2: "22", y2: "13" },
StaticSvgElement::Line { x1: "22", y1: "8", x2: "17", y2: "13" },
];
/// Static elements for Users icon
static USERS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" },
StaticSvgElement::Path { d: "M16 3.128a4 4 0 0 1 0 7.744" },
StaticSvgElement::Path { d: "M22 21v-2a4 4 0 0 0-3-3.87" },
StaticSvgElement::Circle { cx: "9", cy: "7", r: "4" },
];
/// Static elements for UsersRound icon
static USERSROUND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 21a8 8 0 0 0-16 0" },
StaticSvgElement::Circle { cx: "10", cy: "8", r: "5" },
StaticSvgElement::Path { d: "M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" },
];
/// Static elements for Utensils icon
static UTENSILS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2" },
StaticSvgElement::Path { d: "M7 2v20" },
StaticSvgElement::Path { d: "M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7" },
];
/// Static elements for UtensilsCrossed icon
static UTENSILSCROSSED_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8" },
StaticSvgElement::Path { d: "M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7" },
StaticSvgElement::Path { d: "m2.1 21.8 6.4-6.3" },
StaticSvgElement::Path { d: "m19 5-7 7" },
];
/// Static elements for UtilityPole icon
static UTILITYPOLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 2v20" },
StaticSvgElement::Path { d: "M2 5h20" },
StaticSvgElement::Path { d: "M3 3v2" },
StaticSvgElement::Path { d: "M7 3v2" },
StaticSvgElement::Path { d: "M17 3v2" },
StaticSvgElement::Path { d: "M21 3v2" },
StaticSvgElement::Path { d: "m19 5-7 7-7-7" },
];
/// Static elements for Variable icon
static VARIABLE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 21s-4-3-4-9 4-9 4-9" },
StaticSvgElement::Path { d: "M16 3s4 3 4 9-4 9-4 9" },
StaticSvgElement::Line { x1: "15", y1: "9", x2: "9", y2: "15" },
StaticSvgElement::Line { x1: "9", y1: "9", x2: "15", y2: "15" },
];
/// Static elements for Vault icon
static VAULT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "7.5", cy: "7.5", r: ".5" },
StaticSvgElement::Path { d: "m7.9 7.9 2.7 2.7" },
StaticSvgElement::Circle { cx: "16.5", cy: "7.5", r: ".5" },
StaticSvgElement::Path { d: "m13.4 10.6 2.7-2.7" },
StaticSvgElement::Circle { cx: "7.5", cy: "16.5", r: ".5" },
StaticSvgElement::Path { d: "m7.9 16.1 2.7-2.7" },
StaticSvgElement::Circle { cx: "16.5", cy: "16.5", r: ".5" },
StaticSvgElement::Path { d: "m13.4 13.4 2.7 2.7" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "2" },
];
/// Static elements for VectorSquare icon
static VECTORSQUARE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19.5 7a24 24 0 0 1 0 10" },
StaticSvgElement::Path { d: "M4.5 7a24 24 0 0 0 0 10" },
StaticSvgElement::Path { d: "M7 19.5a24 24 0 0 0 10 0" },
StaticSvgElement::Path { d: "M7 4.5a24 24 0 0 1 10 0" },
StaticSvgElement::Rect { x: "17", y: "17", width: "5", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "17", y: "2", width: "5", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "2", y: "17", width: "5", height: "5", rx: Some("1"), ry: None },
StaticSvgElement::Rect { x: "2", y: "2", width: "5", height: "5", rx: Some("1"), ry: None },
];
/// Static elements for Vegan icon
static VEGAN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 8q6 0 6-6-6 0-6 6" },
StaticSvgElement::Path { d: "M17.41 3.59a10 10 0 1 0 3 3" },
StaticSvgElement::Path { d: "M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14" },
];
/// Static elements for VenetianMask icon
static VENETIANMASK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 11c-1.5 0-2.5.5-3 2" },
StaticSvgElement::Path {
d: "M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z",
},
StaticSvgElement::Path { d: "M6 11c1.5 0 2.5.5 3 2" },
];
/// Static elements for Venus icon
static VENUS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 15v7" },
StaticSvgElement::Path { d: "M9 19h6" },
StaticSvgElement::Circle { cx: "12", cy: "9", r: "6" },
];
/// Static elements for VenusAndMars icon
static VENUSANDMARS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 20h4" },
StaticSvgElement::Path { d: "M12 16v6" },
StaticSvgElement::Path { d: "M17 2h4v4" },
StaticSvgElement::Path { d: "m21 2-5.46 5.46" },
StaticSvgElement::Circle { cx: "12", cy: "11", r: "5" },
];
/// Static elements for Vibrate icon
static VIBRATE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 8 2 2-2 2 2 2-2 2" },
StaticSvgElement::Path { d: "m22 8-2 2 2 2-2 2 2 2" },
StaticSvgElement::Rect { x: "8", y: "5", width: "8", height: "14", rx: Some("1"), ry: None },
];
/// Static elements for VibrateOff icon
static VIBRATEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 8 2 2-2 2 2 2-2 2" },
StaticSvgElement::Path { d: "m22 8-2 2 2 2-2 2 2 2" },
StaticSvgElement::Path { d: "M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2" },
StaticSvgElement::Path { d: "M16 10.34V6c0-.55-.45-1-1-1h-4.34" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Video icon
static VIDEO_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" },
StaticSvgElement::Rect { x: "2", y: "6", width: "14", height: "12", rx: Some("2"), ry: None },
];
/// Static elements for VideoOff icon
static VIDEOOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196" },
StaticSvgElement::Path { d: "M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Videotape icon
static VIDEOTAPE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "2", y: "4", width: "20", height: "16", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M2 8h20" },
StaticSvgElement::Circle { cx: "8", cy: "14", r: "2" },
StaticSvgElement::Path { d: "M8 12h8" },
StaticSvgElement::Circle { cx: "16", cy: "14", r: "2" },
];
/// Static elements for View icon
static VIEW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2" },
StaticSvgElement::Path { d: "M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "1" },
StaticSvgElement::Path {
d: "M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",
},
];
/// Static elements for Voicemail icon
static VOICEMAIL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "6", cy: "12", r: "4" },
StaticSvgElement::Circle { cx: "18", cy: "12", r: "4" },
StaticSvgElement::Line { x1: "6", y1: "16", x2: "18", y2: "16" },
];
/// Static elements for Volleyball icon
static VOLLEYBALL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.1 7.1a16.55 16.55 0 0 1 10.9 4" },
StaticSvgElement::Path { d: "M12 12a12.6 12.6 0 0 1-8.7 5" },
StaticSvgElement::Path { d: "M16.8 13.6a16.55 16.55 0 0 1-9 7.5" },
StaticSvgElement::Path { d: "M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10" },
StaticSvgElement::Path { d: "M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "10" },
];
/// Static elements for Volume icon
static VOLUME_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",
}];
/// Static elements for Volume1 icon
static VOLUME1_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",
},
StaticSvgElement::Path { d: "M16 9a5 5 0 0 1 0 6" },
];
/// Static elements for Volume2 icon
static VOLUME2_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",
},
StaticSvgElement::Path { d: "M16 9a5 5 0 0 1 0 6" },
StaticSvgElement::Path { d: "M19.364 18.364a9 9 0 0 0 0-12.728" },
];
/// Static elements for VolumeOff icon
static VOLUMEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M16 9a5 5 0 0 1 .95 2.293" },
StaticSvgElement::Path { d: "M19.364 5.636a9 9 0 0 1 1.889 9.96" },
StaticSvgElement::Path { d: "m2 2 20 20" },
StaticSvgElement::Path {
d: "m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11",
},
StaticSvgElement::Path { d: "M9.828 4.172A.686.686 0 0 1 11 4.657v.686" },
];
/// Static elements for VolumeX icon
static VOLUMEX_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",
},
StaticSvgElement::Line { x1: "22", y1: "9", x2: "16", y2: "15" },
StaticSvgElement::Line { x1: "16", y1: "9", x2: "22", y2: "15" },
];
/// Static elements for Vote icon
static VOTE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m9 12 2 2 4-4" },
StaticSvgElement::Path { d: "M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z" },
StaticSvgElement::Path { d: "M22 19H2" },
];
/// Static elements for Wallet icon
static WALLET_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",
},
StaticSvgElement::Path { d: "M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4" },
];
/// Static elements for WalletCards icon
static WALLETCARDS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "18", height: "18", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" },
StaticSvgElement::Path { d: "M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21" },
];
/// Static elements for WalletMinimal icon
static WALLETMINIMAL_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 14h.01" },
StaticSvgElement::Path { d: "M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14" },
];
/// Static elements for Wallpaper icon
static WALLPAPER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "8", cy: "9", r: "2" },
StaticSvgElement::Path {
d: "m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",
},
StaticSvgElement::Path { d: "M8 21h8" },
StaticSvgElement::Path { d: "M12 17v4" },
];
/// Static elements for Wand icon
static WAND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M15 4V2" },
StaticSvgElement::Path { d: "M15 16v-2" },
StaticSvgElement::Path { d: "M8 9h2" },
StaticSvgElement::Path { d: "M20 9h2" },
StaticSvgElement::Path { d: "M17.8 11.8 19 13" },
StaticSvgElement::Path { d: "M15 9h.01" },
StaticSvgElement::Path { d: "M17.8 6.2 19 5" },
StaticSvgElement::Path { d: "m3 21 9-9" },
StaticSvgElement::Path { d: "M12.2 6.2 11 5" },
];
/// Static elements for WandSparkles icon
static WANDSPARKLES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",
},
StaticSvgElement::Path { d: "m14 7 3 3" },
StaticSvgElement::Path { d: "M5 6v4" },
StaticSvgElement::Path { d: "M19 14v4" },
StaticSvgElement::Path { d: "M10 2v2" },
StaticSvgElement::Path { d: "M7 8H3" },
StaticSvgElement::Path { d: "M21 16h-4" },
StaticSvgElement::Path { d: "M11 3H9" },
];
/// Static elements for Warehouse icon
static WAREHOUSE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" },
StaticSvgElement::Path {
d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z",
},
StaticSvgElement::Path { d: "M6 13h12" },
StaticSvgElement::Path { d: "M6 17h12" },
];
/// Static elements for WashingMachine icon
static WASHINGMACHINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M3 6h3" },
StaticSvgElement::Path { d: "M17 6h.01" },
StaticSvgElement::Rect { x: "3", y: "2", width: "18", height: "20", rx: Some("2"), ry: None },
StaticSvgElement::Circle { cx: "12", cy: "13", r: "5" },
StaticSvgElement::Path { d: "M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5" },
];
/// Static elements for Watch icon
static WATCH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 10v2.2l1.6 1" },
StaticSvgElement::Path { d: "m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05" },
StaticSvgElement::Path { d: "m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05" },
StaticSvgElement::Circle { cx: "12", cy: "12", r: "6" },
];
/// Static elements for Waves icon
static WAVES_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
},
StaticSvgElement::Path {
d: "M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
},
StaticSvgElement::Path {
d: "M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
},
];
/// Static elements for WavesLadder icon
static WAVESLADDER_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M19 5a2 2 0 0 0-2 2v11" },
StaticSvgElement::Path {
d: "M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
},
StaticSvgElement::Path { d: "M7 13h10" },
StaticSvgElement::Path { d: "M7 9h10" },
StaticSvgElement::Path { d: "M9 5a2 2 0 0 0-2 2v11" },
];
/// Static elements for Waypoints icon
static WAYPOINTS_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "4.5", r: "2.5" },
StaticSvgElement::Path { d: "m10.2 6.3-3.9 3.9" },
StaticSvgElement::Circle { cx: "4.5", cy: "12", r: "2.5" },
StaticSvgElement::Path { d: "M7 12h10" },
StaticSvgElement::Circle { cx: "19.5", cy: "12", r: "2.5" },
StaticSvgElement::Path { d: "m13.8 17.7 3.9-3.9" },
StaticSvgElement::Circle { cx: "12", cy: "19.5", r: "2.5" },
];
/// Static elements for Webcam icon
static WEBCAM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "10", r: "8" },
StaticSvgElement::Circle { cx: "12", cy: "10", r: "3" },
StaticSvgElement::Path { d: "M7 22h10" },
StaticSvgElement::Path { d: "M12 22v-4" },
];
/// Static elements for Webhook icon
static WEBHOOK_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2" },
StaticSvgElement::Path { d: "m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06" },
StaticSvgElement::Path { d: "m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8" },
];
/// Static elements for WebhookOff icon
static WEBHOOKOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15" },
StaticSvgElement::Path { d: "M9 3.4a4 4 0 0 1 6.52.66" },
StaticSvgElement::Path { d: "m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05" },
StaticSvgElement::Path { d: "M20.3 20.3a4 4 0 0 1-2.3.7" },
StaticSvgElement::Path { d: "M18.6 13a4 4 0 0 1 3.357 3.414" },
StaticSvgElement::Path { d: "m12 6 .6 1" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for Weight icon
static WEIGHT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "12", cy: "5", r: "3" },
StaticSvgElement::Path {
d: "M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",
},
];
/// Static elements for Wheat icon
static WHEAT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 22 16 8" },
StaticSvgElement::Path {
d: "M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",
},
StaticSvgElement::Path { d: "M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z" },
StaticSvgElement::Path {
d: "M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",
},
StaticSvgElement::Path { d: "M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z" },
StaticSvgElement::Path {
d: "M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
},
StaticSvgElement::Path {
d: "M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
},
StaticSvgElement::Path {
d: "M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
},
];
/// Static elements for WheatOff icon
static WHEATOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m2 22 10-10" },
StaticSvgElement::Path { d: "m16 8-1.17 1.17" },
StaticSvgElement::Path {
d: "M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",
},
StaticSvgElement::Path { d: "m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97" },
StaticSvgElement::Path { d: "M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62" },
StaticSvgElement::Path { d: "M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z" },
StaticSvgElement::Path {
d: "M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",
},
StaticSvgElement::Path { d: "m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98" },
StaticSvgElement::Path { d: "M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28" },
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for WholeWord icon
static WHOLEWORD_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "7", cy: "12", r: "3" },
StaticSvgElement::Path { d: "M10 9v6" },
StaticSvgElement::Circle { cx: "17", cy: "12", r: "3" },
StaticSvgElement::Path { d: "M14 7v8" },
StaticSvgElement::Path { d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1" },
];
/// Static elements for Wifi icon
static WIFI_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20h.01" },
StaticSvgElement::Path { d: "M2 8.82a15 15 0 0 1 20 0" },
StaticSvgElement::Path { d: "M5 12.859a10 10 0 0 1 14 0" },
StaticSvgElement::Path { d: "M8.5 16.429a5 5 0 0 1 7 0" },
];
/// Static elements for WifiCog icon
static WIFICOG_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m14.305 19.53.923-.382" },
StaticSvgElement::Path { d: "m15.228 16.852-.923-.383" },
StaticSvgElement::Path { d: "m16.852 15.228-.383-.923" },
StaticSvgElement::Path { d: "m16.852 20.772-.383.924" },
StaticSvgElement::Path { d: "m19.148 15.228.383-.923" },
StaticSvgElement::Path { d: "m19.53 21.696-.382-.924" },
StaticSvgElement::Path { d: "M2 7.82a15 15 0 0 1 20 0" },
StaticSvgElement::Path { d: "m20.772 16.852.924-.383" },
StaticSvgElement::Path { d: "m20.772 19.148.924.383" },
StaticSvgElement::Path { d: "M5 11.858a10 10 0 0 1 11.5-1.785" },
StaticSvgElement::Path { d: "M8.5 15.429a5 5 0 0 1 2.413-1.31" },
StaticSvgElement::Circle { cx: "18", cy: "18", r: "3" },
];
/// Static elements for WifiHigh icon
static WIFIHIGH_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20h.01" },
StaticSvgElement::Path { d: "M5 12.859a10 10 0 0 1 14 0" },
StaticSvgElement::Path { d: "M8.5 16.429a5 5 0 0 1 7 0" },
];
/// Static elements for WifiLow icon
static WIFILOW_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M12 20h.01" }, StaticSvgElement::Path { d: "M8.5 16.429a5 5 0 0 1 7 0" }];
/// Static elements for WifiOff icon
static WIFIOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12 20h.01" },
StaticSvgElement::Path { d: "M8.5 16.429a5 5 0 0 1 7 0" },
StaticSvgElement::Path { d: "M5 12.859a10 10 0 0 1 5.17-2.69" },
StaticSvgElement::Path { d: "M19 12.859a10 10 0 0 0-2.007-1.523" },
StaticSvgElement::Path { d: "M2 8.82a15 15 0 0 1 4.177-2.643" },
StaticSvgElement::Path { d: "M22 8.82a15 15 0 0 0-11.288-3.764" },
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for WifiPen icon
static WIFIPEN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M2 8.82a15 15 0 0 1 20 0" },
StaticSvgElement::Path {
d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",
},
StaticSvgElement::Path { d: "M5 12.859a10 10 0 0 1 10.5-2.222" },
StaticSvgElement::Path { d: "M8.5 16.429a5 5 0 0 1 3-1.406" },
];
/// Static elements for WifiSync icon
static WIFISYNC_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5" },
StaticSvgElement::Path { d: "M11.965 14.105h4" },
StaticSvgElement::Path { d: "M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5" },
StaticSvgElement::Path { d: "M2 8.82a15 15 0 0 1 20 0" },
StaticSvgElement::Path { d: "M21.965 22.105v-4" },
StaticSvgElement::Path { d: "M5 12.86a10 10 0 0 1 3-2.032" },
StaticSvgElement::Path { d: "M8.5 16.429h.01" },
];
/// Static elements for WifiZero icon
static WIFIZERO_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path { d: "M12 20h.01" }];
/// Static elements for Wind icon
static WIND_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M12.8 19.6A2 2 0 1 0 14 16H2" },
StaticSvgElement::Path { d: "M17.5 8a2.5 2.5 0 1 1 2 4H2" },
StaticSvgElement::Path { d: "M9.8 4.4A2 2 0 1 1 11 8H2" },
];
/// Static elements for WindArrowDown icon
static WINDARROWDOWN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10 2v8" },
StaticSvgElement::Path { d: "M12.8 21.6A2 2 0 1 0 14 18H2" },
StaticSvgElement::Path { d: "M17.5 10a2.5 2.5 0 1 1 2 4H2" },
StaticSvgElement::Path { d: "m6 6 4 4 4-4" },
];
/// Static elements for Wine icon
static WINE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 22h8" },
StaticSvgElement::Path { d: "M7 10h10" },
StaticSvgElement::Path { d: "M12 15v7" },
StaticSvgElement::Path { d: "M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z" },
];
/// Static elements for WineOff icon
static WINEOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M8 22h8" },
StaticSvgElement::Path { d: "M7 10h3m7 0h-1.343" },
StaticSvgElement::Path { d: "M12 15v7" },
StaticSvgElement::Path {
d: "M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",
},
StaticSvgElement::Line { x1: "2", y1: "2", x2: "22", y2: "22" },
];
/// Static elements for Workflow icon
static WORKFLOW_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Rect { x: "3", y: "3", width: "8", height: "8", rx: Some("2"), ry: None },
StaticSvgElement::Path { d: "M7 11v4a2 2 0 0 0 2 2h4" },
StaticSvgElement::Rect { x: "13", y: "13", width: "8", height: "8", rx: Some("2"), ry: None },
];
/// Static elements for Worm icon
static WORM_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m19 12-1.5 3" },
StaticSvgElement::Path { d: "M19.63 18.81 22 20" },
StaticSvgElement::Path {
d: "M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",
},
];
/// Static elements for WrapText icon
static WRAPTEXT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "m16 16-2 2 2 2" },
StaticSvgElement::Path { d: "M3 12h15a3 3 0 1 1 0 6h-4" },
StaticSvgElement::Path { d: "M3 18h7" },
StaticSvgElement::Path { d: "M3 6h18" },
];
/// Static elements for Wrench icon
static WRENCH_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",
}];
/// Static elements for X icon
static X_ELEMENTS: &[StaticSvgElement] =
&[StaticSvgElement::Path { d: "M18 6 6 18" }, StaticSvgElement::Path { d: "m6 6 12 12" }];
/// Static elements for Youtube icon
static YOUTUBE_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path {
d: "M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",
},
StaticSvgElement::Path { d: "m10 15 5-3-5-3z" },
];
/// Static elements for Zap icon
static ZAP_ELEMENTS: &[StaticSvgElement] = &[StaticSvgElement::Path {
d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",
}];
/// Static elements for ZapOff icon
static ZAPOFF_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Path { d: "M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317" },
StaticSvgElement::Path { d: "M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773" },
StaticSvgElement::Path {
d: "M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",
},
StaticSvgElement::Path { d: "m2 2 20 20" },
];
/// Static elements for ZoomIn icon
static ZOOMIN_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" },
StaticSvgElement::Line { x1: "21", y1: "21", x2: "16.65", y2: "16.65" },
StaticSvgElement::Line { x1: "11", y1: "8", x2: "11", y2: "14" },
StaticSvgElement::Line { x1: "8", y1: "11", x2: "14", y2: "11" },
];
/// Static elements for ZoomOut icon
static ZOOMOUT_ELEMENTS: &[StaticSvgElement] = &[
StaticSvgElement::Circle { cx: "11", cy: "11", r: "8" },
StaticSvgElement::Line { x1: "21", y1: "21", x2: "16.65", y2: "16.65" },
StaticSvgElement::Line { x1: "8", y1: "11", x2: "14", y2: "11" },
];
/// Registry mapping IconType to static SVG elements
///
/// This provides O(1) lookup of pre-compiled icon data without
/// any runtime parsing or allocation.
pub fn get_icon_elements(icon: IconType) -> Option<&'static [StaticSvgElement]> {
match icon {
IconType::AArrowDown => Some(AARROWDOWN_ELEMENTS),
IconType::AArrowUp => Some(AARROWUP_ELEMENTS),
IconType::ALargeSmall => Some(ALARGESMALL_ELEMENTS),
IconType::Accessibility => Some(ACCESSIBILITY_ELEMENTS),
IconType::Activity => Some(ACTIVITY_ELEMENTS),
IconType::AirVent => Some(AIRVENT_ELEMENTS),
IconType::Airplay => Some(AIRPLAY_ELEMENTS),
IconType::AlarmClock => Some(ALARMCLOCK_ELEMENTS),
IconType::AlarmClockCheck => Some(ALARMCLOCKCHECK_ELEMENTS),
IconType::AlarmClockMinus => Some(ALARMCLOCKMINUS_ELEMENTS),
IconType::AlarmClockOff => Some(ALARMCLOCKOFF_ELEMENTS),
IconType::AlarmClockPlus => Some(ALARMCLOCKPLUS_ELEMENTS),
IconType::AlarmSmoke => Some(ALARMSMOKE_ELEMENTS),
IconType::Album => Some(ALBUM_ELEMENTS),
IconType::AlignCenter => Some(ALIGNCENTER_ELEMENTS),
IconType::AlignCenterHorizontal => Some(ALIGNCENTERHORIZONTAL_ELEMENTS),
IconType::AlignCenterVertical => Some(ALIGNCENTERVERTICAL_ELEMENTS),
IconType::AlignEndHorizontal => Some(ALIGNENDHORIZONTAL_ELEMENTS),
IconType::AlignEndVertical => Some(ALIGNENDVERTICAL_ELEMENTS),
IconType::AlignHorizontalDistributeCenter => Some(ALIGNHORIZONTALDISTRIBUTECENTER_ELEMENTS),
IconType::AlignHorizontalDistributeEnd => Some(ALIGNHORIZONTALDISTRIBUTEEND_ELEMENTS),
IconType::AlignHorizontalDistributeStart => Some(ALIGNHORIZONTALDISTRIBUTESTART_ELEMENTS),
IconType::AlignHorizontalJustifyCenter => Some(ALIGNHORIZONTALJUSTIFYCENTER_ELEMENTS),
IconType::AlignHorizontalJustifyEnd => Some(ALIGNHORIZONTALJUSTIFYEND_ELEMENTS),
IconType::AlignHorizontalJustifyStart => Some(ALIGNHORIZONTALJUSTIFYSTART_ELEMENTS),
IconType::AlignHorizontalSpaceAround => Some(ALIGNHORIZONTALSPACEAROUND_ELEMENTS),
IconType::AlignHorizontalSpaceBetween => Some(ALIGNHORIZONTALSPACEBETWEEN_ELEMENTS),
IconType::AlignJustify => Some(ALIGNJUSTIFY_ELEMENTS),
IconType::AlignLeft => Some(ALIGNLEFT_ELEMENTS),
IconType::AlignRight => Some(ALIGNRIGHT_ELEMENTS),
IconType::AlignStartHorizontal => Some(ALIGNSTARTHORIZONTAL_ELEMENTS),
IconType::AlignStartVertical => Some(ALIGNSTARTVERTICAL_ELEMENTS),
IconType::AlignVerticalDistributeCenter => Some(ALIGNVERTICALDISTRIBUTECENTER_ELEMENTS),
IconType::AlignVerticalDistributeEnd => Some(ALIGNVERTICALDISTRIBUTEEND_ELEMENTS),
IconType::AlignVerticalDistributeStart => Some(ALIGNVERTICALDISTRIBUTESTART_ELEMENTS),
IconType::AlignVerticalJustifyCenter => Some(ALIGNVERTICALJUSTIFYCENTER_ELEMENTS),
IconType::AlignVerticalJustifyEnd => Some(ALIGNVERTICALJUSTIFYEND_ELEMENTS),
IconType::AlignVerticalJustifyStart => Some(ALIGNVERTICALJUSTIFYSTART_ELEMENTS),
IconType::AlignVerticalSpaceAround => Some(ALIGNVERTICALSPACEAROUND_ELEMENTS),
IconType::AlignVerticalSpaceBetween => Some(ALIGNVERTICALSPACEBETWEEN_ELEMENTS),
IconType::Ambulance => Some(AMBULANCE_ELEMENTS),
IconType::Ampersand => Some(AMPERSAND_ELEMENTS),
IconType::Ampersands => Some(AMPERSANDS_ELEMENTS),
IconType::Amphora => Some(AMPHORA_ELEMENTS),
IconType::Anchor => Some(ANCHOR_ELEMENTS),
IconType::Angry => Some(ANGRY_ELEMENTS),
IconType::Annoyed => Some(ANNOYED_ELEMENTS),
IconType::Antenna => Some(ANTENNA_ELEMENTS),
IconType::Anvil => Some(ANVIL_ELEMENTS),
IconType::Aperture => Some(APERTURE_ELEMENTS),
IconType::AppWindow => Some(APPWINDOW_ELEMENTS),
IconType::AppWindowMac => Some(APPWINDOWMAC_ELEMENTS),
IconType::Apple => Some(APPLE_ELEMENTS),
IconType::Archive => Some(ARCHIVE_ELEMENTS),
IconType::ArchiveRestore => Some(ARCHIVERESTORE_ELEMENTS),
IconType::ArchiveX => Some(ARCHIVEX_ELEMENTS),
IconType::Armchair => Some(ARMCHAIR_ELEMENTS),
IconType::ArrowBigDown => Some(ARROWBIGDOWN_ELEMENTS),
IconType::ArrowBigDownDash => Some(ARROWBIGDOWNDASH_ELEMENTS),
IconType::ArrowBigLeft => Some(ARROWBIGLEFT_ELEMENTS),
IconType::ArrowBigLeftDash => Some(ARROWBIGLEFTDASH_ELEMENTS),
IconType::ArrowBigRight => Some(ARROWBIGRIGHT_ELEMENTS),
IconType::ArrowBigRightDash => Some(ARROWBIGRIGHTDASH_ELEMENTS),
IconType::ArrowBigUp => Some(ARROWBIGUP_ELEMENTS),
IconType::ArrowBigUpDash => Some(ARROWBIGUPDASH_ELEMENTS),
IconType::ArrowDown => Some(ARROWDOWN_ELEMENTS),
IconType::ArrowDown01 => Some(ARROWDOWN01_ELEMENTS),
IconType::ArrowDown10 => Some(ARROWDOWN10_ELEMENTS),
IconType::ArrowDownAZ => Some(ARROWDOWNAZ_ELEMENTS),
IconType::ArrowDownFromLine => Some(ARROWDOWNFROMLINE_ELEMENTS),
IconType::ArrowDownLeft => Some(ARROWDOWNLEFT_ELEMENTS),
IconType::ArrowDownNarrowWide => Some(ARROWDOWNNARROWWIDE_ELEMENTS),
IconType::ArrowDownRight => Some(ARROWDOWNRIGHT_ELEMENTS),
IconType::ArrowDownToDot => Some(ARROWDOWNTODOT_ELEMENTS),
IconType::ArrowDownToLine => Some(ARROWDOWNTOLINE_ELEMENTS),
IconType::ArrowDownUp => Some(ARROWDOWNUP_ELEMENTS),
IconType::ArrowDownWideNarrow => Some(ARROWDOWNWIDENARROW_ELEMENTS),
IconType::ArrowDownZA => Some(ARROWDOWNZA_ELEMENTS),
IconType::ArrowLeft => Some(ARROWLEFT_ELEMENTS),
IconType::ArrowLeftFromLine => Some(ARROWLEFTFROMLINE_ELEMENTS),
IconType::ArrowLeftRight => Some(ARROWLEFTRIGHT_ELEMENTS),
IconType::ArrowLeftToLine => Some(ARROWLEFTTOLINE_ELEMENTS),
IconType::ArrowRight => Some(ARROWRIGHT_ELEMENTS),
IconType::ArrowRightFromLine => Some(ARROWRIGHTFROMLINE_ELEMENTS),
IconType::ArrowRightLeft => Some(ARROWRIGHTLEFT_ELEMENTS),
IconType::ArrowRightToLine => Some(ARROWRIGHTTOLINE_ELEMENTS),
IconType::ArrowUp => Some(ARROWUP_ELEMENTS),
IconType::ArrowUp01 => Some(ARROWUP01_ELEMENTS),
IconType::ArrowUp10 => Some(ARROWUP10_ELEMENTS),
IconType::ArrowUpAZ => Some(ARROWUPAZ_ELEMENTS),
IconType::ArrowUpDown => Some(ARROWUPDOWN_ELEMENTS),
IconType::ArrowUpFromDot => Some(ARROWUPFROMDOT_ELEMENTS),
IconType::ArrowUpFromLine => Some(ARROWUPFROMLINE_ELEMENTS),
IconType::ArrowUpLeft => Some(ARROWUPLEFT_ELEMENTS),
IconType::ArrowUpNarrowWide => Some(ARROWUPNARROWWIDE_ELEMENTS),
IconType::ArrowUpRight => Some(ARROWUPRIGHT_ELEMENTS),
IconType::ArrowUpToLine => Some(ARROWUPTOLINE_ELEMENTS),
IconType::ArrowUpWideNarrow => Some(ARROWUPWIDENARROW_ELEMENTS),
IconType::ArrowUpZA => Some(ARROWUPZA_ELEMENTS),
IconType::ArrowsUpFromLine => Some(ARROWSUPFROMLINE_ELEMENTS),
IconType::Asterisk => Some(ASTERISK_ELEMENTS),
IconType::AtSign => Some(ATSIGN_ELEMENTS),
IconType::Atom => Some(ATOM_ELEMENTS),
IconType::AudioLines => Some(AUDIOLINES_ELEMENTS),
IconType::AudioWaveform => Some(AUDIOWAVEFORM_ELEMENTS),
IconType::Award => Some(AWARD_ELEMENTS),
IconType::Axe => Some(AXE_ELEMENTS),
IconType::Axis3D => Some(AXIS3D_ELEMENTS),
IconType::Baby => Some(BABY_ELEMENTS),
IconType::Backpack => Some(BACKPACK_ELEMENTS),
IconType::Badge => Some(BADGE_ELEMENTS),
IconType::BadgeAlert => Some(BADGEALERT_ELEMENTS),
IconType::BadgeCent => Some(BADGECENT_ELEMENTS),
IconType::BadgeCheck => Some(BADGECHECK_ELEMENTS),
IconType::BadgeDollarSign => Some(BADGEDOLLARSIGN_ELEMENTS),
IconType::BadgeEuro => Some(BADGEEURO_ELEMENTS),
IconType::BadgeHelp => Some(BADGEHELP_ELEMENTS),
IconType::BadgeIndianRupee => Some(BADGEINDIANRUPEE_ELEMENTS),
IconType::BadgeInfo => Some(BADGEINFO_ELEMENTS),
IconType::BadgeJapaneseYen => Some(BADGEJAPANESEYEN_ELEMENTS),
IconType::BadgeMinus => Some(BADGEMINUS_ELEMENTS),
IconType::BadgePercent => Some(BADGEPERCENT_ELEMENTS),
IconType::BadgePlus => Some(BADGEPLUS_ELEMENTS),
IconType::BadgePoundSterling => Some(BADGEPOUNDSTERLING_ELEMENTS),
IconType::BadgeQuestionMark => Some(BADGEQUESTIONMARK_ELEMENTS),
IconType::BadgeRussianRuble => Some(BADGERUSSIANRUBLE_ELEMENTS),
IconType::BadgeSwissFranc => Some(BADGESWISSFRANC_ELEMENTS),
IconType::BadgeTurkishLira => Some(BADGETURKISHLIRA_ELEMENTS),
IconType::BadgeX => Some(BADGEX_ELEMENTS),
IconType::BaggageClaim => Some(BAGGAGECLAIM_ELEMENTS),
IconType::Ban => Some(BAN_ELEMENTS),
IconType::Banana => Some(BANANA_ELEMENTS),
IconType::Bandage => Some(BANDAGE_ELEMENTS),
IconType::Banknote => Some(BANKNOTE_ELEMENTS),
IconType::BanknoteArrowDown => Some(BANKNOTEARROWDOWN_ELEMENTS),
IconType::BanknoteArrowUp => Some(BANKNOTEARROWUP_ELEMENTS),
IconType::BanknoteX => Some(BANKNOTEX_ELEMENTS),
IconType::Barcode => Some(BARCODE_ELEMENTS),
IconType::Barrel => Some(BARREL_ELEMENTS),
IconType::Baseline => Some(BASELINE_ELEMENTS),
IconType::Bath => Some(BATH_ELEMENTS),
IconType::Battery => Some(BATTERY_ELEMENTS),
IconType::BatteryCharging => Some(BATTERYCHARGING_ELEMENTS),
IconType::BatteryFull => Some(BATTERYFULL_ELEMENTS),
IconType::BatteryLow => Some(BATTERYLOW_ELEMENTS),
IconType::BatteryMedium => Some(BATTERYMEDIUM_ELEMENTS),
IconType::BatteryPlus => Some(BATTERYPLUS_ELEMENTS),
IconType::BatteryWarning => Some(BATTERYWARNING_ELEMENTS),
IconType::Beaker => Some(BEAKER_ELEMENTS),
IconType::Bean => Some(BEAN_ELEMENTS),
IconType::BeanOff => Some(BEANOFF_ELEMENTS),
IconType::Bed => Some(BED_ELEMENTS),
IconType::BedDouble => Some(BEDDOUBLE_ELEMENTS),
IconType::BedSingle => Some(BEDSINGLE_ELEMENTS),
IconType::Beef => Some(BEEF_ELEMENTS),
IconType::Beer => Some(BEER_ELEMENTS),
IconType::BeerOff => Some(BEEROFF_ELEMENTS),
IconType::Bell => Some(BELL_ELEMENTS),
IconType::BellDot => Some(BELLDOT_ELEMENTS),
IconType::BellElectric => Some(BELLELECTRIC_ELEMENTS),
IconType::BellMinus => Some(BELLMINUS_ELEMENTS),
IconType::BellOff => Some(BELLOFF_ELEMENTS),
IconType::BellPlus => Some(BELLPLUS_ELEMENTS),
IconType::BellRing => Some(BELLRING_ELEMENTS),
IconType::BetweenHorizontalEnd => Some(BETWEENHORIZONTALEND_ELEMENTS),
IconType::BetweenHorizontalStart => Some(BETWEENHORIZONTALSTART_ELEMENTS),
IconType::BetweenVerticalEnd => Some(BETWEENVERTICALEND_ELEMENTS),
IconType::BetweenVerticalStart => Some(BETWEENVERTICALSTART_ELEMENTS),
IconType::BicepsFlexed => Some(BICEPSFLEXED_ELEMENTS),
IconType::Bike => Some(BIKE_ELEMENTS),
IconType::Binary => Some(BINARY_ELEMENTS),
IconType::Binoculars => Some(BINOCULARS_ELEMENTS),
IconType::Biohazard => Some(BIOHAZARD_ELEMENTS),
IconType::Bird => Some(BIRD_ELEMENTS),
IconType::Bitcoin => Some(BITCOIN_ELEMENTS),
IconType::Blend => Some(BLEND_ELEMENTS),
IconType::Blinds => Some(BLINDS_ELEMENTS),
IconType::Blocks => Some(BLOCKS_ELEMENTS),
IconType::Bluetooth => Some(BLUETOOTH_ELEMENTS),
IconType::BluetoothConnected => Some(BLUETOOTHCONNECTED_ELEMENTS),
IconType::BluetoothOff => Some(BLUETOOTHOFF_ELEMENTS),
IconType::BluetoothSearching => Some(BLUETOOTHSEARCHING_ELEMENTS),
IconType::Bold => Some(BOLD_ELEMENTS),
IconType::Bolt => Some(BOLT_ELEMENTS),
IconType::Bomb => Some(BOMB_ELEMENTS),
IconType::Bone => Some(BONE_ELEMENTS),
IconType::Book => Some(BOOK_ELEMENTS),
IconType::BookA => Some(BOOKA_ELEMENTS),
IconType::BookAlert => Some(BOOKALERT_ELEMENTS),
IconType::BookAudio => Some(BOOKAUDIO_ELEMENTS),
IconType::BookCheck => Some(BOOKCHECK_ELEMENTS),
IconType::BookCopy => Some(BOOKCOPY_ELEMENTS),
IconType::BookDashed => Some(BOOKDASHED_ELEMENTS),
IconType::BookDown => Some(BOOKDOWN_ELEMENTS),
IconType::BookHeadphones => Some(BOOKHEADPHONES_ELEMENTS),
IconType::BookHeart => Some(BOOKHEART_ELEMENTS),
IconType::BookImage => Some(BOOKIMAGE_ELEMENTS),
IconType::BookKey => Some(BOOKKEY_ELEMENTS),
IconType::BookLock => Some(BOOKLOCK_ELEMENTS),
IconType::BookMarked => Some(BOOKMARKED_ELEMENTS),
IconType::BookMinus => Some(BOOKMINUS_ELEMENTS),
IconType::BookOpen => Some(BOOKOPEN_ELEMENTS),
IconType::BookOpenCheck => Some(BOOKOPENCHECK_ELEMENTS),
IconType::BookOpenText => Some(BOOKOPENTEXT_ELEMENTS),
IconType::BookPlus => Some(BOOKPLUS_ELEMENTS),
IconType::BookText => Some(BOOKTEXT_ELEMENTS),
IconType::BookType => Some(BOOKTYPE_ELEMENTS),
IconType::BookUp => Some(BOOKUP_ELEMENTS),
IconType::BookUp2 => Some(BOOKUP2_ELEMENTS),
IconType::BookUser => Some(BOOKUSER_ELEMENTS),
IconType::BookX => Some(BOOKX_ELEMENTS),
IconType::Bookmark => Some(BOOKMARK_ELEMENTS),
IconType::BookmarkCheck => Some(BOOKMARKCHECK_ELEMENTS),
IconType::BookmarkMinus => Some(BOOKMARKMINUS_ELEMENTS),
IconType::BookmarkPlus => Some(BOOKMARKPLUS_ELEMENTS),
IconType::BookmarkX => Some(BOOKMARKX_ELEMENTS),
IconType::BoomBox => Some(BOOMBOX_ELEMENTS),
IconType::Bot => Some(BOT_ELEMENTS),
IconType::BotMessageSquare => Some(BOTMESSAGESQUARE_ELEMENTS),
IconType::BotOff => Some(BOTOFF_ELEMENTS),
IconType::BottleWine => Some(BOTTLEWINE_ELEMENTS),
IconType::BowArrow => Some(BOWARROW_ELEMENTS),
IconType::BoxIcon => Some(BOXICON_ELEMENTS),
IconType::Boxes => Some(BOXES_ELEMENTS),
IconType::Braces => Some(BRACES_ELEMENTS),
IconType::Brackets => Some(BRACKETS_ELEMENTS),
IconType::Brain => Some(BRAIN_ELEMENTS),
IconType::BrainCircuit => Some(BRAINCIRCUIT_ELEMENTS),
IconType::BrainCog => Some(BRAINCOG_ELEMENTS),
IconType::BrickWall => Some(BRICKWALL_ELEMENTS),
IconType::BrickWallFire => Some(BRICKWALLFIRE_ELEMENTS),
IconType::Briefcase => Some(BRIEFCASE_ELEMENTS),
IconType::BriefcaseBusiness => Some(BRIEFCASEBUSINESS_ELEMENTS),
IconType::BriefcaseConveyorBelt => Some(BRIEFCASECONVEYORBELT_ELEMENTS),
IconType::BriefcaseMedical => Some(BRIEFCASEMEDICAL_ELEMENTS),
IconType::BringToFront => Some(BRINGTOFRONT_ELEMENTS),
IconType::Brush => Some(BRUSH_ELEMENTS),
IconType::BrushCleaning => Some(BRUSHCLEANING_ELEMENTS),
IconType::Bubbles => Some(BUBBLES_ELEMENTS),
IconType::Bug => Some(BUG_ELEMENTS),
IconType::BugOff => Some(BUGOFF_ELEMENTS),
IconType::BugPlay => Some(BUGPLAY_ELEMENTS),
IconType::Building => Some(BUILDING_ELEMENTS),
IconType::Building2 => Some(BUILDING2_ELEMENTS),
IconType::Bus => Some(BUS_ELEMENTS),
IconType::BusFront => Some(BUSFRONT_ELEMENTS),
IconType::Cable => Some(CABLE_ELEMENTS),
IconType::CableCar => Some(CABLECAR_ELEMENTS),
IconType::Cake => Some(CAKE_ELEMENTS),
IconType::CakeSlice => Some(CAKESLICE_ELEMENTS),
IconType::Calculator => Some(CALCULATOR_ELEMENTS),
IconType::Calendar => Some(CALENDAR_ELEMENTS),
IconType::Calendar1 => Some(CALENDAR1_ELEMENTS),
IconType::CalendarArrowDown => Some(CALENDARARROWDOWN_ELEMENTS),
IconType::CalendarArrowUp => Some(CALENDARARROWUP_ELEMENTS),
IconType::CalendarCheck => Some(CALENDARCHECK_ELEMENTS),
IconType::CalendarCheck2 => Some(CALENDARCHECK2_ELEMENTS),
IconType::CalendarClock => Some(CALENDARCLOCK_ELEMENTS),
IconType::CalendarCog => Some(CALENDARCOG_ELEMENTS),
IconType::CalendarDays => Some(CALENDARDAYS_ELEMENTS),
IconType::CalendarFold => Some(CALENDARFOLD_ELEMENTS),
IconType::CalendarHeart => Some(CALENDARHEART_ELEMENTS),
IconType::CalendarMinus => Some(CALENDARMINUS_ELEMENTS),
IconType::CalendarMinus2 => Some(CALENDARMINUS2_ELEMENTS),
IconType::CalendarOff => Some(CALENDAROFF_ELEMENTS),
IconType::CalendarPlus => Some(CALENDARPLUS_ELEMENTS),
IconType::CalendarPlus2 => Some(CALENDARPLUS2_ELEMENTS),
IconType::CalendarRange => Some(CALENDARRANGE_ELEMENTS),
IconType::CalendarSearch => Some(CALENDARSEARCH_ELEMENTS),
IconType::CalendarSync => Some(CALENDARSYNC_ELEMENTS),
IconType::CalendarX => Some(CALENDARX_ELEMENTS),
IconType::CalendarX2 => Some(CALENDARX2_ELEMENTS),
IconType::Camera => Some(CAMERA_ELEMENTS),
IconType::CameraOff => Some(CAMERAOFF_ELEMENTS),
IconType::Candy => Some(CANDY_ELEMENTS),
IconType::CandyCane => Some(CANDYCANE_ELEMENTS),
IconType::CandyOff => Some(CANDYOFF_ELEMENTS),
IconType::Cannabis => Some(CANNABIS_ELEMENTS),
IconType::Captions => Some(CAPTIONS_ELEMENTS),
IconType::CaptionsOff => Some(CAPTIONSOFF_ELEMENTS),
IconType::Car => Some(CAR_ELEMENTS),
IconType::CarFront => Some(CARFRONT_ELEMENTS),
IconType::CarTaxiFront => Some(CARTAXIFRONT_ELEMENTS),
IconType::Caravan => Some(CARAVAN_ELEMENTS),
IconType::CardSim => Some(CARDSIM_ELEMENTS),
IconType::Carrot => Some(CARROT_ELEMENTS),
IconType::CaseLower => Some(CASELOWER_ELEMENTS),
IconType::CaseSensitive => Some(CASESENSITIVE_ELEMENTS),
IconType::CaseUpper => Some(CASEUPPER_ELEMENTS),
IconType::CassetteTape => Some(CASSETTETAPE_ELEMENTS),
IconType::Cast => Some(CAST_ELEMENTS),
IconType::Castle => Some(CASTLE_ELEMENTS),
IconType::Cat => Some(CAT_ELEMENTS),
IconType::Cctv => Some(CCTV_ELEMENTS),
IconType::ChartArea => Some(CHARTAREA_ELEMENTS),
IconType::ChartBar => Some(CHARTBAR_ELEMENTS),
IconType::ChartBarBig => Some(CHARTBARBIG_ELEMENTS),
IconType::ChartBarDecreasing => Some(CHARTBARDECREASING_ELEMENTS),
IconType::ChartBarIncreasing => Some(CHARTBARINCREASING_ELEMENTS),
IconType::ChartBarStacked => Some(CHARTBARSTACKED_ELEMENTS),
IconType::ChartCandlestick => Some(CHARTCANDLESTICK_ELEMENTS),
IconType::ChartColumn => Some(CHARTCOLUMN_ELEMENTS),
IconType::ChartColumnBig => Some(CHARTCOLUMNBIG_ELEMENTS),
IconType::ChartColumnDecreasing => Some(CHARTCOLUMNDECREASING_ELEMENTS),
IconType::ChartColumnIncreasing => Some(CHARTCOLUMNINCREASING_ELEMENTS),
IconType::ChartColumnStacked => Some(CHARTCOLUMNSTACKED_ELEMENTS),
IconType::ChartGantt => Some(CHARTGANTT_ELEMENTS),
IconType::ChartLine => Some(CHARTLINE_ELEMENTS),
IconType::ChartNetwork => Some(CHARTNETWORK_ELEMENTS),
IconType::ChartNoAxesColumn => Some(CHARTNOAXESCOLUMN_ELEMENTS),
IconType::ChartNoAxesColumnDecreasing => Some(CHARTNOAXESCOLUMNDECREASING_ELEMENTS),
IconType::ChartNoAxesColumnIncreasing => Some(CHARTNOAXESCOLUMNINCREASING_ELEMENTS),
IconType::ChartNoAxesCombined => Some(CHARTNOAXESCOMBINED_ELEMENTS),
IconType::ChartNoAxesGantt => Some(CHARTNOAXESGANTT_ELEMENTS),
IconType::ChartPie => Some(CHARTPIE_ELEMENTS),
IconType::ChartScatter => Some(CHARTSCATTER_ELEMENTS),
IconType::ChartSpline => Some(CHARTSPLINE_ELEMENTS),
IconType::Check => Some(CHECK_ELEMENTS),
IconType::CheckCheck => Some(CHECKCHECK_ELEMENTS),
IconType::CheckLine => Some(CHECKLINE_ELEMENTS),
IconType::ChefHat => Some(CHEFHAT_ELEMENTS),
IconType::Cherry => Some(CHERRY_ELEMENTS),
IconType::ChevronDown => Some(CHEVRONDOWN_ELEMENTS),
IconType::ChevronFirst => Some(CHEVRONFIRST_ELEMENTS),
IconType::ChevronLast => Some(CHEVRONLAST_ELEMENTS),
IconType::ChevronLeft => Some(CHEVRONLEFT_ELEMENTS),
IconType::ChevronRight => Some(CHEVRONRIGHT_ELEMENTS),
IconType::ChevronUp => Some(CHEVRONUP_ELEMENTS),
IconType::ChevronsDown => Some(CHEVRONSDOWN_ELEMENTS),
IconType::ChevronsDownUp => Some(CHEVRONSDOWNUP_ELEMENTS),
IconType::ChevronsLeft => Some(CHEVRONSLEFT_ELEMENTS),
IconType::ChevronsLeftRight => Some(CHEVRONSLEFTRIGHT_ELEMENTS),
IconType::ChevronsLeftRightEllipsis => Some(CHEVRONSLEFTRIGHTELLIPSIS_ELEMENTS),
IconType::ChevronsRight => Some(CHEVRONSRIGHT_ELEMENTS),
IconType::ChevronsRightLeft => Some(CHEVRONSRIGHTLEFT_ELEMENTS),
IconType::ChevronsUp => Some(CHEVRONSUP_ELEMENTS),
IconType::ChevronsUpDown => Some(CHEVRONSUPDOWN_ELEMENTS),
IconType::Chrome => Some(CHROME_ELEMENTS),
IconType::Church => Some(CHURCH_ELEMENTS),
IconType::Cigarette => Some(CIGARETTE_ELEMENTS),
IconType::CigaretteOff => Some(CIGARETTEOFF_ELEMENTS),
IconType::Circle => Some(CIRCLE_ELEMENTS),
IconType::CircleAlert => Some(CIRCLEALERT_ELEMENTS),
IconType::CircleArrowDown => Some(CIRCLEARROWDOWN_ELEMENTS),
IconType::CircleArrowLeft => Some(CIRCLEARROWLEFT_ELEMENTS),
IconType::CircleArrowOutDownLeft => Some(CIRCLEARROWOUTDOWNLEFT_ELEMENTS),
IconType::CircleArrowOutDownRight => Some(CIRCLEARROWOUTDOWNRIGHT_ELEMENTS),
IconType::CircleArrowOutUpLeft => Some(CIRCLEARROWOUTUPLEFT_ELEMENTS),
IconType::CircleArrowOutUpRight => Some(CIRCLEARROWOUTUPRIGHT_ELEMENTS),
IconType::CircleArrowRight => Some(CIRCLEARROWRIGHT_ELEMENTS),
IconType::CircleArrowUp => Some(CIRCLEARROWUP_ELEMENTS),
IconType::CircleCheck => Some(CIRCLECHECK_ELEMENTS),
IconType::CircleCheckBig => Some(CIRCLECHECKBIG_ELEMENTS),
IconType::CircleChevronDown => Some(CIRCLECHEVRONDOWN_ELEMENTS),
IconType::CircleChevronLeft => Some(CIRCLECHEVRONLEFT_ELEMENTS),
IconType::CircleChevronRight => Some(CIRCLECHEVRONRIGHT_ELEMENTS),
IconType::CircleChevronUp => Some(CIRCLECHEVRONUP_ELEMENTS),
IconType::CircleDashed => Some(CIRCLEDASHED_ELEMENTS),
IconType::CircleDivide => Some(CIRCLEDIVIDE_ELEMENTS),
IconType::CircleDollarSign => Some(CIRCLEDOLLARSIGN_ELEMENTS),
IconType::CircleDot => Some(CIRCLEDOT_ELEMENTS),
IconType::CircleDotDashed => Some(CIRCLEDOTDASHED_ELEMENTS),
IconType::CircleEllipsis => Some(CIRCLEELLIPSIS_ELEMENTS),
IconType::CircleEqual => Some(CIRCLEEQUAL_ELEMENTS),
IconType::CircleFadingArrowUp => Some(CIRCLEFADINGARROWUP_ELEMENTS),
IconType::CircleFadingPlus => Some(CIRCLEFADINGPLUS_ELEMENTS),
IconType::CircleGauge => Some(CIRCLEGAUGE_ELEMENTS),
IconType::CircleHelp => Some(CIRCLEHELP_ELEMENTS),
IconType::CircleMinus => Some(CIRCLEMINUS_ELEMENTS),
IconType::CircleOff => Some(CIRCLEOFF_ELEMENTS),
IconType::CircleParking => Some(CIRCLEPARKING_ELEMENTS),
IconType::CircleParkingOff => Some(CIRCLEPARKINGOFF_ELEMENTS),
IconType::CirclePause => Some(CIRCLEPAUSE_ELEMENTS),
IconType::CirclePercent => Some(CIRCLEPERCENT_ELEMENTS),
IconType::CirclePlay => Some(CIRCLEPLAY_ELEMENTS),
IconType::CirclePlus => Some(CIRCLEPLUS_ELEMENTS),
IconType::CirclePoundSterling => Some(CIRCLEPOUNDSTERLING_ELEMENTS),
IconType::CirclePower => Some(CIRCLEPOWER_ELEMENTS),
IconType::CircleQuestionMark => Some(CIRCLEQUESTIONMARK_ELEMENTS),
IconType::CircleSlash => Some(CIRCLESLASH_ELEMENTS),
IconType::CircleSlash2 => Some(CIRCLESLASH2_ELEMENTS),
IconType::CircleSmall => Some(CIRCLESMALL_ELEMENTS),
IconType::CircleStop => Some(CIRCLESTOP_ELEMENTS),
IconType::CircleUser => Some(CIRCLEUSER_ELEMENTS),
IconType::CircleUserRound => Some(CIRCLEUSERROUND_ELEMENTS),
IconType::CircleX => Some(CIRCLEX_ELEMENTS),
IconType::CircuitBoard => Some(CIRCUITBOARD_ELEMENTS),
IconType::Citrus => Some(CITRUS_ELEMENTS),
IconType::Clapperboard => Some(CLAPPERBOARD_ELEMENTS),
IconType::Clipboard => Some(CLIPBOARD_ELEMENTS),
IconType::ClipboardCheck => Some(CLIPBOARDCHECK_ELEMENTS),
IconType::ClipboardClock => Some(CLIPBOARDCLOCK_ELEMENTS),
IconType::ClipboardCopy => Some(CLIPBOARDCOPY_ELEMENTS),
IconType::ClipboardList => Some(CLIPBOARDLIST_ELEMENTS),
IconType::ClipboardMinus => Some(CLIPBOARDMINUS_ELEMENTS),
IconType::ClipboardPaste => Some(CLIPBOARDPASTE_ELEMENTS),
IconType::ClipboardPen => Some(CLIPBOARDPEN_ELEMENTS),
IconType::ClipboardPenLine => Some(CLIPBOARDPENLINE_ELEMENTS),
IconType::ClipboardPlus => Some(CLIPBOARDPLUS_ELEMENTS),
IconType::ClipboardType => Some(CLIPBOARDTYPE_ELEMENTS),
IconType::ClipboardX => Some(CLIPBOARDX_ELEMENTS),
IconType::Clock => Some(CLOCK_ELEMENTS),
IconType::Clock1 => Some(CLOCK1_ELEMENTS),
IconType::Clock10 => Some(CLOCK10_ELEMENTS),
IconType::Clock11 => Some(CLOCK11_ELEMENTS),
IconType::Clock12 => Some(CLOCK12_ELEMENTS),
IconType::Clock2 => Some(CLOCK2_ELEMENTS),
IconType::Clock3 => Some(CLOCK3_ELEMENTS),
IconType::Clock4 => Some(CLOCK4_ELEMENTS),
IconType::Clock5 => Some(CLOCK5_ELEMENTS),
IconType::Clock6 => Some(CLOCK6_ELEMENTS),
IconType::Clock7 => Some(CLOCK7_ELEMENTS),
IconType::Clock8 => Some(CLOCK8_ELEMENTS),
IconType::Clock9 => Some(CLOCK9_ELEMENTS),
IconType::ClockAlert => Some(CLOCKALERT_ELEMENTS),
IconType::ClockArrowDown => Some(CLOCKARROWDOWN_ELEMENTS),
IconType::ClockArrowUp => Some(CLOCKARROWUP_ELEMENTS),
IconType::ClockFading => Some(CLOCKFADING_ELEMENTS),
IconType::ClockPlus => Some(CLOCKPLUS_ELEMENTS),
IconType::Cloud => Some(CLOUD_ELEMENTS),
IconType::CloudAlert => Some(CLOUDALERT_ELEMENTS),
IconType::CloudCheck => Some(CLOUDCHECK_ELEMENTS),
IconType::CloudCog => Some(CLOUDCOG_ELEMENTS),
IconType::CloudDownload => Some(CLOUDDOWNLOAD_ELEMENTS),
IconType::CloudDrizzle => Some(CLOUDDRIZZLE_ELEMENTS),
IconType::CloudFog => Some(CLOUDFOG_ELEMENTS),
IconType::CloudHail => Some(CLOUDHAIL_ELEMENTS),
IconType::CloudLightning => Some(CLOUDLIGHTNING_ELEMENTS),
IconType::CloudMoon => Some(CLOUDMOON_ELEMENTS),
IconType::CloudMoonRain => Some(CLOUDMOONRAIN_ELEMENTS),
IconType::CloudOff => Some(CLOUDOFF_ELEMENTS),
IconType::CloudRain => Some(CLOUDRAIN_ELEMENTS),
IconType::CloudRainWind => Some(CLOUDRAINWIND_ELEMENTS),
IconType::CloudSnow => Some(CLOUDSNOW_ELEMENTS),
IconType::CloudSun => Some(CLOUDSUN_ELEMENTS),
IconType::CloudSunRain => Some(CLOUDSUNRAIN_ELEMENTS),
IconType::CloudUpload => Some(CLOUDUPLOAD_ELEMENTS),
IconType::Cloudy => Some(CLOUDY_ELEMENTS),
IconType::Clover => Some(CLOVER_ELEMENTS),
IconType::Club => Some(CLUB_ELEMENTS),
IconType::Code => Some(CODE_ELEMENTS),
IconType::CodeXml => Some(CODEXML_ELEMENTS),
IconType::Codepen => Some(CODEPEN_ELEMENTS),
IconType::Codesandbox => Some(CODESANDBOX_ELEMENTS),
IconType::Coffee => Some(COFFEE_ELEMENTS),
IconType::Cog => Some(COG_ELEMENTS),
IconType::Coins => Some(COINS_ELEMENTS),
IconType::Columns2 => Some(COLUMNS2_ELEMENTS),
IconType::Columns3 => Some(COLUMNS3_ELEMENTS),
IconType::Columns3Cog => Some(COLUMNS3COG_ELEMENTS),
IconType::Columns4 => Some(COLUMNS4_ELEMENTS),
IconType::Combine => Some(COMBINE_ELEMENTS),
IconType::Command => Some(COMMAND_ELEMENTS),
IconType::Compass => Some(COMPASS_ELEMENTS),
IconType::Component => Some(COMPONENT_ELEMENTS),
IconType::Computer => Some(COMPUTER_ELEMENTS),
IconType::ConciergeBell => Some(CONCIERGEBELL_ELEMENTS),
IconType::Cone => Some(CONE_ELEMENTS),
IconType::Construction => Some(CONSTRUCTION_ELEMENTS),
IconType::Contact => Some(CONTACT_ELEMENTS),
IconType::ContactRound => Some(CONTACTROUND_ELEMENTS),
IconType::Container => Some(CONTAINER_ELEMENTS),
IconType::Contrast => Some(CONTRAST_ELEMENTS),
IconType::Cookie => Some(COOKIE_ELEMENTS),
IconType::CookingPot => Some(COOKINGPOT_ELEMENTS),
IconType::Copy => Some(COPY_ELEMENTS),
IconType::CopyCheck => Some(COPYCHECK_ELEMENTS),
IconType::CopyMinus => Some(COPYMINUS_ELEMENTS),
IconType::CopyPlus => Some(COPYPLUS_ELEMENTS),
IconType::CopySlash => Some(COPYSLASH_ELEMENTS),
IconType::CopyX => Some(COPYX_ELEMENTS),
IconType::Copyleft => Some(COPYLEFT_ELEMENTS),
IconType::Copyright => Some(COPYRIGHT_ELEMENTS),
IconType::CornerDownLeft => Some(CORNERDOWNLEFT_ELEMENTS),
IconType::CornerDownRight => Some(CORNERDOWNRIGHT_ELEMENTS),
IconType::CornerLeftDown => Some(CORNERLEFTDOWN_ELEMENTS),
IconType::CornerLeftUp => Some(CORNERLEFTUP_ELEMENTS),
IconType::CornerRightDown => Some(CORNERRIGHTDOWN_ELEMENTS),
IconType::CornerRightUp => Some(CORNERRIGHTUP_ELEMENTS),
IconType::CornerUpLeft => Some(CORNERUPLEFT_ELEMENTS),
IconType::CornerUpRight => Some(CORNERUPRIGHT_ELEMENTS),
IconType::Cpu => Some(CPU_ELEMENTS),
IconType::CreativeCommons => Some(CREATIVECOMMONS_ELEMENTS),
IconType::CreditCard => Some(CREDITCARD_ELEMENTS),
IconType::Croissant => Some(CROISSANT_ELEMENTS),
IconType::Crop => Some(CROP_ELEMENTS),
IconType::Cross => Some(CROSS_ELEMENTS),
IconType::Crosshair => Some(CROSSHAIR_ELEMENTS),
IconType::Crown => Some(CROWN_ELEMENTS),
IconType::Cuboid => Some(CUBOID_ELEMENTS),
IconType::CupSoda => Some(CUPSODA_ELEMENTS),
IconType::Currency => Some(CURRENCY_ELEMENTS),
IconType::Cylinder => Some(CYLINDER_ELEMENTS),
IconType::Dam => Some(DAM_ELEMENTS),
IconType::Database => Some(DATABASE_ELEMENTS),
IconType::DatabaseBackup => Some(DATABASEBACKUP_ELEMENTS),
IconType::DatabaseZap => Some(DATABASEZAP_ELEMENTS),
IconType::DecimalsArrowLeft => Some(DECIMALSARROWLEFT_ELEMENTS),
IconType::DecimalsArrowRight => Some(DECIMALSARROWRIGHT_ELEMENTS),
IconType::Delete => Some(DELETE_ELEMENTS),
IconType::Dessert => Some(DESSERT_ELEMENTS),
IconType::Diameter => Some(DIAMETER_ELEMENTS),
IconType::Diamond => Some(DIAMOND_ELEMENTS),
IconType::DiamondMinus => Some(DIAMONDMINUS_ELEMENTS),
IconType::DiamondPercent => Some(DIAMONDPERCENT_ELEMENTS),
IconType::DiamondPlus => Some(DIAMONDPLUS_ELEMENTS),
IconType::Dice1 => Some(DICE1_ELEMENTS),
IconType::Dice2 => Some(DICE2_ELEMENTS),
IconType::Dice3 => Some(DICE3_ELEMENTS),
IconType::Dice4 => Some(DICE4_ELEMENTS),
IconType::Dice5 => Some(DICE5_ELEMENTS),
IconType::Dice6 => Some(DICE6_ELEMENTS),
IconType::Dices => Some(DICES_ELEMENTS),
IconType::Diff => Some(DIFF_ELEMENTS),
IconType::Disc => Some(DISC_ELEMENTS),
IconType::Disc2 => Some(DISC2_ELEMENTS),
IconType::Disc3 => Some(DISC3_ELEMENTS),
IconType::DiscAlbum => Some(DISCALBUM_ELEMENTS),
IconType::Divide => Some(DIVIDE_ELEMENTS),
IconType::Dna => Some(DNA_ELEMENTS),
IconType::DnaOff => Some(DNAOFF_ELEMENTS),
IconType::Dock => Some(DOCK_ELEMENTS),
IconType::Dog => Some(DOG_ELEMENTS),
IconType::DollarSign => Some(DOLLARSIGN_ELEMENTS),
IconType::Donut => Some(DONUT_ELEMENTS),
IconType::DoorClosed => Some(DOORCLOSED_ELEMENTS),
IconType::DoorClosedLocked => Some(DOORCLOSEDLOCKED_ELEMENTS),
IconType::DoorOpen => Some(DOOROPEN_ELEMENTS),
IconType::Dot => Some(DOT_ELEMENTS),
IconType::Download => Some(DOWNLOAD_ELEMENTS),
IconType::DraftingCompass => Some(DRAFTINGCOMPASS_ELEMENTS),
IconType::Drama => Some(DRAMA_ELEMENTS),
IconType::Dribbble => Some(DRIBBBLE_ELEMENTS),
IconType::Drill => Some(DRILL_ELEMENTS),
IconType::Drone => Some(DRONE_ELEMENTS),
IconType::Droplet => Some(DROPLET_ELEMENTS),
IconType::DropletOff => Some(DROPLETOFF_ELEMENTS),
IconType::Droplets => Some(DROPLETS_ELEMENTS),
IconType::Drum => Some(DRUM_ELEMENTS),
IconType::Drumstick => Some(DRUMSTICK_ELEMENTS),
IconType::Dumbbell => Some(DUMBBELL_ELEMENTS),
IconType::Ear => Some(EAR_ELEMENTS),
IconType::EarOff => Some(EAROFF_ELEMENTS),
IconType::Earth => Some(EARTH_ELEMENTS),
IconType::EarthLock => Some(EARTHLOCK_ELEMENTS),
IconType::Eclipse => Some(ECLIPSE_ELEMENTS),
IconType::Egg => Some(EGG_ELEMENTS),
IconType::EggFried => Some(EGGFRIED_ELEMENTS),
IconType::EggOff => Some(EGGOFF_ELEMENTS),
IconType::Ellipsis => Some(ELLIPSIS_ELEMENTS),
IconType::EllipsisVertical => Some(ELLIPSISVERTICAL_ELEMENTS),
IconType::Equal => Some(EQUAL_ELEMENTS),
IconType::EqualApproximately => Some(EQUALAPPROXIMATELY_ELEMENTS),
IconType::EqualNot => Some(EQUALNOT_ELEMENTS),
IconType::Eraser => Some(ERASER_ELEMENTS),
IconType::EthernetPort => Some(ETHERNETPORT_ELEMENTS),
IconType::Euro => Some(EURO_ELEMENTS),
IconType::Expand => Some(EXPAND_ELEMENTS),
IconType::ExternalLink => Some(EXTERNALLINK_ELEMENTS),
IconType::Eye => Some(EYE_ELEMENTS),
IconType::EyeClosed => Some(EYECLOSED_ELEMENTS),
IconType::EyeOff => Some(EYEOFF_ELEMENTS),
IconType::Facebook => Some(FACEBOOK_ELEMENTS),
IconType::Factory => Some(FACTORY_ELEMENTS),
IconType::Fan => Some(FAN_ELEMENTS),
IconType::FastForward => Some(FASTFORWARD_ELEMENTS),
IconType::Feather => Some(FEATHER_ELEMENTS),
IconType::Fence => Some(FENCE_ELEMENTS),
IconType::FerrisWheel => Some(FERRISWHEEL_ELEMENTS),
IconType::Figma => Some(FIGMA_ELEMENTS),
IconType::File => Some(FILE_ELEMENTS),
IconType::FileArchive => Some(FILEARCHIVE_ELEMENTS),
IconType::FileAudio => Some(FILEAUDIO_ELEMENTS),
IconType::FileAudio2 => Some(FILEAUDIO2_ELEMENTS),
IconType::FileAxis3D => Some(FILEAXIS3D_ELEMENTS),
IconType::FileBadge => Some(FILEBADGE_ELEMENTS),
IconType::FileBadge2 => Some(FILEBADGE2_ELEMENTS),
IconType::FileBox => Some(FILEBOX_ELEMENTS),
IconType::FileChartColumn => Some(FILECHARTCOLUMN_ELEMENTS),
IconType::FileChartColumnIncreasing => Some(FILECHARTCOLUMNINCREASING_ELEMENTS),
IconType::FileChartLine => Some(FILECHARTLINE_ELEMENTS),
IconType::FileChartPie => Some(FILECHARTPIE_ELEMENTS),
IconType::FileCheck => Some(FILECHECK_ELEMENTS),
IconType::FileCheck2 => Some(FILECHECK2_ELEMENTS),
IconType::FileClock => Some(FILECLOCK_ELEMENTS),
IconType::FileCode => Some(FILECODE_ELEMENTS),
IconType::FileCode2 => Some(FILECODE2_ELEMENTS),
IconType::FileCog => Some(FILECOG_ELEMENTS),
IconType::FileDiff => Some(FILEDIFF_ELEMENTS),
IconType::FileDigit => Some(FILEDIGIT_ELEMENTS),
IconType::FileDown => Some(FILEDOWN_ELEMENTS),
IconType::FileHeart => Some(FILEHEART_ELEMENTS),
IconType::FileImage => Some(FILEIMAGE_ELEMENTS),
IconType::FileInput => Some(FILEINPUT_ELEMENTS),
IconType::FileJson => Some(FILEJSON_ELEMENTS),
IconType::FileJson2 => Some(FILEJSON2_ELEMENTS),
IconType::FileKey => Some(FILEKEY_ELEMENTS),
IconType::FileKey2 => Some(FILEKEY2_ELEMENTS),
IconType::FileLock => Some(FILELOCK_ELEMENTS),
IconType::FileLock2 => Some(FILELOCK2_ELEMENTS),
IconType::FileMinus => Some(FILEMINUS_ELEMENTS),
IconType::FileMinus2 => Some(FILEMINUS2_ELEMENTS),
IconType::FileMusic => Some(FILEMUSIC_ELEMENTS),
IconType::FileOutput => Some(FILEOUTPUT_ELEMENTS),
IconType::FilePen => Some(FILEPEN_ELEMENTS),
IconType::FilePenLine => Some(FILEPENLINE_ELEMENTS),
IconType::FilePlay => Some(FILEPLAY_ELEMENTS),
IconType::FilePlus => Some(FILEPLUS_ELEMENTS),
IconType::FilePlus2 => Some(FILEPLUS2_ELEMENTS),
IconType::FileQuestion => Some(FILEQUESTION_ELEMENTS),
IconType::FileQuestionMark => Some(FILEQUESTIONMARK_ELEMENTS),
IconType::FileScan => Some(FILESCAN_ELEMENTS),
IconType::FileSearch => Some(FILESEARCH_ELEMENTS),
IconType::FileSearch2 => Some(FILESEARCH2_ELEMENTS),
IconType::FileSliders => Some(FILESLIDERS_ELEMENTS),
IconType::FileSpreadsheet => Some(FILESPREADSHEET_ELEMENTS),
IconType::FileStack => Some(FILESTACK_ELEMENTS),
IconType::FileSymlink => Some(FILESYMLINK_ELEMENTS),
IconType::FileTerminal => Some(FILETERMINAL_ELEMENTS),
IconType::FileText => Some(FILETEXT_ELEMENTS),
IconType::FileType => Some(FILETYPE_ELEMENTS),
IconType::FileType2 => Some(FILETYPE2_ELEMENTS),
IconType::FileUp => Some(FILEUP_ELEMENTS),
IconType::FileUser => Some(FILEUSER_ELEMENTS),
IconType::FileVideo => Some(FILEVIDEO_ELEMENTS),
IconType::FileVideo2 => Some(FILEVIDEO2_ELEMENTS),
IconType::FileVideoCamera => Some(FILEVIDEOCAMERA_ELEMENTS),
IconType::FileVolume => Some(FILEVOLUME_ELEMENTS),
IconType::FileVolume2 => Some(FILEVOLUME2_ELEMENTS),
IconType::FileWarning => Some(FILEWARNING_ELEMENTS),
IconType::FileX => Some(FILEX_ELEMENTS),
IconType::FileX2 => Some(FILEX2_ELEMENTS),
IconType::Files => Some(FILES_ELEMENTS),
IconType::Film => Some(FILM_ELEMENTS),
IconType::Filter => Some(FILTER_ELEMENTS),
IconType::FilterX => Some(FILTERX_ELEMENTS),
IconType::Fingerprint => Some(FINGERPRINT_ELEMENTS),
IconType::FireExtinguisher => Some(FIREEXTINGUISHER_ELEMENTS),
IconType::Fish => Some(FISH_ELEMENTS),
IconType::FishOff => Some(FISHOFF_ELEMENTS),
IconType::FishSymbol => Some(FISHSYMBOL_ELEMENTS),
IconType::Flag => Some(FLAG_ELEMENTS),
IconType::FlagOff => Some(FLAGOFF_ELEMENTS),
IconType::FlagTriangleLeft => Some(FLAGTRIANGLELEFT_ELEMENTS),
IconType::FlagTriangleRight => Some(FLAGTRIANGLERIGHT_ELEMENTS),
IconType::Flame => Some(FLAME_ELEMENTS),
IconType::FlameKindling => Some(FLAMEKINDLING_ELEMENTS),
IconType::Flashlight => Some(FLASHLIGHT_ELEMENTS),
IconType::FlashlightOff => Some(FLASHLIGHTOFF_ELEMENTS),
IconType::FlaskConical => Some(FLASKCONICAL_ELEMENTS),
IconType::FlaskConicalOff => Some(FLASKCONICALOFF_ELEMENTS),
IconType::FlaskRound => Some(FLASKROUND_ELEMENTS),
IconType::FlipHorizontal => Some(FLIPHORIZONTAL_ELEMENTS),
IconType::FlipHorizontal2 => Some(FLIPHORIZONTAL2_ELEMENTS),
IconType::FlipVertical => Some(FLIPVERTICAL_ELEMENTS),
IconType::FlipVertical2 => Some(FLIPVERTICAL2_ELEMENTS),
IconType::Flower => Some(FLOWER_ELEMENTS),
IconType::Flower2 => Some(FLOWER2_ELEMENTS),
IconType::Focus => Some(FOCUS_ELEMENTS),
IconType::FoldHorizontal => Some(FOLDHORIZONTAL_ELEMENTS),
IconType::FoldVertical => Some(FOLDVERTICAL_ELEMENTS),
IconType::Folder => Some(FOLDER_ELEMENTS),
IconType::FolderArchive => Some(FOLDERARCHIVE_ELEMENTS),
IconType::FolderCheck => Some(FOLDERCHECK_ELEMENTS),
IconType::FolderClock => Some(FOLDERCLOCK_ELEMENTS),
IconType::FolderClosed => Some(FOLDERCLOSED_ELEMENTS),
IconType::FolderCode => Some(FOLDERCODE_ELEMENTS),
IconType::FolderCog => Some(FOLDERCOG_ELEMENTS),
IconType::FolderDot => Some(FOLDERDOT_ELEMENTS),
IconType::FolderDown => Some(FOLDERDOWN_ELEMENTS),
IconType::FolderGit => Some(FOLDERGIT_ELEMENTS),
IconType::FolderGit2 => Some(FOLDERGIT2_ELEMENTS),
IconType::FolderHeart => Some(FOLDERHEART_ELEMENTS),
IconType::FolderInput => Some(FOLDERINPUT_ELEMENTS),
IconType::FolderKanban => Some(FOLDERKANBAN_ELEMENTS),
IconType::FolderKey => Some(FOLDERKEY_ELEMENTS),
IconType::FolderLock => Some(FOLDERLOCK_ELEMENTS),
IconType::FolderMinus => Some(FOLDERMINUS_ELEMENTS),
IconType::FolderOpen => Some(FOLDEROPEN_ELEMENTS),
IconType::FolderOpenDot => Some(FOLDEROPENDOT_ELEMENTS),
IconType::FolderOutput => Some(FOLDEROUTPUT_ELEMENTS),
IconType::FolderPen => Some(FOLDERPEN_ELEMENTS),
IconType::FolderPlus => Some(FOLDERPLUS_ELEMENTS),
IconType::FolderRoot => Some(FOLDERROOT_ELEMENTS),
IconType::FolderSearch => Some(FOLDERSEARCH_ELEMENTS),
IconType::FolderSearch2 => Some(FOLDERSEARCH2_ELEMENTS),
IconType::FolderSymlink => Some(FOLDERSYMLINK_ELEMENTS),
IconType::FolderSync => Some(FOLDERSYNC_ELEMENTS),
IconType::FolderTree => Some(FOLDERTREE_ELEMENTS),
IconType::FolderUp => Some(FOLDERUP_ELEMENTS),
IconType::FolderX => Some(FOLDERX_ELEMENTS),
IconType::Folders => Some(FOLDERS_ELEMENTS),
IconType::Footprints => Some(FOOTPRINTS_ELEMENTS),
IconType::Forklift => Some(FORKLIFT_ELEMENTS),
IconType::Forward => Some(FORWARD_ELEMENTS),
IconType::Frame => Some(FRAME_ELEMENTS),
IconType::Framer => Some(FRAMER_ELEMENTS),
IconType::Frown => Some(FROWN_ELEMENTS),
IconType::Fuel => Some(FUEL_ELEMENTS),
IconType::Fullscreen => Some(FULLSCREEN_ELEMENTS),
IconType::Funnel => Some(FUNNEL_ELEMENTS),
IconType::FunnelPlus => Some(FUNNELPLUS_ELEMENTS),
IconType::FunnelX => Some(FUNNELX_ELEMENTS),
IconType::GalleryHorizontal => Some(GALLERYHORIZONTAL_ELEMENTS),
IconType::GalleryHorizontalEnd => Some(GALLERYHORIZONTALEND_ELEMENTS),
IconType::GalleryThumbnails => Some(GALLERYTHUMBNAILS_ELEMENTS),
IconType::GalleryVertical => Some(GALLERYVERTICAL_ELEMENTS),
IconType::GalleryVerticalEnd => Some(GALLERYVERTICALEND_ELEMENTS),
IconType::Gamepad => Some(GAMEPAD_ELEMENTS),
IconType::Gamepad2 => Some(GAMEPAD2_ELEMENTS),
IconType::Gauge => Some(GAUGE_ELEMENTS),
IconType::Gavel => Some(GAVEL_ELEMENTS),
IconType::Gem => Some(GEM_ELEMENTS),
IconType::GeorgianLari => Some(GEORGIANLARI_ELEMENTS),
IconType::Ghost => Some(GHOST_ELEMENTS),
IconType::Gift => Some(GIFT_ELEMENTS),
IconType::GitBranch => Some(GITBRANCH_ELEMENTS),
IconType::GitBranchPlus => Some(GITBRANCHPLUS_ELEMENTS),
IconType::GitCommitHorizontal => Some(GITCOMMITHORIZONTAL_ELEMENTS),
IconType::GitCommitVertical => Some(GITCOMMITVERTICAL_ELEMENTS),
IconType::GitCompare => Some(GITCOMPARE_ELEMENTS),
IconType::GitCompareArrows => Some(GITCOMPAREARROWS_ELEMENTS),
IconType::GitFork => Some(GITFORK_ELEMENTS),
IconType::GitGraph => Some(GITGRAPH_ELEMENTS),
IconType::GitMerge => Some(GITMERGE_ELEMENTS),
IconType::GitPullRequest => Some(GITPULLREQUEST_ELEMENTS),
IconType::GitPullRequestArrow => Some(GITPULLREQUESTARROW_ELEMENTS),
IconType::GitPullRequestClosed => Some(GITPULLREQUESTCLOSED_ELEMENTS),
IconType::GitPullRequestCreate => Some(GITPULLREQUESTCREATE_ELEMENTS),
IconType::GitPullRequestCreateArrow => Some(GITPULLREQUESTCREATEARROW_ELEMENTS),
IconType::GitPullRequestDraft => Some(GITPULLREQUESTDRAFT_ELEMENTS),
IconType::Github => Some(GITHUB_ELEMENTS),
IconType::Gitlab => Some(GITLAB_ELEMENTS),
IconType::GlassWater => Some(GLASSWATER_ELEMENTS),
IconType::Glasses => Some(GLASSES_ELEMENTS),
IconType::Globe => Some(GLOBE_ELEMENTS),
IconType::GlobeLock => Some(GLOBELOCK_ELEMENTS),
IconType::Goal => Some(GOAL_ELEMENTS),
IconType::Gpu => Some(GPU_ELEMENTS),
IconType::Grab => Some(GRAB_ELEMENTS),
IconType::GraduationCap => Some(GRADUATIONCAP_ELEMENTS),
IconType::Grape => Some(GRAPE_ELEMENTS),
IconType::Grid2X2 => Some(GRID2X2_ELEMENTS),
IconType::Grid2X2Check => Some(GRID2X2CHECK_ELEMENTS),
IconType::Grid2X2Plus => Some(GRID2X2PLUS_ELEMENTS),
IconType::Grid2X2X => Some(GRID2X2X_ELEMENTS),
IconType::Grid3X2 => Some(GRID3X2_ELEMENTS),
IconType::Grid3X3 => Some(GRID3X3_ELEMENTS),
IconType::Grip => Some(GRIP_ELEMENTS),
IconType::GripHorizontal => Some(GRIPHORIZONTAL_ELEMENTS),
IconType::GripVertical => Some(GRIPVERTICAL_ELEMENTS),
IconType::Group => Some(GROUP_ELEMENTS),
IconType::Guitar => Some(GUITAR_ELEMENTS),
IconType::Ham => Some(HAM_ELEMENTS),
IconType::Hamburger => Some(HAMBURGER_ELEMENTS),
IconType::Hammer => Some(HAMMER_ELEMENTS),
IconType::Hand => Some(HAND_ELEMENTS),
IconType::HandCoins => Some(HANDCOINS_ELEMENTS),
IconType::HandHeart => Some(HANDHEART_ELEMENTS),
IconType::HandHelping => Some(HANDHELPING_ELEMENTS),
IconType::HandMetal => Some(HANDMETAL_ELEMENTS),
IconType::HandPlatter => Some(HANDPLATTER_ELEMENTS),
IconType::Handbag => Some(HANDBAG_ELEMENTS),
IconType::Handshake => Some(HANDSHAKE_ELEMENTS),
IconType::HardDrive => Some(HARDDRIVE_ELEMENTS),
IconType::HardDriveDownload => Some(HARDDRIVEDOWNLOAD_ELEMENTS),
IconType::HardDriveUpload => Some(HARDDRIVEUPLOAD_ELEMENTS),
IconType::HardHat => Some(HARDHAT_ELEMENTS),
IconType::Hash => Some(HASH_ELEMENTS),
IconType::HatGlasses => Some(HATGLASSES_ELEMENTS),
IconType::Haze => Some(HAZE_ELEMENTS),
IconType::HdmiPort => Some(HDMIPORT_ELEMENTS),
IconType::Heading => Some(HEADING_ELEMENTS),
IconType::Heading1 => Some(HEADING1_ELEMENTS),
IconType::Heading2 => Some(HEADING2_ELEMENTS),
IconType::Heading3 => Some(HEADING3_ELEMENTS),
IconType::Heading4 => Some(HEADING4_ELEMENTS),
IconType::Heading5 => Some(HEADING5_ELEMENTS),
IconType::Heading6 => Some(HEADING6_ELEMENTS),
IconType::HeadphoneOff => Some(HEADPHONEOFF_ELEMENTS),
IconType::Headphones => Some(HEADPHONES_ELEMENTS),
IconType::Headset => Some(HEADSET_ELEMENTS),
IconType::Heart => Some(HEART_ELEMENTS),
IconType::HeartCrack => Some(HEARTCRACK_ELEMENTS),
IconType::HeartHandshake => Some(HEARTHANDSHAKE_ELEMENTS),
IconType::HeartMinus => Some(HEARTMINUS_ELEMENTS),
IconType::HeartOff => Some(HEARTOFF_ELEMENTS),
IconType::HeartPlus => Some(HEARTPLUS_ELEMENTS),
IconType::HeartPulse => Some(HEARTPULSE_ELEMENTS),
IconType::Heater => Some(HEATER_ELEMENTS),
IconType::Hexagon => Some(HEXAGON_ELEMENTS),
IconType::Highlighter => Some(HIGHLIGHTER_ELEMENTS),
IconType::History => Some(HISTORY_ELEMENTS),
IconType::Hop => Some(HOP_ELEMENTS),
IconType::HopOff => Some(HOPOFF_ELEMENTS),
IconType::Hospital => Some(HOSPITAL_ELEMENTS),
IconType::Hotel => Some(HOTEL_ELEMENTS),
IconType::Hourglass => Some(HOURGLASS_ELEMENTS),
IconType::House => Some(HOUSE_ELEMENTS),
IconType::HousePlug => Some(HOUSEPLUG_ELEMENTS),
IconType::HousePlus => Some(HOUSEPLUS_ELEMENTS),
IconType::HouseWifi => Some(HOUSEWIFI_ELEMENTS),
IconType::IceCreamBowl => Some(ICECREAMBOWL_ELEMENTS),
IconType::IceCreamCone => Some(ICECREAMCONE_ELEMENTS),
IconType::IdCard => Some(IDCARD_ELEMENTS),
IconType::IdCardLanyard => Some(IDCARDLANYARD_ELEMENTS),
IconType::Image => Some(IMAGE_ELEMENTS),
IconType::ImageDown => Some(IMAGEDOWN_ELEMENTS),
IconType::ImageMinus => Some(IMAGEMINUS_ELEMENTS),
IconType::ImageOff => Some(IMAGEOFF_ELEMENTS),
IconType::ImagePlay => Some(IMAGEPLAY_ELEMENTS),
IconType::ImagePlus => Some(IMAGEPLUS_ELEMENTS),
IconType::ImageUp => Some(IMAGEUP_ELEMENTS),
IconType::ImageUpscale => Some(IMAGEUPSCALE_ELEMENTS),
IconType::Images => Some(IMAGES_ELEMENTS),
IconType::Import => Some(IMPORT_ELEMENTS),
IconType::Inbox => Some(INBOX_ELEMENTS),
IconType::IndentDecrease => Some(INDENTDECREASE_ELEMENTS),
IconType::IndentIncrease => Some(INDENTINCREASE_ELEMENTS),
IconType::IndianRupee => Some(INDIANRUPEE_ELEMENTS),
IconType::Infinity => Some(INFINITY_ELEMENTS),
IconType::Info => Some(INFO_ELEMENTS),
IconType::InspectionPanel => Some(INSPECTIONPANEL_ELEMENTS),
IconType::Instagram => Some(INSTAGRAM_ELEMENTS),
IconType::Italic => Some(ITALIC_ELEMENTS),
IconType::IterationCcw => Some(ITERATIONCCW_ELEMENTS),
IconType::IterationCw => Some(ITERATIONCW_ELEMENTS),
IconType::JapaneseYen => Some(JAPANESEYEN_ELEMENTS),
IconType::Joystick => Some(JOYSTICK_ELEMENTS),
IconType::Kanban => Some(KANBAN_ELEMENTS),
IconType::Key => Some(KEY_ELEMENTS),
IconType::KeyRound => Some(KEYROUND_ELEMENTS),
IconType::KeySquare => Some(KEYSQUARE_ELEMENTS),
IconType::Keyboard => Some(KEYBOARD_ELEMENTS),
IconType::KeyboardMusic => Some(KEYBOARDMUSIC_ELEMENTS),
IconType::KeyboardOff => Some(KEYBOARDOFF_ELEMENTS),
IconType::Lamp => Some(LAMP_ELEMENTS),
IconType::LampCeiling => Some(LAMPCEILING_ELEMENTS),
IconType::LampDesk => Some(LAMPDESK_ELEMENTS),
IconType::LampFloor => Some(LAMPFLOOR_ELEMENTS),
IconType::LampWallDown => Some(LAMPWALLDOWN_ELEMENTS),
IconType::LampWallUp => Some(LAMPWALLUP_ELEMENTS),
IconType::LandPlot => Some(LANDPLOT_ELEMENTS),
IconType::Landmark => Some(LANDMARK_ELEMENTS),
IconType::Languages => Some(LANGUAGES_ELEMENTS),
IconType::Laptop => Some(LAPTOP_ELEMENTS),
IconType::LaptopMinimal => Some(LAPTOPMINIMAL_ELEMENTS),
IconType::LaptopMinimalCheck => Some(LAPTOPMINIMALCHECK_ELEMENTS),
IconType::Lasso => Some(LASSO_ELEMENTS),
IconType::LassoSelect => Some(LASSOSELECT_ELEMENTS),
IconType::Laugh => Some(LAUGH_ELEMENTS),
IconType::Layers => Some(LAYERS_ELEMENTS),
IconType::Layers2 => Some(LAYERS2_ELEMENTS),
IconType::Layers3 => Some(LAYERS3_ELEMENTS),
IconType::LayoutDashboard => Some(LAYOUTDASHBOARD_ELEMENTS),
IconType::LayoutGrid => Some(LAYOUTGRID_ELEMENTS),
IconType::LayoutList => Some(LAYOUTLIST_ELEMENTS),
IconType::LayoutPanelLeft => Some(LAYOUTPANELLEFT_ELEMENTS),
IconType::LayoutPanelTop => Some(LAYOUTPANELTOP_ELEMENTS),
IconType::LayoutTemplate => Some(LAYOUTTEMPLATE_ELEMENTS),
IconType::Leaf => Some(LEAF_ELEMENTS),
IconType::LeafyGreen => Some(LEAFYGREEN_ELEMENTS),
IconType::Lectern => Some(LECTERN_ELEMENTS),
IconType::LetterText => Some(LETTERTEXT_ELEMENTS),
IconType::Library => Some(LIBRARY_ELEMENTS),
IconType::LibraryBig => Some(LIBRARYBIG_ELEMENTS),
IconType::LifeBuoy => Some(LIFEBUOY_ELEMENTS),
IconType::Ligature => Some(LIGATURE_ELEMENTS),
IconType::Lightbulb => Some(LIGHTBULB_ELEMENTS),
IconType::LightbulbOff => Some(LIGHTBULBOFF_ELEMENTS),
IconType::LineSquiggle => Some(LINESQUIGGLE_ELEMENTS),
IconType::Link => Some(LINK_ELEMENTS),
IconType::Link2 => Some(LINK2_ELEMENTS),
IconType::Link2Off => Some(LINK2OFF_ELEMENTS),
IconType::Linkedin => Some(LINKEDIN_ELEMENTS),
IconType::List => Some(LIST_ELEMENTS),
IconType::ListCheck => Some(LISTCHECK_ELEMENTS),
IconType::ListChecks => Some(LISTCHECKS_ELEMENTS),
IconType::ListCollapse => Some(LISTCOLLAPSE_ELEMENTS),
IconType::ListEnd => Some(LISTEND_ELEMENTS),
IconType::ListFilter => Some(LISTFILTER_ELEMENTS),
IconType::ListFilterPlus => Some(LISTFILTERPLUS_ELEMENTS),
IconType::ListMinus => Some(LISTMINUS_ELEMENTS),
IconType::ListMusic => Some(LISTMUSIC_ELEMENTS),
IconType::ListOrdered => Some(LISTORDERED_ELEMENTS),
IconType::ListPlus => Some(LISTPLUS_ELEMENTS),
IconType::ListRestart => Some(LISTRESTART_ELEMENTS),
IconType::ListStart => Some(LISTSTART_ELEMENTS),
IconType::ListTodo => Some(LISTTODO_ELEMENTS),
IconType::ListTree => Some(LISTTREE_ELEMENTS),
IconType::ListVideo => Some(LISTVIDEO_ELEMENTS),
IconType::ListX => Some(LISTX_ELEMENTS),
IconType::Loader => Some(LOADER_ELEMENTS),
IconType::LoaderCircle => Some(LOADERCIRCLE_ELEMENTS),
IconType::LoaderPinwheel => Some(LOADERPINWHEEL_ELEMENTS),
IconType::Locate => Some(LOCATE_ELEMENTS),
IconType::LocateFixed => Some(LOCATEFIXED_ELEMENTS),
IconType::LocateOff => Some(LOCATEOFF_ELEMENTS),
IconType::LocationEdit => Some(LOCATIONEDIT_ELEMENTS),
IconType::Lock => Some(LOCK_ELEMENTS),
IconType::LockKeyhole => Some(LOCKKEYHOLE_ELEMENTS),
IconType::LockKeyholeOpen => Some(LOCKKEYHOLEOPEN_ELEMENTS),
IconType::LockOpen => Some(LOCKOPEN_ELEMENTS),
IconType::LogIn => Some(LOGIN_ELEMENTS),
IconType::LogOut => Some(LOGOUT_ELEMENTS),
IconType::Logs => Some(LOGS_ELEMENTS),
IconType::Lollipop => Some(LOLLIPOP_ELEMENTS),
IconType::Luggage => Some(LUGGAGE_ELEMENTS),
IconType::Magnet => Some(MAGNET_ELEMENTS),
IconType::Mail => Some(MAIL_ELEMENTS),
IconType::MailCheck => Some(MAILCHECK_ELEMENTS),
IconType::MailMinus => Some(MAILMINUS_ELEMENTS),
IconType::MailOpen => Some(MAILOPEN_ELEMENTS),
IconType::MailPlus => Some(MAILPLUS_ELEMENTS),
IconType::MailQuestion => Some(MAILQUESTION_ELEMENTS),
IconType::MailQuestionMark => Some(MAILQUESTIONMARK_ELEMENTS),
IconType::MailSearch => Some(MAILSEARCH_ELEMENTS),
IconType::MailWarning => Some(MAILWARNING_ELEMENTS),
IconType::MailX => Some(MAILX_ELEMENTS),
IconType::Mailbox => Some(MAILBOX_ELEMENTS),
IconType::Mails => Some(MAILS_ELEMENTS),
IconType::Map => Some(MAP_ELEMENTS),
IconType::MapMinus => Some(MAPMINUS_ELEMENTS),
IconType::MapPin => Some(MAPPIN_ELEMENTS),
IconType::MapPinCheck => Some(MAPPINCHECK_ELEMENTS),
IconType::MapPinCheckInside => Some(MAPPINCHECKINSIDE_ELEMENTS),
IconType::MapPinHouse => Some(MAPPINHOUSE_ELEMENTS),
IconType::MapPinMinus => Some(MAPPINMINUS_ELEMENTS),
IconType::MapPinMinusInside => Some(MAPPINMINUSINSIDE_ELEMENTS),
IconType::MapPinOff => Some(MAPPINOFF_ELEMENTS),
IconType::MapPinPen => Some(MAPPINPEN_ELEMENTS),
IconType::MapPinPlus => Some(MAPPINPLUS_ELEMENTS),
IconType::MapPinPlusInside => Some(MAPPINPLUSINSIDE_ELEMENTS),
IconType::MapPinX => Some(MAPPINX_ELEMENTS),
IconType::MapPinXInside => Some(MAPPINXINSIDE_ELEMENTS),
IconType::MapPinned => Some(MAPPINNED_ELEMENTS),
IconType::MapPlus => Some(MAPPLUS_ELEMENTS),
IconType::Mars => Some(MARS_ELEMENTS),
IconType::MarsStroke => Some(MARSSTROKE_ELEMENTS),
IconType::Martini => Some(MARTINI_ELEMENTS),
IconType::Maximize => Some(MAXIMIZE_ELEMENTS),
IconType::Maximize2 => Some(MAXIMIZE2_ELEMENTS),
IconType::Medal => Some(MEDAL_ELEMENTS),
IconType::Megaphone => Some(MEGAPHONE_ELEMENTS),
IconType::MegaphoneOff => Some(MEGAPHONEOFF_ELEMENTS),
IconType::Meh => Some(MEH_ELEMENTS),
IconType::MemoryStick => Some(MEMORYSTICK_ELEMENTS),
IconType::Menu => Some(MENU_ELEMENTS),
IconType::Merge => Some(MERGE_ELEMENTS),
IconType::MessageCircle => Some(MESSAGECIRCLE_ELEMENTS),
IconType::MessageCircleCode => Some(MESSAGECIRCLECODE_ELEMENTS),
IconType::MessageCircleDashed => Some(MESSAGECIRCLEDASHED_ELEMENTS),
IconType::MessageCircleHeart => Some(MESSAGECIRCLEHEART_ELEMENTS),
IconType::MessageCircleMore => Some(MESSAGECIRCLEMORE_ELEMENTS),
IconType::MessageCircleOff => Some(MESSAGECIRCLEOFF_ELEMENTS),
IconType::MessageCirclePlus => Some(MESSAGECIRCLEPLUS_ELEMENTS),
IconType::MessageCircleQuestion => Some(MESSAGECIRCLEQUESTION_ELEMENTS),
IconType::MessageCircleQuestionMark => Some(MESSAGECIRCLEQUESTIONMARK_ELEMENTS),
IconType::MessageCircleReply => Some(MESSAGECIRCLEREPLY_ELEMENTS),
IconType::MessageCircleWarning => Some(MESSAGECIRCLEWARNING_ELEMENTS),
IconType::MessageCircleX => Some(MESSAGECIRCLEX_ELEMENTS),
IconType::MessageSquare => Some(MESSAGESQUARE_ELEMENTS),
IconType::MessageSquareCode => Some(MESSAGESQUARECODE_ELEMENTS),
IconType::MessageSquareDashed => Some(MESSAGESQUAREDASHED_ELEMENTS),
IconType::MessageSquareDiff => Some(MESSAGESQUAREDIFF_ELEMENTS),
IconType::MessageSquareDot => Some(MESSAGESQUAREDOT_ELEMENTS),
IconType::MessageSquareHeart => Some(MESSAGESQUAREHEART_ELEMENTS),
IconType::MessageSquareLock => Some(MESSAGESQUARELOCK_ELEMENTS),
IconType::MessageSquareMore => Some(MESSAGESQUAREMORE_ELEMENTS),
IconType::MessageSquareOff => Some(MESSAGESQUAREOFF_ELEMENTS),
IconType::MessageSquarePlus => Some(MESSAGESQUAREPLUS_ELEMENTS),
IconType::MessageSquareQuote => Some(MESSAGESQUAREQUOTE_ELEMENTS),
IconType::MessageSquareReply => Some(MESSAGESQUAREREPLY_ELEMENTS),
IconType::MessageSquareShare => Some(MESSAGESQUARESHARE_ELEMENTS),
IconType::MessageSquareText => Some(MESSAGESQUARETEXT_ELEMENTS),
IconType::MessageSquareWarning => Some(MESSAGESQUAREWARNING_ELEMENTS),
IconType::MessageSquareX => Some(MESSAGESQUAREX_ELEMENTS),
IconType::MessagesSquare => Some(MESSAGESSQUARE_ELEMENTS),
IconType::Mic => Some(MIC_ELEMENTS),
IconType::MicOff => Some(MICOFF_ELEMENTS),
IconType::MicVocal => Some(MICVOCAL_ELEMENTS),
IconType::Microchip => Some(MICROCHIP_ELEMENTS),
IconType::Microscope => Some(MICROSCOPE_ELEMENTS),
IconType::Microwave => Some(MICROWAVE_ELEMENTS),
IconType::Milestone => Some(MILESTONE_ELEMENTS),
IconType::Milk => Some(MILK_ELEMENTS),
IconType::MilkOff => Some(MILKOFF_ELEMENTS),
IconType::Minimize => Some(MINIMIZE_ELEMENTS),
IconType::Minimize2 => Some(MINIMIZE2_ELEMENTS),
IconType::Minus => Some(MINUS_ELEMENTS),
IconType::Monitor => Some(MONITOR_ELEMENTS),
IconType::MonitorCheck => Some(MONITORCHECK_ELEMENTS),
IconType::MonitorCog => Some(MONITORCOG_ELEMENTS),
IconType::MonitorDot => Some(MONITORDOT_ELEMENTS),
IconType::MonitorDown => Some(MONITORDOWN_ELEMENTS),
IconType::MonitorOff => Some(MONITOROFF_ELEMENTS),
IconType::MonitorPause => Some(MONITORPAUSE_ELEMENTS),
IconType::MonitorPlay => Some(MONITORPLAY_ELEMENTS),
IconType::MonitorSmartphone => Some(MONITORSMARTPHONE_ELEMENTS),
IconType::MonitorSpeaker => Some(MONITORSPEAKER_ELEMENTS),
IconType::MonitorStop => Some(MONITORSTOP_ELEMENTS),
IconType::MonitorUp => Some(MONITORUP_ELEMENTS),
IconType::MonitorX => Some(MONITORX_ELEMENTS),
IconType::Moon => Some(MOON_ELEMENTS),
IconType::MoonStar => Some(MOONSTAR_ELEMENTS),
IconType::Mountain => Some(MOUNTAIN_ELEMENTS),
IconType::MountainSnow => Some(MOUNTAINSNOW_ELEMENTS),
IconType::Mouse => Some(MOUSE_ELEMENTS),
IconType::MouseOff => Some(MOUSEOFF_ELEMENTS),
IconType::MousePointer => Some(MOUSEPOINTER_ELEMENTS),
IconType::MousePointer2 => Some(MOUSEPOINTER2_ELEMENTS),
IconType::MousePointerBan => Some(MOUSEPOINTERBAN_ELEMENTS),
IconType::MousePointerClick => Some(MOUSEPOINTERCLICK_ELEMENTS),
IconType::Move => Some(MOVE_ELEMENTS),
IconType::Move3D => Some(MOVE3D_ELEMENTS),
IconType::MoveDiagonal => Some(MOVEDIAGONAL_ELEMENTS),
IconType::MoveDiagonal2 => Some(MOVEDIAGONAL2_ELEMENTS),
IconType::MoveDown => Some(MOVEDOWN_ELEMENTS),
IconType::MoveDownLeft => Some(MOVEDOWNLEFT_ELEMENTS),
IconType::MoveDownRight => Some(MOVEDOWNRIGHT_ELEMENTS),
IconType::MoveHorizontal => Some(MOVEHORIZONTAL_ELEMENTS),
IconType::MoveLeft => Some(MOVELEFT_ELEMENTS),
IconType::MoveRight => Some(MOVERIGHT_ELEMENTS),
IconType::MoveUp => Some(MOVEUP_ELEMENTS),
IconType::MoveUpLeft => Some(MOVEUPLEFT_ELEMENTS),
IconType::MoveUpRight => Some(MOVEUPRIGHT_ELEMENTS),
IconType::MoveVertical => Some(MOVEVERTICAL_ELEMENTS),
IconType::Music => Some(MUSIC_ELEMENTS),
IconType::Music2 => Some(MUSIC2_ELEMENTS),
IconType::Music3 => Some(MUSIC3_ELEMENTS),
IconType::Music4 => Some(MUSIC4_ELEMENTS),
IconType::Navigation => Some(NAVIGATION_ELEMENTS),
IconType::Navigation2 => Some(NAVIGATION2_ELEMENTS),
IconType::Navigation2Off => Some(NAVIGATION2OFF_ELEMENTS),
IconType::NavigationOff => Some(NAVIGATIONOFF_ELEMENTS),
IconType::Network => Some(NETWORK_ELEMENTS),
IconType::Newspaper => Some(NEWSPAPER_ELEMENTS),
IconType::Nfc => Some(NFC_ELEMENTS),
IconType::NonBinary => Some(NONBINARY_ELEMENTS),
IconType::Notebook => Some(NOTEBOOK_ELEMENTS),
IconType::NotebookPen => Some(NOTEBOOKPEN_ELEMENTS),
IconType::NotebookTabs => Some(NOTEBOOKTABS_ELEMENTS),
IconType::NotebookText => Some(NOTEBOOKTEXT_ELEMENTS),
IconType::NotepadText => Some(NOTEPADTEXT_ELEMENTS),
IconType::NotepadTextDashed => Some(NOTEPADTEXTDASHED_ELEMENTS),
IconType::Nut => Some(NUT_ELEMENTS),
IconType::NutOff => Some(NUTOFF_ELEMENTS),
IconType::Octagon => Some(OCTAGON_ELEMENTS),
IconType::OctagonAlert => Some(OCTAGONALERT_ELEMENTS),
IconType::OctagonMinus => Some(OCTAGONMINUS_ELEMENTS),
IconType::OctagonPause => Some(OCTAGONPAUSE_ELEMENTS),
IconType::OctagonX => Some(OCTAGONX_ELEMENTS),
IconType::Omega => Some(OMEGA_ELEMENTS),
IconType::OptionIcon => Some(OPTIONICON_ELEMENTS),
IconType::Orbit => Some(ORBIT_ELEMENTS),
IconType::Origami => Some(ORIGAMI_ELEMENTS),
IconType::Package => Some(PACKAGE_ELEMENTS),
IconType::Package2 => Some(PACKAGE2_ELEMENTS),
IconType::PackageCheck => Some(PACKAGECHECK_ELEMENTS),
IconType::PackageMinus => Some(PACKAGEMINUS_ELEMENTS),
IconType::PackageOpen => Some(PACKAGEOPEN_ELEMENTS),
IconType::PackagePlus => Some(PACKAGEPLUS_ELEMENTS),
IconType::PackageSearch => Some(PACKAGESEARCH_ELEMENTS),
IconType::PackageX => Some(PACKAGEX_ELEMENTS),
IconType::PaintBucket => Some(PAINTBUCKET_ELEMENTS),
IconType::PaintRoller => Some(PAINTROLLER_ELEMENTS),
IconType::Paintbrush => Some(PAINTBRUSH_ELEMENTS),
IconType::PaintbrushVertical => Some(PAINTBRUSHVERTICAL_ELEMENTS),
IconType::Palette => Some(PALETTE_ELEMENTS),
IconType::Panda => Some(PANDA_ELEMENTS),
IconType::PanelBottom => Some(PANELBOTTOM_ELEMENTS),
IconType::PanelBottomClose => Some(PANELBOTTOMCLOSE_ELEMENTS),
IconType::PanelBottomDashed => Some(PANELBOTTOMDASHED_ELEMENTS),
IconType::PanelBottomOpen => Some(PANELBOTTOMOPEN_ELEMENTS),
IconType::PanelLeft => Some(PANELLEFT_ELEMENTS),
IconType::PanelLeftClose => Some(PANELLEFTCLOSE_ELEMENTS),
IconType::PanelLeftDashed => Some(PANELLEFTDASHED_ELEMENTS),
IconType::PanelLeftOpen => Some(PANELLEFTOPEN_ELEMENTS),
IconType::PanelRight => Some(PANELRIGHT_ELEMENTS),
IconType::PanelRightClose => Some(PANELRIGHTCLOSE_ELEMENTS),
IconType::PanelRightDashed => Some(PANELRIGHTDASHED_ELEMENTS),
IconType::PanelRightOpen => Some(PANELRIGHTOPEN_ELEMENTS),
IconType::PanelTop => Some(PANELTOP_ELEMENTS),
IconType::PanelTopClose => Some(PANELTOPCLOSE_ELEMENTS),
IconType::PanelTopDashed => Some(PANELTOPDASHED_ELEMENTS),
IconType::PanelTopOpen => Some(PANELTOPOPEN_ELEMENTS),
IconType::PanelsLeftBottom => Some(PANELSLEFTBOTTOM_ELEMENTS),
IconType::PanelsRightBottom => Some(PANELSRIGHTBOTTOM_ELEMENTS),
IconType::PanelsTopLeft => Some(PANELSTOPLEFT_ELEMENTS),
IconType::Paperclip => Some(PAPERCLIP_ELEMENTS),
IconType::Parentheses => Some(PARENTHESES_ELEMENTS),
IconType::ParkingMeter => Some(PARKINGMETER_ELEMENTS),
IconType::PartyPopper => Some(PARTYPOPPER_ELEMENTS),
IconType::Pause => Some(PAUSE_ELEMENTS),
IconType::PawPrint => Some(PAWPRINT_ELEMENTS),
IconType::PcCase => Some(PCCASE_ELEMENTS),
IconType::Pen => Some(PEN_ELEMENTS),
IconType::PenLine => Some(PENLINE_ELEMENTS),
IconType::PenOff => Some(PENOFF_ELEMENTS),
IconType::PenTool => Some(PENTOOL_ELEMENTS),
IconType::Pencil => Some(PENCIL_ELEMENTS),
IconType::PencilLine => Some(PENCILLINE_ELEMENTS),
IconType::PencilOff => Some(PENCILOFF_ELEMENTS),
IconType::PencilRuler => Some(PENCILRULER_ELEMENTS),
IconType::Pentagon => Some(PENTAGON_ELEMENTS),
IconType::Percent => Some(PERCENT_ELEMENTS),
IconType::PersonStanding => Some(PERSONSTANDING_ELEMENTS),
IconType::PhilippinePeso => Some(PHILIPPINEPESO_ELEMENTS),
IconType::Phone => Some(PHONE_ELEMENTS),
IconType::PhoneCall => Some(PHONECALL_ELEMENTS),
IconType::PhoneForwarded => Some(PHONEFORWARDED_ELEMENTS),
IconType::PhoneIncoming => Some(PHONEINCOMING_ELEMENTS),
IconType::PhoneMissed => Some(PHONEMISSED_ELEMENTS),
IconType::PhoneOff => Some(PHONEOFF_ELEMENTS),
IconType::PhoneOutgoing => Some(PHONEOUTGOING_ELEMENTS),
IconType::Pi => Some(PI_ELEMENTS),
IconType::Piano => Some(PIANO_ELEMENTS),
IconType::Pickaxe => Some(PICKAXE_ELEMENTS),
IconType::PictureInPicture => Some(PICTUREINPICTURE_ELEMENTS),
IconType::PictureInPicture2 => Some(PICTUREINPICTURE2_ELEMENTS),
IconType::PiggyBank => Some(PIGGYBANK_ELEMENTS),
IconType::Pilcrow => Some(PILCROW_ELEMENTS),
IconType::PilcrowLeft => Some(PILCROWLEFT_ELEMENTS),
IconType::PilcrowRight => Some(PILCROWRIGHT_ELEMENTS),
IconType::Pill => Some(PILL_ELEMENTS),
IconType::PillBottle => Some(PILLBOTTLE_ELEMENTS),
IconType::Pin => Some(PIN_ELEMENTS),
IconType::PinOff => Some(PINOFF_ELEMENTS),
IconType::Pipette => Some(PIPETTE_ELEMENTS),
IconType::Pizza => Some(PIZZA_ELEMENTS),
IconType::Plane => Some(PLANE_ELEMENTS),
IconType::PlaneLanding => Some(PLANELANDING_ELEMENTS),
IconType::PlaneTakeoff => Some(PLANETAKEOFF_ELEMENTS),
IconType::Play => Some(PLAY_ELEMENTS),
IconType::Plug => Some(PLUG_ELEMENTS),
IconType::Plug2 => Some(PLUG2_ELEMENTS),
IconType::PlugZap => Some(PLUGZAP_ELEMENTS),
IconType::Plus => Some(PLUS_ELEMENTS),
IconType::Pocket => Some(POCKET_ELEMENTS),
IconType::PocketKnife => Some(POCKETKNIFE_ELEMENTS),
IconType::Podcast => Some(PODCAST_ELEMENTS),
IconType::Pointer => Some(POINTER_ELEMENTS),
IconType::PointerOff => Some(POINTEROFF_ELEMENTS),
IconType::Popcorn => Some(POPCORN_ELEMENTS),
IconType::Popsicle => Some(POPSICLE_ELEMENTS),
IconType::PoundSterling => Some(POUNDSTERLING_ELEMENTS),
IconType::Power => Some(POWER_ELEMENTS),
IconType::PowerOff => Some(POWEROFF_ELEMENTS),
IconType::Presentation => Some(PRESENTATION_ELEMENTS),
IconType::Printer => Some(PRINTER_ELEMENTS),
IconType::PrinterCheck => Some(PRINTERCHECK_ELEMENTS),
IconType::Projector => Some(PROJECTOR_ELEMENTS),
IconType::Proportions => Some(PROPORTIONS_ELEMENTS),
IconType::Puzzle => Some(PUZZLE_ELEMENTS),
IconType::Pyramid => Some(PYRAMID_ELEMENTS),
IconType::QrCode => Some(QRCODE_ELEMENTS),
IconType::Quote => Some(QUOTE_ELEMENTS),
IconType::Rabbit => Some(RABBIT_ELEMENTS),
IconType::Radar => Some(RADAR_ELEMENTS),
IconType::Radiation => Some(RADIATION_ELEMENTS),
IconType::Radical => Some(RADICAL_ELEMENTS),
IconType::Radio => Some(RADIO_ELEMENTS),
IconType::RadioReceiver => Some(RADIORECEIVER_ELEMENTS),
IconType::RadioTower => Some(RADIOTOWER_ELEMENTS),
IconType::Radius => Some(RADIUS_ELEMENTS),
IconType::RailSymbol => Some(RAILSYMBOL_ELEMENTS),
IconType::Rainbow => Some(RAINBOW_ELEMENTS),
IconType::Rat => Some(RAT_ELEMENTS),
IconType::Ratio => Some(RATIO_ELEMENTS),
IconType::Receipt => Some(RECEIPT_ELEMENTS),
IconType::ReceiptCent => Some(RECEIPTCENT_ELEMENTS),
IconType::ReceiptEuro => Some(RECEIPTEURO_ELEMENTS),
IconType::ReceiptIndianRupee => Some(RECEIPTINDIANRUPEE_ELEMENTS),
IconType::ReceiptJapaneseYen => Some(RECEIPTJAPANESEYEN_ELEMENTS),
IconType::ReceiptPoundSterling => Some(RECEIPTPOUNDSTERLING_ELEMENTS),
IconType::ReceiptRussianRuble => Some(RECEIPTRUSSIANRUBLE_ELEMENTS),
IconType::ReceiptSwissFranc => Some(RECEIPTSWISSFRANC_ELEMENTS),
IconType::ReceiptText => Some(RECEIPTTEXT_ELEMENTS),
IconType::ReceiptTurkishLira => Some(RECEIPTTURKISHLIRA_ELEMENTS),
IconType::RectangleCircle => Some(RECTANGLECIRCLE_ELEMENTS),
IconType::RectangleEllipsis => Some(RECTANGLEELLIPSIS_ELEMENTS),
IconType::RectangleGoggles => Some(RECTANGLEGOGGLES_ELEMENTS),
IconType::RectangleHorizontal => Some(RECTANGLEHORIZONTAL_ELEMENTS),
IconType::RectangleVertical => Some(RECTANGLEVERTICAL_ELEMENTS),
IconType::Recycle => Some(RECYCLE_ELEMENTS),
IconType::Redo => Some(REDO_ELEMENTS),
IconType::Redo2 => Some(REDO2_ELEMENTS),
IconType::RedoDot => Some(REDODOT_ELEMENTS),
IconType::RefreshCcw => Some(REFRESHCCW_ELEMENTS),
IconType::RefreshCcwDot => Some(REFRESHCCWDOT_ELEMENTS),
IconType::RefreshCw => Some(REFRESHCW_ELEMENTS),
IconType::RefreshCwOff => Some(REFRESHCWOFF_ELEMENTS),
IconType::Refrigerator => Some(REFRIGERATOR_ELEMENTS),
IconType::Regex => Some(REGEX_ELEMENTS),
IconType::RemoveFormatting => Some(REMOVEFORMATTING_ELEMENTS),
IconType::Repeat => Some(REPEAT_ELEMENTS),
IconType::Repeat1 => Some(REPEAT1_ELEMENTS),
IconType::Repeat2 => Some(REPEAT2_ELEMENTS),
IconType::Replace => Some(REPLACE_ELEMENTS),
IconType::ReplaceAll => Some(REPLACEALL_ELEMENTS),
IconType::Reply => Some(REPLY_ELEMENTS),
IconType::ReplyAll => Some(REPLYALL_ELEMENTS),
IconType::Rewind => Some(REWIND_ELEMENTS),
IconType::Ribbon => Some(RIBBON_ELEMENTS),
IconType::Rocket => Some(ROCKET_ELEMENTS),
IconType::RockingChair => Some(ROCKINGCHAIR_ELEMENTS),
IconType::RollerCoaster => Some(ROLLERCOASTER_ELEMENTS),
IconType::Rotate3D => Some(ROTATE3D_ELEMENTS),
IconType::RotateCcw => Some(ROTATECCW_ELEMENTS),
IconType::RotateCcwKey => Some(ROTATECCWKEY_ELEMENTS),
IconType::RotateCcwSquare => Some(ROTATECCWSQUARE_ELEMENTS),
IconType::RotateCw => Some(ROTATECW_ELEMENTS),
IconType::RotateCwSquare => Some(ROTATECWSQUARE_ELEMENTS),
IconType::Route => Some(ROUTE_ELEMENTS),
IconType::RouteOff => Some(ROUTEOFF_ELEMENTS),
IconType::Router => Some(ROUTER_ELEMENTS),
IconType::Rows2 => Some(ROWS2_ELEMENTS),
IconType::Rows3 => Some(ROWS3_ELEMENTS),
IconType::Rows4 => Some(ROWS4_ELEMENTS),
IconType::Rss => Some(RSS_ELEMENTS),
IconType::Ruler => Some(RULER_ELEMENTS),
IconType::RulerDimensionLine => Some(RULERDIMENSIONLINE_ELEMENTS),
IconType::RussianRuble => Some(RUSSIANRUBLE_ELEMENTS),
IconType::Sailboat => Some(SAILBOAT_ELEMENTS),
IconType::Salad => Some(SALAD_ELEMENTS),
IconType::Sandwich => Some(SANDWICH_ELEMENTS),
IconType::Satellite => Some(SATELLITE_ELEMENTS),
IconType::SatelliteDish => Some(SATELLITEDISH_ELEMENTS),
IconType::SaudiRiyal => Some(SAUDIRIYAL_ELEMENTS),
IconType::Save => Some(SAVE_ELEMENTS),
IconType::SaveAll => Some(SAVEALL_ELEMENTS),
IconType::SaveOff => Some(SAVEOFF_ELEMENTS),
IconType::Scale => Some(SCALE_ELEMENTS),
IconType::Scale3D => Some(SCALE3D_ELEMENTS),
IconType::Scaling => Some(SCALING_ELEMENTS),
IconType::Scan => Some(SCAN_ELEMENTS),
IconType::ScanBarcode => Some(SCANBARCODE_ELEMENTS),
IconType::ScanEye => Some(SCANEYE_ELEMENTS),
IconType::ScanFace => Some(SCANFACE_ELEMENTS),
IconType::ScanHeart => Some(SCANHEART_ELEMENTS),
IconType::ScanLine => Some(SCANLINE_ELEMENTS),
IconType::ScanQrCode => Some(SCANQRCODE_ELEMENTS),
IconType::ScanSearch => Some(SCANSEARCH_ELEMENTS),
IconType::ScanText => Some(SCANTEXT_ELEMENTS),
IconType::School => Some(SCHOOL_ELEMENTS),
IconType::Scissors => Some(SCISSORS_ELEMENTS),
IconType::ScissorsLineDashed => Some(SCISSORSLINEDASHED_ELEMENTS),
IconType::ScreenShare => Some(SCREENSHARE_ELEMENTS),
IconType::ScreenShareOff => Some(SCREENSHAREOFF_ELEMENTS),
IconType::Scroll => Some(SCROLL_ELEMENTS),
IconType::ScrollText => Some(SCROLLTEXT_ELEMENTS),
IconType::Search => Some(SEARCH_ELEMENTS),
IconType::SearchCheck => Some(SEARCHCHECK_ELEMENTS),
IconType::SearchCode => Some(SEARCHCODE_ELEMENTS),
IconType::SearchSlash => Some(SEARCHSLASH_ELEMENTS),
IconType::SearchX => Some(SEARCHX_ELEMENTS),
IconType::Section => Some(SECTION_ELEMENTS),
IconType::Send => Some(SEND_ELEMENTS),
IconType::SendHorizontal => Some(SENDHORIZONTAL_ELEMENTS),
IconType::SendToBack => Some(SENDTOBACK_ELEMENTS),
IconType::SeparatorHorizontal => Some(SEPARATORHORIZONTAL_ELEMENTS),
IconType::SeparatorVertical => Some(SEPARATORVERTICAL_ELEMENTS),
IconType::Server => Some(SERVER_ELEMENTS),
IconType::ServerCog => Some(SERVERCOG_ELEMENTS),
IconType::ServerCrash => Some(SERVERCRASH_ELEMENTS),
IconType::ServerOff => Some(SERVEROFF_ELEMENTS),
IconType::Settings => Some(SETTINGS_ELEMENTS),
IconType::Settings2 => Some(SETTINGS2_ELEMENTS),
IconType::Shapes => Some(SHAPES_ELEMENTS),
IconType::Share => Some(SHARE_ELEMENTS),
IconType::Share2 => Some(SHARE2_ELEMENTS),
IconType::Sheet => Some(SHEET_ELEMENTS),
IconType::Shell => Some(SHELL_ELEMENTS),
IconType::Shield => Some(SHIELD_ELEMENTS),
IconType::ShieldAlert => Some(SHIELDALERT_ELEMENTS),
IconType::ShieldBan => Some(SHIELDBAN_ELEMENTS),
IconType::ShieldCheck => Some(SHIELDCHECK_ELEMENTS),
IconType::ShieldEllipsis => Some(SHIELDELLIPSIS_ELEMENTS),
IconType::ShieldHalf => Some(SHIELDHALF_ELEMENTS),
IconType::ShieldMinus => Some(SHIELDMINUS_ELEMENTS),
IconType::ShieldOff => Some(SHIELDOFF_ELEMENTS),
IconType::ShieldPlus => Some(SHIELDPLUS_ELEMENTS),
IconType::ShieldQuestion => Some(SHIELDQUESTION_ELEMENTS),
IconType::ShieldQuestionMark => Some(SHIELDQUESTIONMARK_ELEMENTS),
IconType::ShieldUser => Some(SHIELDUSER_ELEMENTS),
IconType::ShieldX => Some(SHIELDX_ELEMENTS),
IconType::Ship => Some(SHIP_ELEMENTS),
IconType::ShipWheel => Some(SHIPWHEEL_ELEMENTS),
IconType::Shirt => Some(SHIRT_ELEMENTS),
IconType::ShoppingBag => Some(SHOPPINGBAG_ELEMENTS),
IconType::ShoppingBasket => Some(SHOPPINGBASKET_ELEMENTS),
IconType::ShoppingCart => Some(SHOPPINGCART_ELEMENTS),
IconType::Shovel => Some(SHOVEL_ELEMENTS),
IconType::ShowerHead => Some(SHOWERHEAD_ELEMENTS),
IconType::Shredder => Some(SHREDDER_ELEMENTS),
IconType::Shrimp => Some(SHRIMP_ELEMENTS),
IconType::Shrink => Some(SHRINK_ELEMENTS),
IconType::Shrub => Some(SHRUB_ELEMENTS),
IconType::Shuffle => Some(SHUFFLE_ELEMENTS),
IconType::Sigma => Some(SIGMA_ELEMENTS),
IconType::Signal => Some(SIGNAL_ELEMENTS),
IconType::SignalHigh => Some(SIGNALHIGH_ELEMENTS),
IconType::SignalLow => Some(SIGNALLOW_ELEMENTS),
IconType::SignalMedium => Some(SIGNALMEDIUM_ELEMENTS),
IconType::SignalZero => Some(SIGNALZERO_ELEMENTS),
IconType::Signature => Some(SIGNATURE_ELEMENTS),
IconType::Signpost => Some(SIGNPOST_ELEMENTS),
IconType::SignpostBig => Some(SIGNPOSTBIG_ELEMENTS),
IconType::Siren => Some(SIREN_ELEMENTS),
IconType::SkipBack => Some(SKIPBACK_ELEMENTS),
IconType::SkipForward => Some(SKIPFORWARD_ELEMENTS),
IconType::Skull => Some(SKULL_ELEMENTS),
IconType::Slack => Some(SLACK_ELEMENTS),
IconType::Slash => Some(SLASH_ELEMENTS),
IconType::Slice => Some(SLICE_ELEMENTS),
IconType::SlidersHorizontal => Some(SLIDERSHORIZONTAL_ELEMENTS),
IconType::SlidersVertical => Some(SLIDERSVERTICAL_ELEMENTS),
IconType::Smartphone => Some(SMARTPHONE_ELEMENTS),
IconType::SmartphoneCharging => Some(SMARTPHONECHARGING_ELEMENTS),
IconType::SmartphoneNfc => Some(SMARTPHONENFC_ELEMENTS),
IconType::Smile => Some(SMILE_ELEMENTS),
IconType::SmilePlus => Some(SMILEPLUS_ELEMENTS),
IconType::Snail => Some(SNAIL_ELEMENTS),
IconType::Snowflake => Some(SNOWFLAKE_ELEMENTS),
IconType::SoapDispenserDroplet => Some(SOAPDISPENSERDROPLET_ELEMENTS),
IconType::Sofa => Some(SOFA_ELEMENTS),
IconType::Soup => Some(SOUP_ELEMENTS),
IconType::Space => Some(SPACE_ELEMENTS),
IconType::Spade => Some(SPADE_ELEMENTS),
IconType::Sparkle => Some(SPARKLE_ELEMENTS),
IconType::Sparkles => Some(SPARKLES_ELEMENTS),
IconType::Speaker => Some(SPEAKER_ELEMENTS),
IconType::Speech => Some(SPEECH_ELEMENTS),
IconType::SpellCheck => Some(SPELLCHECK_ELEMENTS),
IconType::SpellCheck2 => Some(SPELLCHECK2_ELEMENTS),
IconType::Spline => Some(SPLINE_ELEMENTS),
IconType::SplinePointer => Some(SPLINEPOINTER_ELEMENTS),
IconType::Split => Some(SPLIT_ELEMENTS),
IconType::Spool => Some(SPOOL_ELEMENTS),
IconType::Spotlight => Some(SPOTLIGHT_ELEMENTS),
IconType::SprayCan => Some(SPRAYCAN_ELEMENTS),
IconType::Sprout => Some(SPROUT_ELEMENTS),
IconType::Square => Some(SQUARE_ELEMENTS),
IconType::SquareActivity => Some(SQUAREACTIVITY_ELEMENTS),
IconType::SquareArrowDown => Some(SQUAREARROWDOWN_ELEMENTS),
IconType::SquareArrowDownLeft => Some(SQUAREARROWDOWNLEFT_ELEMENTS),
IconType::SquareArrowDownRight => Some(SQUAREARROWDOWNRIGHT_ELEMENTS),
IconType::SquareArrowLeft => Some(SQUAREARROWLEFT_ELEMENTS),
IconType::SquareArrowOutDownLeft => Some(SQUAREARROWOUTDOWNLEFT_ELEMENTS),
IconType::SquareArrowOutDownRight => Some(SQUAREARROWOUTDOWNRIGHT_ELEMENTS),
IconType::SquareArrowOutUpLeft => Some(SQUAREARROWOUTUPLEFT_ELEMENTS),
IconType::SquareArrowOutUpRight => Some(SQUAREARROWOUTUPRIGHT_ELEMENTS),
IconType::SquareArrowRight => Some(SQUAREARROWRIGHT_ELEMENTS),
IconType::SquareArrowUp => Some(SQUAREARROWUP_ELEMENTS),
IconType::SquareArrowUpLeft => Some(SQUAREARROWUPLEFT_ELEMENTS),
IconType::SquareArrowUpRight => Some(SQUAREARROWUPRIGHT_ELEMENTS),
IconType::SquareAsterisk => Some(SQUAREASTERISK_ELEMENTS),
IconType::SquareBottomDashedScissors => Some(SQUAREBOTTOMDASHEDSCISSORS_ELEMENTS),
IconType::SquareChartGantt => Some(SQUARECHARTGANTT_ELEMENTS),
IconType::SquareCheck => Some(SQUARECHECK_ELEMENTS),
IconType::SquareCheckBig => Some(SQUARECHECKBIG_ELEMENTS),
IconType::SquareChevronDown => Some(SQUARECHEVRONDOWN_ELEMENTS),
IconType::SquareChevronLeft => Some(SQUARECHEVRONLEFT_ELEMENTS),
IconType::SquareChevronRight => Some(SQUARECHEVRONRIGHT_ELEMENTS),
IconType::SquareChevronUp => Some(SQUARECHEVRONUP_ELEMENTS),
IconType::SquareCode => Some(SQUARECODE_ELEMENTS),
IconType::SquareDashed => Some(SQUAREDASHED_ELEMENTS),
IconType::SquareDashedBottom => Some(SQUAREDASHEDBOTTOM_ELEMENTS),
IconType::SquareDashedBottomCode => Some(SQUAREDASHEDBOTTOMCODE_ELEMENTS),
IconType::SquareDashedKanban => Some(SQUAREDASHEDKANBAN_ELEMENTS),
IconType::SquareDashedMousePointer => Some(SQUAREDASHEDMOUSEPOINTER_ELEMENTS),
IconType::SquareDashedTopSolid => Some(SQUAREDASHEDTOPSOLID_ELEMENTS),
IconType::SquareDivide => Some(SQUAREDIVIDE_ELEMENTS),
IconType::SquareDot => Some(SQUAREDOT_ELEMENTS),
IconType::SquareEqual => Some(SQUAREEQUAL_ELEMENTS),
IconType::SquareFunction => Some(SQUAREFUNCTION_ELEMENTS),
IconType::SquareKanban => Some(SQUAREKANBAN_ELEMENTS),
IconType::SquareLibrary => Some(SQUARELIBRARY_ELEMENTS),
IconType::SquareM => Some(SQUAREM_ELEMENTS),
IconType::SquareMenu => Some(SQUAREMENU_ELEMENTS),
IconType::SquareMinus => Some(SQUAREMINUS_ELEMENTS),
IconType::SquareMousePointer => Some(SQUAREMOUSEPOINTER_ELEMENTS),
IconType::SquareParking => Some(SQUAREPARKING_ELEMENTS),
IconType::SquareParkingOff => Some(SQUAREPARKINGOFF_ELEMENTS),
IconType::SquarePause => Some(SQUAREPAUSE_ELEMENTS),
IconType::SquarePen => Some(SQUAREPEN_ELEMENTS),
IconType::SquarePercent => Some(SQUAREPERCENT_ELEMENTS),
IconType::SquarePi => Some(SQUAREPI_ELEMENTS),
IconType::SquarePilcrow => Some(SQUAREPILCROW_ELEMENTS),
IconType::SquarePlay => Some(SQUAREPLAY_ELEMENTS),
IconType::SquarePlus => Some(SQUAREPLUS_ELEMENTS),
IconType::SquarePower => Some(SQUAREPOWER_ELEMENTS),
IconType::SquareRadical => Some(SQUARERADICAL_ELEMENTS),
IconType::SquareRoundCorner => Some(SQUAREROUNDCORNER_ELEMENTS),
IconType::SquareScissors => Some(SQUARESCISSORS_ELEMENTS),
IconType::SquareSigma => Some(SQUARESIGMA_ELEMENTS),
IconType::SquareSlash => Some(SQUARESLASH_ELEMENTS),
IconType::SquareSplitHorizontal => Some(SQUARESPLITHORIZONTAL_ELEMENTS),
IconType::SquareSplitVertical => Some(SQUARESPLITVERTICAL_ELEMENTS),
IconType::SquareSquare => Some(SQUARESQUARE_ELEMENTS),
IconType::SquareStack => Some(SQUARESTACK_ELEMENTS),
IconType::SquareStop => Some(SQUARESTOP_ELEMENTS),
IconType::SquareTerminal => Some(SQUARETERMINAL_ELEMENTS),
IconType::SquareUser => Some(SQUAREUSER_ELEMENTS),
IconType::SquareUserRound => Some(SQUAREUSERROUND_ELEMENTS),
IconType::SquareX => Some(SQUAREX_ELEMENTS),
IconType::SquaresExclude => Some(SQUARESEXCLUDE_ELEMENTS),
IconType::SquaresIntersect => Some(SQUARESINTERSECT_ELEMENTS),
IconType::SquaresSubtract => Some(SQUARESSUBTRACT_ELEMENTS),
IconType::SquaresUnite => Some(SQUARESUNITE_ELEMENTS),
IconType::Squircle => Some(SQUIRCLE_ELEMENTS),
IconType::SquircleDashed => Some(SQUIRCLEDASHED_ELEMENTS),
IconType::Squirrel => Some(SQUIRREL_ELEMENTS),
IconType::Stamp => Some(STAMP_ELEMENTS),
IconType::Star => Some(STAR_ELEMENTS),
IconType::StarHalf => Some(STARHALF_ELEMENTS),
IconType::StarOff => Some(STAROFF_ELEMENTS),
IconType::StepBack => Some(STEPBACK_ELEMENTS),
IconType::StepForward => Some(STEPFORWARD_ELEMENTS),
IconType::Stethoscope => Some(STETHOSCOPE_ELEMENTS),
IconType::Sticker => Some(STICKER_ELEMENTS),
IconType::StickyNote => Some(STICKYNOTE_ELEMENTS),
IconType::Store => Some(STORE_ELEMENTS),
IconType::StretchHorizontal => Some(STRETCHHORIZONTAL_ELEMENTS),
IconType::StretchVertical => Some(STRETCHVERTICAL_ELEMENTS),
IconType::Strikethrough => Some(STRIKETHROUGH_ELEMENTS),
IconType::Subscript => Some(SUBSCRIPT_ELEMENTS),
IconType::Sun => Some(SUN_ELEMENTS),
IconType::SunDim => Some(SUNDIM_ELEMENTS),
IconType::SunMedium => Some(SUNMEDIUM_ELEMENTS),
IconType::SunMoon => Some(SUNMOON_ELEMENTS),
IconType::SunSnow => Some(SUNSNOW_ELEMENTS),
IconType::Sunrise => Some(SUNRISE_ELEMENTS),
IconType::Sunset => Some(SUNSET_ELEMENTS),
IconType::Superscript => Some(SUPERSCRIPT_ELEMENTS),
IconType::SwatchBook => Some(SWATCHBOOK_ELEMENTS),
IconType::SwissFranc => Some(SWISSFRANC_ELEMENTS),
IconType::SwitchCamera => Some(SWITCHCAMERA_ELEMENTS),
IconType::Sword => Some(SWORD_ELEMENTS),
IconType::Swords => Some(SWORDS_ELEMENTS),
IconType::Syringe => Some(SYRINGE_ELEMENTS),
IconType::Table => Some(TABLE_ELEMENTS),
IconType::Table2 => Some(TABLE2_ELEMENTS),
IconType::TableCellsMerge => Some(TABLECELLSMERGE_ELEMENTS),
IconType::TableCellsSplit => Some(TABLECELLSSPLIT_ELEMENTS),
IconType::TableColumnsSplit => Some(TABLECOLUMNSSPLIT_ELEMENTS),
IconType::TableOfContents => Some(TABLEOFCONTENTS_ELEMENTS),
IconType::TableProperties => Some(TABLEPROPERTIES_ELEMENTS),
IconType::TableRowsSplit => Some(TABLEROWSSPLIT_ELEMENTS),
IconType::Tablet => Some(TABLET_ELEMENTS),
IconType::TabletSmartphone => Some(TABLETSMARTPHONE_ELEMENTS),
IconType::Tablets => Some(TABLETS_ELEMENTS),
IconType::Tag => Some(TAG_ELEMENTS),
IconType::Tags => Some(TAGS_ELEMENTS),
IconType::Tally1 => Some(TALLY1_ELEMENTS),
IconType::Tally2 => Some(TALLY2_ELEMENTS),
IconType::Tally3 => Some(TALLY3_ELEMENTS),
IconType::Tally4 => Some(TALLY4_ELEMENTS),
IconType::Tally5 => Some(TALLY5_ELEMENTS),
IconType::Tangent => Some(TANGENT_ELEMENTS),
IconType::Target => Some(TARGET_ELEMENTS),
IconType::Telescope => Some(TELESCOPE_ELEMENTS),
IconType::Tent => Some(TENT_ELEMENTS),
IconType::TentTree => Some(TENTTREE_ELEMENTS),
IconType::Terminal => Some(TERMINAL_ELEMENTS),
IconType::TestTube => Some(TESTTUBE_ELEMENTS),
IconType::TestTubeDiagonal => Some(TESTTUBEDIAGONAL_ELEMENTS),
IconType::TestTubes => Some(TESTTUBES_ELEMENTS),
IconType::Text => Some(TEXT_ELEMENTS),
IconType::TextCursor => Some(TEXTCURSOR_ELEMENTS),
IconType::TextCursorInput => Some(TEXTCURSORINPUT_ELEMENTS),
IconType::TextQuote => Some(TEXTQUOTE_ELEMENTS),
IconType::TextSearch => Some(TEXTSEARCH_ELEMENTS),
IconType::TextSelect => Some(TEXTSELECT_ELEMENTS),
IconType::Theater => Some(THEATER_ELEMENTS),
IconType::Thermometer => Some(THERMOMETER_ELEMENTS),
IconType::ThermometerSnowflake => Some(THERMOMETERSNOWFLAKE_ELEMENTS),
IconType::ThermometerSun => Some(THERMOMETERSUN_ELEMENTS),
IconType::ThumbsDown => Some(THUMBSDOWN_ELEMENTS),
IconType::ThumbsUp => Some(THUMBSUP_ELEMENTS),
IconType::Ticket => Some(TICKET_ELEMENTS),
IconType::TicketCheck => Some(TICKETCHECK_ELEMENTS),
IconType::TicketMinus => Some(TICKETMINUS_ELEMENTS),
IconType::TicketPercent => Some(TICKETPERCENT_ELEMENTS),
IconType::TicketPlus => Some(TICKETPLUS_ELEMENTS),
IconType::TicketSlash => Some(TICKETSLASH_ELEMENTS),
IconType::TicketX => Some(TICKETX_ELEMENTS),
IconType::Tickets => Some(TICKETS_ELEMENTS),
IconType::TicketsPlane => Some(TICKETSPLANE_ELEMENTS),
IconType::Timer => Some(TIMER_ELEMENTS),
IconType::TimerOff => Some(TIMEROFF_ELEMENTS),
IconType::TimerReset => Some(TIMERRESET_ELEMENTS),
IconType::ToggleLeft => Some(TOGGLELEFT_ELEMENTS),
IconType::ToggleRight => Some(TOGGLERIGHT_ELEMENTS),
IconType::Toilet => Some(TOILET_ELEMENTS),
IconType::ToolCase => Some(TOOLCASE_ELEMENTS),
IconType::Tornado => Some(TORNADO_ELEMENTS),
IconType::Torus => Some(TORUS_ELEMENTS),
IconType::Touchpad => Some(TOUCHPAD_ELEMENTS),
IconType::TouchpadOff => Some(TOUCHPADOFF_ELEMENTS),
IconType::TowerControl => Some(TOWERCONTROL_ELEMENTS),
IconType::ToyBrick => Some(TOYBRICK_ELEMENTS),
IconType::Tractor => Some(TRACTOR_ELEMENTS),
IconType::TrafficCone => Some(TRAFFICCONE_ELEMENTS),
IconType::TrainFront => Some(TRAINFRONT_ELEMENTS),
IconType::TrainFrontTunnel => Some(TRAINFRONTTUNNEL_ELEMENTS),
IconType::TrainTrack => Some(TRAINTRACK_ELEMENTS),
IconType::TramFront => Some(TRAMFRONT_ELEMENTS),
IconType::Transgender => Some(TRANSGENDER_ELEMENTS),
IconType::Trash => Some(TRASH_ELEMENTS),
IconType::Trash2 => Some(TRASH2_ELEMENTS),
IconType::TreeDeciduous => Some(TREEDECIDUOUS_ELEMENTS),
IconType::TreePalm => Some(TREEPALM_ELEMENTS),
IconType::TreePine => Some(TREEPINE_ELEMENTS),
IconType::Trees => Some(TREES_ELEMENTS),
IconType::Trello => Some(TRELLO_ELEMENTS),
IconType::TrendingDown => Some(TRENDINGDOWN_ELEMENTS),
IconType::TrendingUp => Some(TRENDINGUP_ELEMENTS),
IconType::TrendingUpDown => Some(TRENDINGUPDOWN_ELEMENTS),
IconType::Triangle => Some(TRIANGLE_ELEMENTS),
IconType::TriangleAlert => Some(TRIANGLEALERT_ELEMENTS),
IconType::TriangleDashed => Some(TRIANGLEDASHED_ELEMENTS),
IconType::TriangleRight => Some(TRIANGLERIGHT_ELEMENTS),
IconType::Trophy => Some(TROPHY_ELEMENTS),
IconType::Truck => Some(TRUCK_ELEMENTS),
IconType::TruckElectric => Some(TRUCKELECTRIC_ELEMENTS),
IconType::TurkishLira => Some(TURKISHLIRA_ELEMENTS),
IconType::Turtle => Some(TURTLE_ELEMENTS),
IconType::Tv => Some(TV_ELEMENTS),
IconType::TvMinimal => Some(TVMINIMAL_ELEMENTS),
IconType::TvMinimalPlay => Some(TVMINIMALPLAY_ELEMENTS),
IconType::Twitch => Some(TWITCH_ELEMENTS),
IconType::Twitter => Some(TWITTER_ELEMENTS),
IconType::Type => Some(TYPE_ELEMENTS),
IconType::TypeOutline => Some(TYPEOUTLINE_ELEMENTS),
IconType::Umbrella => Some(UMBRELLA_ELEMENTS),
IconType::UmbrellaOff => Some(UMBRELLAOFF_ELEMENTS),
IconType::Underline => Some(UNDERLINE_ELEMENTS),
IconType::Undo => Some(UNDO_ELEMENTS),
IconType::Undo2 => Some(UNDO2_ELEMENTS),
IconType::UndoDot => Some(UNDODOT_ELEMENTS),
IconType::UnfoldHorizontal => Some(UNFOLDHORIZONTAL_ELEMENTS),
IconType::UnfoldVertical => Some(UNFOLDVERTICAL_ELEMENTS),
IconType::Ungroup => Some(UNGROUP_ELEMENTS),
IconType::University => Some(UNIVERSITY_ELEMENTS),
IconType::Unlink => Some(UNLINK_ELEMENTS),
IconType::Unlink2 => Some(UNLINK2_ELEMENTS),
IconType::Unplug => Some(UNPLUG_ELEMENTS),
IconType::Upload => Some(UPLOAD_ELEMENTS),
IconType::Usb => Some(USB_ELEMENTS),
IconType::User => Some(USER_ELEMENTS),
IconType::UserCheck => Some(USERCHECK_ELEMENTS),
IconType::UserCog => Some(USERCOG_ELEMENTS),
IconType::UserLock => Some(USERLOCK_ELEMENTS),
IconType::UserMinus => Some(USERMINUS_ELEMENTS),
IconType::UserPen => Some(USERPEN_ELEMENTS),
IconType::UserPlus => Some(USERPLUS_ELEMENTS),
IconType::UserRound => Some(USERROUND_ELEMENTS),
IconType::UserRoundCheck => Some(USERROUNDCHECK_ELEMENTS),
IconType::UserRoundCog => Some(USERROUNDCOG_ELEMENTS),
IconType::UserRoundMinus => Some(USERROUNDMINUS_ELEMENTS),
IconType::UserRoundPen => Some(USERROUNDPEN_ELEMENTS),
IconType::UserRoundPlus => Some(USERROUNDPLUS_ELEMENTS),
IconType::UserRoundSearch => Some(USERROUNDSEARCH_ELEMENTS),
IconType::UserRoundX => Some(USERROUNDX_ELEMENTS),
IconType::UserSearch => Some(USERSEARCH_ELEMENTS),
IconType::UserStar => Some(USERSTAR_ELEMENTS),
IconType::UserX => Some(USERX_ELEMENTS),
IconType::Users => Some(USERS_ELEMENTS),
IconType::UsersRound => Some(USERSROUND_ELEMENTS),
IconType::Utensils => Some(UTENSILS_ELEMENTS),
IconType::UtensilsCrossed => Some(UTENSILSCROSSED_ELEMENTS),
IconType::UtilityPole => Some(UTILITYPOLE_ELEMENTS),
IconType::Variable => Some(VARIABLE_ELEMENTS),
IconType::Vault => Some(VAULT_ELEMENTS),
IconType::VectorSquare => Some(VECTORSQUARE_ELEMENTS),
IconType::Vegan => Some(VEGAN_ELEMENTS),
IconType::VenetianMask => Some(VENETIANMASK_ELEMENTS),
IconType::Venus => Some(VENUS_ELEMENTS),
IconType::VenusAndMars => Some(VENUSANDMARS_ELEMENTS),
IconType::Vibrate => Some(VIBRATE_ELEMENTS),
IconType::VibrateOff => Some(VIBRATEOFF_ELEMENTS),
IconType::Video => Some(VIDEO_ELEMENTS),
IconType::VideoOff => Some(VIDEOOFF_ELEMENTS),
IconType::Videotape => Some(VIDEOTAPE_ELEMENTS),
IconType::View => Some(VIEW_ELEMENTS),
IconType::Voicemail => Some(VOICEMAIL_ELEMENTS),
IconType::Volleyball => Some(VOLLEYBALL_ELEMENTS),
IconType::Volume => Some(VOLUME_ELEMENTS),
IconType::Volume1 => Some(VOLUME1_ELEMENTS),
IconType::Volume2 => Some(VOLUME2_ELEMENTS),
IconType::VolumeOff => Some(VOLUMEOFF_ELEMENTS),
IconType::VolumeX => Some(VOLUMEX_ELEMENTS),
IconType::Vote => Some(VOTE_ELEMENTS),
IconType::Wallet => Some(WALLET_ELEMENTS),
IconType::WalletCards => Some(WALLETCARDS_ELEMENTS),
IconType::WalletMinimal => Some(WALLETMINIMAL_ELEMENTS),
IconType::Wallpaper => Some(WALLPAPER_ELEMENTS),
IconType::Wand => Some(WAND_ELEMENTS),
IconType::WandSparkles => Some(WANDSPARKLES_ELEMENTS),
IconType::Warehouse => Some(WAREHOUSE_ELEMENTS),
IconType::WashingMachine => Some(WASHINGMACHINE_ELEMENTS),
IconType::Watch => Some(WATCH_ELEMENTS),
IconType::Waves => Some(WAVES_ELEMENTS),
IconType::WavesLadder => Some(WAVESLADDER_ELEMENTS),
IconType::Waypoints => Some(WAYPOINTS_ELEMENTS),
IconType::Webcam => Some(WEBCAM_ELEMENTS),
IconType::Webhook => Some(WEBHOOK_ELEMENTS),
IconType::WebhookOff => Some(WEBHOOKOFF_ELEMENTS),
IconType::Weight => Some(WEIGHT_ELEMENTS),
IconType::Wheat => Some(WHEAT_ELEMENTS),
IconType::WheatOff => Some(WHEATOFF_ELEMENTS),
IconType::WholeWord => Some(WHOLEWORD_ELEMENTS),
IconType::Wifi => Some(WIFI_ELEMENTS),
IconType::WifiCog => Some(WIFICOG_ELEMENTS),
IconType::WifiHigh => Some(WIFIHIGH_ELEMENTS),
IconType::WifiLow => Some(WIFILOW_ELEMENTS),
IconType::WifiOff => Some(WIFIOFF_ELEMENTS),
IconType::WifiPen => Some(WIFIPEN_ELEMENTS),
IconType::WifiSync => Some(WIFISYNC_ELEMENTS),
IconType::WifiZero => Some(WIFIZERO_ELEMENTS),
IconType::Wind => Some(WIND_ELEMENTS),
IconType::WindArrowDown => Some(WINDARROWDOWN_ELEMENTS),
IconType::Wine => Some(WINE_ELEMENTS),
IconType::WineOff => Some(WINEOFF_ELEMENTS),
IconType::Workflow => Some(WORKFLOW_ELEMENTS),
IconType::Worm => Some(WORM_ELEMENTS),
IconType::WrapText => Some(WRAPTEXT_ELEMENTS),
IconType::Wrench => Some(WRENCH_ELEMENTS),
IconType::X => Some(X_ELEMENTS),
IconType::Youtube => Some(YOUTUBE_ELEMENTS),
IconType::Zap => Some(ZAP_ELEMENTS),
IconType::ZapOff => Some(ZAPOFF_ELEMENTS),
IconType::ZoomIn => Some(ZOOMIN_ELEMENTS),
IconType::ZoomOut => Some(ZOOMOUT_ELEMENTS),
}
}
/// Get icon elements by filename (for compatibility)
pub fn get_icon_elements_by_name(name: &str) -> Option<&'static [StaticSvgElement]> {
match name {
"a_arrow_down" => Some(AARROWDOWN_ELEMENTS),
"a_arrow_up" => Some(AARROWUP_ELEMENTS),
"a_large_small" => Some(ALARGESMALL_ELEMENTS),
"accessibility" => Some(ACCESSIBILITY_ELEMENTS),
"activity" => Some(ACTIVITY_ELEMENTS),
"air_vent" => Some(AIRVENT_ELEMENTS),
"airplay" => Some(AIRPLAY_ELEMENTS),
"alarm_clock" => Some(ALARMCLOCK_ELEMENTS),
"alarm_clock_check" => Some(ALARMCLOCKCHECK_ELEMENTS),
"alarm_clock_minus" => Some(ALARMCLOCKMINUS_ELEMENTS),
"alarm_clock_off" => Some(ALARMCLOCKOFF_ELEMENTS),
"alarm_clock_plus" => Some(ALARMCLOCKPLUS_ELEMENTS),
"alarm_smoke" => Some(ALARMSMOKE_ELEMENTS),
"album" => Some(ALBUM_ELEMENTS),
"align_center" => Some(ALIGNCENTER_ELEMENTS),
"align_center_horizontal" => Some(ALIGNCENTERHORIZONTAL_ELEMENTS),
"align_center_vertical" => Some(ALIGNCENTERVERTICAL_ELEMENTS),
"align_end_horizontal" => Some(ALIGNENDHORIZONTAL_ELEMENTS),
"align_end_vertical" => Some(ALIGNENDVERTICAL_ELEMENTS),
"align_horizontal_distribute_center" => Some(ALIGNHORIZONTALDISTRIBUTECENTER_ELEMENTS),
"align_horizontal_distribute_end" => Some(ALIGNHORIZONTALDISTRIBUTEEND_ELEMENTS),
"align_horizontal_distribute_start" => Some(ALIGNHORIZONTALDISTRIBUTESTART_ELEMENTS),
"align_horizontal_justify_center" => Some(ALIGNHORIZONTALJUSTIFYCENTER_ELEMENTS),
"align_horizontal_justify_end" => Some(ALIGNHORIZONTALJUSTIFYEND_ELEMENTS),
"align_horizontal_justify_start" => Some(ALIGNHORIZONTALJUSTIFYSTART_ELEMENTS),
"align_horizontal_space_around" => Some(ALIGNHORIZONTALSPACEAROUND_ELEMENTS),
"align_horizontal_space_between" => Some(ALIGNHORIZONTALSPACEBETWEEN_ELEMENTS),
"align_justify" => Some(ALIGNJUSTIFY_ELEMENTS),
"align_left" => Some(ALIGNLEFT_ELEMENTS),
"align_right" => Some(ALIGNRIGHT_ELEMENTS),
"align_start_horizontal" => Some(ALIGNSTARTHORIZONTAL_ELEMENTS),
"align_start_vertical" => Some(ALIGNSTARTVERTICAL_ELEMENTS),
"align_vertical_distribute_center" => Some(ALIGNVERTICALDISTRIBUTECENTER_ELEMENTS),
"align_vertical_distribute_end" => Some(ALIGNVERTICALDISTRIBUTEEND_ELEMENTS),
"align_vertical_distribute_start" => Some(ALIGNVERTICALDISTRIBUTESTART_ELEMENTS),
"align_vertical_justify_center" => Some(ALIGNVERTICALJUSTIFYCENTER_ELEMENTS),
"align_vertical_justify_end" => Some(ALIGNVERTICALJUSTIFYEND_ELEMENTS),
"align_vertical_justify_start" => Some(ALIGNVERTICALJUSTIFYSTART_ELEMENTS),
"align_vertical_space_around" => Some(ALIGNVERTICALSPACEAROUND_ELEMENTS),
"align_vertical_space_between" => Some(ALIGNVERTICALSPACEBETWEEN_ELEMENTS),
"ambulance" => Some(AMBULANCE_ELEMENTS),
"ampersand" => Some(AMPERSAND_ELEMENTS),
"ampersands" => Some(AMPERSANDS_ELEMENTS),
"amphora" => Some(AMPHORA_ELEMENTS),
"anchor" => Some(ANCHOR_ELEMENTS),
"angry" => Some(ANGRY_ELEMENTS),
"annoyed" => Some(ANNOYED_ELEMENTS),
"antenna" => Some(ANTENNA_ELEMENTS),
"anvil" => Some(ANVIL_ELEMENTS),
"aperture" => Some(APERTURE_ELEMENTS),
"app_window" => Some(APPWINDOW_ELEMENTS),
"app_window_mac" => Some(APPWINDOWMAC_ELEMENTS),
"apple" => Some(APPLE_ELEMENTS),
"archive" => Some(ARCHIVE_ELEMENTS),
"archive_restore" => Some(ARCHIVERESTORE_ELEMENTS),
"archive_x" => Some(ARCHIVEX_ELEMENTS),
"armchair" => Some(ARMCHAIR_ELEMENTS),
"arrow_big_down" => Some(ARROWBIGDOWN_ELEMENTS),
"arrow_big_down_dash" => Some(ARROWBIGDOWNDASH_ELEMENTS),
"arrow_big_left" => Some(ARROWBIGLEFT_ELEMENTS),
"arrow_big_left_dash" => Some(ARROWBIGLEFTDASH_ELEMENTS),
"arrow_big_right" => Some(ARROWBIGRIGHT_ELEMENTS),
"arrow_big_right_dash" => Some(ARROWBIGRIGHTDASH_ELEMENTS),
"arrow_big_up" => Some(ARROWBIGUP_ELEMENTS),
"arrow_big_up_dash" => Some(ARROWBIGUPDASH_ELEMENTS),
"arrow_down" => Some(ARROWDOWN_ELEMENTS),
"arrow_down_0_1" => Some(ARROWDOWN01_ELEMENTS),
"arrow_down_1_0" => Some(ARROWDOWN10_ELEMENTS),
"arrow_down_a_z" => Some(ARROWDOWNAZ_ELEMENTS),
"arrow_down_from_line" => Some(ARROWDOWNFROMLINE_ELEMENTS),
"arrow_down_left" => Some(ARROWDOWNLEFT_ELEMENTS),
"arrow_down_narrow_wide" => Some(ARROWDOWNNARROWWIDE_ELEMENTS),
"arrow_down_right" => Some(ARROWDOWNRIGHT_ELEMENTS),
"arrow_down_to_dot" => Some(ARROWDOWNTODOT_ELEMENTS),
"arrow_down_to_line" => Some(ARROWDOWNTOLINE_ELEMENTS),
"arrow_down_up" => Some(ARROWDOWNUP_ELEMENTS),
"arrow_down_wide_narrow" => Some(ARROWDOWNWIDENARROW_ELEMENTS),
"arrow_down_z_a" => Some(ARROWDOWNZA_ELEMENTS),
"arrow_left" => Some(ARROWLEFT_ELEMENTS),
"arrow_left_from_line" => Some(ARROWLEFTFROMLINE_ELEMENTS),
"arrow_left_right" => Some(ARROWLEFTRIGHT_ELEMENTS),
"arrow_left_to_line" => Some(ARROWLEFTTOLINE_ELEMENTS),
"arrow_right" => Some(ARROWRIGHT_ELEMENTS),
"arrow_right_from_line" => Some(ARROWRIGHTFROMLINE_ELEMENTS),
"arrow_right_left" => Some(ARROWRIGHTLEFT_ELEMENTS),
"arrow_right_to_line" => Some(ARROWRIGHTTOLINE_ELEMENTS),
"arrow_up" => Some(ARROWUP_ELEMENTS),
"arrow_up_0_1" => Some(ARROWUP01_ELEMENTS),
"arrow_up_1_0" => Some(ARROWUP10_ELEMENTS),
"arrow_up_a_z" => Some(ARROWUPAZ_ELEMENTS),
"arrow_up_down" => Some(ARROWUPDOWN_ELEMENTS),
"arrow_up_from_dot" => Some(ARROWUPFROMDOT_ELEMENTS),
"arrow_up_from_line" => Some(ARROWUPFROMLINE_ELEMENTS),
"arrow_up_left" => Some(ARROWUPLEFT_ELEMENTS),
"arrow_up_narrow_wide" => Some(ARROWUPNARROWWIDE_ELEMENTS),
"arrow_up_right" => Some(ARROWUPRIGHT_ELEMENTS),
"arrow_up_to_line" => Some(ARROWUPTOLINE_ELEMENTS),
"arrow_up_wide_narrow" => Some(ARROWUPWIDENARROW_ELEMENTS),
"arrow_up_z_a" => Some(ARROWUPZA_ELEMENTS),
"arrows_up_from_line" => Some(ARROWSUPFROMLINE_ELEMENTS),
"asterisk" => Some(ASTERISK_ELEMENTS),
"at_sign" => Some(ATSIGN_ELEMENTS),
"atom" => Some(ATOM_ELEMENTS),
"audio_lines" => Some(AUDIOLINES_ELEMENTS),
"audio_waveform" => Some(AUDIOWAVEFORM_ELEMENTS),
"award" => Some(AWARD_ELEMENTS),
"axe" => Some(AXE_ELEMENTS),
"axis_3_d" => Some(AXIS3D_ELEMENTS),
"baby" => Some(BABY_ELEMENTS),
"backpack" => Some(BACKPACK_ELEMENTS),
"badge" => Some(BADGE_ELEMENTS),
"badge_alert" => Some(BADGEALERT_ELEMENTS),
"badge_cent" => Some(BADGECENT_ELEMENTS),
"badge_check" => Some(BADGECHECK_ELEMENTS),
"badge_dollar_sign" => Some(BADGEDOLLARSIGN_ELEMENTS),
"badge_euro" => Some(BADGEEURO_ELEMENTS),
"badge_help" => Some(BADGEHELP_ELEMENTS),
"badge_indian_rupee" => Some(BADGEINDIANRUPEE_ELEMENTS),
"badge_info" => Some(BADGEINFO_ELEMENTS),
"badge_japanese_yen" => Some(BADGEJAPANESEYEN_ELEMENTS),
"badge_minus" => Some(BADGEMINUS_ELEMENTS),
"badge_percent" => Some(BADGEPERCENT_ELEMENTS),
"badge_plus" => Some(BADGEPLUS_ELEMENTS),
"badge_pound_sterling" => Some(BADGEPOUNDSTERLING_ELEMENTS),
"badge_question_mark" => Some(BADGEQUESTIONMARK_ELEMENTS),
"badge_russian_ruble" => Some(BADGERUSSIANRUBLE_ELEMENTS),
"badge_swiss_franc" => Some(BADGESWISSFRANC_ELEMENTS),
"badge_turkish_lira" => Some(BADGETURKISHLIRA_ELEMENTS),
"badge_x" => Some(BADGEX_ELEMENTS),
"baggage_claim" => Some(BAGGAGECLAIM_ELEMENTS),
"ban" => Some(BAN_ELEMENTS),
"banana" => Some(BANANA_ELEMENTS),
"bandage" => Some(BANDAGE_ELEMENTS),
"banknote" => Some(BANKNOTE_ELEMENTS),
"banknote_arrow_down" => Some(BANKNOTEARROWDOWN_ELEMENTS),
"banknote_arrow_up" => Some(BANKNOTEARROWUP_ELEMENTS),
"banknote_x" => Some(BANKNOTEX_ELEMENTS),
"barcode" => Some(BARCODE_ELEMENTS),
"barrel" => Some(BARREL_ELEMENTS),
"baseline" => Some(BASELINE_ELEMENTS),
"bath" => Some(BATH_ELEMENTS),
"battery" => Some(BATTERY_ELEMENTS),
"battery_charging" => Some(BATTERYCHARGING_ELEMENTS),
"battery_full" => Some(BATTERYFULL_ELEMENTS),
"battery_low" => Some(BATTERYLOW_ELEMENTS),
"battery_medium" => Some(BATTERYMEDIUM_ELEMENTS),
"battery_plus" => Some(BATTERYPLUS_ELEMENTS),
"battery_warning" => Some(BATTERYWARNING_ELEMENTS),
"beaker" => Some(BEAKER_ELEMENTS),
"bean" => Some(BEAN_ELEMENTS),
"bean_off" => Some(BEANOFF_ELEMENTS),
"bed" => Some(BED_ELEMENTS),
"bed_double" => Some(BEDDOUBLE_ELEMENTS),
"bed_single" => Some(BEDSINGLE_ELEMENTS),
"beef" => Some(BEEF_ELEMENTS),
"beer" => Some(BEER_ELEMENTS),
"beer_off" => Some(BEEROFF_ELEMENTS),
"bell" => Some(BELL_ELEMENTS),
"bell_dot" => Some(BELLDOT_ELEMENTS),
"bell_electric" => Some(BELLELECTRIC_ELEMENTS),
"bell_minus" => Some(BELLMINUS_ELEMENTS),
"bell_off" => Some(BELLOFF_ELEMENTS),
"bell_plus" => Some(BELLPLUS_ELEMENTS),
"bell_ring" => Some(BELLRING_ELEMENTS),
"between_horizontal_end" => Some(BETWEENHORIZONTALEND_ELEMENTS),
"between_horizontal_start" => Some(BETWEENHORIZONTALSTART_ELEMENTS),
"between_vertical_end" => Some(BETWEENVERTICALEND_ELEMENTS),
"between_vertical_start" => Some(BETWEENVERTICALSTART_ELEMENTS),
"biceps_flexed" => Some(BICEPSFLEXED_ELEMENTS),
"bike" => Some(BIKE_ELEMENTS),
"binary" => Some(BINARY_ELEMENTS),
"binoculars" => Some(BINOCULARS_ELEMENTS),
"biohazard" => Some(BIOHAZARD_ELEMENTS),
"bird" => Some(BIRD_ELEMENTS),
"bitcoin" => Some(BITCOIN_ELEMENTS),
"blend" => Some(BLEND_ELEMENTS),
"blinds" => Some(BLINDS_ELEMENTS),
"blocks" => Some(BLOCKS_ELEMENTS),
"bluetooth" => Some(BLUETOOTH_ELEMENTS),
"bluetooth_connected" => Some(BLUETOOTHCONNECTED_ELEMENTS),
"bluetooth_off" => Some(BLUETOOTHOFF_ELEMENTS),
"bluetooth_searching" => Some(BLUETOOTHSEARCHING_ELEMENTS),
"bold" => Some(BOLD_ELEMENTS),
"bolt" => Some(BOLT_ELEMENTS),
"bomb" => Some(BOMB_ELEMENTS),
"bone" => Some(BONE_ELEMENTS),
"book" => Some(BOOK_ELEMENTS),
"book_a" => Some(BOOKA_ELEMENTS),
"book_alert" => Some(BOOKALERT_ELEMENTS),
"book_audio" => Some(BOOKAUDIO_ELEMENTS),
"book_check" => Some(BOOKCHECK_ELEMENTS),
"book_copy" => Some(BOOKCOPY_ELEMENTS),
"book_dashed" => Some(BOOKDASHED_ELEMENTS),
"book_down" => Some(BOOKDOWN_ELEMENTS),
"book_headphones" => Some(BOOKHEADPHONES_ELEMENTS),
"book_heart" => Some(BOOKHEART_ELEMENTS),
"book_image" => Some(BOOKIMAGE_ELEMENTS),
"book_key" => Some(BOOKKEY_ELEMENTS),
"book_lock" => Some(BOOKLOCK_ELEMENTS),
"book_marked" => Some(BOOKMARKED_ELEMENTS),
"book_minus" => Some(BOOKMINUS_ELEMENTS),
"book_open" => Some(BOOKOPEN_ELEMENTS),
"book_open_check" => Some(BOOKOPENCHECK_ELEMENTS),
"book_open_text" => Some(BOOKOPENTEXT_ELEMENTS),
"book_plus" => Some(BOOKPLUS_ELEMENTS),
"book_text" => Some(BOOKTEXT_ELEMENTS),
"book_type" => Some(BOOKTYPE_ELEMENTS),
"book_up" => Some(BOOKUP_ELEMENTS),
"book_up_2" => Some(BOOKUP2_ELEMENTS),
"book_user" => Some(BOOKUSER_ELEMENTS),
"book_x" => Some(BOOKX_ELEMENTS),
"bookmark" => Some(BOOKMARK_ELEMENTS),
"bookmark_check" => Some(BOOKMARKCHECK_ELEMENTS),
"bookmark_minus" => Some(BOOKMARKMINUS_ELEMENTS),
"bookmark_plus" => Some(BOOKMARKPLUS_ELEMENTS),
"bookmark_x" => Some(BOOKMARKX_ELEMENTS),
"boom_box" => Some(BOOMBOX_ELEMENTS),
"bot" => Some(BOT_ELEMENTS),
"bot_message_square" => Some(BOTMESSAGESQUARE_ELEMENTS),
"bot_off" => Some(BOTOFF_ELEMENTS),
"bottle_wine" => Some(BOTTLEWINE_ELEMENTS),
"bow_arrow" => Some(BOWARROW_ELEMENTS),
"box_icon" => Some(BOXICON_ELEMENTS),
"boxes" => Some(BOXES_ELEMENTS),
"braces" => Some(BRACES_ELEMENTS),
"brackets" => Some(BRACKETS_ELEMENTS),
"brain" => Some(BRAIN_ELEMENTS),
"brain_circuit" => Some(BRAINCIRCUIT_ELEMENTS),
"brain_cog" => Some(BRAINCOG_ELEMENTS),
"brick_wall" => Some(BRICKWALL_ELEMENTS),
"brick_wall_fire" => Some(BRICKWALLFIRE_ELEMENTS),
"briefcase" => Some(BRIEFCASE_ELEMENTS),
"briefcase_business" => Some(BRIEFCASEBUSINESS_ELEMENTS),
"briefcase_conveyor_belt" => Some(BRIEFCASECONVEYORBELT_ELEMENTS),
"briefcase_medical" => Some(BRIEFCASEMEDICAL_ELEMENTS),
"bring_to_front" => Some(BRINGTOFRONT_ELEMENTS),
"brush" => Some(BRUSH_ELEMENTS),
"brush_cleaning" => Some(BRUSHCLEANING_ELEMENTS),
"bubbles" => Some(BUBBLES_ELEMENTS),
"bug" => Some(BUG_ELEMENTS),
"bug_off" => Some(BUGOFF_ELEMENTS),
"bug_play" => Some(BUGPLAY_ELEMENTS),
"building" => Some(BUILDING_ELEMENTS),
"building_2" => Some(BUILDING2_ELEMENTS),
"bus" => Some(BUS_ELEMENTS),
"bus_front" => Some(BUSFRONT_ELEMENTS),
"cable" => Some(CABLE_ELEMENTS),
"cable_car" => Some(CABLECAR_ELEMENTS),
"cake" => Some(CAKE_ELEMENTS),
"cake_slice" => Some(CAKESLICE_ELEMENTS),
"calculator" => Some(CALCULATOR_ELEMENTS),
"calendar" => Some(CALENDAR_ELEMENTS),
"calendar_1" => Some(CALENDAR1_ELEMENTS),
"calendar_arrow_down" => Some(CALENDARARROWDOWN_ELEMENTS),
"calendar_arrow_up" => Some(CALENDARARROWUP_ELEMENTS),
"calendar_check" => Some(CALENDARCHECK_ELEMENTS),
"calendar_check_2" => Some(CALENDARCHECK2_ELEMENTS),
"calendar_clock" => Some(CALENDARCLOCK_ELEMENTS),
"calendar_cog" => Some(CALENDARCOG_ELEMENTS),
"calendar_days" => Some(CALENDARDAYS_ELEMENTS),
"calendar_fold" => Some(CALENDARFOLD_ELEMENTS),
"calendar_heart" => Some(CALENDARHEART_ELEMENTS),
"calendar_minus" => Some(CALENDARMINUS_ELEMENTS),
"calendar_minus_2" => Some(CALENDARMINUS2_ELEMENTS),
"calendar_off" => Some(CALENDAROFF_ELEMENTS),
"calendar_plus" => Some(CALENDARPLUS_ELEMENTS),
"calendar_plus_2" => Some(CALENDARPLUS2_ELEMENTS),
"calendar_range" => Some(CALENDARRANGE_ELEMENTS),
"calendar_search" => Some(CALENDARSEARCH_ELEMENTS),
"calendar_sync" => Some(CALENDARSYNC_ELEMENTS),
"calendar_x" => Some(CALENDARX_ELEMENTS),
"calendar_x_2" => Some(CALENDARX2_ELEMENTS),
"camera" => Some(CAMERA_ELEMENTS),
"camera_off" => Some(CAMERAOFF_ELEMENTS),
"candy" => Some(CANDY_ELEMENTS),
"candy_cane" => Some(CANDYCANE_ELEMENTS),
"candy_off" => Some(CANDYOFF_ELEMENTS),
"cannabis" => Some(CANNABIS_ELEMENTS),
"captions" => Some(CAPTIONS_ELEMENTS),
"captions_off" => Some(CAPTIONSOFF_ELEMENTS),
"car" => Some(CAR_ELEMENTS),
"car_front" => Some(CARFRONT_ELEMENTS),
"car_taxi_front" => Some(CARTAXIFRONT_ELEMENTS),
"caravan" => Some(CARAVAN_ELEMENTS),
"card_sim" => Some(CARDSIM_ELEMENTS),
"carrot" => Some(CARROT_ELEMENTS),
"case_lower" => Some(CASELOWER_ELEMENTS),
"case_sensitive" => Some(CASESENSITIVE_ELEMENTS),
"case_upper" => Some(CASEUPPER_ELEMENTS),
"cassette_tape" => Some(CASSETTETAPE_ELEMENTS),
"cast" => Some(CAST_ELEMENTS),
"castle" => Some(CASTLE_ELEMENTS),
"cat" => Some(CAT_ELEMENTS),
"cctv" => Some(CCTV_ELEMENTS),
"chart_area" => Some(CHARTAREA_ELEMENTS),
"chart_bar" => Some(CHARTBAR_ELEMENTS),
"chart_bar_big" => Some(CHARTBARBIG_ELEMENTS),
"chart_bar_decreasing" => Some(CHARTBARDECREASING_ELEMENTS),
"chart_bar_increasing" => Some(CHARTBARINCREASING_ELEMENTS),
"chart_bar_stacked" => Some(CHARTBARSTACKED_ELEMENTS),
"chart_candlestick" => Some(CHARTCANDLESTICK_ELEMENTS),
"chart_column" => Some(CHARTCOLUMN_ELEMENTS),
"chart_column_big" => Some(CHARTCOLUMNBIG_ELEMENTS),
"chart_column_decreasing" => Some(CHARTCOLUMNDECREASING_ELEMENTS),
"chart_column_increasing" => Some(CHARTCOLUMNINCREASING_ELEMENTS),
"chart_column_stacked" => Some(CHARTCOLUMNSTACKED_ELEMENTS),
"chart_gantt" => Some(CHARTGANTT_ELEMENTS),
"chart_line" => Some(CHARTLINE_ELEMENTS),
"chart_network" => Some(CHARTNETWORK_ELEMENTS),
"chart_no_axes_column" => Some(CHARTNOAXESCOLUMN_ELEMENTS),
"chart_no_axes_column_decreasing" => Some(CHARTNOAXESCOLUMNDECREASING_ELEMENTS),
"chart_no_axes_column_increasing" => Some(CHARTNOAXESCOLUMNINCREASING_ELEMENTS),
"chart_no_axes_combined" => Some(CHARTNOAXESCOMBINED_ELEMENTS),
"chart_no_axes_gantt" => Some(CHARTNOAXESGANTT_ELEMENTS),
"chart_pie" => Some(CHARTPIE_ELEMENTS),
"chart_scatter" => Some(CHARTSCATTER_ELEMENTS),
"chart_spline" => Some(CHARTSPLINE_ELEMENTS),
"check" => Some(CHECK_ELEMENTS),
"check_check" => Some(CHECKCHECK_ELEMENTS),
"check_line" => Some(CHECKLINE_ELEMENTS),
"chef_hat" => Some(CHEFHAT_ELEMENTS),
"cherry" => Some(CHERRY_ELEMENTS),
"chevron_down" => Some(CHEVRONDOWN_ELEMENTS),
"chevron_first" => Some(CHEVRONFIRST_ELEMENTS),
"chevron_last" => Some(CHEVRONLAST_ELEMENTS),
"chevron_left" => Some(CHEVRONLEFT_ELEMENTS),
"chevron_right" => Some(CHEVRONRIGHT_ELEMENTS),
"chevron_up" => Some(CHEVRONUP_ELEMENTS),
"chevrons_down" => Some(CHEVRONSDOWN_ELEMENTS),
"chevrons_down_up" => Some(CHEVRONSDOWNUP_ELEMENTS),
"chevrons_left" => Some(CHEVRONSLEFT_ELEMENTS),
"chevrons_left_right" => Some(CHEVRONSLEFTRIGHT_ELEMENTS),
"chevrons_left_right_ellipsis" => Some(CHEVRONSLEFTRIGHTELLIPSIS_ELEMENTS),
"chevrons_right" => Some(CHEVRONSRIGHT_ELEMENTS),
"chevrons_right_left" => Some(CHEVRONSRIGHTLEFT_ELEMENTS),
"chevrons_up" => Some(CHEVRONSUP_ELEMENTS),
"chevrons_up_down" => Some(CHEVRONSUPDOWN_ELEMENTS),
"chrome" => Some(CHROME_ELEMENTS),
"church" => Some(CHURCH_ELEMENTS),
"cigarette" => Some(CIGARETTE_ELEMENTS),
"cigarette_off" => Some(CIGARETTEOFF_ELEMENTS),
"circle" => Some(CIRCLE_ELEMENTS),
"circle_alert" => Some(CIRCLEALERT_ELEMENTS),
"circle_arrow_down" => Some(CIRCLEARROWDOWN_ELEMENTS),
"circle_arrow_left" => Some(CIRCLEARROWLEFT_ELEMENTS),
"circle_arrow_out_down_left" => Some(CIRCLEARROWOUTDOWNLEFT_ELEMENTS),
"circle_arrow_out_down_right" => Some(CIRCLEARROWOUTDOWNRIGHT_ELEMENTS),
"circle_arrow_out_up_left" => Some(CIRCLEARROWOUTUPLEFT_ELEMENTS),
"circle_arrow_out_up_right" => Some(CIRCLEARROWOUTUPRIGHT_ELEMENTS),
"circle_arrow_right" => Some(CIRCLEARROWRIGHT_ELEMENTS),
"circle_arrow_up" => Some(CIRCLEARROWUP_ELEMENTS),
"circle_check" => Some(CIRCLECHECK_ELEMENTS),
"circle_check_big" => Some(CIRCLECHECKBIG_ELEMENTS),
"circle_chevron_down" => Some(CIRCLECHEVRONDOWN_ELEMENTS),
"circle_chevron_left" => Some(CIRCLECHEVRONLEFT_ELEMENTS),
"circle_chevron_right" => Some(CIRCLECHEVRONRIGHT_ELEMENTS),
"circle_chevron_up" => Some(CIRCLECHEVRONUP_ELEMENTS),
"circle_dashed" => Some(CIRCLEDASHED_ELEMENTS),
"circle_divide" => Some(CIRCLEDIVIDE_ELEMENTS),
"circle_dollar_sign" => Some(CIRCLEDOLLARSIGN_ELEMENTS),
"circle_dot" => Some(CIRCLEDOT_ELEMENTS),
"circle_dot_dashed" => Some(CIRCLEDOTDASHED_ELEMENTS),
"circle_ellipsis" => Some(CIRCLEELLIPSIS_ELEMENTS),
"circle_equal" => Some(CIRCLEEQUAL_ELEMENTS),
"circle_fading_arrow_up" => Some(CIRCLEFADINGARROWUP_ELEMENTS),
"circle_fading_plus" => Some(CIRCLEFADINGPLUS_ELEMENTS),
"circle_gauge" => Some(CIRCLEGAUGE_ELEMENTS),
"circle_help" => Some(CIRCLEHELP_ELEMENTS),
"circle_minus" => Some(CIRCLEMINUS_ELEMENTS),
"circle_off" => Some(CIRCLEOFF_ELEMENTS),
"circle_parking" => Some(CIRCLEPARKING_ELEMENTS),
"circle_parking_off" => Some(CIRCLEPARKINGOFF_ELEMENTS),
"circle_pause" => Some(CIRCLEPAUSE_ELEMENTS),
"circle_percent" => Some(CIRCLEPERCENT_ELEMENTS),
"circle_play" => Some(CIRCLEPLAY_ELEMENTS),
"circle_plus" => Some(CIRCLEPLUS_ELEMENTS),
"circle_pound_sterling" => Some(CIRCLEPOUNDSTERLING_ELEMENTS),
"circle_power" => Some(CIRCLEPOWER_ELEMENTS),
"circle_question_mark" => Some(CIRCLEQUESTIONMARK_ELEMENTS),
"circle_slash" => Some(CIRCLESLASH_ELEMENTS),
"circle_slash_2" => Some(CIRCLESLASH2_ELEMENTS),
"circle_small" => Some(CIRCLESMALL_ELEMENTS),
"circle_stop" => Some(CIRCLESTOP_ELEMENTS),
"circle_user" => Some(CIRCLEUSER_ELEMENTS),
"circle_user_round" => Some(CIRCLEUSERROUND_ELEMENTS),
"circle_x" => Some(CIRCLEX_ELEMENTS),
"circuit_board" => Some(CIRCUITBOARD_ELEMENTS),
"citrus" => Some(CITRUS_ELEMENTS),
"clapperboard" => Some(CLAPPERBOARD_ELEMENTS),
"clipboard" => Some(CLIPBOARD_ELEMENTS),
"clipboard_check" => Some(CLIPBOARDCHECK_ELEMENTS),
"clipboard_clock" => Some(CLIPBOARDCLOCK_ELEMENTS),
"clipboard_copy" => Some(CLIPBOARDCOPY_ELEMENTS),
"clipboard_list" => Some(CLIPBOARDLIST_ELEMENTS),
"clipboard_minus" => Some(CLIPBOARDMINUS_ELEMENTS),
"clipboard_paste" => Some(CLIPBOARDPASTE_ELEMENTS),
"clipboard_pen" => Some(CLIPBOARDPEN_ELEMENTS),
"clipboard_pen_line" => Some(CLIPBOARDPENLINE_ELEMENTS),
"clipboard_plus" => Some(CLIPBOARDPLUS_ELEMENTS),
"clipboard_type" => Some(CLIPBOARDTYPE_ELEMENTS),
"clipboard_x" => Some(CLIPBOARDX_ELEMENTS),
"clock" => Some(CLOCK_ELEMENTS),
"clock_1" => Some(CLOCK1_ELEMENTS),
"clock_10" => Some(CLOCK10_ELEMENTS),
"clock_11" => Some(CLOCK11_ELEMENTS),
"clock_12" => Some(CLOCK12_ELEMENTS),
"clock_2" => Some(CLOCK2_ELEMENTS),
"clock_3" => Some(CLOCK3_ELEMENTS),
"clock_4" => Some(CLOCK4_ELEMENTS),
"clock_5" => Some(CLOCK5_ELEMENTS),
"clock_6" => Some(CLOCK6_ELEMENTS),
"clock_7" => Some(CLOCK7_ELEMENTS),
"clock_8" => Some(CLOCK8_ELEMENTS),
"clock_9" => Some(CLOCK9_ELEMENTS),
"clock_alert" => Some(CLOCKALERT_ELEMENTS),
"clock_arrow_down" => Some(CLOCKARROWDOWN_ELEMENTS),
"clock_arrow_up" => Some(CLOCKARROWUP_ELEMENTS),
"clock_fading" => Some(CLOCKFADING_ELEMENTS),
"clock_plus" => Some(CLOCKPLUS_ELEMENTS),
"cloud" => Some(CLOUD_ELEMENTS),
"cloud_alert" => Some(CLOUDALERT_ELEMENTS),
"cloud_check" => Some(CLOUDCHECK_ELEMENTS),
"cloud_cog" => Some(CLOUDCOG_ELEMENTS),
"cloud_download" => Some(CLOUDDOWNLOAD_ELEMENTS),
"cloud_drizzle" => Some(CLOUDDRIZZLE_ELEMENTS),
"cloud_fog" => Some(CLOUDFOG_ELEMENTS),
"cloud_hail" => Some(CLOUDHAIL_ELEMENTS),
"cloud_lightning" => Some(CLOUDLIGHTNING_ELEMENTS),
"cloud_moon" => Some(CLOUDMOON_ELEMENTS),
"cloud_moon_rain" => Some(CLOUDMOONRAIN_ELEMENTS),
"cloud_off" => Some(CLOUDOFF_ELEMENTS),
"cloud_rain" => Some(CLOUDRAIN_ELEMENTS),
"cloud_rain_wind" => Some(CLOUDRAINWIND_ELEMENTS),
"cloud_snow" => Some(CLOUDSNOW_ELEMENTS),
"cloud_sun" => Some(CLOUDSUN_ELEMENTS),
"cloud_sun_rain" => Some(CLOUDSUNRAIN_ELEMENTS),
"cloud_upload" => Some(CLOUDUPLOAD_ELEMENTS),
"cloudy" => Some(CLOUDY_ELEMENTS),
"clover" => Some(CLOVER_ELEMENTS),
"club" => Some(CLUB_ELEMENTS),
"code" => Some(CODE_ELEMENTS),
"code_xml" => Some(CODEXML_ELEMENTS),
"codepen" => Some(CODEPEN_ELEMENTS),
"codesandbox" => Some(CODESANDBOX_ELEMENTS),
"coffee" => Some(COFFEE_ELEMENTS),
"cog" => Some(COG_ELEMENTS),
"coins" => Some(COINS_ELEMENTS),
"columns_2" => Some(COLUMNS2_ELEMENTS),
"columns_3" => Some(COLUMNS3_ELEMENTS),
"columns_3_cog" => Some(COLUMNS3COG_ELEMENTS),
"columns_4" => Some(COLUMNS4_ELEMENTS),
"combine" => Some(COMBINE_ELEMENTS),
"command" => Some(COMMAND_ELEMENTS),
"compass" => Some(COMPASS_ELEMENTS),
"component" => Some(COMPONENT_ELEMENTS),
"computer" => Some(COMPUTER_ELEMENTS),
"concierge_bell" => Some(CONCIERGEBELL_ELEMENTS),
"cone" => Some(CONE_ELEMENTS),
"construction" => Some(CONSTRUCTION_ELEMENTS),
"contact" => Some(CONTACT_ELEMENTS),
"contact_round" => Some(CONTACTROUND_ELEMENTS),
"container" => Some(CONTAINER_ELEMENTS),
"contrast" => Some(CONTRAST_ELEMENTS),
"cookie" => Some(COOKIE_ELEMENTS),
"cooking_pot" => Some(COOKINGPOT_ELEMENTS),
"copy" => Some(COPY_ELEMENTS),
"copy_check" => Some(COPYCHECK_ELEMENTS),
"copy_minus" => Some(COPYMINUS_ELEMENTS),
"copy_plus" => Some(COPYPLUS_ELEMENTS),
"copy_slash" => Some(COPYSLASH_ELEMENTS),
"copy_x" => Some(COPYX_ELEMENTS),
"copyleft" => Some(COPYLEFT_ELEMENTS),
"copyright" => Some(COPYRIGHT_ELEMENTS),
"corner_down_left" => Some(CORNERDOWNLEFT_ELEMENTS),
"corner_down_right" => Some(CORNERDOWNRIGHT_ELEMENTS),
"corner_left_down" => Some(CORNERLEFTDOWN_ELEMENTS),
"corner_left_up" => Some(CORNERLEFTUP_ELEMENTS),
"corner_right_down" => Some(CORNERRIGHTDOWN_ELEMENTS),
"corner_right_up" => Some(CORNERRIGHTUP_ELEMENTS),
"corner_up_left" => Some(CORNERUPLEFT_ELEMENTS),
"corner_up_right" => Some(CORNERUPRIGHT_ELEMENTS),
"cpu" => Some(CPU_ELEMENTS),
"creative_commons" => Some(CREATIVECOMMONS_ELEMENTS),
"credit_card" => Some(CREDITCARD_ELEMENTS),
"croissant" => Some(CROISSANT_ELEMENTS),
"crop" => Some(CROP_ELEMENTS),
"cross" => Some(CROSS_ELEMENTS),
"crosshair" => Some(CROSSHAIR_ELEMENTS),
"crown" => Some(CROWN_ELEMENTS),
"cuboid" => Some(CUBOID_ELEMENTS),
"cup_soda" => Some(CUPSODA_ELEMENTS),
"currency" => Some(CURRENCY_ELEMENTS),
"cylinder" => Some(CYLINDER_ELEMENTS),
"dam" => Some(DAM_ELEMENTS),
"database" => Some(DATABASE_ELEMENTS),
"database_backup" => Some(DATABASEBACKUP_ELEMENTS),
"database_zap" => Some(DATABASEZAP_ELEMENTS),
"decimals_arrow_left" => Some(DECIMALSARROWLEFT_ELEMENTS),
"decimals_arrow_right" => Some(DECIMALSARROWRIGHT_ELEMENTS),
"delete" => Some(DELETE_ELEMENTS),
"dessert" => Some(DESSERT_ELEMENTS),
"diameter" => Some(DIAMETER_ELEMENTS),
"diamond" => Some(DIAMOND_ELEMENTS),
"diamond_minus" => Some(DIAMONDMINUS_ELEMENTS),
"diamond_percent" => Some(DIAMONDPERCENT_ELEMENTS),
"diamond_plus" => Some(DIAMONDPLUS_ELEMENTS),
"dice_1" => Some(DICE1_ELEMENTS),
"dice_2" => Some(DICE2_ELEMENTS),
"dice_3" => Some(DICE3_ELEMENTS),
"dice_4" => Some(DICE4_ELEMENTS),
"dice_5" => Some(DICE5_ELEMENTS),
"dice_6" => Some(DICE6_ELEMENTS),
"dices" => Some(DICES_ELEMENTS),
"diff" => Some(DIFF_ELEMENTS),
"disc" => Some(DISC_ELEMENTS),
"disc_2" => Some(DISC2_ELEMENTS),
"disc_3" => Some(DISC3_ELEMENTS),
"disc_album" => Some(DISCALBUM_ELEMENTS),
"divide" => Some(DIVIDE_ELEMENTS),
"dna" => Some(DNA_ELEMENTS),
"dna_off" => Some(DNAOFF_ELEMENTS),
"dock" => Some(DOCK_ELEMENTS),
"dog" => Some(DOG_ELEMENTS),
"dollar_sign" => Some(DOLLARSIGN_ELEMENTS),
"donut" => Some(DONUT_ELEMENTS),
"door_closed" => Some(DOORCLOSED_ELEMENTS),
"door_closed_locked" => Some(DOORCLOSEDLOCKED_ELEMENTS),
"door_open" => Some(DOOROPEN_ELEMENTS),
"dot" => Some(DOT_ELEMENTS),
"download" => Some(DOWNLOAD_ELEMENTS),
"drafting_compass" => Some(DRAFTINGCOMPASS_ELEMENTS),
"drama" => Some(DRAMA_ELEMENTS),
"dribbble" => Some(DRIBBBLE_ELEMENTS),
"drill" => Some(DRILL_ELEMENTS),
"drone" => Some(DRONE_ELEMENTS),
"droplet" => Some(DROPLET_ELEMENTS),
"droplet_off" => Some(DROPLETOFF_ELEMENTS),
"droplets" => Some(DROPLETS_ELEMENTS),
"drum" => Some(DRUM_ELEMENTS),
"drumstick" => Some(DRUMSTICK_ELEMENTS),
"dumbbell" => Some(DUMBBELL_ELEMENTS),
"ear" => Some(EAR_ELEMENTS),
"ear_off" => Some(EAROFF_ELEMENTS),
"earth" => Some(EARTH_ELEMENTS),
"earth_lock" => Some(EARTHLOCK_ELEMENTS),
"eclipse" => Some(ECLIPSE_ELEMENTS),
"egg" => Some(EGG_ELEMENTS),
"egg_fried" => Some(EGGFRIED_ELEMENTS),
"egg_off" => Some(EGGOFF_ELEMENTS),
"ellipsis" => Some(ELLIPSIS_ELEMENTS),
"ellipsis_vertical" => Some(ELLIPSISVERTICAL_ELEMENTS),
"equal" => Some(EQUAL_ELEMENTS),
"equal_approximately" => Some(EQUALAPPROXIMATELY_ELEMENTS),
"equal_not" => Some(EQUALNOT_ELEMENTS),
"eraser" => Some(ERASER_ELEMENTS),
"ethernet_port" => Some(ETHERNETPORT_ELEMENTS),
"euro" => Some(EURO_ELEMENTS),
"expand" => Some(EXPAND_ELEMENTS),
"external_link" => Some(EXTERNALLINK_ELEMENTS),
"eye" => Some(EYE_ELEMENTS),
"eye_closed" => Some(EYECLOSED_ELEMENTS),
"eye_off" => Some(EYEOFF_ELEMENTS),
"facebook" => Some(FACEBOOK_ELEMENTS),
"factory" => Some(FACTORY_ELEMENTS),
"fan" => Some(FAN_ELEMENTS),
"fast_forward" => Some(FASTFORWARD_ELEMENTS),
"feather" => Some(FEATHER_ELEMENTS),
"fence" => Some(FENCE_ELEMENTS),
"ferris_wheel" => Some(FERRISWHEEL_ELEMENTS),
"figma" => Some(FIGMA_ELEMENTS),
"file" => Some(FILE_ELEMENTS),
"file_archive" => Some(FILEARCHIVE_ELEMENTS),
"file_audio" => Some(FILEAUDIO_ELEMENTS),
"file_audio_2" => Some(FILEAUDIO2_ELEMENTS),
"file_axis_3_d" => Some(FILEAXIS3D_ELEMENTS),
"file_badge" => Some(FILEBADGE_ELEMENTS),
"file_badge_2" => Some(FILEBADGE2_ELEMENTS),
"file_box" => Some(FILEBOX_ELEMENTS),
"file_chart_column" => Some(FILECHARTCOLUMN_ELEMENTS),
"file_chart_column_increasing" => Some(FILECHARTCOLUMNINCREASING_ELEMENTS),
"file_chart_line" => Some(FILECHARTLINE_ELEMENTS),
"file_chart_pie" => Some(FILECHARTPIE_ELEMENTS),
"file_check" => Some(FILECHECK_ELEMENTS),
"file_check_2" => Some(FILECHECK2_ELEMENTS),
"file_clock" => Some(FILECLOCK_ELEMENTS),
"file_code" => Some(FILECODE_ELEMENTS),
"file_code_2" => Some(FILECODE2_ELEMENTS),
"file_cog" => Some(FILECOG_ELEMENTS),
"file_diff" => Some(FILEDIFF_ELEMENTS),
"file_digit" => Some(FILEDIGIT_ELEMENTS),
"file_down" => Some(FILEDOWN_ELEMENTS),
"file_heart" => Some(FILEHEART_ELEMENTS),
"file_image" => Some(FILEIMAGE_ELEMENTS),
"file_input" => Some(FILEINPUT_ELEMENTS),
"file_json" => Some(FILEJSON_ELEMENTS),
"file_json_2" => Some(FILEJSON2_ELEMENTS),
"file_key" => Some(FILEKEY_ELEMENTS),
"file_key_2" => Some(FILEKEY2_ELEMENTS),
"file_lock" => Some(FILELOCK_ELEMENTS),
"file_lock_2" => Some(FILELOCK2_ELEMENTS),
"file_minus" => Some(FILEMINUS_ELEMENTS),
"file_minus_2" => Some(FILEMINUS2_ELEMENTS),
"file_music" => Some(FILEMUSIC_ELEMENTS),
"file_output" => Some(FILEOUTPUT_ELEMENTS),
"file_pen" => Some(FILEPEN_ELEMENTS),
"file_pen_line" => Some(FILEPENLINE_ELEMENTS),
"file_play" => Some(FILEPLAY_ELEMENTS),
"file_plus" => Some(FILEPLUS_ELEMENTS),
"file_plus_2" => Some(FILEPLUS2_ELEMENTS),
"file_question" => Some(FILEQUESTION_ELEMENTS),
"file_question_mark" => Some(FILEQUESTIONMARK_ELEMENTS),
"file_scan" => Some(FILESCAN_ELEMENTS),
"file_search" => Some(FILESEARCH_ELEMENTS),
"file_search_2" => Some(FILESEARCH2_ELEMENTS),
"file_sliders" => Some(FILESLIDERS_ELEMENTS),
"file_spreadsheet" => Some(FILESPREADSHEET_ELEMENTS),
"file_stack" => Some(FILESTACK_ELEMENTS),
"file_symlink" => Some(FILESYMLINK_ELEMENTS),
"file_terminal" => Some(FILETERMINAL_ELEMENTS),
"file_text" => Some(FILETEXT_ELEMENTS),
"file_type" => Some(FILETYPE_ELEMENTS),
"file_type_2" => Some(FILETYPE2_ELEMENTS),
"file_up" => Some(FILEUP_ELEMENTS),
"file_user" => Some(FILEUSER_ELEMENTS),
"file_video" => Some(FILEVIDEO_ELEMENTS),
"file_video_2" => Some(FILEVIDEO2_ELEMENTS),
"file_video_camera" => Some(FILEVIDEOCAMERA_ELEMENTS),
"file_volume" => Some(FILEVOLUME_ELEMENTS),
"file_volume_2" => Some(FILEVOLUME2_ELEMENTS),
"file_warning" => Some(FILEWARNING_ELEMENTS),
"file_x" => Some(FILEX_ELEMENTS),
"file_x_2" => Some(FILEX2_ELEMENTS),
"files" => Some(FILES_ELEMENTS),
"film" => Some(FILM_ELEMENTS),
"filter" => Some(FILTER_ELEMENTS),
"filter_x" => Some(FILTERX_ELEMENTS),
"fingerprint" => Some(FINGERPRINT_ELEMENTS),
"fire_extinguisher" => Some(FIREEXTINGUISHER_ELEMENTS),
"fish" => Some(FISH_ELEMENTS),
"fish_off" => Some(FISHOFF_ELEMENTS),
"fish_symbol" => Some(FISHSYMBOL_ELEMENTS),
"flag" => Some(FLAG_ELEMENTS),
"flag_off" => Some(FLAGOFF_ELEMENTS),
"flag_triangle_left" => Some(FLAGTRIANGLELEFT_ELEMENTS),
"flag_triangle_right" => Some(FLAGTRIANGLERIGHT_ELEMENTS),
"flame" => Some(FLAME_ELEMENTS),
"flame_kindling" => Some(FLAMEKINDLING_ELEMENTS),
"flashlight" => Some(FLASHLIGHT_ELEMENTS),
"flashlight_off" => Some(FLASHLIGHTOFF_ELEMENTS),
"flask_conical" => Some(FLASKCONICAL_ELEMENTS),
"flask_conical_off" => Some(FLASKCONICALOFF_ELEMENTS),
"flask_round" => Some(FLASKROUND_ELEMENTS),
"flip_horizontal" => Some(FLIPHORIZONTAL_ELEMENTS),
"flip_horizontal_2" => Some(FLIPHORIZONTAL2_ELEMENTS),
"flip_vertical" => Some(FLIPVERTICAL_ELEMENTS),
"flip_vertical_2" => Some(FLIPVERTICAL2_ELEMENTS),
"flower" => Some(FLOWER_ELEMENTS),
"flower_2" => Some(FLOWER2_ELEMENTS),
"focus" => Some(FOCUS_ELEMENTS),
"fold_horizontal" => Some(FOLDHORIZONTAL_ELEMENTS),
"fold_vertical" => Some(FOLDVERTICAL_ELEMENTS),
"folder" => Some(FOLDER_ELEMENTS),
"folder_archive" => Some(FOLDERARCHIVE_ELEMENTS),
"folder_check" => Some(FOLDERCHECK_ELEMENTS),
"folder_clock" => Some(FOLDERCLOCK_ELEMENTS),
"folder_closed" => Some(FOLDERCLOSED_ELEMENTS),
"folder_code" => Some(FOLDERCODE_ELEMENTS),
"folder_cog" => Some(FOLDERCOG_ELEMENTS),
"folder_dot" => Some(FOLDERDOT_ELEMENTS),
"folder_down" => Some(FOLDERDOWN_ELEMENTS),
"folder_git" => Some(FOLDERGIT_ELEMENTS),
"folder_git_2" => Some(FOLDERGIT2_ELEMENTS),
"folder_heart" => Some(FOLDERHEART_ELEMENTS),
"folder_input" => Some(FOLDERINPUT_ELEMENTS),
"folder_kanban" => Some(FOLDERKANBAN_ELEMENTS),
"folder_key" => Some(FOLDERKEY_ELEMENTS),
"folder_lock" => Some(FOLDERLOCK_ELEMENTS),
"folder_minus" => Some(FOLDERMINUS_ELEMENTS),
"folder_open" => Some(FOLDEROPEN_ELEMENTS),
"folder_open_dot" => Some(FOLDEROPENDOT_ELEMENTS),
"folder_output" => Some(FOLDEROUTPUT_ELEMENTS),
"folder_pen" => Some(FOLDERPEN_ELEMENTS),
"folder_plus" => Some(FOLDERPLUS_ELEMENTS),
"folder_root" => Some(FOLDERROOT_ELEMENTS),
"folder_search" => Some(FOLDERSEARCH_ELEMENTS),
"folder_search_2" => Some(FOLDERSEARCH2_ELEMENTS),
"folder_symlink" => Some(FOLDERSYMLINK_ELEMENTS),
"folder_sync" => Some(FOLDERSYNC_ELEMENTS),
"folder_tree" => Some(FOLDERTREE_ELEMENTS),
"folder_up" => Some(FOLDERUP_ELEMENTS),
"folder_x" => Some(FOLDERX_ELEMENTS),
"folders" => Some(FOLDERS_ELEMENTS),
"footprints" => Some(FOOTPRINTS_ELEMENTS),
"forklift" => Some(FORKLIFT_ELEMENTS),
"forward" => Some(FORWARD_ELEMENTS),
"frame" => Some(FRAME_ELEMENTS),
"framer" => Some(FRAMER_ELEMENTS),
"frown" => Some(FROWN_ELEMENTS),
"fuel" => Some(FUEL_ELEMENTS),
"fullscreen" => Some(FULLSCREEN_ELEMENTS),
"funnel" => Some(FUNNEL_ELEMENTS),
"funnel_plus" => Some(FUNNELPLUS_ELEMENTS),
"funnel_x" => Some(FUNNELX_ELEMENTS),
"gallery_horizontal" => Some(GALLERYHORIZONTAL_ELEMENTS),
"gallery_horizontal_end" => Some(GALLERYHORIZONTALEND_ELEMENTS),
"gallery_thumbnails" => Some(GALLERYTHUMBNAILS_ELEMENTS),
"gallery_vertical" => Some(GALLERYVERTICAL_ELEMENTS),
"gallery_vertical_end" => Some(GALLERYVERTICALEND_ELEMENTS),
"gamepad" => Some(GAMEPAD_ELEMENTS),
"gamepad_2" => Some(GAMEPAD2_ELEMENTS),
"gauge" => Some(GAUGE_ELEMENTS),
"gavel" => Some(GAVEL_ELEMENTS),
"gem" => Some(GEM_ELEMENTS),
"georgian_lari" => Some(GEORGIANLARI_ELEMENTS),
"ghost" => Some(GHOST_ELEMENTS),
"gift" => Some(GIFT_ELEMENTS),
"git_branch" => Some(GITBRANCH_ELEMENTS),
"git_branch_plus" => Some(GITBRANCHPLUS_ELEMENTS),
"git_commit_horizontal" => Some(GITCOMMITHORIZONTAL_ELEMENTS),
"git_commit_vertical" => Some(GITCOMMITVERTICAL_ELEMENTS),
"git_compare" => Some(GITCOMPARE_ELEMENTS),
"git_compare_arrows" => Some(GITCOMPAREARROWS_ELEMENTS),
"git_fork" => Some(GITFORK_ELEMENTS),
"git_graph" => Some(GITGRAPH_ELEMENTS),
"git_merge" => Some(GITMERGE_ELEMENTS),
"git_pull_request" => Some(GITPULLREQUEST_ELEMENTS),
"git_pull_request_arrow" => Some(GITPULLREQUESTARROW_ELEMENTS),
"git_pull_request_closed" => Some(GITPULLREQUESTCLOSED_ELEMENTS),
"git_pull_request_create" => Some(GITPULLREQUESTCREATE_ELEMENTS),
"git_pull_request_create_arrow" => Some(GITPULLREQUESTCREATEARROW_ELEMENTS),
"git_pull_request_draft" => Some(GITPULLREQUESTDRAFT_ELEMENTS),
"github" => Some(GITHUB_ELEMENTS),
"gitlab" => Some(GITLAB_ELEMENTS),
"glass_water" => Some(GLASSWATER_ELEMENTS),
"glasses" => Some(GLASSES_ELEMENTS),
"globe" => Some(GLOBE_ELEMENTS),
"globe_lock" => Some(GLOBELOCK_ELEMENTS),
"goal" => Some(GOAL_ELEMENTS),
"gpu" => Some(GPU_ELEMENTS),
"grab" => Some(GRAB_ELEMENTS),
"graduation_cap" => Some(GRADUATIONCAP_ELEMENTS),
"grape" => Some(GRAPE_ELEMENTS),
"grid_2_x_2" => Some(GRID2X2_ELEMENTS),
"grid_2_x_2_check" => Some(GRID2X2CHECK_ELEMENTS),
"grid_2_x_2_plus" => Some(GRID2X2PLUS_ELEMENTS),
"grid_2_x_2_x" => Some(GRID2X2X_ELEMENTS),
"grid_3_x_2" => Some(GRID3X2_ELEMENTS),
"grid_3_x_3" => Some(GRID3X3_ELEMENTS),
"grip" => Some(GRIP_ELEMENTS),
"grip_horizontal" => Some(GRIPHORIZONTAL_ELEMENTS),
"grip_vertical" => Some(GRIPVERTICAL_ELEMENTS),
"group" => Some(GROUP_ELEMENTS),
"guitar" => Some(GUITAR_ELEMENTS),
"ham" => Some(HAM_ELEMENTS),
"hamburger" => Some(HAMBURGER_ELEMENTS),
"hammer" => Some(HAMMER_ELEMENTS),
"hand" => Some(HAND_ELEMENTS),
"hand_coins" => Some(HANDCOINS_ELEMENTS),
"hand_heart" => Some(HANDHEART_ELEMENTS),
"hand_helping" => Some(HANDHELPING_ELEMENTS),
"hand_metal" => Some(HANDMETAL_ELEMENTS),
"hand_platter" => Some(HANDPLATTER_ELEMENTS),
"handbag" => Some(HANDBAG_ELEMENTS),
"handshake" => Some(HANDSHAKE_ELEMENTS),
"hard_drive" => Some(HARDDRIVE_ELEMENTS),
"hard_drive_download" => Some(HARDDRIVEDOWNLOAD_ELEMENTS),
"hard_drive_upload" => Some(HARDDRIVEUPLOAD_ELEMENTS),
"hard_hat" => Some(HARDHAT_ELEMENTS),
"hash" => Some(HASH_ELEMENTS),
"hat_glasses" => Some(HATGLASSES_ELEMENTS),
"haze" => Some(HAZE_ELEMENTS),
"hdmi_port" => Some(HDMIPORT_ELEMENTS),
"heading" => Some(HEADING_ELEMENTS),
"heading_1" => Some(HEADING1_ELEMENTS),
"heading_2" => Some(HEADING2_ELEMENTS),
"heading_3" => Some(HEADING3_ELEMENTS),
"heading_4" => Some(HEADING4_ELEMENTS),
"heading_5" => Some(HEADING5_ELEMENTS),
"heading_6" => Some(HEADING6_ELEMENTS),
"headphone_off" => Some(HEADPHONEOFF_ELEMENTS),
"headphones" => Some(HEADPHONES_ELEMENTS),
"headset" => Some(HEADSET_ELEMENTS),
"heart" => Some(HEART_ELEMENTS),
"heart_crack" => Some(HEARTCRACK_ELEMENTS),
"heart_handshake" => Some(HEARTHANDSHAKE_ELEMENTS),
"heart_minus" => Some(HEARTMINUS_ELEMENTS),
"heart_off" => Some(HEARTOFF_ELEMENTS),
"heart_plus" => Some(HEARTPLUS_ELEMENTS),
"heart_pulse" => Some(HEARTPULSE_ELEMENTS),
"heater" => Some(HEATER_ELEMENTS),
"hexagon" => Some(HEXAGON_ELEMENTS),
"highlighter" => Some(HIGHLIGHTER_ELEMENTS),
"history" => Some(HISTORY_ELEMENTS),
"hop" => Some(HOP_ELEMENTS),
"hop_off" => Some(HOPOFF_ELEMENTS),
"hospital" => Some(HOSPITAL_ELEMENTS),
"hotel" => Some(HOTEL_ELEMENTS),
"hourglass" => Some(HOURGLASS_ELEMENTS),
"house" => Some(HOUSE_ELEMENTS),
"house_plug" => Some(HOUSEPLUG_ELEMENTS),
"house_plus" => Some(HOUSEPLUS_ELEMENTS),
"house_wifi" => Some(HOUSEWIFI_ELEMENTS),
"ice_cream_bowl" => Some(ICECREAMBOWL_ELEMENTS),
"ice_cream_cone" => Some(ICECREAMCONE_ELEMENTS),
"id_card" => Some(IDCARD_ELEMENTS),
"id_card_lanyard" => Some(IDCARDLANYARD_ELEMENTS),
"image" => Some(IMAGE_ELEMENTS),
"image_down" => Some(IMAGEDOWN_ELEMENTS),
"image_minus" => Some(IMAGEMINUS_ELEMENTS),
"image_off" => Some(IMAGEOFF_ELEMENTS),
"image_play" => Some(IMAGEPLAY_ELEMENTS),
"image_plus" => Some(IMAGEPLUS_ELEMENTS),
"image_up" => Some(IMAGEUP_ELEMENTS),
"image_upscale" => Some(IMAGEUPSCALE_ELEMENTS),
"images" => Some(IMAGES_ELEMENTS),
"import" => Some(IMPORT_ELEMENTS),
"inbox" => Some(INBOX_ELEMENTS),
"indent_decrease" => Some(INDENTDECREASE_ELEMENTS),
"indent_increase" => Some(INDENTINCREASE_ELEMENTS),
"indian_rupee" => Some(INDIANRUPEE_ELEMENTS),
"infinity" => Some(INFINITY_ELEMENTS),
"info" => Some(INFO_ELEMENTS),
"inspection_panel" => Some(INSPECTIONPANEL_ELEMENTS),
"instagram" => Some(INSTAGRAM_ELEMENTS),
"italic" => Some(ITALIC_ELEMENTS),
"iteration_ccw" => Some(ITERATIONCCW_ELEMENTS),
"iteration_cw" => Some(ITERATIONCW_ELEMENTS),
"japanese_yen" => Some(JAPANESEYEN_ELEMENTS),
"joystick" => Some(JOYSTICK_ELEMENTS),
"kanban" => Some(KANBAN_ELEMENTS),
"key" => Some(KEY_ELEMENTS),
"key_round" => Some(KEYROUND_ELEMENTS),
"key_square" => Some(KEYSQUARE_ELEMENTS),
"keyboard" => Some(KEYBOARD_ELEMENTS),
"keyboard_music" => Some(KEYBOARDMUSIC_ELEMENTS),
"keyboard_off" => Some(KEYBOARDOFF_ELEMENTS),
"lamp" => Some(LAMP_ELEMENTS),
"lamp_ceiling" => Some(LAMPCEILING_ELEMENTS),
"lamp_desk" => Some(LAMPDESK_ELEMENTS),
"lamp_floor" => Some(LAMPFLOOR_ELEMENTS),
"lamp_wall_down" => Some(LAMPWALLDOWN_ELEMENTS),
"lamp_wall_up" => Some(LAMPWALLUP_ELEMENTS),
"land_plot" => Some(LANDPLOT_ELEMENTS),
"landmark" => Some(LANDMARK_ELEMENTS),
"languages" => Some(LANGUAGES_ELEMENTS),
"laptop" => Some(LAPTOP_ELEMENTS),
"laptop_minimal" => Some(LAPTOPMINIMAL_ELEMENTS),
"laptop_minimal_check" => Some(LAPTOPMINIMALCHECK_ELEMENTS),
"lasso" => Some(LASSO_ELEMENTS),
"lasso_select" => Some(LASSOSELECT_ELEMENTS),
"laugh" => Some(LAUGH_ELEMENTS),
"layers" => Some(LAYERS_ELEMENTS),
"layers_2" => Some(LAYERS2_ELEMENTS),
"layers_3" => Some(LAYERS3_ELEMENTS),
"layout_dashboard" => Some(LAYOUTDASHBOARD_ELEMENTS),
"layout_grid" => Some(LAYOUTGRID_ELEMENTS),
"layout_list" => Some(LAYOUTLIST_ELEMENTS),
"layout_panel_left" => Some(LAYOUTPANELLEFT_ELEMENTS),
"layout_panel_top" => Some(LAYOUTPANELTOP_ELEMENTS),
"layout_template" => Some(LAYOUTTEMPLATE_ELEMENTS),
"leaf" => Some(LEAF_ELEMENTS),
"leafy_green" => Some(LEAFYGREEN_ELEMENTS),
"lectern" => Some(LECTERN_ELEMENTS),
"letter_text" => Some(LETTERTEXT_ELEMENTS),
"library" => Some(LIBRARY_ELEMENTS),
"library_big" => Some(LIBRARYBIG_ELEMENTS),
"life_buoy" => Some(LIFEBUOY_ELEMENTS),
"ligature" => Some(LIGATURE_ELEMENTS),
"lightbulb" => Some(LIGHTBULB_ELEMENTS),
"lightbulb_off" => Some(LIGHTBULBOFF_ELEMENTS),
"line_squiggle" => Some(LINESQUIGGLE_ELEMENTS),
"link" => Some(LINK_ELEMENTS),
"link_2" => Some(LINK2_ELEMENTS),
"link_2_off" => Some(LINK2OFF_ELEMENTS),
"linkedin" => Some(LINKEDIN_ELEMENTS),
"list" => Some(LIST_ELEMENTS),
"list_check" => Some(LISTCHECK_ELEMENTS),
"list_checks" => Some(LISTCHECKS_ELEMENTS),
"list_collapse" => Some(LISTCOLLAPSE_ELEMENTS),
"list_end" => Some(LISTEND_ELEMENTS),
"list_filter" => Some(LISTFILTER_ELEMENTS),
"list_filter_plus" => Some(LISTFILTERPLUS_ELEMENTS),
"list_minus" => Some(LISTMINUS_ELEMENTS),
"list_music" => Some(LISTMUSIC_ELEMENTS),
"list_ordered" => Some(LISTORDERED_ELEMENTS),
"list_plus" => Some(LISTPLUS_ELEMENTS),
"list_restart" => Some(LISTRESTART_ELEMENTS),
"list_start" => Some(LISTSTART_ELEMENTS),
"list_todo" => Some(LISTTODO_ELEMENTS),
"list_tree" => Some(LISTTREE_ELEMENTS),
"list_video" => Some(LISTVIDEO_ELEMENTS),
"list_x" => Some(LISTX_ELEMENTS),
"loader" => Some(LOADER_ELEMENTS),
"loader_circle" => Some(LOADERCIRCLE_ELEMENTS),
"loader_pinwheel" => Some(LOADERPINWHEEL_ELEMENTS),
"locate" => Some(LOCATE_ELEMENTS),
"locate_fixed" => Some(LOCATEFIXED_ELEMENTS),
"locate_off" => Some(LOCATEOFF_ELEMENTS),
"location_edit" => Some(LOCATIONEDIT_ELEMENTS),
"lock" => Some(LOCK_ELEMENTS),
"lock_keyhole" => Some(LOCKKEYHOLE_ELEMENTS),
"lock_keyhole_open" => Some(LOCKKEYHOLEOPEN_ELEMENTS),
"lock_open" => Some(LOCKOPEN_ELEMENTS),
"log_in" => Some(LOGIN_ELEMENTS),
"log_out" => Some(LOGOUT_ELEMENTS),
"logs" => Some(LOGS_ELEMENTS),
"lollipop" => Some(LOLLIPOP_ELEMENTS),
"luggage" => Some(LUGGAGE_ELEMENTS),
"magnet" => Some(MAGNET_ELEMENTS),
"mail" => Some(MAIL_ELEMENTS),
"mail_check" => Some(MAILCHECK_ELEMENTS),
"mail_minus" => Some(MAILMINUS_ELEMENTS),
"mail_open" => Some(MAILOPEN_ELEMENTS),
"mail_plus" => Some(MAILPLUS_ELEMENTS),
"mail_question" => Some(MAILQUESTION_ELEMENTS),
"mail_question_mark" => Some(MAILQUESTIONMARK_ELEMENTS),
"mail_search" => Some(MAILSEARCH_ELEMENTS),
"mail_warning" => Some(MAILWARNING_ELEMENTS),
"mail_x" => Some(MAILX_ELEMENTS),
"mailbox" => Some(MAILBOX_ELEMENTS),
"mails" => Some(MAILS_ELEMENTS),
"map" => Some(MAP_ELEMENTS),
"map_minus" => Some(MAPMINUS_ELEMENTS),
"map_pin" => Some(MAPPIN_ELEMENTS),
"map_pin_check" => Some(MAPPINCHECK_ELEMENTS),
"map_pin_check_inside" => Some(MAPPINCHECKINSIDE_ELEMENTS),
"map_pin_house" => Some(MAPPINHOUSE_ELEMENTS),
"map_pin_minus" => Some(MAPPINMINUS_ELEMENTS),
"map_pin_minus_inside" => Some(MAPPINMINUSINSIDE_ELEMENTS),
"map_pin_off" => Some(MAPPINOFF_ELEMENTS),
"map_pin_pen" => Some(MAPPINPEN_ELEMENTS),
"map_pin_plus" => Some(MAPPINPLUS_ELEMENTS),
"map_pin_plus_inside" => Some(MAPPINPLUSINSIDE_ELEMENTS),
"map_pin_x" => Some(MAPPINX_ELEMENTS),
"map_pin_x_inside" => Some(MAPPINXINSIDE_ELEMENTS),
"map_pinned" => Some(MAPPINNED_ELEMENTS),
"map_plus" => Some(MAPPLUS_ELEMENTS),
"mars" => Some(MARS_ELEMENTS),
"mars_stroke" => Some(MARSSTROKE_ELEMENTS),
"martini" => Some(MARTINI_ELEMENTS),
"maximize" => Some(MAXIMIZE_ELEMENTS),
"maximize_2" => Some(MAXIMIZE2_ELEMENTS),
"medal" => Some(MEDAL_ELEMENTS),
"megaphone" => Some(MEGAPHONE_ELEMENTS),
"megaphone_off" => Some(MEGAPHONEOFF_ELEMENTS),
"meh" => Some(MEH_ELEMENTS),
"memory_stick" => Some(MEMORYSTICK_ELEMENTS),
"menu" => Some(MENU_ELEMENTS),
"merge" => Some(MERGE_ELEMENTS),
"message_circle" => Some(MESSAGECIRCLE_ELEMENTS),
"message_circle_code" => Some(MESSAGECIRCLECODE_ELEMENTS),
"message_circle_dashed" => Some(MESSAGECIRCLEDASHED_ELEMENTS),
"message_circle_heart" => Some(MESSAGECIRCLEHEART_ELEMENTS),
"message_circle_more" => Some(MESSAGECIRCLEMORE_ELEMENTS),
"message_circle_off" => Some(MESSAGECIRCLEOFF_ELEMENTS),
"message_circle_plus" => Some(MESSAGECIRCLEPLUS_ELEMENTS),
"message_circle_question" => Some(MESSAGECIRCLEQUESTION_ELEMENTS),
"message_circle_question_mark" => Some(MESSAGECIRCLEQUESTIONMARK_ELEMENTS),
"message_circle_reply" => Some(MESSAGECIRCLEREPLY_ELEMENTS),
"message_circle_warning" => Some(MESSAGECIRCLEWARNING_ELEMENTS),
"message_circle_x" => Some(MESSAGECIRCLEX_ELEMENTS),
"message_square" => Some(MESSAGESQUARE_ELEMENTS),
"message_square_code" => Some(MESSAGESQUARECODE_ELEMENTS),
"message_square_dashed" => Some(MESSAGESQUAREDASHED_ELEMENTS),
"message_square_diff" => Some(MESSAGESQUAREDIFF_ELEMENTS),
"message_square_dot" => Some(MESSAGESQUAREDOT_ELEMENTS),
"message_square_heart" => Some(MESSAGESQUAREHEART_ELEMENTS),
"message_square_lock" => Some(MESSAGESQUARELOCK_ELEMENTS),
"message_square_more" => Some(MESSAGESQUAREMORE_ELEMENTS),
"message_square_off" => Some(MESSAGESQUAREOFF_ELEMENTS),
"message_square_plus" => Some(MESSAGESQUAREPLUS_ELEMENTS),
"message_square_quote" => Some(MESSAGESQUAREQUOTE_ELEMENTS),
"message_square_reply" => Some(MESSAGESQUAREREPLY_ELEMENTS),
"message_square_share" => Some(MESSAGESQUARESHARE_ELEMENTS),
"message_square_text" => Some(MESSAGESQUARETEXT_ELEMENTS),
"message_square_warning" => Some(MESSAGESQUAREWARNING_ELEMENTS),
"message_square_x" => Some(MESSAGESQUAREX_ELEMENTS),
"messages_square" => Some(MESSAGESSQUARE_ELEMENTS),
"mic" => Some(MIC_ELEMENTS),
"mic_off" => Some(MICOFF_ELEMENTS),
"mic_vocal" => Some(MICVOCAL_ELEMENTS),
"microchip" => Some(MICROCHIP_ELEMENTS),
"microscope" => Some(MICROSCOPE_ELEMENTS),
"microwave" => Some(MICROWAVE_ELEMENTS),
"milestone" => Some(MILESTONE_ELEMENTS),
"milk" => Some(MILK_ELEMENTS),
"milk_off" => Some(MILKOFF_ELEMENTS),
"minimize" => Some(MINIMIZE_ELEMENTS),
"minimize_2" => Some(MINIMIZE2_ELEMENTS),
"minus" => Some(MINUS_ELEMENTS),
"monitor" => Some(MONITOR_ELEMENTS),
"monitor_check" => Some(MONITORCHECK_ELEMENTS),
"monitor_cog" => Some(MONITORCOG_ELEMENTS),
"monitor_dot" => Some(MONITORDOT_ELEMENTS),
"monitor_down" => Some(MONITORDOWN_ELEMENTS),
"monitor_off" => Some(MONITOROFF_ELEMENTS),
"monitor_pause" => Some(MONITORPAUSE_ELEMENTS),
"monitor_play" => Some(MONITORPLAY_ELEMENTS),
"monitor_smartphone" => Some(MONITORSMARTPHONE_ELEMENTS),
"monitor_speaker" => Some(MONITORSPEAKER_ELEMENTS),
"monitor_stop" => Some(MONITORSTOP_ELEMENTS),
"monitor_up" => Some(MONITORUP_ELEMENTS),
"monitor_x" => Some(MONITORX_ELEMENTS),
"moon" => Some(MOON_ELEMENTS),
"moon_star" => Some(MOONSTAR_ELEMENTS),
"mountain" => Some(MOUNTAIN_ELEMENTS),
"mountain_snow" => Some(MOUNTAINSNOW_ELEMENTS),
"mouse" => Some(MOUSE_ELEMENTS),
"mouse_off" => Some(MOUSEOFF_ELEMENTS),
"mouse_pointer" => Some(MOUSEPOINTER_ELEMENTS),
"mouse_pointer_2" => Some(MOUSEPOINTER2_ELEMENTS),
"mouse_pointer_ban" => Some(MOUSEPOINTERBAN_ELEMENTS),
"mouse_pointer_click" => Some(MOUSEPOINTERCLICK_ELEMENTS),
"move" => Some(MOVE_ELEMENTS),
"move_3_d" => Some(MOVE3D_ELEMENTS),
"move_diagonal" => Some(MOVEDIAGONAL_ELEMENTS),
"move_diagonal_2" => Some(MOVEDIAGONAL2_ELEMENTS),
"move_down" => Some(MOVEDOWN_ELEMENTS),
"move_down_left" => Some(MOVEDOWNLEFT_ELEMENTS),
"move_down_right" => Some(MOVEDOWNRIGHT_ELEMENTS),
"move_horizontal" => Some(MOVEHORIZONTAL_ELEMENTS),
"move_left" => Some(MOVELEFT_ELEMENTS),
"move_right" => Some(MOVERIGHT_ELEMENTS),
"move_up" => Some(MOVEUP_ELEMENTS),
"move_up_left" => Some(MOVEUPLEFT_ELEMENTS),
"move_up_right" => Some(MOVEUPRIGHT_ELEMENTS),
"move_vertical" => Some(MOVEVERTICAL_ELEMENTS),
"music" => Some(MUSIC_ELEMENTS),
"music_2" => Some(MUSIC2_ELEMENTS),
"music_3" => Some(MUSIC3_ELEMENTS),
"music_4" => Some(MUSIC4_ELEMENTS),
"navigation" => Some(NAVIGATION_ELEMENTS),
"navigation_2" => Some(NAVIGATION2_ELEMENTS),
"navigation_2_off" => Some(NAVIGATION2OFF_ELEMENTS),
"navigation_off" => Some(NAVIGATIONOFF_ELEMENTS),
"network" => Some(NETWORK_ELEMENTS),
"newspaper" => Some(NEWSPAPER_ELEMENTS),
"nfc" => Some(NFC_ELEMENTS),
"non_binary" => Some(NONBINARY_ELEMENTS),
"notebook" => Some(NOTEBOOK_ELEMENTS),
"notebook_pen" => Some(NOTEBOOKPEN_ELEMENTS),
"notebook_tabs" => Some(NOTEBOOKTABS_ELEMENTS),
"notebook_text" => Some(NOTEBOOKTEXT_ELEMENTS),
"notepad_text" => Some(NOTEPADTEXT_ELEMENTS),
"notepad_text_dashed" => Some(NOTEPADTEXTDASHED_ELEMENTS),
"nut" => Some(NUT_ELEMENTS),
"nut_off" => Some(NUTOFF_ELEMENTS),
"octagon" => Some(OCTAGON_ELEMENTS),
"octagon_alert" => Some(OCTAGONALERT_ELEMENTS),
"octagon_minus" => Some(OCTAGONMINUS_ELEMENTS),
"octagon_pause" => Some(OCTAGONPAUSE_ELEMENTS),
"octagon_x" => Some(OCTAGONX_ELEMENTS),
"omega" => Some(OMEGA_ELEMENTS),
"option_icon" => Some(OPTIONICON_ELEMENTS),
"orbit" => Some(ORBIT_ELEMENTS),
"origami" => Some(ORIGAMI_ELEMENTS),
"package" => Some(PACKAGE_ELEMENTS),
"package_2" => Some(PACKAGE2_ELEMENTS),
"package_check" => Some(PACKAGECHECK_ELEMENTS),
"package_minus" => Some(PACKAGEMINUS_ELEMENTS),
"package_open" => Some(PACKAGEOPEN_ELEMENTS),
"package_plus" => Some(PACKAGEPLUS_ELEMENTS),
"package_search" => Some(PACKAGESEARCH_ELEMENTS),
"package_x" => Some(PACKAGEX_ELEMENTS),
"paint_bucket" => Some(PAINTBUCKET_ELEMENTS),
"paint_roller" => Some(PAINTROLLER_ELEMENTS),
"paintbrush" => Some(PAINTBRUSH_ELEMENTS),
"paintbrush_vertical" => Some(PAINTBRUSHVERTICAL_ELEMENTS),
"palette" => Some(PALETTE_ELEMENTS),
"panda" => Some(PANDA_ELEMENTS),
"panel_bottom" => Some(PANELBOTTOM_ELEMENTS),
"panel_bottom_close" => Some(PANELBOTTOMCLOSE_ELEMENTS),
"panel_bottom_dashed" => Some(PANELBOTTOMDASHED_ELEMENTS),
"panel_bottom_open" => Some(PANELBOTTOMOPEN_ELEMENTS),
"panel_left" => Some(PANELLEFT_ELEMENTS),
"panel_left_close" => Some(PANELLEFTCLOSE_ELEMENTS),
"panel_left_dashed" => Some(PANELLEFTDASHED_ELEMENTS),
"panel_left_open" => Some(PANELLEFTOPEN_ELEMENTS),
"panel_right" => Some(PANELRIGHT_ELEMENTS),
"panel_right_close" => Some(PANELRIGHTCLOSE_ELEMENTS),
"panel_right_dashed" => Some(PANELRIGHTDASHED_ELEMENTS),
"panel_right_open" => Some(PANELRIGHTOPEN_ELEMENTS),
"panel_top" => Some(PANELTOP_ELEMENTS),
"panel_top_close" => Some(PANELTOPCLOSE_ELEMENTS),
"panel_top_dashed" => Some(PANELTOPDASHED_ELEMENTS),
"panel_top_open" => Some(PANELTOPOPEN_ELEMENTS),
"panels_left_bottom" => Some(PANELSLEFTBOTTOM_ELEMENTS),
"panels_right_bottom" => Some(PANELSRIGHTBOTTOM_ELEMENTS),
"panels_top_left" => Some(PANELSTOPLEFT_ELEMENTS),
"paperclip" => Some(PAPERCLIP_ELEMENTS),
"parentheses" => Some(PARENTHESES_ELEMENTS),
"parking_meter" => Some(PARKINGMETER_ELEMENTS),
"party_popper" => Some(PARTYPOPPER_ELEMENTS),
"pause" => Some(PAUSE_ELEMENTS),
"paw_print" => Some(PAWPRINT_ELEMENTS),
"pc_case" => Some(PCCASE_ELEMENTS),
"pen" => Some(PEN_ELEMENTS),
"pen_line" => Some(PENLINE_ELEMENTS),
"pen_off" => Some(PENOFF_ELEMENTS),
"pen_tool" => Some(PENTOOL_ELEMENTS),
"pencil" => Some(PENCIL_ELEMENTS),
"pencil_line" => Some(PENCILLINE_ELEMENTS),
"pencil_off" => Some(PENCILOFF_ELEMENTS),
"pencil_ruler" => Some(PENCILRULER_ELEMENTS),
"pentagon" => Some(PENTAGON_ELEMENTS),
"percent" => Some(PERCENT_ELEMENTS),
"person_standing" => Some(PERSONSTANDING_ELEMENTS),
"philippine_peso" => Some(PHILIPPINEPESO_ELEMENTS),
"phone" => Some(PHONE_ELEMENTS),
"phone_call" => Some(PHONECALL_ELEMENTS),
"phone_forwarded" => Some(PHONEFORWARDED_ELEMENTS),
"phone_incoming" => Some(PHONEINCOMING_ELEMENTS),
"phone_missed" => Some(PHONEMISSED_ELEMENTS),
"phone_off" => Some(PHONEOFF_ELEMENTS),
"phone_outgoing" => Some(PHONEOUTGOING_ELEMENTS),
"pi" => Some(PI_ELEMENTS),
"piano" => Some(PIANO_ELEMENTS),
"pickaxe" => Some(PICKAXE_ELEMENTS),
"picture_in_picture" => Some(PICTUREINPICTURE_ELEMENTS),
"picture_in_picture_2" => Some(PICTUREINPICTURE2_ELEMENTS),
"piggy_bank" => Some(PIGGYBANK_ELEMENTS),
"pilcrow" => Some(PILCROW_ELEMENTS),
"pilcrow_left" => Some(PILCROWLEFT_ELEMENTS),
"pilcrow_right" => Some(PILCROWRIGHT_ELEMENTS),
"pill" => Some(PILL_ELEMENTS),
"pill_bottle" => Some(PILLBOTTLE_ELEMENTS),
"pin" => Some(PIN_ELEMENTS),
"pin_off" => Some(PINOFF_ELEMENTS),
"pipette" => Some(PIPETTE_ELEMENTS),
"pizza" => Some(PIZZA_ELEMENTS),
"plane" => Some(PLANE_ELEMENTS),
"plane_landing" => Some(PLANELANDING_ELEMENTS),
"plane_takeoff" => Some(PLANETAKEOFF_ELEMENTS),
"play" => Some(PLAY_ELEMENTS),
"plug" => Some(PLUG_ELEMENTS),
"plug_2" => Some(PLUG2_ELEMENTS),
"plug_zap" => Some(PLUGZAP_ELEMENTS),
"plus" => Some(PLUS_ELEMENTS),
"pocket" => Some(POCKET_ELEMENTS),
"pocket_knife" => Some(POCKETKNIFE_ELEMENTS),
"podcast" => Some(PODCAST_ELEMENTS),
"pointer" => Some(POINTER_ELEMENTS),
"pointer_off" => Some(POINTEROFF_ELEMENTS),
"popcorn" => Some(POPCORN_ELEMENTS),
"popsicle" => Some(POPSICLE_ELEMENTS),
"pound_sterling" => Some(POUNDSTERLING_ELEMENTS),
"power" => Some(POWER_ELEMENTS),
"power_off" => Some(POWEROFF_ELEMENTS),
"presentation" => Some(PRESENTATION_ELEMENTS),
"printer" => Some(PRINTER_ELEMENTS),
"printer_check" => Some(PRINTERCHECK_ELEMENTS),
"projector" => Some(PROJECTOR_ELEMENTS),
"proportions" => Some(PROPORTIONS_ELEMENTS),
"puzzle" => Some(PUZZLE_ELEMENTS),
"pyramid" => Some(PYRAMID_ELEMENTS),
"qr_code" => Some(QRCODE_ELEMENTS),
"quote" => Some(QUOTE_ELEMENTS),
"rabbit" => Some(RABBIT_ELEMENTS),
"radar" => Some(RADAR_ELEMENTS),
"radiation" => Some(RADIATION_ELEMENTS),
"radical" => Some(RADICAL_ELEMENTS),
"radio" => Some(RADIO_ELEMENTS),
"radio_receiver" => Some(RADIORECEIVER_ELEMENTS),
"radio_tower" => Some(RADIOTOWER_ELEMENTS),
"radius" => Some(RADIUS_ELEMENTS),
"rail_symbol" => Some(RAILSYMBOL_ELEMENTS),
"rainbow" => Some(RAINBOW_ELEMENTS),
"rat" => Some(RAT_ELEMENTS),
"ratio" => Some(RATIO_ELEMENTS),
"receipt" => Some(RECEIPT_ELEMENTS),
"receipt_cent" => Some(RECEIPTCENT_ELEMENTS),
"receipt_euro" => Some(RECEIPTEURO_ELEMENTS),
"receipt_indian_rupee" => Some(RECEIPTINDIANRUPEE_ELEMENTS),
"receipt_japanese_yen" => Some(RECEIPTJAPANESEYEN_ELEMENTS),
"receipt_pound_sterling" => Some(RECEIPTPOUNDSTERLING_ELEMENTS),
"receipt_russian_ruble" => Some(RECEIPTRUSSIANRUBLE_ELEMENTS),
"receipt_swiss_franc" => Some(RECEIPTSWISSFRANC_ELEMENTS),
"receipt_text" => Some(RECEIPTTEXT_ELEMENTS),
"receipt_turkish_lira" => Some(RECEIPTTURKISHLIRA_ELEMENTS),
"rectangle_circle" => Some(RECTANGLECIRCLE_ELEMENTS),
"rectangle_ellipsis" => Some(RECTANGLEELLIPSIS_ELEMENTS),
"rectangle_goggles" => Some(RECTANGLEGOGGLES_ELEMENTS),
"rectangle_horizontal" => Some(RECTANGLEHORIZONTAL_ELEMENTS),
"rectangle_vertical" => Some(RECTANGLEVERTICAL_ELEMENTS),
"recycle" => Some(RECYCLE_ELEMENTS),
"redo" => Some(REDO_ELEMENTS),
"redo_2" => Some(REDO2_ELEMENTS),
"redo_dot" => Some(REDODOT_ELEMENTS),
"refresh_ccw" => Some(REFRESHCCW_ELEMENTS),
"refresh_ccw_dot" => Some(REFRESHCCWDOT_ELEMENTS),
"refresh_cw" => Some(REFRESHCW_ELEMENTS),
"refresh_cw_off" => Some(REFRESHCWOFF_ELEMENTS),
"refrigerator" => Some(REFRIGERATOR_ELEMENTS),
"regex" => Some(REGEX_ELEMENTS),
"remove_formatting" => Some(REMOVEFORMATTING_ELEMENTS),
"repeat" => Some(REPEAT_ELEMENTS),
"repeat_1" => Some(REPEAT1_ELEMENTS),
"repeat_2" => Some(REPEAT2_ELEMENTS),
"replace" => Some(REPLACE_ELEMENTS),
"replace_all" => Some(REPLACEALL_ELEMENTS),
"reply" => Some(REPLY_ELEMENTS),
"reply_all" => Some(REPLYALL_ELEMENTS),
"rewind" => Some(REWIND_ELEMENTS),
"ribbon" => Some(RIBBON_ELEMENTS),
"rocket" => Some(ROCKET_ELEMENTS),
"rocking_chair" => Some(ROCKINGCHAIR_ELEMENTS),
"roller_coaster" => Some(ROLLERCOASTER_ELEMENTS),
"rotate_3_d" => Some(ROTATE3D_ELEMENTS),
"rotate_ccw" => Some(ROTATECCW_ELEMENTS),
"rotate_ccw_key" => Some(ROTATECCWKEY_ELEMENTS),
"rotate_ccw_square" => Some(ROTATECCWSQUARE_ELEMENTS),
"rotate_cw" => Some(ROTATECW_ELEMENTS),
"rotate_cw_square" => Some(ROTATECWSQUARE_ELEMENTS),
"route" => Some(ROUTE_ELEMENTS),
"route_off" => Some(ROUTEOFF_ELEMENTS),
"router" => Some(ROUTER_ELEMENTS),
"rows_2" => Some(ROWS2_ELEMENTS),
"rows_3" => Some(ROWS3_ELEMENTS),
"rows_4" => Some(ROWS4_ELEMENTS),
"rss" => Some(RSS_ELEMENTS),
"ruler" => Some(RULER_ELEMENTS),
"ruler_dimension_line" => Some(RULERDIMENSIONLINE_ELEMENTS),
"russian_ruble" => Some(RUSSIANRUBLE_ELEMENTS),
"sailboat" => Some(SAILBOAT_ELEMENTS),
"salad" => Some(SALAD_ELEMENTS),
"sandwich" => Some(SANDWICH_ELEMENTS),
"satellite" => Some(SATELLITE_ELEMENTS),
"satellite_dish" => Some(SATELLITEDISH_ELEMENTS),
"saudi_riyal" => Some(SAUDIRIYAL_ELEMENTS),
"save" => Some(SAVE_ELEMENTS),
"save_all" => Some(SAVEALL_ELEMENTS),
"save_off" => Some(SAVEOFF_ELEMENTS),
"scale" => Some(SCALE_ELEMENTS),
"scale_3_d" => Some(SCALE3D_ELEMENTS),
"scaling" => Some(SCALING_ELEMENTS),
"scan" => Some(SCAN_ELEMENTS),
"scan_barcode" => Some(SCANBARCODE_ELEMENTS),
"scan_eye" => Some(SCANEYE_ELEMENTS),
"scan_face" => Some(SCANFACE_ELEMENTS),
"scan_heart" => Some(SCANHEART_ELEMENTS),
"scan_line" => Some(SCANLINE_ELEMENTS),
"scan_qr_code" => Some(SCANQRCODE_ELEMENTS),
"scan_search" => Some(SCANSEARCH_ELEMENTS),
"scan_text" => Some(SCANTEXT_ELEMENTS),
"school" => Some(SCHOOL_ELEMENTS),
"scissors" => Some(SCISSORS_ELEMENTS),
"scissors_line_dashed" => Some(SCISSORSLINEDASHED_ELEMENTS),
"screen_share" => Some(SCREENSHARE_ELEMENTS),
"screen_share_off" => Some(SCREENSHAREOFF_ELEMENTS),
"scroll" => Some(SCROLL_ELEMENTS),
"scroll_text" => Some(SCROLLTEXT_ELEMENTS),
"search" => Some(SEARCH_ELEMENTS),
"search_check" => Some(SEARCHCHECK_ELEMENTS),
"search_code" => Some(SEARCHCODE_ELEMENTS),
"search_slash" => Some(SEARCHSLASH_ELEMENTS),
"search_x" => Some(SEARCHX_ELEMENTS),
"section" => Some(SECTION_ELEMENTS),
"send" => Some(SEND_ELEMENTS),
"send_horizontal" => Some(SENDHORIZONTAL_ELEMENTS),
"send_to_back" => Some(SENDTOBACK_ELEMENTS),
"separator_horizontal" => Some(SEPARATORHORIZONTAL_ELEMENTS),
"separator_vertical" => Some(SEPARATORVERTICAL_ELEMENTS),
"server" => Some(SERVER_ELEMENTS),
"server_cog" => Some(SERVERCOG_ELEMENTS),
"server_crash" => Some(SERVERCRASH_ELEMENTS),
"server_off" => Some(SERVEROFF_ELEMENTS),
"settings" => Some(SETTINGS_ELEMENTS),
"settings_2" => Some(SETTINGS2_ELEMENTS),
"shapes" => Some(SHAPES_ELEMENTS),
"share" => Some(SHARE_ELEMENTS),
"share_2" => Some(SHARE2_ELEMENTS),
"sheet" => Some(SHEET_ELEMENTS),
"shell" => Some(SHELL_ELEMENTS),
"shield" => Some(SHIELD_ELEMENTS),
"shield_alert" => Some(SHIELDALERT_ELEMENTS),
"shield_ban" => Some(SHIELDBAN_ELEMENTS),
"shield_check" => Some(SHIELDCHECK_ELEMENTS),
"shield_ellipsis" => Some(SHIELDELLIPSIS_ELEMENTS),
"shield_half" => Some(SHIELDHALF_ELEMENTS),
"shield_minus" => Some(SHIELDMINUS_ELEMENTS),
"shield_off" => Some(SHIELDOFF_ELEMENTS),
"shield_plus" => Some(SHIELDPLUS_ELEMENTS),
"shield_question" => Some(SHIELDQUESTION_ELEMENTS),
"shield_question_mark" => Some(SHIELDQUESTIONMARK_ELEMENTS),
"shield_user" => Some(SHIELDUSER_ELEMENTS),
"shield_x" => Some(SHIELDX_ELEMENTS),
"ship" => Some(SHIP_ELEMENTS),
"ship_wheel" => Some(SHIPWHEEL_ELEMENTS),
"shirt" => Some(SHIRT_ELEMENTS),
"shopping_bag" => Some(SHOPPINGBAG_ELEMENTS),
"shopping_basket" => Some(SHOPPINGBASKET_ELEMENTS),
"shopping_cart" => Some(SHOPPINGCART_ELEMENTS),
"shovel" => Some(SHOVEL_ELEMENTS),
"shower_head" => Some(SHOWERHEAD_ELEMENTS),
"shredder" => Some(SHREDDER_ELEMENTS),
"shrimp" => Some(SHRIMP_ELEMENTS),
"shrink" => Some(SHRINK_ELEMENTS),
"shrub" => Some(SHRUB_ELEMENTS),
"shuffle" => Some(SHUFFLE_ELEMENTS),
"sigma" => Some(SIGMA_ELEMENTS),
"signal" => Some(SIGNAL_ELEMENTS),
"signal_high" => Some(SIGNALHIGH_ELEMENTS),
"signal_low" => Some(SIGNALLOW_ELEMENTS),
"signal_medium" => Some(SIGNALMEDIUM_ELEMENTS),
"signal_zero" => Some(SIGNALZERO_ELEMENTS),
"signature" => Some(SIGNATURE_ELEMENTS),
"signpost" => Some(SIGNPOST_ELEMENTS),
"signpost_big" => Some(SIGNPOSTBIG_ELEMENTS),
"siren" => Some(SIREN_ELEMENTS),
"skip_back" => Some(SKIPBACK_ELEMENTS),
"skip_forward" => Some(SKIPFORWARD_ELEMENTS),
"skull" => Some(SKULL_ELEMENTS),
"slack" => Some(SLACK_ELEMENTS),
"slash" => Some(SLASH_ELEMENTS),
"slice" => Some(SLICE_ELEMENTS),
"sliders_horizontal" => Some(SLIDERSHORIZONTAL_ELEMENTS),
"sliders_vertical" => Some(SLIDERSVERTICAL_ELEMENTS),
"smartphone" => Some(SMARTPHONE_ELEMENTS),
"smartphone_charging" => Some(SMARTPHONECHARGING_ELEMENTS),
"smartphone_nfc" => Some(SMARTPHONENFC_ELEMENTS),
"smile" => Some(SMILE_ELEMENTS),
"smile_plus" => Some(SMILEPLUS_ELEMENTS),
"snail" => Some(SNAIL_ELEMENTS),
"snowflake" => Some(SNOWFLAKE_ELEMENTS),
"soap_dispenser_droplet" => Some(SOAPDISPENSERDROPLET_ELEMENTS),
"sofa" => Some(SOFA_ELEMENTS),
"soup" => Some(SOUP_ELEMENTS),
"space" => Some(SPACE_ELEMENTS),
"spade" => Some(SPADE_ELEMENTS),
"sparkle" => Some(SPARKLE_ELEMENTS),
"sparkles" => Some(SPARKLES_ELEMENTS),
"speaker" => Some(SPEAKER_ELEMENTS),
"speech" => Some(SPEECH_ELEMENTS),
"spell_check" => Some(SPELLCHECK_ELEMENTS),
"spell_check_2" => Some(SPELLCHECK2_ELEMENTS),
"spline" => Some(SPLINE_ELEMENTS),
"spline_pointer" => Some(SPLINEPOINTER_ELEMENTS),
"split" => Some(SPLIT_ELEMENTS),
"spool" => Some(SPOOL_ELEMENTS),
"spotlight" => Some(SPOTLIGHT_ELEMENTS),
"spray_can" => Some(SPRAYCAN_ELEMENTS),
"sprout" => Some(SPROUT_ELEMENTS),
"square" => Some(SQUARE_ELEMENTS),
"square_activity" => Some(SQUAREACTIVITY_ELEMENTS),
"square_arrow_down" => Some(SQUAREARROWDOWN_ELEMENTS),
"square_arrow_down_left" => Some(SQUAREARROWDOWNLEFT_ELEMENTS),
"square_arrow_down_right" => Some(SQUAREARROWDOWNRIGHT_ELEMENTS),
"square_arrow_left" => Some(SQUAREARROWLEFT_ELEMENTS),
"square_arrow_out_down_left" => Some(SQUAREARROWOUTDOWNLEFT_ELEMENTS),
"square_arrow_out_down_right" => Some(SQUAREARROWOUTDOWNRIGHT_ELEMENTS),
"square_arrow_out_up_left" => Some(SQUAREARROWOUTUPLEFT_ELEMENTS),
"square_arrow_out_up_right" => Some(SQUAREARROWOUTUPRIGHT_ELEMENTS),
"square_arrow_right" => Some(SQUAREARROWRIGHT_ELEMENTS),
"square_arrow_up" => Some(SQUAREARROWUP_ELEMENTS),
"square_arrow_up_left" => Some(SQUAREARROWUPLEFT_ELEMENTS),
"square_arrow_up_right" => Some(SQUAREARROWUPRIGHT_ELEMENTS),
"square_asterisk" => Some(SQUAREASTERISK_ELEMENTS),
"square_bottom_dashed_scissors" => Some(SQUAREBOTTOMDASHEDSCISSORS_ELEMENTS),
"square_chart_gantt" => Some(SQUARECHARTGANTT_ELEMENTS),
"square_check" => Some(SQUARECHECK_ELEMENTS),
"square_check_big" => Some(SQUARECHECKBIG_ELEMENTS),
"square_chevron_down" => Some(SQUARECHEVRONDOWN_ELEMENTS),
"square_chevron_left" => Some(SQUARECHEVRONLEFT_ELEMENTS),
"square_chevron_right" => Some(SQUARECHEVRONRIGHT_ELEMENTS),
"square_chevron_up" => Some(SQUARECHEVRONUP_ELEMENTS),
"square_code" => Some(SQUARECODE_ELEMENTS),
"square_dashed" => Some(SQUAREDASHED_ELEMENTS),
"square_dashed_bottom" => Some(SQUAREDASHEDBOTTOM_ELEMENTS),
"square_dashed_bottom_code" => Some(SQUAREDASHEDBOTTOMCODE_ELEMENTS),
"square_dashed_kanban" => Some(SQUAREDASHEDKANBAN_ELEMENTS),
"square_dashed_mouse_pointer" => Some(SQUAREDASHEDMOUSEPOINTER_ELEMENTS),
"square_dashed_top_solid" => Some(SQUAREDASHEDTOPSOLID_ELEMENTS),
"square_divide" => Some(SQUAREDIVIDE_ELEMENTS),
"square_dot" => Some(SQUAREDOT_ELEMENTS),
"square_equal" => Some(SQUAREEQUAL_ELEMENTS),
"square_function" => Some(SQUAREFUNCTION_ELEMENTS),
"square_kanban" => Some(SQUAREKANBAN_ELEMENTS),
"square_library" => Some(SQUARELIBRARY_ELEMENTS),
"square_m" => Some(SQUAREM_ELEMENTS),
"square_menu" => Some(SQUAREMENU_ELEMENTS),
"square_minus" => Some(SQUAREMINUS_ELEMENTS),
"square_mouse_pointer" => Some(SQUAREMOUSEPOINTER_ELEMENTS),
"square_parking" => Some(SQUAREPARKING_ELEMENTS),
"square_parking_off" => Some(SQUAREPARKINGOFF_ELEMENTS),
"square_pause" => Some(SQUAREPAUSE_ELEMENTS),
"square_pen" => Some(SQUAREPEN_ELEMENTS),
"square_percent" => Some(SQUAREPERCENT_ELEMENTS),
"square_pi" => Some(SQUAREPI_ELEMENTS),
"square_pilcrow" => Some(SQUAREPILCROW_ELEMENTS),
"square_play" => Some(SQUAREPLAY_ELEMENTS),
"square_plus" => Some(SQUAREPLUS_ELEMENTS),
"square_power" => Some(SQUAREPOWER_ELEMENTS),
"square_radical" => Some(SQUARERADICAL_ELEMENTS),
"square_round_corner" => Some(SQUAREROUNDCORNER_ELEMENTS),
"square_scissors" => Some(SQUARESCISSORS_ELEMENTS),
"square_sigma" => Some(SQUARESIGMA_ELEMENTS),
"square_slash" => Some(SQUARESLASH_ELEMENTS),
"square_split_horizontal" => Some(SQUARESPLITHORIZONTAL_ELEMENTS),
"square_split_vertical" => Some(SQUARESPLITVERTICAL_ELEMENTS),
"square_square" => Some(SQUARESQUARE_ELEMENTS),
"square_stack" => Some(SQUARESTACK_ELEMENTS),
"square_stop" => Some(SQUARESTOP_ELEMENTS),
"square_terminal" => Some(SQUARETERMINAL_ELEMENTS),
"square_user" => Some(SQUAREUSER_ELEMENTS),
"square_user_round" => Some(SQUAREUSERROUND_ELEMENTS),
"square_x" => Some(SQUAREX_ELEMENTS),
"squares_exclude" => Some(SQUARESEXCLUDE_ELEMENTS),
"squares_intersect" => Some(SQUARESINTERSECT_ELEMENTS),
"squares_subtract" => Some(SQUARESSUBTRACT_ELEMENTS),
"squares_unite" => Some(SQUARESUNITE_ELEMENTS),
"squircle" => Some(SQUIRCLE_ELEMENTS),
"squircle_dashed" => Some(SQUIRCLEDASHED_ELEMENTS),
"squirrel" => Some(SQUIRREL_ELEMENTS),
"stamp" => Some(STAMP_ELEMENTS),
"star" => Some(STAR_ELEMENTS),
"star_half" => Some(STARHALF_ELEMENTS),
"star_off" => Some(STAROFF_ELEMENTS),
"step_back" => Some(STEPBACK_ELEMENTS),
"step_forward" => Some(STEPFORWARD_ELEMENTS),
"stethoscope" => Some(STETHOSCOPE_ELEMENTS),
"sticker" => Some(STICKER_ELEMENTS),
"sticky_note" => Some(STICKYNOTE_ELEMENTS),
"store" => Some(STORE_ELEMENTS),
"stretch_horizontal" => Some(STRETCHHORIZONTAL_ELEMENTS),
"stretch_vertical" => Some(STRETCHVERTICAL_ELEMENTS),
"strikethrough" => Some(STRIKETHROUGH_ELEMENTS),
"subscript" => Some(SUBSCRIPT_ELEMENTS),
"sun" => Some(SUN_ELEMENTS),
"sun_dim" => Some(SUNDIM_ELEMENTS),
"sun_medium" => Some(SUNMEDIUM_ELEMENTS),
"sun_moon" => Some(SUNMOON_ELEMENTS),
"sun_snow" => Some(SUNSNOW_ELEMENTS),
"sunrise" => Some(SUNRISE_ELEMENTS),
"sunset" => Some(SUNSET_ELEMENTS),
"superscript" => Some(SUPERSCRIPT_ELEMENTS),
"swatch_book" => Some(SWATCHBOOK_ELEMENTS),
"swiss_franc" => Some(SWISSFRANC_ELEMENTS),
"switch_camera" => Some(SWITCHCAMERA_ELEMENTS),
"sword" => Some(SWORD_ELEMENTS),
"swords" => Some(SWORDS_ELEMENTS),
"syringe" => Some(SYRINGE_ELEMENTS),
"table" => Some(TABLE_ELEMENTS),
"table_2" => Some(TABLE2_ELEMENTS),
"table_cells_merge" => Some(TABLECELLSMERGE_ELEMENTS),
"table_cells_split" => Some(TABLECELLSSPLIT_ELEMENTS),
"table_columns_split" => Some(TABLECOLUMNSSPLIT_ELEMENTS),
"table_of_contents" => Some(TABLEOFCONTENTS_ELEMENTS),
"table_properties" => Some(TABLEPROPERTIES_ELEMENTS),
"table_rows_split" => Some(TABLEROWSSPLIT_ELEMENTS),
"tablet" => Some(TABLET_ELEMENTS),
"tablet_smartphone" => Some(TABLETSMARTPHONE_ELEMENTS),
"tablets" => Some(TABLETS_ELEMENTS),
"tag" => Some(TAG_ELEMENTS),
"tags" => Some(TAGS_ELEMENTS),
"tally_1" => Some(TALLY1_ELEMENTS),
"tally_2" => Some(TALLY2_ELEMENTS),
"tally_3" => Some(TALLY3_ELEMENTS),
"tally_4" => Some(TALLY4_ELEMENTS),
"tally_5" => Some(TALLY5_ELEMENTS),
"tangent" => Some(TANGENT_ELEMENTS),
"target" => Some(TARGET_ELEMENTS),
"telescope" => Some(TELESCOPE_ELEMENTS),
"tent" => Some(TENT_ELEMENTS),
"tent_tree" => Some(TENTTREE_ELEMENTS),
"terminal" => Some(TERMINAL_ELEMENTS),
"test_tube" => Some(TESTTUBE_ELEMENTS),
"test_tube_diagonal" => Some(TESTTUBEDIAGONAL_ELEMENTS),
"test_tubes" => Some(TESTTUBES_ELEMENTS),
"text" => Some(TEXT_ELEMENTS),
"text_cursor" => Some(TEXTCURSOR_ELEMENTS),
"text_cursor_input" => Some(TEXTCURSORINPUT_ELEMENTS),
"text_quote" => Some(TEXTQUOTE_ELEMENTS),
"text_search" => Some(TEXTSEARCH_ELEMENTS),
"text_select" => Some(TEXTSELECT_ELEMENTS),
"theater" => Some(THEATER_ELEMENTS),
"thermometer" => Some(THERMOMETER_ELEMENTS),
"thermometer_snowflake" => Some(THERMOMETERSNOWFLAKE_ELEMENTS),
"thermometer_sun" => Some(THERMOMETERSUN_ELEMENTS),
"thumbs_down" => Some(THUMBSDOWN_ELEMENTS),
"thumbs_up" => Some(THUMBSUP_ELEMENTS),
"ticket" => Some(TICKET_ELEMENTS),
"ticket_check" => Some(TICKETCHECK_ELEMENTS),
"ticket_minus" => Some(TICKETMINUS_ELEMENTS),
"ticket_percent" => Some(TICKETPERCENT_ELEMENTS),
"ticket_plus" => Some(TICKETPLUS_ELEMENTS),
"ticket_slash" => Some(TICKETSLASH_ELEMENTS),
"ticket_x" => Some(TICKETX_ELEMENTS),
"tickets" => Some(TICKETS_ELEMENTS),
"tickets_plane" => Some(TICKETSPLANE_ELEMENTS),
"timer" => Some(TIMER_ELEMENTS),
"timer_off" => Some(TIMEROFF_ELEMENTS),
"timer_reset" => Some(TIMERRESET_ELEMENTS),
"toggle_left" => Some(TOGGLELEFT_ELEMENTS),
"toggle_right" => Some(TOGGLERIGHT_ELEMENTS),
"toilet" => Some(TOILET_ELEMENTS),
"tool_case" => Some(TOOLCASE_ELEMENTS),
"tornado" => Some(TORNADO_ELEMENTS),
"torus" => Some(TORUS_ELEMENTS),
"touchpad" => Some(TOUCHPAD_ELEMENTS),
"touchpad_off" => Some(TOUCHPADOFF_ELEMENTS),
"tower_control" => Some(TOWERCONTROL_ELEMENTS),
"toy_brick" => Some(TOYBRICK_ELEMENTS),
"tractor" => Some(TRACTOR_ELEMENTS),
"traffic_cone" => Some(TRAFFICCONE_ELEMENTS),
"train_front" => Some(TRAINFRONT_ELEMENTS),
"train_front_tunnel" => Some(TRAINFRONTTUNNEL_ELEMENTS),
"train_track" => Some(TRAINTRACK_ELEMENTS),
"tram_front" => Some(TRAMFRONT_ELEMENTS),
"transgender" => Some(TRANSGENDER_ELEMENTS),
"trash" => Some(TRASH_ELEMENTS),
"trash_2" => Some(TRASH2_ELEMENTS),
"tree_deciduous" => Some(TREEDECIDUOUS_ELEMENTS),
"tree_palm" => Some(TREEPALM_ELEMENTS),
"tree_pine" => Some(TREEPINE_ELEMENTS),
"trees" => Some(TREES_ELEMENTS),
"trello" => Some(TRELLO_ELEMENTS),
"trending_down" => Some(TRENDINGDOWN_ELEMENTS),
"trending_up" => Some(TRENDINGUP_ELEMENTS),
"trending_up_down" => Some(TRENDINGUPDOWN_ELEMENTS),
"triangle" => Some(TRIANGLE_ELEMENTS),
"triangle_alert" => Some(TRIANGLEALERT_ELEMENTS),
"triangle_dashed" => Some(TRIANGLEDASHED_ELEMENTS),
"triangle_right" => Some(TRIANGLERIGHT_ELEMENTS),
"trophy" => Some(TROPHY_ELEMENTS),
"truck" => Some(TRUCK_ELEMENTS),
"truck_electric" => Some(TRUCKELECTRIC_ELEMENTS),
"turkish_lira" => Some(TURKISHLIRA_ELEMENTS),
"turtle" => Some(TURTLE_ELEMENTS),
"tv" => Some(TV_ELEMENTS),
"tv_minimal" => Some(TVMINIMAL_ELEMENTS),
"tv_minimal_play" => Some(TVMINIMALPLAY_ELEMENTS),
"twitch" => Some(TWITCH_ELEMENTS),
"twitter" => Some(TWITTER_ELEMENTS),
"type" => Some(TYPE_ELEMENTS),
"type_outline" => Some(TYPEOUTLINE_ELEMENTS),
"umbrella" => Some(UMBRELLA_ELEMENTS),
"umbrella_off" => Some(UMBRELLAOFF_ELEMENTS),
"underline" => Some(UNDERLINE_ELEMENTS),
"undo" => Some(UNDO_ELEMENTS),
"undo_2" => Some(UNDO2_ELEMENTS),
"undo_dot" => Some(UNDODOT_ELEMENTS),
"unfold_horizontal" => Some(UNFOLDHORIZONTAL_ELEMENTS),
"unfold_vertical" => Some(UNFOLDVERTICAL_ELEMENTS),
"ungroup" => Some(UNGROUP_ELEMENTS),
"university" => Some(UNIVERSITY_ELEMENTS),
"unlink" => Some(UNLINK_ELEMENTS),
"unlink_2" => Some(UNLINK2_ELEMENTS),
"unplug" => Some(UNPLUG_ELEMENTS),
"upload" => Some(UPLOAD_ELEMENTS),
"usb" => Some(USB_ELEMENTS),
"user" => Some(USER_ELEMENTS),
"user_check" => Some(USERCHECK_ELEMENTS),
"user_cog" => Some(USERCOG_ELEMENTS),
"user_lock" => Some(USERLOCK_ELEMENTS),
"user_minus" => Some(USERMINUS_ELEMENTS),
"user_pen" => Some(USERPEN_ELEMENTS),
"user_plus" => Some(USERPLUS_ELEMENTS),
"user_round" => Some(USERROUND_ELEMENTS),
"user_round_check" => Some(USERROUNDCHECK_ELEMENTS),
"user_round_cog" => Some(USERROUNDCOG_ELEMENTS),
"user_round_minus" => Some(USERROUNDMINUS_ELEMENTS),
"user_round_pen" => Some(USERROUNDPEN_ELEMENTS),
"user_round_plus" => Some(USERROUNDPLUS_ELEMENTS),
"user_round_search" => Some(USERROUNDSEARCH_ELEMENTS),
"user_round_x" => Some(USERROUNDX_ELEMENTS),
"user_search" => Some(USERSEARCH_ELEMENTS),
"user_star" => Some(USERSTAR_ELEMENTS),
"user_x" => Some(USERX_ELEMENTS),
"users" => Some(USERS_ELEMENTS),
"users_round" => Some(USERSROUND_ELEMENTS),
"utensils" => Some(UTENSILS_ELEMENTS),
"utensils_crossed" => Some(UTENSILSCROSSED_ELEMENTS),
"utility_pole" => Some(UTILITYPOLE_ELEMENTS),
"variable" => Some(VARIABLE_ELEMENTS),
"vault" => Some(VAULT_ELEMENTS),
"vector_square" => Some(VECTORSQUARE_ELEMENTS),
"vegan" => Some(VEGAN_ELEMENTS),
"venetian_mask" => Some(VENETIANMASK_ELEMENTS),
"venus" => Some(VENUS_ELEMENTS),
"venus_and_mars" => Some(VENUSANDMARS_ELEMENTS),
"vibrate" => Some(VIBRATE_ELEMENTS),
"vibrate_off" => Some(VIBRATEOFF_ELEMENTS),
"video" => Some(VIDEO_ELEMENTS),
"video_off" => Some(VIDEOOFF_ELEMENTS),
"videotape" => Some(VIDEOTAPE_ELEMENTS),
"view" => Some(VIEW_ELEMENTS),
"voicemail" => Some(VOICEMAIL_ELEMENTS),
"volleyball" => Some(VOLLEYBALL_ELEMENTS),
"volume" => Some(VOLUME_ELEMENTS),
"volume_1" => Some(VOLUME1_ELEMENTS),
"volume_2" => Some(VOLUME2_ELEMENTS),
"volume_off" => Some(VOLUMEOFF_ELEMENTS),
"volume_x" => Some(VOLUMEX_ELEMENTS),
"vote" => Some(VOTE_ELEMENTS),
"wallet" => Some(WALLET_ELEMENTS),
"wallet_cards" => Some(WALLETCARDS_ELEMENTS),
"wallet_minimal" => Some(WALLETMINIMAL_ELEMENTS),
"wallpaper" => Some(WALLPAPER_ELEMENTS),
"wand" => Some(WAND_ELEMENTS),
"wand_sparkles" => Some(WANDSPARKLES_ELEMENTS),
"warehouse" => Some(WAREHOUSE_ELEMENTS),
"washing_machine" => Some(WASHINGMACHINE_ELEMENTS),
"watch" => Some(WATCH_ELEMENTS),
"waves" => Some(WAVES_ELEMENTS),
"waves_ladder" => Some(WAVESLADDER_ELEMENTS),
"waypoints" => Some(WAYPOINTS_ELEMENTS),
"webcam" => Some(WEBCAM_ELEMENTS),
"webhook" => Some(WEBHOOK_ELEMENTS),
"webhook_off" => Some(WEBHOOKOFF_ELEMENTS),
"weight" => Some(WEIGHT_ELEMENTS),
"wheat" => Some(WHEAT_ELEMENTS),
"wheat_off" => Some(WHEATOFF_ELEMENTS),
"whole_word" => Some(WHOLEWORD_ELEMENTS),
"wifi" => Some(WIFI_ELEMENTS),
"wifi_cog" => Some(WIFICOG_ELEMENTS),
"wifi_high" => Some(WIFIHIGH_ELEMENTS),
"wifi_low" => Some(WIFILOW_ELEMENTS),
"wifi_off" => Some(WIFIOFF_ELEMENTS),
"wifi_pen" => Some(WIFIPEN_ELEMENTS),
"wifi_sync" => Some(WIFISYNC_ELEMENTS),
"wifi_zero" => Some(WIFIZERO_ELEMENTS),
"wind" => Some(WIND_ELEMENTS),
"wind_arrow_down" => Some(WINDARROWDOWN_ELEMENTS),
"wine" => Some(WINE_ELEMENTS),
"wine_off" => Some(WINEOFF_ELEMENTS),
"workflow" => Some(WORKFLOW_ELEMENTS),
"worm" => Some(WORM_ELEMENTS),
"wrap_text" => Some(WRAPTEXT_ELEMENTS),
"wrench" => Some(WRENCH_ELEMENTS),
"x" => Some(X_ELEMENTS),
"youtube" => Some(YOUTUBE_ELEMENTS),
"zap" => Some(ZAP_ELEMENTS),
"zap_off" => Some(ZAPOFF_ELEMENTS),
"zoom_in" => Some(ZOOMIN_ELEMENTS),
"zoom_out" => Some(ZOOMOUT_ELEMENTS),
_ => None,
}
}