mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
chore: upgrade carbon-icons-svelte to v11
This commit is contained in:
parent
ab04f5900d
commit
d4a55ef4ce
15 changed files with 41 additions and 45 deletions
|
@ -11,7 +11,7 @@
|
|||
Link,
|
||||
} from "../types";
|
||||
import type { DataTableHeader } from "../types/DataTable/DataTable.svelte";
|
||||
import Launch16 from "carbon-icons-svelte/lib/Launch16";
|
||||
import Launch from "carbon-icons-svelte/lib/Launch.svelte";
|
||||
|
||||
const headers: DataTableHeader[] = [
|
||||
{ key: "name", value: "Name" },
|
||||
|
@ -87,7 +87,7 @@
|
|||
target="_blank"
|
||||
>
|
||||
{cell.value}
|
||||
<Launch16 />
|
||||
<Launch />
|
||||
</Link>
|
||||
{:else}{cell.value}{/if}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue