@iconify-svelte/carbon 1.0.0 → 1.0.1
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/b/bsam-qsam-zedc.svelte +10 -0
- package/components/c/classic-batch.svelte +10 -0
- package/components/c/coupling-facility-encryption.svelte +10 -0
- package/components/d/data-set-encryption.svelte +10 -0
- package/components/d/dfsort-ibm-z-sort.svelte +10 -0
- package/components/d/digital-identity.svelte +10 -0
- package/components/f/fire-fill.svelte +10 -0
- package/components/g/global-filters.svelte +10 -0
- package/components/g/graph-aggregator.svelte +10 -0
- package/components/i/ibm-federated-api-management.svelte +10 -0
- package/components/i/ibm-hybrid-control-plane.svelte +11 -0
- package/components/i/ibm-webmethods-api-gateway.svelte +10 -0
- package/components/i/ibm-webmethods-api-studio.svelte +10 -0
- package/components/i/ibm-webmethods-b2b-integration.svelte +10 -0
- package/components/i/ibm-webmethods-developer-portal.svelte +10 -0
- package/components/i/ibm-webmethods-hybrid-integration.svelte +10 -0
- package/components/i/ibm-webmethods-integration-server.svelte +10 -0
- package/components/i/ibm-webmethods-integration.svelte +10 -0
- package/components/i/ibm-webmethods-managed-file-transfer.svelte +10 -0
- package/components/l/logo-bluesky.svelte +10 -0
- package/components/p/platform-automation.svelte +10 -0
- package/components/s/serverless-fleet.svelte +12 -0
- package/components/t/thumbs-up-double-filled.svelte +2 -2
- package/components/t/thumbs-up-double.svelte +2 -2
- package/components/t/top-data-sets.svelte +10 -0
- package/components/t/top-programs.svelte +10 -0
- package/components/u/update-complete.svelte +10 -0
- package/components/v/value-variable-alt.svelte +10 -0
- package/components/z/z-hyperlink.svelte +10 -0
- package/css/a/aocp3_gj.css +4 -0
- package/css/c/c5djkcu.css +4 -0
- package/css/c/c_zd6wbm.css +4 -0
- package/css/d/d2f_hbcm.css +4 -0
- package/css/f/fo8vbxbc.css +4 -0
- package/css/g/gxtb8yq.css +4 -0
- package/css/i/igwhek3b.css +4 -0
- package/css/j/jrzbshmb.css +4 -0
- package/css/l/lbopcgpr.css +4 -0
- package/css/n/n659w1bk.css +4 -0
- package/css/n/nt460bcc.css +4 -0
- package/css/o/o1ko_g8r.css +4 -0
- package/css/o/oobvwbbd.css +4 -0
- package/css/p/p0eioib.css +4 -0
- package/css/p/p37_k_sh.css +4 -0
- package/css/q/q6yn1hbo.css +4 -0
- package/css/r/r6e31r9b.css +4 -0
- package/css/r/rsl89cc.css +4 -0
- package/css/s/s-sbgpen.css +4 -0
- package/css/s/s3l-hubz.css +4 -0
- package/css/s/saivc4bo.css +4 -0
- package/css/t/tmtb2gbv.css +4 -0
- package/css/u/ugvlctbc.css +4 -0
- package/css/u/urjbm3bq.css +4 -0
- package/css/v/v5y77qbn.css +4 -0
- package/css/w/w80hshjv.css +4 -0
- package/css/w/wkkun1bw.css +4 -0
- package/css/y/ytzcdh.css +4 -0
- package/css/y/yw7q8-jx.css +4 -0
- package/css/y/yzf-sabk.css +4 -0
- package/css/z/zrt-k2bu.css +4 -0
- package/iconify.json +3 -3
- package/package.json +109 -1
- package/css/n/nydv5dce.css +0 -4
- package/css/q/q74bpdbu.css +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/n659w1bk.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="n659w1bk" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:bsam-qsam-zedc" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/p0eioib.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="p0eioib" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:classic-batch" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/v/v5y77qbn.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="v5y77qbn" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:coupling-facility-encryption" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/o1ko_g8r.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="o1ko_g8r" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:data-set-encryption" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/c5djkcu.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="c5djkcu" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:dfsort-ibm-z-sort" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/p37_k_sh.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="p37_k_sh" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:digital-identity" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/c_zd6wbm.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="c_zd6wbm" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:fire-fill" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/oobvwbbd.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="oobvwbbd" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:global-filters" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/yw7q8-jx.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="yw7q8-jx" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:graph-aggregator" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/igwhek3b.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="igwhek3b" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-federated-api-management" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/d2f_hbcm.css';
|
|
4
|
+
import '../../css/s/s-sbgpen.css';
|
|
5
|
+
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":32,"height":32};
|
|
9
|
+
const content = `<path class="d2f_hbcm" /><path class="s-sbgpen" />`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-hybrid-control-plane" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/aocp3_gj.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="aocp3_gj" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-api-gateway" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nt460bcc.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="nt460bcc" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-api-studio" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/u/ugvlctbc.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="ugvlctbc" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-b2b-integration" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/q6yn1hbo.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="q6yn1hbo" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-developer-portal" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/u/urjbm3bq.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="urjbm3bq" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-hybrid-integration" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/lbopcgpr.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="lbopcgpr" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-integration-server" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/wkkun1bw.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="wkkun1bw" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-integration" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/yzf-sabk.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="yzf-sabk" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:ibm-webmethods-managed-file-transfer" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s3l-hubz.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="s3l-hubz" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:logo-bluesky" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/zfi15ytf.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="zfi15ytf" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:platform-automation" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/ytzcdh.css';
|
|
4
|
+
import '../../css/r/rsl89cc.css';
|
|
5
|
+
import '../../css/g/gxtb8yq.css';
|
|
6
|
+
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":32,"height":32};
|
|
10
|
+
const content = `<path class="ytzcdh" /><path class="rsl89cc" /><path class="gxtb8yq" />`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:serverless-fleet" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/w/w80hshjv.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":32,"height":32};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="w80hshjv" />`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:thumbs-up-double-filled" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/zrt-k2bu.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":32,"height":32};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="zrt-k2bu" />`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:thumbs-up-double" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/t/tmtb2gbv.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="tmtb2gbv" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:top-data-sets" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/saivc4bo.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="saivc4bo" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:top-programs" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/r6e31r9b.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="r6e31r9b" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:update-complete" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/fo8vbxbc.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="fo8vbxbc" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:value-variable-alt" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jrzbshmb.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="jrzbshmb" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="carbon:z-hyperlink" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.aocp3_gj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M26.996 12.996a3 3 0 0 0-.734.1L23.39 8.79A2.97 2.97 0 0 0 23.996 7c0-1.654-1.346-3-3-3s-3 1.346-3 3s1.345 3 3 3c.253 0 .495-.041.73-.1l2.874 4.309a3 3 0 0 0-.42.787H22v2h2.18q.153.43.423.79L21.727 22.1a3 3 0 0 0-.731-.101c-1.655 0-3 1.346-3 3s1.345 3 3 3s3-1.346 3-3c0-.673-.23-1.288-.606-1.789l2.877-4.315c.234.059.476.1.729.1c1.654 0 3-1.346 3-3s-1.346-3-3-3m-6-4.996a1.001 1.001 0 0 1 0-2a1 1 0 0 1 0 2m0 18a1.001 1.001 0 0 1 0-2a1 1 0 0 1 0 2m6-9.004a1 1 0 0 1-.996-.979v-.043a.999.999 0 1 1 .996 1.021m-16 5.004c-.254 0-.496.041-.732.1l-2.876-4.314q.27-.36.423-.79H10v-2H7.811a3 3 0 0 0-.42-.787l2.874-4.31c.235.06.477.101.73.101c1.655 0 3-1.346 3-3s-1.345-3-3-3s-3 1.346-3 3c0 .673.231 1.288.606 1.789l-2.871 4.31a3 3 0 0 0-.733-.101c-1.655 0-3 1.345-3 3s1.345 3 3 3c.252 0 .494-.041.729-.1L8.6 23.21A2.97 2.97 0 0 0 7.996 25c0 1.654 1.345 3 3 3s3-1.346 3-3s-1.346-3-3-3m0-16c.55 0 1 .449 1 1s-.45 1-1 1s-1-.449-1-1s.448-1 1-1m-6 10.996c-.552 0-1-.45-1-1s.448-1 1-1a1 1 0 0 1 0 2m6 9.004a1.001 1.001 0 0 1 0-2a1 1 0 0 1 0 2M16 19.996c-2.206 0-4-1.795-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c_zd6wbm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10.784 26.539c.35-.21.76-.5 1.22-.91c-.39.33-.8.63-1.24.9c.01 0 .01.01.02.01M24.84 16.97c-.28-.65-.59-1.38-.89-2.29c-.56-1.68.575-3.537 1.222-4.343c.179-.222.312-.393.533-.63c-1.106-1.125-2.809-1.458-4.231-.776a11.4 11.4 0 0 0-1.554.89C19.31 5.25 15.24 4 13 4h-2l1.2 1.6c.14.18 2.87 3.92 1.36 7.68A4.955 4.955 0 0 0 9 10H8v4c0 1.31-.45 2.43-.93 3.63C6.55 18.94 6 20.31 6 22c0 1.94.97 3.95 2.73 5.48c.72-.24 1.4-.56 2.03-.95c.44-.27.85-.57 1.24-.9c.18-.16.37-.33.54-.49l.06-.06c.28-.3.58-.63.89-1.01c.24-.29.46-.6.67-.92c.65-.94 1.3-2.11 1.92-3.55l.59-1.35l1.04 1.04c.52.52 1.12 1.33 1.59 2.34c.05.12.11.25.16.39c.03.06.05.13.08.2c.39 1.01.62 2.19.54 3.47c0 .02 0 .04-.01.05c0 .13-.01.27-.03.4c0 .05-.01.1-.02.15c-.02.13-.04.25-.07.38c.01.06-.01.11-.03.16c-.03.13-.06.27-.1.41c0 .02 0 .04-.01.05c-.25.88-.68 1.7-1.31 2.4c-.03.03-.05.06-.08.08C23.16 28.85 26 25.31 26 22c0-2.26-.54-3.55-1.16-5.03");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d2f_hbcm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M22 16c0-.6-.1-1.1-.3-1.6l1.8-1.1l-1-1.7l-1.8 1.1c-.7-.8-1.6-1.4-2.7-1.6V9h-2v2.1c-1.1.2-2 .8-2.7 1.6l-1.8-1.1l-1 1.7l1.8 1.1c-.2.5-.3 1-.3 1.6s.1 1.1.3 1.6l-1.8 1.1l1 1.7l1.8-1.1c.7.8 1.6 1.4 2.7 1.6V23h2v-2.1c1.1-.2 2-.8 2.7-1.6l1.8 1.1l1-1.7l-1.8-1.1c.2-.5.3-1 .3-1.6m-5 3c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fo8vbxbc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3 15.874v.268c1.12.294 2 1.174 2 2.858v8h4v2H5c-1.103 0-2-.897-2-2v-8c0-1.55-.88-2-2-2v-2c1.12 0 2-.477 2-2V5c0-1.102.897-2 2-2h4v2H5v8c0 1.684-.88 2.58-2 2.874m26 0v.268c-1.12.294-2 1.174-2 2.858v8h-4v2h4c1.103 0 2-.897 2-2v-8c0-1.55.88-2 2-2v-2c-1.12 0-2-.477-2-2V5c0-1.102-.897-2-2-2h-4v2h4v8c0 1.684.88 2.58 2 2.874m-18.66 6.02q-.613 0-.977-.347Q9 21.199 9 20.602q0-.565.34-.912q.338-.348.904-.347q.516 0 .798.302q.283.303.283.842v.066l.113.081q.243-.129.622-.574q.38-.444.84-1.14t.984-1.585c.524-.89.703-1.235 1.058-1.926l-.048-2.782q-.016-1.035-.55-1.035q-.323 0-.734.282q-.411.284-1.074.945l-.5-.484q1.033-1.179 1.816-1.704t1.559-.525q.903 0 1.324.654q.42.654.452 2.124l.032 1.824h.161q.695-1.34 1.244-2.228t1.042-1.413q.491-.524.968-.743t1.026-.218q.613 0 .977.347q.363.348.363.945q0 .566-.34.912q-.338.348-.904.347q-.516 0-.799-.286q-.282-.285-.282-.809v-.115l-.113-.081q-.21.112-.55.55q-.338.435-.767 1.132a31 31 0 0 0-.928 1.634q-.501.938-1.05 2.054l.049 2.637q.015 1.035.55 1.035q.321 0 .733-.282q.412-.283 1.074-.945l.501.484q-.517.598-.96 1.018q-.445.42-.857.686c-.412.266-.538.31-.791.396s-.509.129-.767.129q-.904 0-1.324-.654t-.452-2.124l-.032-1.824h-.146a25 25 0 0 1-1.267 2.131a10.5 10.5 0 0 1-1.123 1.421q-.532.55-1.05.8q-.516.25-1.065.25");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.igwhek3b {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M27 11.94c0 2.79-2.243 5.06-5 5.06h-1v-2h1c1.683 0 3-1.345 3-3.06C25 10.263 23.71 9 22 9h-.867l-.123-.858C20.69 5.9 18.395 4.007 16 4.007S11.31 5.9 10.99 8.142L10.867 9H10c-1.71 0-3 1.264-3 2.94C7 13.654 8.317 15 10 15h1v2h-1c-2.757 0-5-2.27-5-5.06c0-2.494 1.78-4.5 4.18-4.877c.818-2.851 3.712-5.056 6.82-5.056s6.002 2.205 6.82 5.056C25.22 7.44 27 9.446 27 11.94M26 23c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-.475.121-.919.319-1.319l-.026.026L17 18.414v5.77c1.162.414 2 1.514 2 2.816c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-1.302.839-2.402 2-2.816v-5.77l-3.293 3.293l-.026-.026c.198.4.319.844.319 1.319c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3c.475 0 .919.121 1.319.319l-.026-.026L15 15.586v-5.172l-2.293 2.293l-1.414-1.414L16 6.586l4.707 4.707l-1.414 1.414L17 10.414v5.172l4.707 4.707l-.026.026c.4-.198.843-.32 1.319-.32c1.654 0 3 1.347 3 3Zm-16 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0m7 4a1 1 0 0 0-2 0a1 1 0 0 0 2 0m7-4a1 1 0 1 0-2.001.001A1 1 0 0 0 24 23");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jrzbshmb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M29 5v22c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-4h2v4h8V5h-8v4h-2V5c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2M13 27H5V5h8v4h2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v22c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-4h-2zm.1-14.3l-1.4-1.4L7 16l4.7 4.7l1.4-1.4l-2.3-2.3h10.4l-2.3 2.3l1.4 1.4L25 16l-4.7-4.7l-1.4 1.4l2.3 2.3H10.8z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lbopcgpr {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13 28c0 1.654 1.346 3 3 3s3-1.346 3-3a2.995 2.995 0 0 0-2-2.816V22h-2v3.184A2.995 2.995 0 0 0 13 28m3-1a1 1 0 0 1 0 2a1 1 0 0 1 0-2M15 6.816V10h2V6.816A2.995 2.995 0 0 0 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.402 2 2.816M15 4a1 1 0 0 1 2 0a1 1 0 0 1-2 0m11 15a2.97 2.97 0 0 0-1.897.695l-2.627-1.576l-1 1.733l2.584 1.55A3.003 3.003 0 0 0 26 25c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m0-16a3.003 3.003 0 0 0-2.94 3.598l-2.536 1.521l1 1.733l2.579-1.547A2.97 2.97 0 0 0 26 13c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 0 1 0-2a1 1 0 0 1 0 2m-14.524 1.12L8.94 10.598Q9 10.308 9 10c0-1.654-1.346-3-3-3s-3 1.346-3 3s1.346 3 3 3a2.97 2.97 0 0 0 1.897-.695l2.58 1.547zM6 11a1 1 0 0 1 0-2a1 1 0 0 1 0 2m5.464 8.888l-1-1.733l-2.567 1.54A2.97 2.97 0 0 0 6 19c-1.654 0-3 1.346-3 3s1.346 3 3 3a3.003 3.003 0 0 0 2.94-3.597zM6 23a1 1 0 0 1 0-2a1 1 0 0 1 0 2m10-3c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .897-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.n659w1bk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M24 25h2v3c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h18c1.1 0 2 .9 2 2v3h-2V4H6v24h18zm-8 1v-5.2l2.3 2.3l1.4-1.4L15 17l-4.7 4.7l1.4 1.4l2.3-2.3V26zm2.3-17.1L16 11.2V6h-2v5.2l-2.3-2.3l-1.4 1.4L15 15l4.7-4.7zM22 17h6v-2h-6zm0-6v2h6v-2zm0 10h6v-2h-6z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nt460bcc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M27 13a2.995 2.995 0 0 0-2.816 2H22v2h2.184A2.995 2.995 0 0 0 27 19c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 27 17m-2 5c-.462 0-.894.114-1.285.3l-2.75-2.748l-1.413 1.414l2.749 2.749c-.187.39-.301.823-.301 1.285c0 1.654 1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m0 4a1 1 0 1 1 .001-2.001A1 1 0 0 1 25 26m0-22c-1.654 0-3 1.346-3 3c0 .462.114.894.3 1.285l-2.984 2.984l1.415 1.414L23.715 9.7c.39.187.823.301 1.285.301c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4A1 1 0 1 1 25.001 6A1 1 0 0 1 25 8m-9 22C8.28 30 2 23.72 2 16S8.28 2 16 2c1.865 0 3.677.361 5.385 1.073l-.77 1.846A11.9 11.9 0 0 0 16 4C9.383 4 4 9.383 4 16s5.383 12 12 12c1.6 0 3.152-.31 4.615-.919l.77 1.846A13.9 13.9 0 0 1 16 30m0-10c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.102 0-2 .898-2 2s.898 2 2 2s2-.897 2-2s-.897-2-2-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.o1ko_g8r {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M29 21.278V20c0-2.206-1.794-4-4-4s-4 1.794-4 4v1.278c-.595.347-1 .985-1 1.722v5c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-5c0-.737-.405-1.375-1-1.722M25 18c1.103 0 2 .898 2 2v1h-4v-1c0-1.102.897-2 2-2m3 10h-6v-5h6zM16 2.13c-.98-.09-2-.13-3-.13C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c1 0 2.02-.04 3-.13c4.25-.4 8-1.64 8-3.87V6c0-2.23-3.75-3.47-8-3.87m6 9.86c-.13.45-2.13 1.49-6 1.87c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c1 0 2.01-.04 3-.14c2.33-.21 4.5-.68 6-1.43zm-6-4.13c-.9.09-1.9.14-3 .14c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c1.1 0 2.1.05 3 .14c3.84.37 5.84 1.4 6 1.86c-.16.46-2.16 1.49-6 1.86");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.oobvwbbd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.9 7c-.4-1.7-2-3-3.9-3S5.6 5.3 5.1 7H2v2h3.1c.4 1.7 2 3 3.9 3s3.4-1.3 3.9-3H30V7zM9 10c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m14 2c-1.9 0-3.4 1.3-3.9 3H2v2h17.1c.4 1.7 2 3 3.9 3s3.4-1.3 3.9-3H30v-2h-3.1c-.4-1.7-2-3-3.9-3m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m-9 2c-1.9 0-3.4 1.3-3.9 3H2v2h8.1c.4 1.7 2 3 3.9 3s3.4-1.3 3.9-3H30v-2H17.9c-.4-1.7-2-3-3.9-3m0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.p37_k_sh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M20 19v-1c0-1.7-1.3-3-3-3h-6c-1.7 0-3 1.3-3 3v7h2v-7c0-.5.4-1 1-1h6c.5 0 1 .5 1 1v1zm-10-9c0 2.2 1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4s-4 1.8-4 4m6 0c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m11 11c0 7.8-7.7 8-8 8v2s10-.2 10-10zm-8 6c2.1 0 6-1.3 6-6h-2c0 3.9-3.6 4-4 4zM5 3h18v16h2V3c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v26c0 1.1.9 2 2 2h12v-2H5zm15 18c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.q6yn1hbo {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16 2c-2.753 0-5.411.8-7.698 2.31A3 3 0 0 0 7 4C5.346 4 4 5.346 4 7s1.346 3 3 3a2.96 2.96 0 0 0 1.319-.319l-.026.026l2.121 2.121l1.414-1.414l-2.121-2.121l-.026.026C9.88 7.919 10 7.475 10 7c0-.437-.1-.85-.268-1.225A11.94 11.94 0 0 1 16 4c6.617 0 12 5.383 12 12a11.9 11.9 0 0 1-.79 4.283l1.737 1.003A14 14 0 0 0 30 16c0-7.72-6.28-14-14-14M7 8c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1m18 14a2.96 2.96 0 0 0-1.319.319l.026-.026l-2.121-2.121l-1.414 1.414l2.121 2.121l.026-.026A2.96 2.96 0 0 0 22 25c0 .44.1.855.272 1.232A11.9 11.9 0 0 1 16 28C9.384 28 4 22.617 4 16c0-1.57.326-3.127.92-4.57l-1.74-1.002A14 14 0 0 0 2.001 16c0 7.72 6.28 14 14 14a13.9 13.9 0 0 0 7.691-2.313c.397.194.837.313 1.308.313c1.654 0 3-1.346 3-3s-1.346-3-3-3m0 4c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1m-9-5c-2.757 0-5-2.243-5-5s2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5m0-8c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s-sbgpen {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M25.974 5.272a2.99 2.99 0 0 0-1.283-2.751a3.004 3.004 0 0 0-4.17.788a3.004 3.004 0 0 0 .788 4.17a3.006 3.006 0 0 0 3.777-.322c4.331 3.961 5.225 10.612 1.824 15.6c-.17.249-.356.48-.541.712l1.426 1.426c.267-.324.526-.658.767-1.012c4.087-5.993 2.866-14.051-2.588-18.61m-2.148.292a1.001 1.001 0 1 1-.263-1.39a1 1 0 0 1 .263 1.39M5.43 8.108c-1.057 1.55-1.724 3.241-2.084 4.972a2.98 2.98 0 0 0-1.825 1.228a3.004 3.004 0 0 0 .788 4.17a3.004 3.004 0 0 0 4.17-.788a3.004 3.004 0 0 0-.788-4.17c-.119-.081-.245-.14-.37-.201A11.9 11.9 0 0 1 7.08 9.235C9.601 5.54 13.833 3.705 18 4.048v-2c-4.807-.337-9.665 1.8-12.57 6.06m-.603 8.455c-.311.455-.935.573-1.39.263s-.574-.935-.263-1.39a1 1 0 0 1 1.653 1.127M24.69 24.52a3.004 3.004 0 0 0-4.17.788a3 3 0 0 0-.468 2.25c-3.247.863-6.829.39-9.818-1.65A11.9 11.9 0 0 1 6.107 21H3.934a13.9 13.9 0 0 0 5.174 6.562c3.66 2.496 8.08 2.98 12.013 1.76c.064.051.12.11.188.157a3.004 3.004 0 0 0 4.17-.788a3.004 3.004 0 0 0-.788-4.17m-.865 3.043a1.001 1.001 0 1 1-.263-1.39a1 1 0 0 1 .263 1.39");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s3l-hubz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M9.2 6.9c2.7 2.1 5.7 6.3 6.8 8.5c1.1-2.2 4-6.4 6.8-8.5c2-1.5 5.2-2.6 5.2 1s-.4 6.2-.7 7c-.9 3.1-4 3.8-6.8 3.4c4.8.8 6.1 3.6 3.4 6.3c-5.1 5.2-7.3-1.3-7.8-3c0-.3-.1-.5-.1-.3c0-.1 0 0-.1.3c-.6 1.7-2.8 8.2-7.8 3c-2.7-2.7-1.4-5.5 3.4-6.3c-2.8.5-5.9-.3-6.8-3.4c-.2-.9-.7-6.3-.7-7c0-3.7 3.2-2.5 5.2-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.saivc4bo {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m29.999 28.586l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5c1.017 0 1.962-.31 2.753-.833L28.585 30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3m5-24H4c-1.103 0-2 .898-2 2v20c0 1.103.897 2 2 2h10v-2H4V10h24v4h2V4c0-1.102-.897-2-2-2M4 8V4h24v4zm3-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.tmtb2gbv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14 2.01C13.66 2 13.33 2 13 2C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c.33 0 .66 0 1-.01v-2.01c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c.33 0 .66 0 1-.01c4.99-.15 10-1.41 10-3.99V6c0-2.58-5.01-3.84-10-3.99m8 9.98c-.15.52-2.82 1.84-8 1.99c-.32.01-.66.02-1 .02c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c.33 0 .67 0 1-.02c3.04-.08 6.08-.59 8-1.55zm-8-4.01c-.32.01-.66.02-1 .02c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c.34 0 .68.01 1 .02c5.15.15 7.81 1.44 8 1.98c-.19.54-2.85 1.83-8 1.98m16 20.605l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5a4.97 4.97 0 0 0 2.753-.833L28.586 30zM23.001 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ugvlctbc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m14.001 22.997l4 3.999l-4 4l-1.414-1.415l1.586-1.586H10a.99.99 0 0 1-.854-.511l-4.014-6.992l1.737-.993l3.712 6.496h3.591l-1.585-1.585zM28 13c-.16 0-.315.023-.469.047l-4.653-8.53A1 1 0 0 0 22 3.995h-4.169l1.585-1.585L18 .996l-3.998 4L18 8.994l1.415-1.414l-1.585-1.585h3.576l4.369 8.009A2.98 2.98 0 0 0 25 16c0 .768.297 1.462.773 1.992L22 24.907L10.878 4.517a1 1 0 0 0-1.755 0l-3.85 7.057l1.732 1L10 7.084l11.123 20.39a1 1 0 0 0 1.755 0l4.649-8.522c.155.025.31.048.473.048a3 3 0 1 0 0-6M7 15.996c0-1.655-1.345-3-3-3s-3 1.345-3 3s1.346 3 3 3s3-1.346 3-3m-2 0a1 1 0 1 1-2-.002a1 1 0 0 1 2 .002");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.urjbm3bq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M8.682 30.085a6.64 6.64 0 0 1-4.707-1.947a6.65 6.65 0 0 1-.003-9.411l5.233-5.233l1.414 1.414l-5.23 5.23c-.88.89-1.367 2.06-1.367 3.293s.487 2.405 1.37 3.297a4.66 4.66 0 0 0 6.583-.004l1.33-1.33l1.414 1.414l-1.33 1.33a6.64 6.64 0 0 1-4.707 1.947M6.717 13.37l-1.33-1.33A4.662 4.662 0 0 1 8.68 4.087a4.66 4.66 0 0 1 3.293 1.367l7.34 7.34l1.414-1.415l-7.343-7.343a6.65 6.65 0 0 0-9.411.004c-1.258 1.257-1.95 2.929-1.95 4.707s.692 3.449 1.95 4.707l1.33 1.33zm21.365.075a6.65 6.65 0 0 0-.003-9.411a6.664 6.664 0 0 0-9.414 0l-1.33 1.33l1.414 1.414l1.33-1.33a4.66 4.66 0 0 1 7.953 3.293a4.66 4.66 0 0 1-1.367 3.293l-5.21 5.21l1.414 1.414zm-.01 14.689c1.258-1.258 1.95-2.93 1.95-4.707s-.692-3.45-1.95-4.707l-1.33-1.33l-1.414 1.414l1.33 1.33a4.662 4.662 0 0 1-3.293 7.953a4.66 4.66 0 0 1-3.293-1.367l-7.34-7.34l-1.414 1.414l7.343 7.344c1.27 1.256 2.94 1.949 4.704 1.949s3.435-.693 4.707-1.953m-6.05-8.047c-.177 0-.346.03-.51.074l-2.79-2.789c.187-.39.3-.823.3-1.285a3 3 0 0 0-3-3c-.461 0-.894.113-1.285.3l-2.789-2.79c.044-.163.075-.333.075-.51a2 2 0 1 0-2 2c.178 0 .347-.031.511-.075l2.789 2.788a3 3 0 0 0-.3 1.286a3 3 0 0 0 3 3c.462 0 .895-.113 1.286-.3l2.788 2.789a2 2 0 0 0-.074.511a2 2 0 1 0 2-2Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.v5y77qbn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M29 21.3V20c0-2.2-1.8-4-4-4s-4 1.8-4 4v1.3c-.6.3-1 1-1 1.7v5c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-5c0-.7-.4-1.4-1-1.7M25 18c1.1 0 2 .9 2 2v1h-4v-1c0-1.1.9-2 2-2m3 10h-6v-5h6zm-10 2H3c-.3 0-.7-.2-.9-.5s-.2-.7 0-1l13-25.9c.3-.7 1.4-.7 1.8 0l5.5 11l-1.8.9L16 5.2L4.6 28H18z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.w80hshjv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M31 13.23v5.102a6.68 6.68 0 0 1-4.002 6.108v-8.21c0-2.337-2.167-4.248-4.237-4.23h-5.763l-.003-3.432c-.093-2.01-1.117-3.41-2.102-3.571l.231-1.65C15.247 2.528 15.474 1 17 1h1c1.765 0 2.998 1.467 2.998 3.568L21 9h5.764A4.234 4.234 0 0 1 31 13.23M20.761 14h-5.763l-.003-4.432c0-2.1-1.232-3.568-2.997-3.568h-1C9.47 6 9.244 7.527 9.122 8.348l-.682 4.805l-1.443 2.716L6.995 30H18.33a6.675 6.675 0 0 0 6.668-6.667V18.23A4.234 4.234 0 0 0 20.76 14M4.995 30l.003-13h-3v13z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wkkun1bw {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M8 6v1H7c-1.103 0-2 .897-2 2s.897 2 2 2h4v2H7c-2.205 0-4-1.794-4-4a4 4 0 0 1 3.09-3.886C6.51 2.78 8.547 1 11 1s4.49 1.78 4.91 4.114A4 4 0 0 1 19 9v.007h-2V9c0-1.103-.897-2-2-2h-1V6c0-1.654-1.346-3-3-3S8 4.346 8 6m7 19.184V22h2v3.184c1.162.414 2 1.514 2 2.816c0 1.654-1.346 3-3 3s-3-1.346-3-3c0-1.302.839-2.402 2-2.816M15 28a1 1 0 0 0 2 0a1 1 0 0 0-2 0m14-6c0 1.654-1.346 3-3 3a3.003 3.003 0 0 1-2.94-3.597l-2.584-1.551l1-1.733l2.627 1.576A2.97 2.97 0 0 1 26 19c1.654 0 3 1.346 3 3m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0m2-12c0 1.654-1.346 3-3 3a2.97 2.97 0 0 1-1.897-.695l-2.579 1.547l-1-1.733l2.536-1.521A3.003 3.003 0 0 1 26 7a3 3 0 0 1 3 2.999m-2 0a1 1 0 0 0-2 0a1 1 0 0 0 2 0M8.94 21.403q.06.29.06.597c0 1.654-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3a2.97 2.97 0 0 1 1.897.695l2.567-1.54l1 1.733zM7 22a1 1 0 0 0-2 0a1 1 0 0 0 2 0m13-6c0-2.206-1.794-4-4-4s-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4m-2 0c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .897 2 2");
|
|
4
|
+
}
|
package/css/y/ytzcdh.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.yw7q8-jx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3 18h2v12H3zm6 6h2v6H9zm6-8h2v14h-2zm6 4h2v10h-2zm6-6h2v16h-2zm1-12a2 2 0 0 0-2 2c0 .178.03.348.074.512l-3.562 3.562A2 2 0 0 0 22 8c-.317 0-.613.08-.88.212l-3.133-2.089C17.99 6.082 18 6.043 18 6a2 2 0 1 0-3.84.785l-3.928 5.238C10.155 12.014 10.08 12 10 12c-.178 0-.348.03-.512.074L5.926 8.512C5.969 8.347 6 8.178 6 8a2 2 0 1 0-2 2c.178 0 .347-.03.511-.074l3.563 3.562A2 2 0 0 0 8 14a2 2 0 1 0 3.839-.786l3.929-5.238c.077.01.152.024.232.024c.317 0 .613-.08.88-.212l3.132 2.089c-.002.041-.012.08-.012.123a2 2 0 1 0 4 0c0-.178-.03-.348-.074-.512l3.562-3.562c.164.043.334.074.512.074a2 2 0 1 0 0-4");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.yzf-sabk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18 9.003L13.265 9C12.568 9 12 9.558 12 10.244v10.513c0 .685.568 1.243 1.265 1.243h7.466c.697 0 1.265-.558 1.265-1.242l.004-7.76zM14 20v-9h2.993l.008 3.004h3L19.993 20zM25.974 5.272a2.99 2.99 0 0 0-1.283-2.751a3.004 3.004 0 0 0-4.17.788a3.004 3.004 0 0 0 .788 4.17a3.006 3.006 0 0 0 3.777-.322c4.331 3.961 5.225 10.612 1.824 15.6c-.17.249-.356.48-.541.712l1.426 1.426c.267-.324.526-.658.767-1.012c4.087-5.993 2.866-14.051-2.588-18.61m-2.148.292a1.001 1.001 0 1 1-.263-1.39a1 1 0 0 1 .263 1.39M5.43 8.108c-1.057 1.55-1.724 3.241-2.084 4.972a2.98 2.98 0 0 0-1.825 1.228c-.933 1.368-.579 3.238.788 4.17s3.238.579 4.17-.788a3.004 3.004 0 0 0-.788-4.17c-.119-.081-.245-.14-.37-.201A11.9 11.9 0 0 1 7.08 9.235C9.601 5.54 13.833 3.705 18 4.048v-2c-4.807-.337-9.665 1.8-12.57 6.06m-.603 8.455c-.311.455-.935.573-1.39.263s-.574-.935-.263-1.39a1 1 0 0 1 1.653 1.127M24.69 24.52a3.004 3.004 0 0 0-4.17.788a3 3 0 0 0-.468 2.25c-3.247.863-6.829.39-9.818-1.65A11.9 11.9 0 0 1 6.107 21H3.934a13.9 13.9 0 0 0 5.174 6.562c3.66 2.496 8.08 2.98 12.013 1.76c.064.051.12.11.188.157a3.004 3.004 0 0 0 4.17-.788a3.004 3.004 0 0 0-.788-4.17m-.865 3.043a1.001 1.001 0 1 1-.263-1.39a1 1 0 0 1 .263 1.39");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.zrt-k2bu {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M20.764 14H15l-.002-4.432C14.998 7.468 13.765 6 12 6h-1C9.473 6 9.246 7.527 9.125 8.348c-.023.15-.683 4.805-.683 4.805L6.399 17H2v13h16.333A6.675 6.675 0 0 0 25 23.333V18.23A4.234 4.234 0 0 0 20.764 14M4 28v-9h2l-.002 9zm19-4.668A4.673 4.673 0 0 1 18.333 28H8v-9.751l2.374-4.47s.798-5.603.843-5.78H12c.97 0 .998 1.409.998 1.57l.002 6.43h7.764c1.234 0 2.236.996 2.236 2.23zm8-10.103v5.104a6.67 6.67 0 0 1-2.998 5.56l-1.004-1.739A4.66 4.66 0 0 0 29 18.333V13.23A2.23 2.23 0 0 0 26.764 11H19l-.002-6.43C18.998 4.409 18.97 3 18 3h-.783c-.018.069-.148.949-.3 2.001h-2.028l.235-1.652C15.246 2.528 15.473 1 17 1h1c1.765 0 2.998 1.467 2.998 3.568L21 9h5.764A4.234 4.234 0 0 1 31 13.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": 2392,
|
|
6
|
+
"version": "11.69.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": 1760073303
|
|
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.1",
|
|
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",
|
|
@@ -918,6 +918,10 @@
|
|
|
918
918
|
"types": "./types/gfwqskkx.d.ts",
|
|
919
919
|
"svelte": "./components/b/brush-polygon.svelte"
|
|
920
920
|
},
|
|
921
|
+
"./bsam-qsam-zedc": {
|
|
922
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
923
|
+
"svelte": "./components/b/bsam-qsam-zedc.svelte"
|
|
924
|
+
},
|
|
921
925
|
"./build-image": {
|
|
922
926
|
"types": "./types/gfwqskkx.d.ts",
|
|
923
927
|
"svelte": "./components/b/build-image.svelte"
|
|
@@ -1730,6 +1734,10 @@
|
|
|
1730
1734
|
"types": "./types/gfwqskkx.d.ts",
|
|
1731
1735
|
"svelte": "./components/c/circuit-composer.svelte"
|
|
1732
1736
|
},
|
|
1737
|
+
"./classic-batch": {
|
|
1738
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1739
|
+
"svelte": "./components/c/classic-batch.svelte"
|
|
1740
|
+
},
|
|
1733
1741
|
"./classification": {
|
|
1734
1742
|
"types": "./types/gfwqskkx.d.ts",
|
|
1735
1743
|
"svelte": "./components/c/classification.svelte"
|
|
@@ -2134,6 +2142,10 @@
|
|
|
2134
2142
|
"types": "./types/gfwqskkx.d.ts",
|
|
2135
2143
|
"svelte": "./components/c/cough.svelte"
|
|
2136
2144
|
},
|
|
2145
|
+
"./coupling-facility-encryption": {
|
|
2146
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2147
|
+
"svelte": "./components/c/coupling-facility-encryption.svelte"
|
|
2148
|
+
},
|
|
2137
2149
|
"./course": {
|
|
2138
2150
|
"types": "./types/gfwqskkx.d.ts",
|
|
2139
2151
|
"svelte": "./components/c/course.svelte"
|
|
@@ -2406,6 +2418,10 @@
|
|
|
2406
2418
|
"types": "./types/gfwqskkx.d.ts",
|
|
2407
2419
|
"svelte": "./components/d/data-set.svelte"
|
|
2408
2420
|
},
|
|
2421
|
+
"./data-set-encryption": {
|
|
2422
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2423
|
+
"svelte": "./components/d/data-set-encryption.svelte"
|
|
2424
|
+
},
|
|
2409
2425
|
"./data-share": {
|
|
2410
2426
|
"types": "./types/gfwqskkx.d.ts",
|
|
2411
2427
|
"svelte": "./components/d/data-share.svelte"
|
|
@@ -2646,6 +2662,10 @@
|
|
|
2646
2662
|
"types": "./types/gfwqskkx.d.ts",
|
|
2647
2663
|
"svelte": "./components/d/dew-point-filled.svelte"
|
|
2648
2664
|
},
|
|
2665
|
+
"./dfsort-ibm-z-sort": {
|
|
2666
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2667
|
+
"svelte": "./components/d/dfsort-ibm-z-sort.svelte"
|
|
2668
|
+
},
|
|
2649
2669
|
"./diagram": {
|
|
2650
2670
|
"types": "./types/gfwqskkx.d.ts",
|
|
2651
2671
|
"svelte": "./components/d/diagram.svelte"
|
|
@@ -2670,6 +2690,10 @@
|
|
|
2670
2690
|
"types": "./types/gfwqskkx.d.ts",
|
|
2671
2691
|
"svelte": "./components/d/dicom-overlay.svelte"
|
|
2672
2692
|
},
|
|
2693
|
+
"./digital-identity": {
|
|
2694
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2695
|
+
"svelte": "./components/d/digital-identity.svelte"
|
|
2696
|
+
},
|
|
2673
2697
|
"./direct-link": {
|
|
2674
2698
|
"types": "./types/gfwqskkx.d.ts",
|
|
2675
2699
|
"svelte": "./components/d/direct-link.svelte"
|
|
@@ -3458,6 +3482,10 @@
|
|
|
3458
3482
|
"types": "./types/gfwqskkx.d.ts",
|
|
3459
3483
|
"svelte": "./components/f/fire.svelte"
|
|
3460
3484
|
},
|
|
3485
|
+
"./fire-fill": {
|
|
3486
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3487
|
+
"svelte": "./components/f/fire-fill.svelte"
|
|
3488
|
+
},
|
|
3461
3489
|
"./firewall": {
|
|
3462
3490
|
"types": "./types/gfwqskkx.d.ts",
|
|
3463
3491
|
"svelte": "./components/f/firewall.svelte"
|
|
@@ -3790,6 +3818,10 @@
|
|
|
3790
3818
|
"types": "./types/gfwqskkx.d.ts",
|
|
3791
3819
|
"svelte": "./components/g/gift.svelte"
|
|
3792
3820
|
},
|
|
3821
|
+
"./global-filters": {
|
|
3822
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3823
|
+
"svelte": "./components/g/global-filters.svelte"
|
|
3824
|
+
},
|
|
3793
3825
|
"./global-loan-and-trial": {
|
|
3794
3826
|
"types": "./types/gfwqskkx.d.ts",
|
|
3795
3827
|
"svelte": "./components/g/global-loan-and-trial.svelte"
|
|
@@ -3802,6 +3834,10 @@
|
|
|
3802
3834
|
"types": "./types/gfwqskkx.d.ts",
|
|
3803
3835
|
"svelte": "./components/g/gradient.svelte"
|
|
3804
3836
|
},
|
|
3837
|
+
"./graph-aggregator": {
|
|
3838
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3839
|
+
"svelte": "./components/g/graph-aggregator.svelte"
|
|
3840
|
+
},
|
|
3805
3841
|
"./graphical-data-flow": {
|
|
3806
3842
|
"types": "./types/gfwqskkx.d.ts",
|
|
3807
3843
|
"svelte": "./components/g/graphical-data-flow.svelte"
|
|
@@ -4462,6 +4498,10 @@
|
|
|
4462
4498
|
"types": "./types/gfwqskkx.d.ts",
|
|
4463
4499
|
"svelte": "./components/i/ibm-event-streams.svelte"
|
|
4464
4500
|
},
|
|
4501
|
+
"./ibm-federated-api-management": {
|
|
4502
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4503
|
+
"svelte": "./components/i/ibm-federated-api-management.svelte"
|
|
4504
|
+
},
|
|
4465
4505
|
"./ibm-gcm": {
|
|
4466
4506
|
"types": "./types/gfwqskkx.d.ts",
|
|
4467
4507
|
"svelte": "./components/i/ibm-gcm.svelte"
|
|
@@ -4474,6 +4514,10 @@
|
|
|
4474
4514
|
"types": "./types/gfwqskkx.d.ts",
|
|
4475
4515
|
"svelte": "./components/i/ibm-granite.svelte"
|
|
4476
4516
|
},
|
|
4517
|
+
"./ibm-hybrid-control-plane": {
|
|
4518
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4519
|
+
"svelte": "./components/i/ibm-hybrid-control-plane.svelte"
|
|
4520
|
+
},
|
|
4477
4521
|
"./ibm-ibv": {
|
|
4478
4522
|
"types": "./types/gfwqskkx.d.ts",
|
|
4479
4523
|
"svelte": "./components/i/ibm-ibv.svelte"
|
|
@@ -4742,6 +4786,38 @@
|
|
|
4742
4786
|
"types": "./types/gfwqskkx.d.ts",
|
|
4743
4787
|
"svelte": "./components/i/ibm-wazi-deploy.svelte"
|
|
4744
4788
|
},
|
|
4789
|
+
"./ibm-webmethods-api-gateway": {
|
|
4790
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4791
|
+
"svelte": "./components/i/ibm-webmethods-api-gateway.svelte"
|
|
4792
|
+
},
|
|
4793
|
+
"./ibm-webmethods-api-studio": {
|
|
4794
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4795
|
+
"svelte": "./components/i/ibm-webmethods-api-studio.svelte"
|
|
4796
|
+
},
|
|
4797
|
+
"./ibm-webmethods-b2b-integration": {
|
|
4798
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4799
|
+
"svelte": "./components/i/ibm-webmethods-b2b-integration.svelte"
|
|
4800
|
+
},
|
|
4801
|
+
"./ibm-webmethods-developer-portal": {
|
|
4802
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4803
|
+
"svelte": "./components/i/ibm-webmethods-developer-portal.svelte"
|
|
4804
|
+
},
|
|
4805
|
+
"./ibm-webmethods-hybrid-integration": {
|
|
4806
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4807
|
+
"svelte": "./components/i/ibm-webmethods-hybrid-integration.svelte"
|
|
4808
|
+
},
|
|
4809
|
+
"./ibm-webmethods-integration": {
|
|
4810
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4811
|
+
"svelte": "./components/i/ibm-webmethods-integration.svelte"
|
|
4812
|
+
},
|
|
4813
|
+
"./ibm-webmethods-integration-server": {
|
|
4814
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4815
|
+
"svelte": "./components/i/ibm-webmethods-integration-server.svelte"
|
|
4816
|
+
},
|
|
4817
|
+
"./ibm-webmethods-managed-file-transfer": {
|
|
4818
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4819
|
+
"svelte": "./components/i/ibm-webmethods-managed-file-transfer.svelte"
|
|
4820
|
+
},
|
|
4745
4821
|
"./ibm-z-cloud-mod-stack": {
|
|
4746
4822
|
"types": "./types/gfwqskkx.d.ts",
|
|
4747
4823
|
"svelte": "./components/i/ibm-z-cloud-mod-stack.svelte"
|
|
@@ -5542,6 +5618,10 @@
|
|
|
5542
5618
|
"types": "./types/gfwqskkx.d.ts",
|
|
5543
5619
|
"svelte": "./components/l/logo-ansible-community.svelte"
|
|
5544
5620
|
},
|
|
5621
|
+
"./logo-bluesky": {
|
|
5622
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5623
|
+
"svelte": "./components/l/logo-bluesky.svelte"
|
|
5624
|
+
},
|
|
5545
5625
|
"./logo-delicious": {
|
|
5546
5626
|
"types": "./types/gfwqskkx.d.ts",
|
|
5547
5627
|
"svelte": "./components/l/logo-delicious.svelte"
|
|
@@ -6902,6 +6982,10 @@
|
|
|
6902
6982
|
"types": "./types/gfwqskkx.d.ts",
|
|
6903
6983
|
"svelte": "./components/p/plane-sea.svelte"
|
|
6904
6984
|
},
|
|
6985
|
+
"./platform-automation": {
|
|
6986
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6987
|
+
"svelte": "./components/p/platform-automation.svelte"
|
|
6988
|
+
},
|
|
6905
6989
|
"./platforms": {
|
|
6906
6990
|
"types": "./types/gfwqskkx.d.ts",
|
|
6907
6991
|
"svelte": "./components/p/platforms.svelte"
|
|
@@ -7802,6 +7886,10 @@
|
|
|
7802
7886
|
"types": "./types/gfwqskkx.d.ts",
|
|
7803
7887
|
"svelte": "./components/s/server-time.svelte"
|
|
7804
7888
|
},
|
|
7889
|
+
"./serverless-fleet": {
|
|
7890
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7891
|
+
"svelte": "./components/s/serverless-fleet.svelte"
|
|
7892
|
+
},
|
|
7805
7893
|
"./service-desk": {
|
|
7806
7894
|
"types": "./types/gfwqskkx.d.ts",
|
|
7807
7895
|
"svelte": "./components/s/service-desk.svelte"
|
|
@@ -8966,6 +9054,14 @@
|
|
|
8966
9054
|
"types": "./types/gfwqskkx.d.ts",
|
|
8967
9055
|
"svelte": "./components/t/tools-alt.svelte"
|
|
8968
9056
|
},
|
|
9057
|
+
"./top-data-sets": {
|
|
9058
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9059
|
+
"svelte": "./components/t/top-data-sets.svelte"
|
|
9060
|
+
},
|
|
9061
|
+
"./top-programs": {
|
|
9062
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9063
|
+
"svelte": "./components/t/top-programs.svelte"
|
|
9064
|
+
},
|
|
8969
9065
|
"./tornado": {
|
|
8970
9066
|
"types": "./types/gfwqskkx.d.ts",
|
|
8971
9067
|
"svelte": "./components/t/tornado.svelte"
|
|
@@ -9266,6 +9362,10 @@
|
|
|
9266
9362
|
"types": "./types/gfwqskkx.d.ts",
|
|
9267
9363
|
"svelte": "./components/u/up-to-top.svelte"
|
|
9268
9364
|
},
|
|
9365
|
+
"./update-complete": {
|
|
9366
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9367
|
+
"svelte": "./components/u/update-complete.svelte"
|
|
9368
|
+
},
|
|
9269
9369
|
"./update-now": {
|
|
9270
9370
|
"types": "./types/gfwqskkx.d.ts",
|
|
9271
9371
|
"svelte": "./components/u/update-now.svelte"
|
|
@@ -9442,6 +9542,10 @@
|
|
|
9442
9542
|
"types": "./types/gfwqskkx.d.ts",
|
|
9443
9543
|
"svelte": "./components/v/value-variable.svelte"
|
|
9444
9544
|
},
|
|
9545
|
+
"./value-variable-alt": {
|
|
9546
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9547
|
+
"svelte": "./components/v/value-variable-alt.svelte"
|
|
9548
|
+
},
|
|
9445
9549
|
"./van": {
|
|
9446
9550
|
"types": "./types/gfwqskkx.d.ts",
|
|
9447
9551
|
"svelte": "./components/v/van.svelte"
|
|
@@ -9982,6 +10086,10 @@
|
|
|
9982
10086
|
"types": "./types/gfwqskkx.d.ts",
|
|
9983
10087
|
"svelte": "./components/z/z-axis.svelte"
|
|
9984
10088
|
},
|
|
10089
|
+
"./z-hyperlink": {
|
|
10090
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10091
|
+
"svelte": "./components/z/z-hyperlink.svelte"
|
|
10092
|
+
},
|
|
9985
10093
|
"./z-lpar": {
|
|
9986
10094
|
"types": "./types/gfwqskkx.d.ts",
|
|
9987
10095
|
"svelte": "./components/z/z-lpar.svelte"
|
package/css/n/nydv5dce.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.nydv5dce {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M20.8 14H15V9.6C15 7.5 13.8 6 12 6h-1C9.5 6 9.2 7.5 9.1 8.4c0 .1 0 .3-.1.5l-.6 4.3L7 16v14h11.3c3.7 0 6.7-3 6.7-6.7v-5.1c0-2.3-1.9-4.2-4.2-4.2M2 30V17h3v13zM26.8 9H21V4.6C21 2.5 19.8 1 18 1h-1c-1.5 0-1.8 1.5-1.9 2.3c0 .2 0 .3-.1.5l-.1 1.1c1.3 1 2.1 2.6 2.1 4.6V12h3.8c3.4 0 6.2 2.8 6.2 6.2v5.1c0 .4 0 .8-.1 1.1c2.4-1 4.1-3.4 4.1-6.1v-5.1c0-2.3-1.9-4.2-4.2-4.2");
|
|
4
|
-
}
|
package/css/q/q74bpdbu.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.q74bpdbu {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M20.8 14H15V9.6C15 7.5 13.8 6 12 6h-1C9.5 6 9.2 7.5 9.1 8.4c0 .1 0 .3-.1.5l-.6 4.3l-2 3.9H2v13h16.3c3.7 0 6.7-3 6.7-6.7v-5.1c0-2.4-1.9-4.3-4.2-4.3M4 28v-9h2v9zm19-4.7c0 2.6-2.1 4.7-4.7 4.7H8v-9.8l2.4-4.5l.6-4.5c0-.2.1-.4.1-.5c0-.2.1-.5.1-.6h.8c1 0 1 1.4 1 1.6V16h7.8c1.2 0 2.2 1 2.2 2.2zM27 9h-6V4.4c0-2-1.2-3.4-3-3.4h-.8c-1.8 0-2 1.9-2.1 2.6L14.9 6h2l.1-1l.1-1.2c0-.5.1-.7.1-.8h.8c.9 0 1 .9 1 1.4V11h8c1.2 0 2 .8 2 2v5c0 1.7-.9 3.4-2.1 4.2l1.1 1.7c1.8-1.2 2.9-3.5 2.9-5.9v-5c.1-2.4-1.5-4-3.9-4");
|
|
4
|
-
}
|