mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
refactor(icons): use icons from carbon-icons-svelte@11
This commit is contained in:
parent
a9cb474854
commit
0a28d64acf
118 changed files with 1122 additions and 2201 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
import { setContext } from "svelte";
|
||||
import { writable } from "svelte/store";
|
||||
import ChevronDownGlyph from "../icons/ChevronDownGlyph.svelte";
|
||||
import ChevronDown from "../icons/ChevronDown.svelte";
|
||||
|
||||
const selectedValue = writable(value);
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
>
|
||||
<slot />
|
||||
</select>
|
||||
<ChevronDownGlyph
|
||||
<ChevronDown
|
||||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
class="bx--select__arrow"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue