mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
053bec98be
* remove width and heights from icons * add changeset * add global css vars (light) * add changeset * add changeset * Remove component stories (will document these elsewhere) * remove rtl param in chatbot story for non rtl text * formatting * remove redundant class * add changeset * fix row story * fix broken groot file stories * revert lock changes * add changeset * lockfile * pnpm lock * remove colour from webcam icons * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
10 lines
209 B
Svelte
10 lines
209 B
Svelte
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="2 0 20 20"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="3"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg
|
|
>
|