@iconify-svelte/carbon 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/a/add-server.svelte +11 -0
- package/components/b/bank-vault.svelte +11 -0
- package/components/b/brainstorm-filled.svelte +11 -0
- package/components/b/brainstorm.svelte +11 -0
- package/components/c/change-circle.svelte +11 -0
- package/components/c/collapse-stripe.svelte +11 -0
- package/components/c/collapse-title-2.svelte +11 -0
- package/components/c/collapse-title.svelte +11 -0
- package/components/d/decline.svelte +11 -0
- package/components/d/delivery-time.svelte +11 -0
- package/components/f/file-change.svelte +11 -0
- package/components/f/file-diff.svelte +11 -0
- package/components/f/file-x.svelte +11 -0
- package/components/g/git-repo.svelte +11 -0
- package/components/g/globe-private.svelte +11 -0
- package/components/i/ibm-content-cortex-repository.svelte +13 -0
- package/components/k/key-values.svelte +11 -0
- package/components/k/keychain.svelte +11 -0
- package/components/m/minus-plus.svelte +11 -0
- package/components/o/open-stripe.svelte +11 -0
- package/components/o/order-server.svelte +11 -0
- package/components/o/order-storm.svelte +11 -0
- package/components/o/order-stratus.svelte +11 -0
- package/components/r/renew-alt.svelte +11 -0
- package/components/s/server-time-usage.svelte +11 -0
- package/components/s/shield-alert.svelte +11 -0
- package/components/s/shipment-delivery.svelte +11 -0
- package/components/s/socket.svelte +11 -0
- package/components/s/square-slash.svelte +11 -0
- package/components/s/square-solid.svelte +12 -0
- package/components/s/storm.svelte +11 -0
- package/components/s/stratus.svelte +11 -0
- package/components/s/swot-filled.svelte +11 -0
- package/components/s/swot.svelte +11 -0
- package/components/u/unfold-open.svelte +11 -0
- package/components/w/warning-diamond-fill.svelte +11 -0
- package/css/a/af13y3bim.css +4 -0
- package/css/a/agm8mccml.css +4 -0
- package/css/a/ak-sz5dbz.css +4 -0
- package/css/b/bdh_y_bna.css +4 -0
- package/css/b/bi_4ffb0v.css +4 -0
- package/css/c/c0arns5nu.css +4 -0
- package/css/d/dhe4of3su.css +4 -0
- package/css/e/edd34ccwd.css +4 -0
- package/css/f/f6vskqo0f.css +4 -0
- package/css/f/frzz74bbk.css +4 -0
- package/css/g/gh0-fjbav.css +4 -0
- package/css/g/gjnu8mbcv.css +4 -0
- package/css/h/hfwtxjbmj.css +4 -0
- package/css/i/iux_xg0hb.css +4 -0
- package/css/i/izv086fqy.css +4 -0
- package/css/j/j5wbdswvh.css +4 -0
- package/css/j/jfseippgt.css +4 -0
- package/css/j/jj9vjz3-n.css +4 -0
- package/css/j/jzrh2j4yc.css +4 -0
- package/css/k/k5lh_qp0g.css +4 -0
- package/css/k/kb-jdcqqx.css +4 -0
- package/css/l/l0fx791qe.css +4 -0
- package/css/m/mbu8ekbba.css +4 -0
- package/css/n/nsryhac7j.css +4 -0
- package/css/p/pia1jk4qr.css +4 -0
- package/css/q/q-lu_kd2q.css +4 -0
- package/css/r/rouqu-bac.css +4 -0
- package/css/r/rovpu9_sx.css +4 -0
- package/css/r/ryhcp-7eh.css +4 -0
- package/css/s/se5j6sb6f.css +4 -0
- package/css/t/tauttlblf.css +4 -0
- package/css/t/tq83v1bct.css +4 -0
- package/css/u/uyodnjj0k.css +4 -0
- package/css/v/vkz67rbns.css +4 -0
- package/css/y/yn06qxi9h.css +4 -0
- package/css/z/zbx32ryrb.css +9 -0
- package/iconify.json +3 -3
- package/package.json +147 -3
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nsryhac7j.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="nsryhac7j"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:add-server" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/iux_xg0hb.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="iux_xg0hb"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:bank-vault" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jfseippgt.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="jfseippgt"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:brainstorm-filled" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/l0fx791qe.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="l0fx791qe"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:brainstorm" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/gjnu8mbcv.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="gjnu8mbcv"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:change-circle" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/j5wbdswvh.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="j5wbdswvh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:collapse-stripe" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/dhe4of3su.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="dhe4of3su"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:collapse-title-2" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/v/vkz67rbns.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="vkz67rbns"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:collapse-title" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/f6vskqo0f.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="f6vskqo0f"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:decline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/q-lu_kd2q.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="q-lu_kd2q"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:delivery-time" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bdh_y_bna.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="bdh_y_bna"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:file-change" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/c0arns5nu.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="c0arns5nu"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:file-diff" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/mbu8ekbba.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="mbu8ekbba"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:file-x" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jzrh2j4yc.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="jzrh2j4yc"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:git-repo" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kb-jdcqqx.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="kb-jdcqqx"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:globe-private" {...props}></Icon>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rch7_ebcb.css';
|
|
4
|
+
import '../../css/r/r8xugpl5l.css';
|
|
5
|
+
import '../../css/t/taq167thd.css';
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
let {width, height, ...props} = $props();
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":32,"height":32};
|
|
11
|
+
const content = `<path class="rch7_ebcb"/><path class="r8xugpl5l"/><path class="taq167thd"/>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-content-cortex-repository" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/izv086fqy.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="izv086fqy"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:key-values" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rouqu-bac.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="rouqu-bac"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:keychain" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rovpu9_sx.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="rovpu9_sx"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:minus-plus" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/agm8mccml.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="agm8mccml"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:open-stripe" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/k5lh_qp0g.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="k5lh_qp0g"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:order-server" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/hfwtxjbmj.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="hfwtxjbmj"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:order-storm" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/se5j6sb6f.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="se5j6sb6f"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:order-stratus" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/yn06qxi9h.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="yn06qxi9h"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:renew-alt" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jj9vjz3-n.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="jj9vjz3-n"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:server-time-usage" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/ryhcp-7eh.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="ryhcp-7eh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:shield-alert" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/pia1jk4qr.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="pia1jk4qr"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:shipment-delivery" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/ak-sz5dbz.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="ak-sz5dbz"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:socket" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bi_4ffb0v.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="bi_4ffb0v"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:square-slash" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/zbx32ryrb.css';
|
|
4
|
+
import '../../css/t/tauttlblf.css';
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":32,"height":32};
|
|
10
|
+
const content = `<rect class="zbx32ryrb"/><path class="tauttlblf"/>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:square-solid" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/frzz74bbk.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="frzz74bbk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:storm" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/gh0-fjbav.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="gh0-fjbav"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:stratus" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/edd34ccwd.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="edd34ccwd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:swot-filled" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/u/uyodnjj0k.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="uyodnjj0k"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:swot" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/af13y3bim.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="af13y3bim"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:unfold-open" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/t/tq83v1bct.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="tq83v1bct"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:warning-diamond-fill" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.af13y3bim {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m16 29.914l-4.707-4.707l1.414-1.414L15 26.086V19h2v7.086l2.293-2.293l1.414 1.414zM30 17h-4v-2h4zm-6 0h-4v-2h4zm-6 0h-4v-2h4zm-6 0H8v-2h4zm-6 0H2v-2h4zm11-4h-2V5.914l-2.293 2.293l-1.414-1.414L16 2.086l4.707 4.707l-1.414 1.414L17 5.914z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.agm8mccml {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10.875 28h-6.75C2.953 28 2 27.103 2 26V6c0-1.103.953-2 2.125-2h6.75C12.047 4 13 4.897 13 6v20c0 1.103-.953 2-2.125 2m-6.864-2.016c.019 0 .057.016.114.016h6.75c.085 0 .13-.036.137-.046L11 6.008c-.004.022-.047-.008-.125-.008h-6.75A.2.2 0 0 0 4 6.035v19.956q.002-.007.011-.006Zm19.696-4.277l-1.414-1.414L25.586 17H17v-2h8.586l-3.293-3.293l1.414-1.414L29.414 16z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ak-sz5dbz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M29 30H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v26a1 1 0 0 1-1 1M4 28h24V4H4zm12-2c-5.514 0-10-4.486-10-10S10.486 6 16 6s10 4.486 10 10s-4.486 10-10 10m0-18c-4.411 0-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8s-3.589-8-8-8m-2.5 8a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m8 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.bdh_y_bna {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M29.81 24.32C28.66 25.56 27.56 26 26.55 26c-1.16 0-2.21-.58-3.09-1.22c-1.99-1.41-2.86-.77-3.73.16l-1.46-1.37c1.19-1.27 3.15-2.7 6.35-.41c1.47 1.05 2.36 1.27 3.72-.2zM8 28h16v2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c.27 0 .52.11.71.29l7 7c.18.19.29.44.29.71v10h-2v-8h-6c-1.1 0-2-.9-2-2V4H8zM18 4.41V10h5.59z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.frzz74bbk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M9 20a1 1 0 1 1 0 2a1 1 0 0 1 0-2m19 3.25v-4.5c0-.965-.828-1.75-1.846-1.75H5.846C4.828 17 4 17.785 4 18.75v4.5c0 .965.828 1.75 1.846 1.75h20.308C27.172 25 28 24.215 28 23.25M6 19h20v4H6zm3-6H6V9h3V7H6c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h3zm19 0V9c0-1.103-.897-2-2-2h-3v2h3v4h-3v2h3c1.103 0 2-.897 2-2M15 7h-4v2h4zm0 6h-4v2h4zm6-6h-4v2h4zm0 6h-4v2h4z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.gh0-fjbav {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M9 25a1 1 0 1 1 0 2a1 1 0 0 1 0-2M8 6a1 1 0 1 0 2 0a1 1 0 0 0-2 0m0 10a1 1 0 1 0 2 0a1 1 0 0 0-2 0m8 3h10a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H16m12 5v-4c0-1.103-.897-2-2-2H16v2h10v4H16v2h10c1.103 0 2-.897 2-2m-6-9h4a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-4m6 5V4c0-1.103-.897-2-2-2h-4v2h4v4h-4v2h4c1.103 0 2-.897 2-2M16 18H6v-4h10v-2H6c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h10zm6-10H6V4h16V2H6c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h16zm-4 20H6v-4h12v-2H6c-1.103 0-2 .898-2 2v4c0 1.103.897 2 2 2h12zm0 1h8a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-8m10 5v-4c0-1.102-.897-2-2-2h-8v2h8v4h-8v2h8c1.103 0 2-.897 2-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.gjnu8mbcv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16 4c6.617 0 12 5.383 12 12s-5.383 12-12 12S4 22.617 4 16S9.383 4 16 4m0-2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m8.716 14.199L23.284 14.8c-2.431 2.49-4.24 2.051-6.724.37c-4.594-3.106-7.368-1.298-9.27.625l1.42 1.408c1.48-1.493 3.218-2.751 6.73-.376c1.366.925 2.883 1.72 4.54 1.72c1.472 0 3.053-.626 4.736-2.35Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.hfwtxjbmj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 9v2h3V9zm0-6v2h3V3zm8 0h-3v2h3v4h-3v2h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M13 5V3h-3c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h3V9h-3V5zm11 21c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M29.2 7l-2.3 10.2c-.1.5-.5.8-1 .8H8l.8 4H26v2H8c-.5 0-.9-.3-1-.8L3.2 4H0V2h4c.5 0 .9.3 1 .8L7.6 16h17.6l2-9z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.iux_xg0hb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M26 30h-2v-2H8v2H6v-2H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h24c1.103 0 2 .897 2 2v22c0 1.103-.897 2-2 2h-2zM4 4v22h24.002L28 4zm13 18h-2v-2.1a5 5 0 0 1-1.757-.73l-2.536 2.537l-1.414-1.414l2.537-2.537A5 5 0 0 1 11.1 16H9v-2h2.1c.127-.626.374-1.22.729-1.757L9.293 9.707l1.414-1.414l2.537 2.537A5 5 0 0 1 15 10.1V8h2v2.1c.626.128 1.22.374 1.757.729l2.536-2.536l1.414 1.414l-2.536 2.536A5 5 0 0 1 20.899 14H23v2h-2.1a5 5 0 0 1-.73 1.757l2.537 2.536l-1.414 1.414l-2.537-2.537A5 5 0 0 1 17 19.9zm-1-10a3.02 3.02 0 0 0-2.128.882A3 3 0 0 0 13 15c0 .795.314 1.55.882 2.128c1.132 1.116 3.091 1.127 4.246-.01A3 3 0 0 0 19 15c0-.793-.311-1.546-.877-2.123A3.02 3.02 0 0 0 16 12");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jfseippgt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18 30H4a1 1 0 0 1-.994-.893C2.965 28.728 2 19.783 2 17h2c0 2.178.651 8.623.9 11h11.872c-.135-.71-.272-1.54-.272-2h2c0 .443.278 1.894.477 2.783A1.002 1.002 0 0 1 18 30m-8-5H6v-2h4zm19-1H15a1 1 0 0 1-.994-.89c-.02-.185-.506-4.566-.506-6.11h2c0 1.035.255 3.625.399 5h12.006l-.818-9H21v-2h7a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 29 24m-17-3H6v-2h6zm12-3h-7v-2h7zm-6-3H4a1 1 0 0 1-.996-.91l-1-11A1 1 0 0 1 3 2h14a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 18 15M4.913 13h11.992l-.818-9H4.095zM13 8H6V6h7z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jj9vjz3-n {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M8 25a1 1 0 1 1-2 0a1 1 0 0 1 2 0m22 3v-6c0-1.102-.897-2-2-2H4c-1.103 0-2 .898-2 2v6c0 1.103.897 2 2 2h24c1.103 0 2-.897 2-2m-2-6v6H4l-.001-6zm-4-12c0-4.411-3.589-8-8-8s-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8m-2 0c0 3.309-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6s6 2.691 6 6m-6 0h6a6 6 0 0 0-6-6z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.k5lh_qp0g {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13 6c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m0 0c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m10-3H10c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 6H10V5h13zM13 8c.5 0 1-.5 1-1s-.5-1-1-1s-1 .5-1 1s.5 1 1 1m11 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M29.2 7l-2.3 10.2c-.1.5-.5.8-1 .8H8l.8 4H26v2H8c-.5 0-.9-.3-1-.8L3.2 4H0V2h4c.5 0 .9.3 1 .8L7.6 16h17.6l2-9z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kb-jdcqqx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M30 31h-8a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h1v-2c0-1.654 1.346-3 3-3s3 1.346 3 3v2h1a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1m-7-2h6v-3h-6zm2-5h2v-2a1 1 0 0 0-2 0zm-9 6C8.28 30 2 23.72 2 16S8.28 2 16 2c7.383 0 13.45 5.746 13.965 13H30v2H12.02c.243 6.077 2.64 9.864 3.46 10.99q.259.01.52.01zM4.042 17c.42 5.08 4.02 9.273 8.8 10.578c-1.162-2.06-2.645-5.621-2.824-10.578zm17.94-2h5.977c-.422-5.088-4.033-9.286-8.823-10.584C20.298 6.49 21.799 10.08 21.98 15m-9.961 0h7.958c-.246-5.99-2.645-9.839-3.466-10.99c-.34-.014-.686-.014-1.026 0c-.821 1.151-3.22 5-3.466 10.99m-7.98 0h5.978c.182-4.92 1.683-8.51 2.845-10.584C8.074 5.714 4.463 9.912 4.04 15");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.l0fx791qe {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18 30H4a1 1 0 0 1-.994-.893C2.965 28.728 2 19.783 2 17h2c0 2.178.651 8.623.9 11h11.872c-.135-.71-.272-1.54-.272-2h2c0 .443.278 1.894.477 2.783A1.002 1.002 0 0 1 18 30m11-6H15a1 1 0 0 1-.994-.89c-.02-.185-.506-4.566-.506-6.11h2c0 1.035.255 3.625.399 5h12.006l-.818-9H21v-2h7a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 29 24m-11-9H4a1 1 0 0 1-.996-.91l-1-11A1 1 0 0 1 3 2h14a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 18 15M4.913 13h11.992l-.818-9H4.095z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mbu8ekbba {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18 30H8c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h10a1 1 0 0 1 .707.293l7 7A1 1 0 0 1 26 10v8h-2v-6h-6c-1.103 0-2-.897-2-2V4H8v24h10zm0-25.586V10h5.586zm10.293 25.293L25 26.414l-3.293 3.293l-1.414-1.414L23.586 25l-3.293-3.293l1.414-1.414L25 23.586l3.293-3.293l1.414 1.414L26.414 25l3.293 3.293z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nsryhac7j {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23 30h-2v-6h-6v-2h6v-6h2v6h6v2h-6zm-10-2H5c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h16c1.103 0 2 .897 2 2v8H5v6h8v2H5v6h8zM5 10h16V4H5zm3-4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0 8a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0 8a1 1 0 1 0 0 2a1 1 0 0 0 0-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.pia1jk4qr {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23 30a4.006 4.006 0 0 1-3.873-3h-6.253c-.446 1.724-2.014 3-3.874 3s-3.428-1.276-3.873-3H3a1 1 0 0 1-1-1v-8h2v7h1.127C5.572 23.276 7.14 22 9 22s3.428 1.276 3.874 3h6.253A4 4 0 0 1 21 22.537V10h-3V8h4a1 1 0 0 1 1 1v2h3c.4 0 .762.238.919.606l3 7A1 1 0 0 1 30 19v7a1 1 0 0 1-1 1h-2.127A4.006 4.006 0 0 1 23 30m0-6c-1.102 0-2 .898-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2M9 24c-1.103 0-2 .898-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m17.873 1H28v-5h-5v2a4.006 4.006 0 0 1 3.873 3M23 18h4.483l-2.142-5H23zM9 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7M9 4C6.243 4 4 6.243 4 9s2.243 5 5 5s5-2.243 5-5s-2.243-5-5-5m1.293 7.707l-2-2A1 1 0 0 1 8 9V6h2v2.586l1.707 1.707z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rouqu-bac {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23 5c-1.05 0-2.07.23-3 .68c-.93-.45-1.95-.68-3-.68c-3.86 0-7 3.14-7 7c0 .48.05.96.15 1.43L2 21.59V27h4v-2H4v-2.59l7.66-7.65l.76-.76a4.9 4.9 0 0 1-.42-2c0-2.76 2.24-5 5-5c.35 0 .69.03 1.02.11c-2.06 2.05-2.2 4.7-1.87 6.33L8 21.59V27h5.41l8.16-8.15c.46.1.94.15 1.43.15c3.86 0 7-3.14 7-7s-3.14-7-7-7m0 12a4.8 4.8 0 0 1-1.99-.42l-.72.71l-.03.03L12.59 25H10v-2.59l7.96-7.96l.43-.44l-.18-.58c-.05-.14-1.11-3.62 2.26-5.74A4.9 4.9 0 0 1 23 7c2.76 0 5 2.24 5 5s-2.24 5-5 5m-1.5-5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ryhcp-7eh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17 18h-2V7h2zm-2.5 4.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m1.979 7.378l5.786-3.156C25.803 24.792 28 21.067 28 17V4c0-1.103-.897-2-2-2H6c-1.103 0-2 .897-2 2v13c0 4.067 2.198 7.792 5.735 9.722l5.786 3.156a1 1 0 0 0 .958 0M26 4v13c0 3.335-1.798 6.387-4.692 7.966L16 27.86l-5.307-2.895C7.798 23.386 6 20.335 6 17V4z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.se5j6sb6f {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13 6c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m10-3H10c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-6.5 6H10V5h6.5zM13 8c.5 0 1-.5 1-1s-.5-1-1-1s-1 .5-1 1s.5 1 1 1m-3 18c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m14 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M13 6c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m0 0c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m0 0c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1m16.2 1l-2.3 10.2c-.1.5-.5.8-1 .8H8l.8 4H26v2H8c-.5 0-.9-.3-1-.8L3.2 4H0V2h4c.5 0 .9.3 1 .8L7.6 16h17.6l2-9z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.tq83v1bct {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14.586 2.604L2.604 14.586a2 2 0 0 0 0 2.828l11.982 11.982a2 2 0 0 0 2.828 0l11.982-11.982a2 2 0 0 0 0-2.828L17.414 2.604a2 2 0 0 0-2.828 0M15 9h2v9h-2zm1 14c-.83 0-1.5-.67-1.5-1.5S15.17 20 16 20s1.5.67 1.5 1.5S16.83 23 16 23");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "carbon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Carbon",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "11.
|
|
5
|
+
"total": 2526,
|
|
6
|
+
"version": "11.80.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "IBM",
|
|
9
9
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1778304370
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/carbon",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.9",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/carbon/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -138,6 +138,10 @@
|
|
|
138
138
|
"types": "./types/gfwqskkx.d.ts",
|
|
139
139
|
"svelte": "./components/a/add-parent-node.svelte"
|
|
140
140
|
},
|
|
141
|
+
"./add-server": {
|
|
142
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
143
|
+
"svelte": "./components/a/add-server.svelte"
|
|
144
|
+
},
|
|
141
145
|
"./agent-detached": {
|
|
142
146
|
"types": "./types/gfwqskkx.d.ts",
|
|
143
147
|
"svelte": "./components/a/agent-detached.svelte"
|
|
@@ -686,6 +690,10 @@
|
|
|
686
690
|
"types": "./types/gfwqskkx.d.ts",
|
|
687
691
|
"svelte": "./components/b/baggage-claim.svelte"
|
|
688
692
|
},
|
|
693
|
+
"./bank-vault": {
|
|
694
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
695
|
+
"svelte": "./components/b/bank-vault.svelte"
|
|
696
|
+
},
|
|
689
697
|
"./bar": {
|
|
690
698
|
"types": "./types/gfwqskkx.d.ts",
|
|
691
699
|
"svelte": "./components/b/bar.svelte"
|
|
@@ -986,6 +994,14 @@
|
|
|
986
994
|
"types": "./types/gfwqskkx.d.ts",
|
|
987
995
|
"svelte": "./components/b/bpmn-link-outline.svelte"
|
|
988
996
|
},
|
|
997
|
+
"./brainstorm": {
|
|
998
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
999
|
+
"svelte": "./components/b/brainstorm.svelte"
|
|
1000
|
+
},
|
|
1001
|
+
"./brainstorm-filled": {
|
|
1002
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1003
|
+
"svelte": "./components/b/brainstorm-filled.svelte"
|
|
1004
|
+
},
|
|
989
1005
|
"./branch": {
|
|
990
1006
|
"types": "./types/gfwqskkx.d.ts",
|
|
991
1007
|
"svelte": "./components/b/branch.svelte"
|
|
@@ -1330,6 +1346,10 @@
|
|
|
1330
1346
|
"types": "./types/gfwqskkx.d.ts",
|
|
1331
1347
|
"svelte": "./components/c/change-catalog.svelte"
|
|
1332
1348
|
},
|
|
1349
|
+
"./change-circle": {
|
|
1350
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1351
|
+
"svelte": "./components/c/change-circle.svelte"
|
|
1352
|
+
},
|
|
1333
1353
|
"./channels": {
|
|
1334
1354
|
"types": "./types/gfwqskkx.d.ts",
|
|
1335
1355
|
"svelte": "./components/c/channels.svelte"
|
|
@@ -2026,6 +2046,18 @@
|
|
|
2026
2046
|
"types": "./types/gfwqskkx.d.ts",
|
|
2027
2047
|
"svelte": "./components/c/collapse-categories.svelte"
|
|
2028
2048
|
},
|
|
2049
|
+
"./collapse-stripe": {
|
|
2050
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2051
|
+
"svelte": "./components/c/collapse-stripe.svelte"
|
|
2052
|
+
},
|
|
2053
|
+
"./collapse-title": {
|
|
2054
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2055
|
+
"svelte": "./components/c/collapse-title.svelte"
|
|
2056
|
+
},
|
|
2057
|
+
"./collapse-title-2": {
|
|
2058
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2059
|
+
"svelte": "./components/c/collapse-title-2.svelte"
|
|
2060
|
+
},
|
|
2029
2061
|
"./color-palette": {
|
|
2030
2062
|
"types": "./types/gfwqskkx.d.ts",
|
|
2031
2063
|
"svelte": "./components/c/color-palette.svelte"
|
|
@@ -2706,6 +2738,10 @@
|
|
|
2706
2738
|
"types": "./types/gfwqskkx.d.ts",
|
|
2707
2739
|
"svelte": "./components/d/decision-tree.svelte"
|
|
2708
2740
|
},
|
|
2741
|
+
"./decline": {
|
|
2742
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2743
|
+
"svelte": "./components/d/decline.svelte"
|
|
2744
|
+
},
|
|
2709
2745
|
"./delete": {
|
|
2710
2746
|
"types": "./types/gfwqskkx.d.ts",
|
|
2711
2747
|
"svelte": "./components/d/delete.svelte"
|
|
@@ -2726,6 +2762,10 @@
|
|
|
2726
2762
|
"types": "./types/gfwqskkx.d.ts",
|
|
2727
2763
|
"svelte": "./components/d/delivery-settings.svelte"
|
|
2728
2764
|
},
|
|
2765
|
+
"./delivery-time": {
|
|
2766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2767
|
+
"svelte": "./components/d/delivery-time.svelte"
|
|
2768
|
+
},
|
|
2729
2769
|
"./delivery-truck": {
|
|
2730
2770
|
"types": "./types/gfwqskkx.d.ts",
|
|
2731
2771
|
"svelte": "./components/d/delivery-truck.svelte"
|
|
@@ -3634,10 +3674,22 @@
|
|
|
3634
3674
|
"types": "./types/gfwqskkx.d.ts",
|
|
3635
3675
|
"svelte": "./components/f/fetch-upload-cloud.svelte"
|
|
3636
3676
|
},
|
|
3677
|
+
"./file-change": {
|
|
3678
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3679
|
+
"svelte": "./components/f/file-change.svelte"
|
|
3680
|
+
},
|
|
3681
|
+
"./file-diff": {
|
|
3682
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3683
|
+
"svelte": "./components/f/file-diff.svelte"
|
|
3684
|
+
},
|
|
3637
3685
|
"./file-storage": {
|
|
3638
3686
|
"types": "./types/gfwqskkx.d.ts",
|
|
3639
3687
|
"svelte": "./components/f/file-storage.svelte"
|
|
3640
3688
|
},
|
|
3689
|
+
"./file-x": {
|
|
3690
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3691
|
+
"svelte": "./components/f/file-x.svelte"
|
|
3692
|
+
},
|
|
3641
3693
|
"./filter": {
|
|
3642
3694
|
"types": "./types/gfwqskkx.d.ts",
|
|
3643
3695
|
"svelte": "./components/f/filter.svelte"
|
|
@@ -4014,6 +4066,10 @@
|
|
|
4014
4066
|
"types": "./types/gfwqskkx.d.ts",
|
|
4015
4067
|
"svelte": "./components/g/gift.svelte"
|
|
4016
4068
|
},
|
|
4069
|
+
"./git-repo": {
|
|
4070
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4071
|
+
"svelte": "./components/g/git-repo.svelte"
|
|
4072
|
+
},
|
|
4017
4073
|
"./global-filters": {
|
|
4018
4074
|
"types": "./types/gfwqskkx.d.ts",
|
|
4019
4075
|
"svelte": "./components/g/global-filters.svelte"
|
|
@@ -4026,6 +4082,10 @@
|
|
|
4026
4082
|
"types": "./types/gfwqskkx.d.ts",
|
|
4027
4083
|
"svelte": "./components/g/globe.svelte"
|
|
4028
4084
|
},
|
|
4085
|
+
"./globe-private": {
|
|
4086
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4087
|
+
"svelte": "./components/g/globe-private.svelte"
|
|
4088
|
+
},
|
|
4029
4089
|
"./gradient": {
|
|
4030
4090
|
"types": "./types/gfwqskkx.d.ts",
|
|
4031
4091
|
"svelte": "./components/g/gradient.svelte"
|
|
@@ -4590,9 +4650,9 @@
|
|
|
4590
4650
|
"types": "./types/gfwqskkx.d.ts",
|
|
4591
4651
|
"svelte": "./components/i/ibm-consulting-advantage-assistant.svelte"
|
|
4592
4652
|
},
|
|
4593
|
-
"./ibm-content-
|
|
4653
|
+
"./ibm-content-cortex-repository": {
|
|
4594
4654
|
"types": "./types/gfwqskkx.d.ts",
|
|
4595
|
-
"svelte": "./components/i/ibm-content-
|
|
4655
|
+
"svelte": "./components/i/ibm-content-cortex-repository.svelte"
|
|
4596
4656
|
},
|
|
4597
4657
|
"./ibm-data-power": {
|
|
4598
4658
|
"types": "./types/gfwqskkx.d.ts",
|
|
@@ -5442,6 +5502,10 @@
|
|
|
5442
5502
|
"types": "./types/gfwqskkx.d.ts",
|
|
5443
5503
|
"svelte": "./components/k/key.svelte"
|
|
5444
5504
|
},
|
|
5505
|
+
"./key-values": {
|
|
5506
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5507
|
+
"svelte": "./components/k/key-values.svelte"
|
|
5508
|
+
},
|
|
5445
5509
|
"./keyboard": {
|
|
5446
5510
|
"types": "./types/gfwqskkx.d.ts",
|
|
5447
5511
|
"svelte": "./components/k/keyboard.svelte"
|
|
@@ -5450,6 +5514,10 @@
|
|
|
5450
5514
|
"types": "./types/gfwqskkx.d.ts",
|
|
5451
5515
|
"svelte": "./components/k/keyboard-off.svelte"
|
|
5452
5516
|
},
|
|
5517
|
+
"./keychain": {
|
|
5518
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5519
|
+
"svelte": "./components/k/keychain.svelte"
|
|
5520
|
+
},
|
|
5453
5521
|
"./kiosk-device": {
|
|
5454
5522
|
"types": "./types/gfwqskkx.d.ts",
|
|
5455
5523
|
"svelte": "./components/k/kiosk-device.svelte"
|
|
@@ -6278,6 +6346,10 @@
|
|
|
6278
6346
|
"types": "./types/gfwqskkx.d.ts",
|
|
6279
6347
|
"svelte": "./components/m/minimize.svelte"
|
|
6280
6348
|
},
|
|
6349
|
+
"./minus-plus": {
|
|
6350
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6351
|
+
"svelte": "./components/m/minus-plus.svelte"
|
|
6352
|
+
},
|
|
6281
6353
|
"./misuse": {
|
|
6282
6354
|
"types": "./types/gfwqskkx.d.ts",
|
|
6283
6355
|
"svelte": "./components/m/misuse.svelte"
|
|
@@ -6818,6 +6890,10 @@
|
|
|
6818
6890
|
"types": "./types/gfwqskkx.d.ts",
|
|
6819
6891
|
"svelte": "./components/o/open-panel-top.svelte"
|
|
6820
6892
|
},
|
|
6893
|
+
"./open-stripe": {
|
|
6894
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6895
|
+
"svelte": "./components/o/open-stripe.svelte"
|
|
6896
|
+
},
|
|
6821
6897
|
"./operation": {
|
|
6822
6898
|
"types": "./types/gfwqskkx.d.ts",
|
|
6823
6899
|
"svelte": "./components/o/operation.svelte"
|
|
@@ -6846,6 +6922,18 @@
|
|
|
6846
6922
|
"types": "./types/gfwqskkx.d.ts",
|
|
6847
6923
|
"svelte": "./components/o/order-details.svelte"
|
|
6848
6924
|
},
|
|
6925
|
+
"./order-server": {
|
|
6926
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6927
|
+
"svelte": "./components/o/order-server.svelte"
|
|
6928
|
+
},
|
|
6929
|
+
"./order-storm": {
|
|
6930
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6931
|
+
"svelte": "./components/o/order-storm.svelte"
|
|
6932
|
+
},
|
|
6933
|
+
"./order-stratus": {
|
|
6934
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6935
|
+
"svelte": "./components/o/order-stratus.svelte"
|
|
6936
|
+
},
|
|
6849
6937
|
"./ordinal": {
|
|
6850
6938
|
"types": "./types/gfwqskkx.d.ts",
|
|
6851
6939
|
"svelte": "./components/o/ordinal.svelte"
|
|
@@ -7678,6 +7766,10 @@
|
|
|
7678
7766
|
"types": "./types/gfwqskkx.d.ts",
|
|
7679
7767
|
"svelte": "./components/r/renew.svelte"
|
|
7680
7768
|
},
|
|
7769
|
+
"./renew-alt": {
|
|
7770
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7771
|
+
"svelte": "./components/r/renew-alt.svelte"
|
|
7772
|
+
},
|
|
7681
7773
|
"./repeat": {
|
|
7682
7774
|
"types": "./types/gfwqskkx.d.ts",
|
|
7683
7775
|
"svelte": "./components/r/repeat.svelte"
|
|
@@ -8218,6 +8310,10 @@
|
|
|
8218
8310
|
"types": "./types/gfwqskkx.d.ts",
|
|
8219
8311
|
"svelte": "./components/s/server-time.svelte"
|
|
8220
8312
|
},
|
|
8313
|
+
"./server-time-usage": {
|
|
8314
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8315
|
+
"svelte": "./components/s/server-time-usage.svelte"
|
|
8316
|
+
},
|
|
8221
8317
|
"./serverless-fleet": {
|
|
8222
8318
|
"types": "./types/gfwqskkx.d.ts",
|
|
8223
8319
|
"svelte": "./components/s/serverless-fleet.svelte"
|
|
@@ -8298,6 +8394,14 @@
|
|
|
8298
8394
|
"types": "./types/gfwqskkx.d.ts",
|
|
8299
8395
|
"svelte": "./components/s/share-knowledge.svelte"
|
|
8300
8396
|
},
|
|
8397
|
+
"./shield-alert": {
|
|
8398
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8399
|
+
"svelte": "./components/s/shield-alert.svelte"
|
|
8400
|
+
},
|
|
8401
|
+
"./shipment-delivery": {
|
|
8402
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8403
|
+
"svelte": "./components/s/shipment-delivery.svelte"
|
|
8404
|
+
},
|
|
8301
8405
|
"./shopping-bag": {
|
|
8302
8406
|
"types": "./types/gfwqskkx.d.ts",
|
|
8303
8407
|
"svelte": "./components/s/shopping-bag.svelte"
|
|
@@ -8514,6 +8618,10 @@
|
|
|
8514
8618
|
"types": "./types/gfwqskkx.d.ts",
|
|
8515
8619
|
"svelte": "./components/s/soccer.svelte"
|
|
8516
8620
|
},
|
|
8621
|
+
"./socket": {
|
|
8622
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8623
|
+
"svelte": "./components/s/socket.svelte"
|
|
8624
|
+
},
|
|
8517
8625
|
"./software-resource": {
|
|
8518
8626
|
"types": "./types/gfwqskkx.d.ts",
|
|
8519
8627
|
"svelte": "./components/s/software-resource.svelte"
|
|
@@ -8626,6 +8734,14 @@
|
|
|
8626
8734
|
"types": "./types/gfwqskkx.d.ts",
|
|
8627
8735
|
"svelte": "./components/s/square-outline.svelte"
|
|
8628
8736
|
},
|
|
8737
|
+
"./square-slash": {
|
|
8738
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8739
|
+
"svelte": "./components/s/square-slash.svelte"
|
|
8740
|
+
},
|
|
8741
|
+
"./square-solid": {
|
|
8742
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8743
|
+
"svelte": "./components/s/square-solid.svelte"
|
|
8744
|
+
},
|
|
8629
8745
|
"./stack-limitation": {
|
|
8630
8746
|
"types": "./types/gfwqskkx.d.ts",
|
|
8631
8747
|
"svelte": "./components/s/stack-limitation.svelte"
|
|
@@ -8734,6 +8850,10 @@
|
|
|
8734
8850
|
"types": "./types/gfwqskkx.d.ts",
|
|
8735
8851
|
"svelte": "./components/s/store.svelte"
|
|
8736
8852
|
},
|
|
8853
|
+
"./storm": {
|
|
8854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8855
|
+
"svelte": "./components/s/storm.svelte"
|
|
8856
|
+
},
|
|
8737
8857
|
"./storm-tracker": {
|
|
8738
8858
|
"types": "./types/gfwqskkx.d.ts",
|
|
8739
8859
|
"svelte": "./components/s/storm-tracker.svelte"
|
|
@@ -8742,6 +8862,10 @@
|
|
|
8742
8862
|
"types": "./types/gfwqskkx.d.ts",
|
|
8743
8863
|
"svelte": "./components/s/strategy-play.svelte"
|
|
8744
8864
|
},
|
|
8865
|
+
"./stratus": {
|
|
8866
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8867
|
+
"svelte": "./components/s/stratus.svelte"
|
|
8868
|
+
},
|
|
8745
8869
|
"./strawberry": {
|
|
8746
8870
|
"types": "./types/gfwqskkx.d.ts",
|
|
8747
8871
|
"svelte": "./components/s/strawberry.svelte"
|
|
@@ -8910,6 +9034,14 @@
|
|
|
8910
9034
|
"types": "./types/gfwqskkx.d.ts",
|
|
8911
9035
|
"svelte": "./components/s/switcher.svelte"
|
|
8912
9036
|
},
|
|
9037
|
+
"./swot": {
|
|
9038
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9039
|
+
"svelte": "./components/s/swot.svelte"
|
|
9040
|
+
},
|
|
9041
|
+
"./swot-filled": {
|
|
9042
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9043
|
+
"svelte": "./components/s/swot-filled.svelte"
|
|
9044
|
+
},
|
|
8913
9045
|
"./sync-settings": {
|
|
8914
9046
|
"types": "./types/gfwqskkx.d.ts",
|
|
8915
9047
|
"svelte": "./components/s/sync-settings.svelte"
|
|
@@ -9710,6 +9842,10 @@
|
|
|
9710
9842
|
"types": "./types/gfwqskkx.d.ts",
|
|
9711
9843
|
"svelte": "./components/u/undo.svelte"
|
|
9712
9844
|
},
|
|
9845
|
+
"./unfold-open": {
|
|
9846
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9847
|
+
"svelte": "./components/u/unfold-open.svelte"
|
|
9848
|
+
},
|
|
9713
9849
|
"./ungroup-objects": {
|
|
9714
9850
|
"types": "./types/gfwqskkx.d.ts",
|
|
9715
9851
|
"svelte": "./components/u/ungroup-objects.svelte"
|
|
@@ -10190,6 +10326,10 @@
|
|
|
10190
10326
|
"types": "./types/gfwqskkx.d.ts",
|
|
10191
10327
|
"svelte": "./components/w/warning-diamond.svelte"
|
|
10192
10328
|
},
|
|
10329
|
+
"./warning-diamond-fill": {
|
|
10330
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10331
|
+
"svelte": "./components/w/warning-diamond-fill.svelte"
|
|
10332
|
+
},
|
|
10193
10333
|
"./warning-filled": {
|
|
10194
10334
|
"types": "./types/gfwqskkx.d.ts",
|
|
10195
10335
|
"svelte": "./components/w/warning-filled.svelte"
|
|
@@ -10570,6 +10710,10 @@
|
|
|
10570
10710
|
"types": "./types/gfwqskkx.d.ts",
|
|
10571
10711
|
"svelte": "./components/c/cloud-snow.svelte"
|
|
10572
10712
|
},
|
|
10713
|
+
"./ibm-content-services": {
|
|
10714
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10715
|
+
"svelte": "./components/i/ibm-content-services.svelte"
|
|
10716
|
+
},
|
|
10573
10717
|
"./infinity": {
|
|
10574
10718
|
"types": "./types/gfwqskkx.d.ts",
|
|
10575
10719
|
"svelte": "./components/i/infinity.svelte"
|