feat: update to upstream v0.508.0 (#77)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-05-16 22:36:42 +00:00 committed by GitHub
parent 78a260410d
commit 3c1827b752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1610 changed files with 7956 additions and 7963 deletions

View file

@ -8,7 +8,7 @@ pub fn App() -> impl IntoView {
#[cfg(feature = "icons")]
{
use crate::icons::Icons;
views.push(view! { <Icons/> }.into_any());
views.push(view! { <Icons /> }.into_any());
}
view! { <div class="w-full h-full flex justify-center items-start">{views.into_view()}</div> }

File diff suppressed because it is too large Load diff

View file

@ -34,7 +34,8 @@ pub fn Laptop(props: LaptopProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
path { "d": "M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16" }
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" }
path { "d": "M20.054 15.987H3.946" }
}
}
}

View file

@ -34,7 +34,7 @@ pub fn Phone(props: PhoneProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
path { "d": "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }
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" }
}
}
}

View file

@ -34,9 +34,9 @@ pub fn PhoneCall(props: PhoneCallProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
path { "d": "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }
path { "d": "M14.05 2a9 9 0 0 1 8 7.94" }
path { "d": "M14.05 6A5 5 0 0 1 18 10" }
path { "d": "M13 2a9 9 0 0 1 9 9" }
path { "d": "M13 6a5 5 0 0 1 5 5" }
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" }
}
}
}

View file

@ -34,14 +34,9 @@ pub fn PhoneForwarded(props: PhoneForwardedProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
polyline { "points": "18 2 22 6 18 10" }
line {
"x1": "14",
"x2": "22",
"y1": "6",
"y2": "6",
}
path { "d": "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }
path { "d": "M14 6h8" }
path { "d": "m18 2 4 4-4 4" }
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" }
}
}
}

View file

@ -34,14 +34,9 @@ pub fn PhoneIncoming(props: PhoneIncomingProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
polyline { "points": "16 2 16 8 22 8" }
line {
"x1": "22",
"x2": "16",
"y1": "2",
"y2": "8",
}
path { "d": "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }
path { "d": "M16 2v6h6" }
path { "d": "m22 2-6 6" }
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" }
}
}
}

View file

@ -34,19 +34,9 @@ pub fn PhoneMissed(props: PhoneMissedProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
line {
"x1": "22",
"x2": "16",
"y1": "2",
"y2": "8",
}
line {
"x1": "16",
"x2": "22",
"y1": "2",
"y2": "8",
}
path { "d": "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }
path { "d": "m16 2 6 6" }
path { "d": "m22 2-6 6" }
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" }
}
}
}

View file

@ -34,13 +34,9 @@ pub fn PhoneOff(props: PhoneOffProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
path { "d": "M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91" }
line {
"x1": "22",
"x2": "2",
"y1": "2",
"y2": "22",
}
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" }
path { "d": "M22 2 2 22" }
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" }
}
}
}

View file

@ -34,14 +34,9 @@ pub fn PhoneOutgoing(props: PhoneOutgoingProps) -> Element {
"stroke-width": "{stroke_width}",
"stroke-linecap": "round",
"stroke-linejoin": "round",
polyline { "points": "22 8 22 2 16 2" }
line {
"x1": "16",
"x2": "22",
"y1": "8",
"y2": "2",
}
path { "d": "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }
path { "d": "m16 8 6-6" }
path { "d": "M22 8V2h-6" }
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" }
}
}
}

View file

@ -29,10 +29,10 @@ pub fn AArrowDown(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3.5 13h6"></path>
<path d="m2 16 4.5-9 4.5 9"></path>
<path d="M18 7v9"></path>
<path d="m14 12 4 4 4-4"></path>
<path d="M3.5 13h6" />
<path d="m2 16 4.5-9 4.5 9" />
<path d="M18 7v9" />
<path d="m14 12 4 4 4-4" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AArrowUp(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3.5 13h6"></path>
<path d="m2 16 4.5-9 4.5 9"></path>
<path d="M18 16V7"></path>
<path d="m14 11 4-4 4 4"></path>
<path d="M3.5 13h6" />
<path d="m2 16 4.5-9 4.5 9" />
<path d="M18 16V7" />
<path d="m14 11 4-4 4 4" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn ALargeSmall(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 14h-5"></path>
<path d="M16 16v-3.5a2.5 2.5 0 0 1 5 0V16"></path>
<path d="M4.5 13h6"></path>
<path d="m3 16 4.5-9 4.5 9"></path>
<path d="M21 14h-5" />
<path d="M16 16v-3.5a2.5 2.5 0 0 1 5 0V16" />
<path d="M4.5 13h6" />
<path d="m3 16 4.5-9 4.5 9" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn Accessibility(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="16" cy="4" r="1"></circle>
<path d="m18 19 1-7-6 1"></path>
<path d="m5 8 3-3 5.5 3-2.36 3.5"></path>
<path d="M4.24 14.5a5 5 0 0 0 6.88 6"></path>
<path d="M13.76 17.5a5 5 0 0 0-6.88-6"></path>
<circle cx="16" cy="4" r="1" />
<path d="m18 19 1-7-6 1" />
<path d="m5 8 3-3 5.5 3-2.36 3.5" />
<path d="M4.24 14.5a5 5 0 0 0 6.88 6" />
<path d="M13.76 17.5a5 5 0 0 0-6.88-6" />
</svg>
}
}

View file

@ -29,7 +29,7 @@ pub fn Activity(
stroke-linecap="round"
stroke-linejoin="round"
>
<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"></path>
<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" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AirVent(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18 17.5a2.5 2.5 0 1 1-4 2.03V12"></path>
<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"></path>
<path d="M6 8h12"></path>
<path d="M6.6 15.572A2 2 0 1 0 10 17v-5"></path>
<path d="M18 17.5a2.5 2.5 0 1 1-4 2.03V12" />
<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" />
<path d="M6 8h12" />
<path d="M6.6 15.572A2 2 0 1 0 10 17v-5" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn Airplay(
stroke-linecap="round"
stroke-linejoin="round"
>
<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"></path>
<path d="m12 15 5 6H7Z"></path>
<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" />
<path d="m12 15 5 6H7Z" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn AlarmClock(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="13" r="8"></circle>
<path d="M12 9v4l2 2"></path>
<path d="M5 3 2 6"></path>
<path d="m22 6-3-3"></path>
<path d="M6.38 18.7 4 21"></path>
<path d="M17.64 18.67 20 21"></path>
<circle cx="12" cy="13" r="8" />
<path d="M12 9v4l2 2" />
<path d="M5 3 2 6" />
<path d="m22 6-3-3" />
<path d="M6.38 18.7 4 21" />
<path d="M17.64 18.67 20 21" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn AlarmClockCheck(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="13" r="8"></circle>
<path d="M5 3 2 6"></path>
<path d="m22 6-3-3"></path>
<path d="M6.38 18.7 4 21"></path>
<path d="M17.64 18.67 20 21"></path>
<path d="m9 13 2 2 4-4"></path>
<circle cx="12" cy="13" r="8" />
<path d="M5 3 2 6" />
<path d="m22 6-3-3" />
<path d="M6.38 18.7 4 21" />
<path d="M17.64 18.67 20 21" />
<path d="m9 13 2 2 4-4" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn AlarmClockMinus(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="13" r="8"></circle>
<path d="M5 3 2 6"></path>
<path d="m22 6-3-3"></path>
<path d="M6.38 18.7 4 21"></path>
<path d="M17.64 18.67 20 21"></path>
<path d="M9 13h6"></path>
<circle cx="12" cy="13" r="8" />
<path d="M5 3 2 6" />
<path d="m22 6-3-3" />
<path d="M6.38 18.7 4 21" />
<path d="M17.64 18.67 20 21" />
<path d="M9 13h6" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn AlarmClockOff(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6.87 6.87a8 8 0 1 0 11.26 11.26"></path>
<path d="M19.9 14.25a8 8 0 0 0-9.15-9.15"></path>
<path d="m22 6-3-3"></path>
<path d="M6.26 18.67 4 21"></path>
<path d="m2 2 20 20"></path>
<path d="M4 4 2 6"></path>
<path d="M6.87 6.87a8 8 0 1 0 11.26 11.26" />
<path d="M19.9 14.25a8 8 0 0 0-9.15-9.15" />
<path d="m22 6-3-3" />
<path d="M6.26 18.67 4 21" />
<path d="m2 2 20 20" />
<path d="M4 4 2 6" />
</svg>
}
}

View file

@ -29,13 +29,13 @@ pub fn AlarmClockPlus(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="13" r="8"></circle>
<path d="M5 3 2 6"></path>
<path d="m22 6-3-3"></path>
<path d="M6.38 18.7 4 21"></path>
<path d="M17.64 18.67 20 21"></path>
<path d="M12 10v6"></path>
<path d="M9 13h6"></path>
<circle cx="12" cy="13" r="8" />
<path d="M5 3 2 6" />
<path d="m22 6-3-3" />
<path d="M6.38 18.7 4 21" />
<path d="M17.64 18.67 20 21" />
<path d="M12 10v6" />
<path d="M9 13h6" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn AlarmSmoke(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M11 21c0-2.5 2-2.5 2-5"></path>
<path d="M16 21c0-2.5 2-2.5 2-5"></path>
<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"></path>
<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"></path>
<path d="M6 21c0-2.5 2-2.5 2-5"></path>
<path d="M11 21c0-2.5 2-2.5 2-5" />
<path d="M16 21c0-2.5 2-2.5 2-5" />
<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" />
<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" />
<path d="M6 21c0-2.5 2-2.5 2-5" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn Album(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="18" height="18" x="3" y="3" rx="2" ry="2"></rect>
<polyline points="11 3 11 11 14 8 17 11 17 3"></polyline>
<rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
<polyline points="11 3 11 11 14 8 17 11 17 3" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignCenter(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M17 12H7"></path>
<path d="M19 18H5"></path>
<path d="M21 6H3"></path>
<path d="M17 12H7" />
<path d="M19 18H5" />
<path d="M21 6H3" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn AlignCenterHorizontal(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M2 12h20"></path>
<path d="M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4"></path>
<path d="M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4"></path>
<path d="M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1"></path>
<path d="M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1"></path>
<path d="M2 12h20" />
<path d="M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4" />
<path d="M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4" />
<path d="M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1" />
<path d="M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn AlignCenterVertical(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 2v20"></path>
<path d="M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4"></path>
<path d="M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4"></path>
<path d="M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1"></path>
<path d="M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1"></path>
<path d="M12 2v20" />
<path d="M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4" />
<path d="M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4" />
<path d="M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1" />
<path d="M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignEndHorizontal(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="16" x="4" y="2" rx="2"></rect>
<rect width="6" height="9" x="14" y="9" rx="2"></rect>
<path d="M22 22H2"></path>
<rect width="6" height="16" x="4" y="2" rx="2" />
<rect width="6" height="9" x="14" y="9" rx="2" />
<path d="M22 22H2" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignEndVertical(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="16" height="6" x="2" y="4" rx="2"></rect>
<rect width="9" height="6" x="9" y="14" rx="2"></rect>
<path d="M22 22V2"></path>
<rect width="16" height="6" x="2" y="4" rx="2" />
<rect width="9" height="6" x="9" y="14" rx="2" />
<path d="M22 22V2" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn AlignHorizontalDistributeCenter(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="14" x="4" y="5" rx="2"></rect>
<rect width="6" height="10" x="14" y="7" rx="2"></rect>
<path d="M17 22v-5"></path>
<path d="M17 7V2"></path>
<path d="M7 22v-3"></path>
<path d="M7 5V2"></path>
<rect width="6" height="14" x="4" y="5" rx="2" />
<rect width="6" height="10" x="14" y="7" rx="2" />
<path d="M17 22v-5" />
<path d="M17 7V2" />
<path d="M7 22v-3" />
<path d="M7 5V2" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AlignHorizontalDistributeEnd(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="14" x="4" y="5" rx="2"></rect>
<rect width="6" height="10" x="14" y="7" rx="2"></rect>
<path d="M10 2v20"></path>
<path d="M20 2v20"></path>
<rect width="6" height="14" x="4" y="5" rx="2" />
<rect width="6" height="10" x="14" y="7" rx="2" />
<path d="M10 2v20" />
<path d="M20 2v20" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AlignHorizontalDistributeStart(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="14" x="4" y="5" rx="2"></rect>
<rect width="6" height="10" x="14" y="7" rx="2"></rect>
<path d="M4 2v20"></path>
<path d="M14 2v20"></path>
<rect width="6" height="14" x="4" y="5" rx="2" />
<rect width="6" height="10" x="14" y="7" rx="2" />
<path d="M4 2v20" />
<path d="M14 2v20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignHorizontalJustifyCenter(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="14" x="2" y="5" rx="2"></rect>
<rect width="6" height="10" x="16" y="7" rx="2"></rect>
<path d="M12 2v20"></path>
<rect width="6" height="14" x="2" y="5" rx="2" />
<rect width="6" height="10" x="16" y="7" rx="2" />
<path d="M12 2v20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignHorizontalJustifyEnd(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="14" x="2" y="5" rx="2"></rect>
<rect width="6" height="10" x="12" y="7" rx="2"></rect>
<path d="M22 2v20"></path>
<rect width="6" height="14" x="2" y="5" rx="2" />
<rect width="6" height="10" x="12" y="7" rx="2" />
<path d="M22 2v20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignHorizontalJustifyStart(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="14" x="6" y="5" rx="2"></rect>
<rect width="6" height="10" x="16" y="7" rx="2"></rect>
<path d="M2 2v20"></path>
<rect width="6" height="14" x="6" y="5" rx="2" />
<rect width="6" height="10" x="16" y="7" rx="2" />
<path d="M2 2v20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignHorizontalSpaceAround(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="10" x="9" y="7" rx="2"></rect>
<path d="M4 22V2"></path>
<path d="M20 22V2"></path>
<rect width="6" height="10" x="9" y="7" rx="2" />
<path d="M4 22V2" />
<path d="M20 22V2" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AlignHorizontalSpaceBetween(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="14" x="3" y="5" rx="2"></rect>
<rect width="6" height="10" x="15" y="7" rx="2"></rect>
<path d="M3 2v20"></path>
<path d="M21 2v20"></path>
<rect width="6" height="14" x="3" y="5" rx="2" />
<rect width="6" height="10" x="15" y="7" rx="2" />
<path d="M3 2v20" />
<path d="M21 2v20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignJustify(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 12h18"></path>
<path d="M3 18h18"></path>
<path d="M3 6h18"></path>
<path d="M3 12h18" />
<path d="M3 18h18" />
<path d="M3 6h18" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignLeft(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M15 12H3"></path>
<path d="M17 18H3"></path>
<path d="M21 6H3"></path>
<path d="M15 12H3" />
<path d="M17 18H3" />
<path d="M21 6H3" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignRight(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 12H9"></path>
<path d="M21 18H7"></path>
<path d="M21 6H3"></path>
<path d="M21 12H9" />
<path d="M21 18H7" />
<path d="M21 6H3" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignStartHorizontal(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="6" height="16" x="4" y="6" rx="2"></rect>
<rect width="6" height="9" x="14" y="6" rx="2"></rect>
<path d="M22 2H2"></path>
<rect width="6" height="16" x="4" y="6" rx="2" />
<rect width="6" height="9" x="14" y="6" rx="2" />
<path d="M22 2H2" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignStartVertical(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="9" height="6" x="6" y="14" rx="2"></rect>
<rect width="16" height="6" x="6" y="4" rx="2"></rect>
<path d="M2 2v20"></path>
<rect width="9" height="6" x="6" y="14" rx="2" />
<rect width="16" height="6" x="6" y="4" rx="2" />
<path d="M2 2v20" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn AlignVerticalDistributeCenter(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M22 17h-3"></path>
<path d="M22 7h-5"></path>
<path d="M5 17H2"></path>
<path d="M7 7H2"></path>
<rect x="5" y="14" width="14" height="6" rx="2"></rect>
<rect x="7" y="4" width="10" height="6" rx="2"></rect>
<path d="M22 17h-3" />
<path d="M22 7h-5" />
<path d="M5 17H2" />
<path d="M7 7H2" />
<rect x="5" y="14" width="14" height="6" rx="2" />
<rect x="7" y="4" width="10" height="6" rx="2" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AlignVerticalDistributeEnd(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="14" height="6" x="5" y="14" rx="2"></rect>
<rect width="10" height="6" x="7" y="4" rx="2"></rect>
<path d="M2 20h20"></path>
<path d="M2 10h20"></path>
<rect width="14" height="6" x="5" y="14" rx="2" />
<rect width="10" height="6" x="7" y="4" rx="2" />
<path d="M2 20h20" />
<path d="M2 10h20" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AlignVerticalDistributeStart(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="14" height="6" x="5" y="14" rx="2"></rect>
<rect width="10" height="6" x="7" y="4" rx="2"></rect>
<path d="M2 14h20"></path>
<path d="M2 4h20"></path>
<rect width="14" height="6" x="5" y="14" rx="2" />
<rect width="10" height="6" x="7" y="4" rx="2" />
<path d="M2 14h20" />
<path d="M2 4h20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignVerticalJustifyCenter(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="14" height="6" x="5" y="16" rx="2"></rect>
<rect width="10" height="6" x="7" y="2" rx="2"></rect>
<path d="M2 12h20"></path>
<rect width="14" height="6" x="5" y="16" rx="2" />
<rect width="10" height="6" x="7" y="2" rx="2" />
<path d="M2 12h20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignVerticalJustifyEnd(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="14" height="6" x="5" y="12" rx="2"></rect>
<rect width="10" height="6" x="7" y="2" rx="2"></rect>
<path d="M2 22h20"></path>
<rect width="14" height="6" x="5" y="12" rx="2" />
<rect width="10" height="6" x="7" y="2" rx="2" />
<path d="M2 22h20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignVerticalJustifyStart(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="14" height="6" x="5" y="16" rx="2"></rect>
<rect width="10" height="6" x="7" y="6" rx="2"></rect>
<path d="M2 2h20"></path>
<rect width="14" height="6" x="5" y="16" rx="2" />
<rect width="10" height="6" x="7" y="6" rx="2" />
<path d="M2 2h20" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn AlignVerticalSpaceAround(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="10" height="6" x="7" y="9" rx="2"></rect>
<path d="M22 20H2"></path>
<path d="M22 4H2"></path>
<rect width="10" height="6" x="7" y="9" rx="2" />
<path d="M22 20H2" />
<path d="M22 4H2" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AlignVerticalSpaceBetween(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="14" height="6" x="5" y="15" rx="2"></rect>
<rect width="10" height="6" x="7" y="3" rx="2"></rect>
<path d="M2 21h20"></path>
<path d="M2 3h20"></path>
<rect width="14" height="6" x="5" y="15" rx="2" />
<rect width="10" height="6" x="7" y="3" rx="2" />
<path d="M2 21h20" />
<path d="M2 3h20" />
</svg>
}
}

View file

@ -29,13 +29,13 @@ pub fn Ambulance(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 10H6"></path>
<path d="M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"></path>
<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"></path>
<path d="M8 8v4"></path>
<path d="M9 18h6"></path>
<circle cx="17" cy="18" r="2"></circle>
<circle cx="7" cy="18" r="2"></circle>
<path d="M10 10H6" />
<path d="M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" />
<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" />
<path d="M8 8v4" />
<path d="M9 18h6" />
<circle cx="17" cy="18" r="2" />
<circle cx="7" cy="18" r="2" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn Ampersand(
stroke-linecap="round"
stroke-linejoin="round"
>
<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"></path>
<path d="M16 12h3"></path>
<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" />
<path d="M16 12h3" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn Ampersands(
stroke-linecap="round"
stroke-linejoin="round"
>
<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"></path>
<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"></path>
<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" />
<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" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn Amphora(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8"></path>
<path d="M10 5H8a2 2 0 0 0 0 4h.68"></path>
<path d="M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8"></path>
<path d="M14 5h2a2 2 0 0 1 0 4h-.68"></path>
<path d="M18 22H6"></path>
<path d="M9 2h6"></path>
<path d="M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8" />
<path d="M10 5H8a2 2 0 0 0 0 4h.68" />
<path d="M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8" />
<path d="M14 5h2a2 2 0 0 1 0 4h-.68" />
<path d="M18 22H6" />
<path d="M9 2h6" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn Anchor(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 22V8"></path>
<path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>
<circle cx="12" cy="5" r="3"></circle>
<path d="M12 22V8" />
<path d="M5 12H2a10 10 0 0 0 20 0h-3" />
<circle cx="12" cy="5" r="3" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn Angry(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="10"></circle>
<path d="M16 16s-1.5-2-4-2-4 2-4 2"></path>
<path d="M7.5 8 10 9"></path>
<path d="m14 9 2.5-1"></path>
<path d="M9 10h.01"></path>
<path d="M15 10h.01"></path>
<circle cx="12" cy="12" r="10" />
<path d="M16 16s-1.5-2-4-2-4 2-4 2" />
<path d="M7.5 8 10 9" />
<path d="m14 9 2.5-1" />
<path d="M9 10h.01" />
<path d="M15 10h.01" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn Annoyed(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="10"></circle>
<path d="M8 15h8"></path>
<path d="M8 9h2"></path>
<path d="M14 9h2"></path>
<circle cx="12" cy="12" r="10" />
<path d="M8 15h8" />
<path d="M8 9h2" />
<path d="M14 9h2" />
</svg>
}
}

View file

@ -29,12 +29,12 @@ pub fn Antenna(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M2 12 7 2"></path>
<path d="m7 12 5-10"></path>
<path d="m12 12 5-10"></path>
<path d="m17 12 5-10"></path>
<path d="M4.5 7h15"></path>
<path d="M12 16v6"></path>
<path d="M2 12 7 2" />
<path d="m7 12 5-10" />
<path d="m12 12 5-10" />
<path d="m17 12 5-10" />
<path d="M4.5 7h15" />
<path d="M12 16v6" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn Anvil(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4"></path>
<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"></path>
<path d="M9 12v5"></path>
<path d="M15 12v5"></path>
<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"></path>
<path d="M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4" />
<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" />
<path d="M9 12v5" />
<path d="M15 12v5" />
<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" />
</svg>
}
}

View file

@ -29,13 +29,13 @@ pub fn Aperture(
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="10"></circle>
<path d="m14.31 8 5.74 9.94"></path>
<path d="M9.69 8h11.48"></path>
<path d="m7.38 12 5.74-9.94"></path>
<path d="M9.69 16 3.95 6.06"></path>
<path d="M14.31 16H2.83"></path>
<path d="m16.62 12-5.74 9.94"></path>
<circle cx="12" cy="12" r="10" />
<path d="m14.31 8 5.74 9.94" />
<path d="M9.69 8h11.48" />
<path d="m7.38 12 5.74-9.94" />
<path d="M9.69 16 3.95 6.06" />
<path d="M14.31 16H2.83" />
<path d="m16.62 12-5.74 9.94" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AppWindow(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="2" y="4" width="20" height="16" rx="2"></rect>
<path d="M10 4v4"></path>
<path d="M2 8h20"></path>
<path d="M6 4v4"></path>
<rect x="2" y="4" width="20" height="16" rx="2" />
<path d="M10 4v4" />
<path d="M2 8h20" />
<path d="M6 4v4" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn AppWindowMac(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="20" height="16" x="2" y="4" rx="2"></rect>
<path d="M6 8h.01"></path>
<path d="M10 8h.01"></path>
<path d="M14 8h.01"></path>
<rect width="20" height="16" x="2" y="4" rx="2" />
<path d="M6 8h.01" />
<path d="M10 8h.01" />
<path d="M14 8h.01" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn Apple(
stroke-linecap="round"
stroke-linejoin="round"
>
<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"></path>
<path d="M10 2c1 .5 2 2 2 5"></path>
<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" />
<path d="M10 2c1 .5 2 2 2 5" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn Archive(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="20" height="5" x="2" y="3" rx="1"></rect>
<path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"></path>
<path d="M10 12h4"></path>
<rect width="20" height="5" x="2" y="3" rx="1" />
<path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" />
<path d="M10 12h4" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArchiveRestore(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="20" height="5" x="2" y="3" rx="1"></rect>
<path d="M4 8v11a2 2 0 0 0 2 2h2"></path>
<path d="M20 8v11a2 2 0 0 1-2 2h-2"></path>
<path d="m9 15 3-3 3 3"></path>
<path d="M12 12v9"></path>
<rect width="20" height="5" x="2" y="3" rx="1" />
<path d="M4 8v11a2 2 0 0 0 2 2h2" />
<path d="M20 8v11a2 2 0 0 1-2 2h-2" />
<path d="m9 15 3-3 3 3" />
<path d="M12 12v9" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn ArchiveX(
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="20" height="5" x="2" y="3" rx="1"></rect>
<path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"></path>
<path d="m9.5 17 5-5"></path>
<path d="m9.5 12 5 5"></path>
<rect width="20" height="5" x="2" y="3" rx="1" />
<path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" />
<path d="m9.5 17 5-5" />
<path d="m9.5 12 5 5" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn Armchair(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3"></path>
<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"></path>
<path d="M5 18v2"></path>
<path d="M19 18v2"></path>
<path d="M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" />
<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" />
<path d="M5 18v2" />
<path d="M19 18v2" />
</svg>
}
}

View file

@ -29,7 +29,7 @@ pub fn ArrowBigDown(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M15 6v6h4l-7 7-7-7h4V6h6z"></path>
<path d="M15 6v6h4l-7 7-7-7h4V6h6z" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowBigDownDash(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M15 5H9"></path>
<path d="M15 9v3h4l-7 7-7-7h4V9z"></path>
<path d="M15 5H9" />
<path d="M15 9v3h4l-7 7-7-7h4V9z" />
</svg>
}
}

View file

@ -29,7 +29,7 @@ pub fn ArrowBigLeft(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18 15h-6v4l-7-7 7-7v4h6v6z"></path>
<path d="M18 15h-6v4l-7-7 7-7v4h6v6z" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowBigLeftDash(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 15V9"></path>
<path d="M15 15h-3v4l-7-7 7-7v4h3v6z"></path>
<path d="M19 15V9" />
<path d="M15 15h-3v4l-7-7 7-7v4h3v6z" />
</svg>
}
}

View file

@ -29,7 +29,7 @@ pub fn ArrowBigRight(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6 9h6V5l7 7-7 7v-4H6V9z"></path>
<path d="M6 9h6V5l7 7-7 7v-4H6V9z" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowBigRightDash(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M5 9v6"></path>
<path d="M9 9h3V5l7 7-7 7v-4H9V9z"></path>
<path d="M5 9v6" />
<path d="M9 9h3V5l7 7-7 7v-4H9V9z" />
</svg>
}
}

View file

@ -29,7 +29,7 @@ pub fn ArrowBigUp(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 18v-6H5l7-7 7 7h-4v6H9z"></path>
<path d="M9 18v-6H5l7-7 7 7h-4v6H9z" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowBigUpDash(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 19h6"></path>
<path d="M9 15v-3H5l7-7 7 7h-4v3H9z"></path>
<path d="M9 19h6" />
<path d="M9 15v-3H5l7-7 7 7h-4v3H9z" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowDown(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 5v14"></path>
<path d="m19 12-7 7-7-7"></path>
<path d="M12 5v14" />
<path d="m19 12-7 7-7-7" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowDown01(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 16 4 4 4-4"></path>
<path d="M7 20V4"></path>
<rect x="15" y="4" width="4" height="6" ry="2"></rect>
<path d="M17 20v-6h-2"></path>
<path d="M15 20h4"></path>
<path d="m3 16 4 4 4-4" />
<path d="M7 20V4" />
<rect x="15" y="4" width="4" height="6" ry="2" />
<path d="M17 20v-6h-2" />
<path d="M15 20h4" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowDown10(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 16 4 4 4-4"></path>
<path d="M7 20V4"></path>
<path d="M17 10V4h-2"></path>
<path d="M15 10h4"></path>
<rect x="15" y="14" width="4" height="6" ry="2"></rect>
<path d="m3 16 4 4 4-4" />
<path d="M7 20V4" />
<path d="M17 10V4h-2" />
<path d="M15 10h4" />
<rect x="15" y="14" width="4" height="6" ry="2" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowDownAZ(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 16 4 4 4-4"></path>
<path d="M7 20V4"></path>
<path d="M20 8h-5"></path>
<path d="M15 10V6.5a2.5 2.5 0 0 1 5 0V10"></path>
<path d="M15 14h5l-5 6h5"></path>
<path d="m3 16 4 4 4-4" />
<path d="M7 20V4" />
<path d="M20 8h-5" />
<path d="M15 10V6.5a2.5 2.5 0 0 1 5 0V10" />
<path d="M15 14h5l-5 6h5" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn ArrowDownFromLine(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 3H5"></path>
<path d="M12 21V7"></path>
<path d="m6 15 6 6 6-6"></path>
<path d="M19 3H5" />
<path d="M12 21V7" />
<path d="m6 15 6 6 6-6" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowDownLeft(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M17 7 7 17"></path>
<path d="M17 17H7V7"></path>
<path d="M17 7 7 17" />
<path d="M17 17H7V7" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowDownNarrowWide(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 16 4 4 4-4"></path>
<path d="M7 20V4"></path>
<path d="M11 4h4"></path>
<path d="M11 8h7"></path>
<path d="M11 12h10"></path>
<path d="m3 16 4 4 4-4" />
<path d="M7 20V4" />
<path d="M11 4h4" />
<path d="M11 8h7" />
<path d="M11 12h10" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowDownRight(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m7 7 10 10"></path>
<path d="M17 7v10H7"></path>
<path d="m7 7 10 10" />
<path d="M17 7v10H7" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn ArrowDownToDot(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 2v14"></path>
<path d="m19 9-7 7-7-7"></path>
<circle cx="12" cy="21" r="1"></circle>
<path d="M12 2v14" />
<path d="m19 9-7 7-7-7" />
<circle cx="12" cy="21" r="1" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn ArrowDownToLine(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 17V3"></path>
<path d="m6 11 6 6 6-6"></path>
<path d="M19 21H5"></path>
<path d="M12 17V3" />
<path d="m6 11 6 6 6-6" />
<path d="M19 21H5" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn ArrowDownUp(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 16 4 4 4-4"></path>
<path d="M7 20V4"></path>
<path d="m21 8-4-4-4 4"></path>
<path d="M17 4v16"></path>
<path d="m3 16 4 4 4-4" />
<path d="M7 20V4" />
<path d="m21 8-4-4-4 4" />
<path d="M17 4v16" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowDownWideNarrow(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 16 4 4 4-4"></path>
<path d="M7 20V4"></path>
<path d="M11 4h10"></path>
<path d="M11 8h7"></path>
<path d="M11 12h4"></path>
<path d="m3 16 4 4 4-4" />
<path d="M7 20V4" />
<path d="M11 4h10" />
<path d="M11 8h7" />
<path d="M11 12h4" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowDownZA(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 16 4 4 4-4"></path>
<path d="M7 4v16"></path>
<path d="M15 4h5l-5 6h5"></path>
<path d="M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"></path>
<path d="M20 18h-5"></path>
<path d="m3 16 4 4 4-4" />
<path d="M7 4v16" />
<path d="M15 4h5l-5 6h5" />
<path d="M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" />
<path d="M20 18h-5" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowLeft(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m12 19-7-7 7-7"></path>
<path d="M19 12H5"></path>
<path d="m12 19-7-7 7-7" />
<path d="M19 12H5" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn ArrowLeftFromLine(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m9 6-6 6 6 6"></path>
<path d="M3 12h14"></path>
<path d="M21 19V5"></path>
<path d="m9 6-6 6 6 6" />
<path d="M3 12h14" />
<path d="M21 19V5" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn ArrowLeftRight(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M8 3 4 7l4 4"></path>
<path d="M4 7h16"></path>
<path d="m16 21 4-4-4-4"></path>
<path d="M20 17H4"></path>
<path d="M8 3 4 7l4 4" />
<path d="M4 7h16" />
<path d="m16 21 4-4-4-4" />
<path d="M20 17H4" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn ArrowLeftToLine(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 19V5"></path>
<path d="m13 6-6 6 6 6"></path>
<path d="M7 12h14"></path>
<path d="M3 19V5" />
<path d="m13 6-6 6 6 6" />
<path d="M7 12h14" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowRight(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn ArrowRightFromLine(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 5v14"></path>
<path d="M21 12H7"></path>
<path d="m15 18 6-6-6-6"></path>
<path d="M3 5v14" />
<path d="M21 12H7" />
<path d="m15 18 6-6-6-6" />
</svg>
}
}

View file

@ -29,10 +29,10 @@ pub fn ArrowRightLeft(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m16 3 4 4-4 4"></path>
<path d="M20 7H4"></path>
<path d="m8 21-4-4 4-4"></path>
<path d="M4 17h16"></path>
<path d="m16 3 4 4-4 4" />
<path d="M20 7H4" />
<path d="m8 21-4-4 4-4" />
<path d="M4 17h16" />
</svg>
}
}

View file

@ -29,9 +29,9 @@ pub fn ArrowRightToLine(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M17 12H3"></path>
<path d="m11 18 6-6-6-6"></path>
<path d="M21 5v14"></path>
<path d="M17 12H3" />
<path d="m11 18 6-6-6-6" />
<path d="M21 5v14" />
</svg>
}
}

View file

@ -29,8 +29,8 @@ pub fn ArrowUp(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m5 12 7-7 7 7"></path>
<path d="M12 19V5"></path>
<path d="m5 12 7-7 7 7" />
<path d="M12 19V5" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowUp01(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 8 4-4 4 4"></path>
<path d="M7 4v16"></path>
<rect x="15" y="4" width="4" height="6" ry="2"></rect>
<path d="M17 20v-6h-2"></path>
<path d="M15 20h4"></path>
<path d="m3 8 4-4 4 4" />
<path d="M7 4v16" />
<rect x="15" y="4" width="4" height="6" ry="2" />
<path d="M17 20v-6h-2" />
<path d="M15 20h4" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowUp10(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 8 4-4 4 4"></path>
<path d="M7 4v16"></path>
<path d="M17 10V4h-2"></path>
<path d="M15 10h4"></path>
<rect x="15" y="14" width="4" height="6" ry="2"></rect>
<path d="m3 8 4-4 4 4" />
<path d="M7 4v16" />
<path d="M17 10V4h-2" />
<path d="M15 10h4" />
<rect x="15" y="14" width="4" height="6" ry="2" />
</svg>
}
}

View file

@ -29,11 +29,11 @@ pub fn ArrowUpAZ(
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m3 8 4-4 4 4"></path>
<path d="M7 4v16"></path>
<path d="M20 8h-5"></path>
<path d="M15 10V6.5a2.5 2.5 0 0 1 5 0V10"></path>
<path d="M15 14h5l-5 6h5"></path>
<path d="m3 8 4-4 4 4" />
<path d="M7 4v16" />
<path d="M20 8h-5" />
<path d="M15 10V6.5a2.5 2.5 0 0 1 5 0V10" />
<path d="M15 14h5l-5 6h5" />
</svg>
}
}

Some files were not shown because too many files have changed in this diff Show more