mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore: update icons
This commit is contained in:
parent
f4f7a6b7f0
commit
61cbbf77f5
3 changed files with 6 additions and 6 deletions
|
@ -22,5 +22,5 @@
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
>
|
>
|
||||||
{#if title}<title>{title}</title>{/if}
|
{#if title}<title>{title}</title>{/if}
|
||||||
<path d="M8 0L4 4 0 0z"></path>
|
<path d="M24 12L16 22 8 12z"></path>
|
||||||
</svg>/svg>
|
</svg>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 16 16"
|
viewBox="0 0 32 32"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
preserveAspectRatio="xMidYMid meet"
|
preserveAspectRatio="xMidYMid meet"
|
||||||
width="{size}"
|
width="{size}"
|
||||||
|
@ -22,5 +22,5 @@
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
>
|
>
|
||||||
{#if title}<title>{title}</title>{/if}
|
{#if title}<title>{title}</title>{/if}
|
||||||
<path d="M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"></path>
|
<path d="M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 16 16"
|
viewBox="0 0 32 32"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
preserveAspectRatio="xMidYMid meet"
|
preserveAspectRatio="xMidYMid meet"
|
||||||
width="{size}"
|
width="{size}"
|
||||||
|
@ -22,5 +22,5 @@
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
>
|
>
|
||||||
{#if title}<title>{title}</title>{/if}
|
{#if title}<title>{title}</title>{/if}
|
||||||
<path d="M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"></path>
|
<path d="M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue