@iconify-svelte/garden 1.0.2 → 1.0.4
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/arrow-up-box-fill-12.svelte +11 -0
- package/components/a/arrow-up-box-fill-16.svelte +11 -0
- package/components/a/arrow-up-box-stroke-12.svelte +11 -0
- package/components/a/arrow-up-box-stroke-16.svelte +11 -0
- package/components/b/banknote-fill-12.svelte +11 -0
- package/components/b/banknote-fill-16.svelte +11 -0
- package/components/b/banknote-stroke-12.svelte +11 -0
- package/components/b/banknote-stroke-16.svelte +11 -0
- package/components/v/video-fill-12.svelte +11 -0
- package/components/v/video-fill-16.svelte +11 -0
- package/components/v/video-off-fill-12.svelte +11 -0
- package/components/v/video-off-fill-16.svelte +11 -0
- package/components/v/video-off-stroke-12.svelte +11 -0
- package/components/v/video-off-stroke-16.svelte +11 -0
- package/components/v/video-stroke-12.svelte +11 -0
- package/components/v/video-stroke-16.svelte +11 -0
- package/css/a/akpefz1f.css +4 -0
- package/css/a/ay_6d-f.css +4 -0
- package/css/c/c2rg7xbi.css +4 -0
- package/css/f/fckspfba.css +4 -0
- package/css/f/fns4x3bs.css +4 -0
- package/css/g/g5_j0fbs.css +4 -0
- package/css/g/ga1e3ccj.css +4 -0
- package/css/h/hd3uh_zv.css +4 -0
- package/css/i/iw7r68gx.css +4 -0
- package/css/n/ngdodkbu.css +4 -0
- package/css/q/qopto-j.css +4 -0
- package/css/r/r06hjub.css +4 -0
- package/css/r/r3zh8pd.css +4 -0
- package/css/s/sr02l2tg.css +4 -0
- package/css/t/tgzc5-bc.css +4 -0
- package/css/y/y57xxsbh.css +4 -0
- package/iconify.json +2 -2
- package/package.json +65 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/g5_j0fbs.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="g5_j0fbs"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:arrow-up-box-fill-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/fckspfba.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":16,"height":16};
|
|
9
|
+
const content = `<path class="fckspfba"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:arrow-up-box-fill-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/fns4x3bs.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="fns4x3bs"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:arrow-up-box-stroke-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/hd3uh_zv.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":16,"height":16};
|
|
9
|
+
const content = `<path class="hd3uh_zv"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:arrow-up-box-stroke-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/ga1e3ccj.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="ga1e3ccj"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:banknote-fill-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/c2rg7xbi.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":17,"height":16};
|
|
9
|
+
const content = `<path class="c2rg7xbi"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:banknote-fill-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/akpefz1f.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="akpefz1f"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:banknote-stroke-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/iw7r68gx.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":16,"height":16};
|
|
9
|
+
const content = `<path class="iw7r68gx"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:banknote-stroke-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/r3zh8pd.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="r3zh8pd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-fill-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qopto-j.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":16,"height":16};
|
|
9
|
+
const content = `<path class="qopto-j"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-fill-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/ay_6d-f.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="ay_6d-f"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-off-fill-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/ngdodkbu.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":16,"height":16};
|
|
9
|
+
const content = `<path class="ngdodkbu"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-off-fill-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/t/tgzc5-bc.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="tgzc5-bc"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-off-stroke-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/y57xxsbh.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":16,"height":16};
|
|
9
|
+
const content = `<path class="y57xxsbh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-off-stroke-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/r06hjub.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":12,"height":12};
|
|
9
|
+
const content = `<path class="r06hjub"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-stroke-12" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/sr02l2tg.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":16,"height":16};
|
|
9
|
+
const content = `<path class="sr02l2tg"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="garden:video-stroke-16" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.akpefz1f {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6 5.4a.6.6 0 1 1 0 1.2a.6.6 0 0 1 0-1.2M8.6 4c.082 0 .149.067.159.15a1.25 1.25 0 0 0 1.092 1.091c.082.01.149.077.149.16V6.6c0 .082-.067.149-.15.159l-.105.017c-.52.108-.922.54-.986 1.075l-.018.057A.16.16 0 0 1 8.6 8H3.4l-.058-.012a.17.17 0 0 1-.083-.08l-.018-.057A1.25 1.25 0 0 0 2.15 6.759a.166.166 0 0 1-.15-.16V5.4c0-.082.067-.149.15-.159A1.25 1.25 0 0 0 3.24 4.15a.17.17 0 0 1 .1-.137L3.402 4zM4.016 5a2.26 2.26 0 0 1-.989 1c.427.22.775.57.989 1h3.968c.214-.43.561-.78.988-1a2.26 2.26 0 0 1-.988-1zM11 2a1 1 0 0 1 1 1v6a1 1 0 0 1-.898.995L11 10H1l-.103-.005A1 1 0 0 1 0 9V3a1 1 0 0 1 1-1zM1 9h10V3H1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c2rg7xbi {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M8.035 7.001a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M11.094 5c.2.982.976 1.752 1.958 1.95v1.1A2.5 2.5 0 0 0 11.094 10H4.959A2.51 2.51 0 0 0 3 8.05v-1.1A2.5 2.5 0 0 0 4.959 5zM8.035 6.001a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m7.035-4a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H1A1 1 0 0 1 0 12V3a1 1 0 0 1 1-.999zM4.433 4c-.25 0-.425.251-.425.5L4 4.653A1.505 1.505 0 0 1 2.501 6c-.249 0-.5.173-.501.422v2.155l.012.09c.052.2.272.333.49.333c.832 0 1.507.672 1.507 1.5l.008.093c.031.184.154.351.327.395l.09.012h7.184l.091-.012c.2-.051.334-.27.334-.488c0-.777.593-1.415 1.353-1.492L13.55 9c.218 0 .438-.133.49-.333l.012-.09V6.422c0-.249-.252-.422-.502-.422a1.504 1.504 0 0 1-1.507-1.5c0-.218-.133-.436-.334-.488L11.619 4z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fckspfba {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM8.37 4.173a.75.75 0 0 0-.74 0l-.11.076l-2.84 2.367a.5.5 0 0 0 .64.768L7.5 5.566V11.5a.5.5 0 0 0 1 0V5.566l2.18 1.818a.5.5 0 0 0 .64-.768L8.48 4.25l-.11-.076Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fns4x3bs {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M5.639 3.163a.75.75 0 0 1 .722 0l.108.071L8.812 5.11a.5.5 0 0 1-.624.782L6.5 4.54V8.5a.5.5 0 0 1-1 0V4.54L3.812 5.89a.5.5 0 0 1-.624-.78L5.53 3.233l.108-.07ZM11 1a1 1 0 0 1 1 1v8l-.005.102a1 1 0 0 1-.893.893L11 11H1l-.103-.005a1 1 0 0 1-.892-.893L0 10V2a1 1 0 0 1 1-1zM1 10h10V2H1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g5_j0fbs {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM6.361 3.163a.75.75 0 0 0-.722 0l-.108.071L3.188 5.11a.5.5 0 0 0 .624.782L5.5 4.54V8.5a.5.5 0 0 0 1 0V4.54l1.688 1.35a.5.5 0 0 0 .624-.78L6.47 3.233l-.108-.07Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ga1e3ccj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.984 5c.214.43.561.78.988 1c-.427.22-.774.57-.988 1H4.016a2.26 2.26 0 0 0-.989-1c.427-.22.775-.57.989-1zM6 5.4a.6.6 0 1 0 0 1.2a.6.6 0 0 0 0-1.2M11 2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM3.342 4.012a.17.17 0 0 0-.1.137a1.25 1.25 0 0 1-1.093 1.092a.166.166 0 0 0-.149.16V6.6c0 .082.067.149.15.159a1.25 1.25 0 0 1 1.091 1.092l.018.057a.17.17 0 0 0 .083.08L3.4 8h5.2a.16.16 0 0 0 .141-.092l.018-.057c.064-.536.466-.967.986-1.075l.106-.017c.081-.01.149-.077.149-.16V5.4c0-.082-.067-.149-.15-.159A1.25 1.25 0 0 1 8.76 4.15C8.749 4.067 8.682 4 8.599 4H3.4z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.hd3uh_zv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.63 4.173a.75.75 0 0 1 .74 0l.11.076l2.84 2.367a.5.5 0 0 1-.64.768L8.5 5.567V11.5a.5.5 0 0 1-1 0V5.565L5.32 7.384a.5.5 0 0 1-.641-.768L7.52 4.25l.11-.076ZM15 1a1 1 0 0 1 1 1v12l-.005.102A1 1 0 0 1 15 15H1l-.103-.005a1 1 0 0 1-.892-.893L0 14V2a1 1 0 0 1 .897-.995L1 1zM1 14h14V2H1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.iw7r68gx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 2a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H1l-.103-.005a1 1 0 0 1-.892-.893L0 12V3a1 1 0 0 1 .897-.995L1 2zM1 12h14V3H1zm10.667-7.988c.2.051.333.27.333.488A1.5 1.5 0 0 0 13.5 6c.249 0 .5.173.5.422v2.155l-.012.09c-.051.2-.27.333-.488.333a1.5 1.5 0 0 0-1.5 1.5c0 .218-.133.437-.333.488l-.09.012H4.423C4.174 11 4 10.749 4 10.5A1.5 1.5 0 0 0 2.5 9c-.218 0-.437-.133-.488-.333L2 8.577V6.422C2 6.173 2.251 6 2.5 6A1.5 1.5 0 0 0 4 4.5c0-.249.174-.5.423-.5h7.154zM4.95 5c-.199.98-.97 1.75-1.95 1.95v1.1c.98.199 1.751.97 1.95 1.95h6.1c.199-.98.97-1.751 1.95-1.95v-1.1A2.5 2.5 0 0 1 11.05 5zM8 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m0 1a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.tgzc5-bc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10.646.646a.5.5 0 1 1 .707.707l-10 10a.5.5 0 0 1-.707-.707zm.63 2.715A.5.5 0 0 1 12 3.81v4.38l-.005.068a.5.5 0 0 1-.656.406l-.063-.026L9 7.5V9a1 1 0 0 1-.897.995L8 10H4.121l1-1H8V6.121l2.243-2.244zM9 5.617v.765l2 1V4.617zM6.879 3H1v5.879l-.765.764A1 1 0 0 1 0 9V3a1 1 0 0 1 1-1h6.879z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.y57xxsbh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.146 1.146a.5.5 0 1 1 .707.707l-13 13a.5.5 0 0 1-.707-.707zM12 6.6l3.315-1.326a.5.5 0 0 1 .685.464v4.524l-.004.064a.5.5 0 0 1-.62.42l-.061-.02L12 9.399V11a1 1 0 0 1-.898.995L11 12H5.121l1-1H11V6.121l1-1zm0 1.077v.645l3 1.2V6.477zM7.879 5H1v6h.879l-.994.993A1 1 0 0 1 0 11V5a1 1 0 0 1 1-1h7.879z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "garden",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Garden SVG Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 932,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Zendesk",
|
|
8
8
|
"url": "https://github.com/zendeskgarden/svg-icons"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
],
|
|
28
28
|
"palette": false
|
|
29
29
|
},
|
|
30
|
-
"lastModified":
|
|
30
|
+
"lastModified": 1776830507
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/garden",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/garden/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -262,6 +262,22 @@
|
|
|
262
262
|
"types": "./types/gfwqskkx.d.ts",
|
|
263
263
|
"svelte": "./components/a/arrow-trending-stroke-16.svelte"
|
|
264
264
|
},
|
|
265
|
+
"./arrow-up-box-fill-12": {
|
|
266
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
267
|
+
"svelte": "./components/a/arrow-up-box-fill-12.svelte"
|
|
268
|
+
},
|
|
269
|
+
"./arrow-up-box-fill-16": {
|
|
270
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
271
|
+
"svelte": "./components/a/arrow-up-box-fill-16.svelte"
|
|
272
|
+
},
|
|
273
|
+
"./arrow-up-box-stroke-12": {
|
|
274
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
275
|
+
"svelte": "./components/a/arrow-up-box-stroke-12.svelte"
|
|
276
|
+
},
|
|
277
|
+
"./arrow-up-box-stroke-16": {
|
|
278
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
279
|
+
"svelte": "./components/a/arrow-up-box-stroke-16.svelte"
|
|
280
|
+
},
|
|
265
281
|
"./asterisk-fill-12": {
|
|
266
282
|
"types": "./types/gfwqskkx.d.ts",
|
|
267
283
|
"svelte": "./components/a/asterisk-fill-12.svelte"
|
|
@@ -294,6 +310,22 @@
|
|
|
294
310
|
"types": "./types/gfwqskkx.d.ts",
|
|
295
311
|
"svelte": "./components/a/at-stroke-16.svelte"
|
|
296
312
|
},
|
|
313
|
+
"./banknote-fill-12": {
|
|
314
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
315
|
+
"svelte": "./components/b/banknote-fill-12.svelte"
|
|
316
|
+
},
|
|
317
|
+
"./banknote-fill-16": {
|
|
318
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
319
|
+
"svelte": "./components/b/banknote-fill-16.svelte"
|
|
320
|
+
},
|
|
321
|
+
"./banknote-stroke-12": {
|
|
322
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
323
|
+
"svelte": "./components/b/banknote-stroke-12.svelte"
|
|
324
|
+
},
|
|
325
|
+
"./banknote-stroke-16": {
|
|
326
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
327
|
+
"svelte": "./components/b/banknote-stroke-16.svelte"
|
|
328
|
+
},
|
|
297
329
|
"./bar-chart-26": {
|
|
298
330
|
"types": "./types/gfwqskkx.d.ts",
|
|
299
331
|
"svelte": "./components/b/bar-chart-26.svelte"
|
|
@@ -3790,6 +3822,38 @@
|
|
|
3790
3822
|
"types": "./types/gfwqskkx.d.ts",
|
|
3791
3823
|
"svelte": "./components/u/user-unfollow-stroke-16.svelte"
|
|
3792
3824
|
},
|
|
3825
|
+
"./video-fill-12": {
|
|
3826
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3827
|
+
"svelte": "./components/v/video-fill-12.svelte"
|
|
3828
|
+
},
|
|
3829
|
+
"./video-fill-16": {
|
|
3830
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3831
|
+
"svelte": "./components/v/video-fill-16.svelte"
|
|
3832
|
+
},
|
|
3833
|
+
"./video-off-fill-12": {
|
|
3834
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3835
|
+
"svelte": "./components/v/video-off-fill-12.svelte"
|
|
3836
|
+
},
|
|
3837
|
+
"./video-off-fill-16": {
|
|
3838
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3839
|
+
"svelte": "./components/v/video-off-fill-16.svelte"
|
|
3840
|
+
},
|
|
3841
|
+
"./video-off-stroke-12": {
|
|
3842
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3843
|
+
"svelte": "./components/v/video-off-stroke-12.svelte"
|
|
3844
|
+
},
|
|
3845
|
+
"./video-off-stroke-16": {
|
|
3846
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3847
|
+
"svelte": "./components/v/video-off-stroke-16.svelte"
|
|
3848
|
+
},
|
|
3849
|
+
"./video-stroke-12": {
|
|
3850
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3851
|
+
"svelte": "./components/v/video-stroke-12.svelte"
|
|
3852
|
+
},
|
|
3853
|
+
"./video-stroke-16": {
|
|
3854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3855
|
+
"svelte": "./components/v/video-stroke-16.svelte"
|
|
3856
|
+
},
|
|
3793
3857
|
"./views-fill-26": {
|
|
3794
3858
|
"types": "./types/gfwqskkx.d.ts",
|
|
3795
3859
|
"svelte": "./components/v/views-fill-26.svelte"
|