@iconify-react/garden 1.0.0 → 1.0.2
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.jsx +19 -0
- package/components/a/arrow-up-box-fill-16.jsx +19 -0
- package/components/a/arrow-up-box-stroke-12.jsx +19 -0
- package/components/a/arrow-up-box-stroke-16.jsx +19 -0
- package/components/r/rocket-fill-12.jsx +19 -0
- package/components/r/rocket-fill-16.jsx +19 -0
- package/components/r/rocket-stroke-12.jsx +19 -0
- package/components/r/rocket-stroke-16.jsx +19 -0
- package/components/v/video-fill-12.jsx +19 -0
- package/components/v/video-fill-16.jsx +19 -0
- package/components/v/video-off-fill-12.jsx +19 -0
- package/components/v/video-off-fill-16.jsx +19 -0
- package/components/v/video-off-stroke-12.jsx +19 -0
- package/components/v/video-off-stroke-16.jsx +19 -0
- package/components/v/video-stroke-12.jsx +19 -0
- package/components/v/video-stroke-16.jsx +19 -0
- package/css/a/ap6k9bbn.css +4 -0
- package/css/a/ay_6d-f.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/h/hd3uh_zv.css +4 -0
- package/css/n/ngdodkbu.css +4 -0
- package/css/o/ok-b4woc.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/w/w0yfrvlw.css +4 -0
- package/css/x/xmq1eqdz.css +4 -0
- package/css/y/y57xxsbh.css +4 -0
- package/iconify.json +2 -2
- package/package.json +65 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/g/g5_j0fbs.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="g5_j0fbs"/>`,
|
|
15
|
+
"fallback": "garden:arrow-up-box-fill-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/f/fckspfba.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="fckspfba"/>`,
|
|
15
|
+
"fallback": "garden:arrow-up-box-fill-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/f/fns4x3bs.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="fns4x3bs"/>`,
|
|
15
|
+
"fallback": "garden:arrow-up-box-stroke-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/h/hd3uh_zv.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="hd3uh_zv"/>`,
|
|
15
|
+
"fallback": "garden:arrow-up-box-stroke-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/x/xmq1eqdz.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="xmq1eqdz"/>`,
|
|
15
|
+
"fallback": "garden:rocket-fill-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/o/ok-b4woc.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="ok-b4woc"/>`,
|
|
15
|
+
"fallback": "garden:rocket-fill-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/a/ap6k9bbn.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="ap6k9bbn"/>`,
|
|
15
|
+
"fallback": "garden:rocket-stroke-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/w/w0yfrvlw.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="w0yfrvlw"/>`,
|
|
15
|
+
"fallback": "garden:rocket-stroke-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/r/r3zh8pd.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="r3zh8pd"/>`,
|
|
15
|
+
"fallback": "garden:video-fill-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/q/qopto-j.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="qopto-j"/>`,
|
|
15
|
+
"fallback": "garden:video-fill-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/a/ay_6d-f.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="ay_6d-f"/>`,
|
|
15
|
+
"fallback": "garden:video-off-fill-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/n/ngdodkbu.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="ngdodkbu"/>`,
|
|
15
|
+
"fallback": "garden:video-off-fill-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/t/tgzc5-bc.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="tgzc5-bc"/>`,
|
|
15
|
+
"fallback": "garden:video-off-stroke-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/y/y57xxsbh.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="y57xxsbh"/>`,
|
|
15
|
+
"fallback": "garden:video-off-stroke-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/r/r06hjub.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":12,"height":12};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="r06hjub"/>`,
|
|
15
|
+
"fallback": "garden:video-stroke-12",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/s/sr02l2tg.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="sr02l2tg"/>`,
|
|
15
|
+
"fallback": "garden:video-stroke-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ap6k9bbn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.804 8.393a1.804 1.804 0 0 1 0 3.607H.602A.6.6 0 0 1 0 11.4v-1.202C0 9.2.808 8.393 1.804 8.393M10.77.004a1.13 1.13 0 0 1 1.226 1.227c-.194 2.232-1.373 3.953-2.978 5.47v2.215c0 .633-.333 1.22-.876 1.545l-1.511.908a1.203 1.203 0 0 1-1.821-1.032V9.244L2.757 7.19H1.663A1.203 1.203 0 0 1 .632 5.37l.907-1.511a1.8 1.8 0 0 1 1.547-.876h2.213C6.816 1.378 8.537.198 10.769.004Zm-8.966 9.39a.804.804 0 0 0-.804.803V11h.804a.804.804 0 0 0 0-1.608Zm3.995-.283a1 1 0 0 1 .01.133v1.093c0 .158.172.255.307.174l1.512-.907a.8.8 0 0 0 .39-.688V7.402L5.798 9.11ZM10.856 1c-1.738.151-3.151 1-4.477 2.308l-2.65 3.44L5.25 8.27l3.438-2.65C9.998 4.297 10.85 2.884 11 1.145a.13.13 0 0 0-.143-.143Zm-7.77 2.982a.8.8 0 0 0-.69.39L1.49 5.884a.203.203 0 0 0 .174.307h1.094a1 1 0 0 1 .13.01l1.71-2.218H3.087Z");
|
|
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
|
+
.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
|
+
.ok-b4woc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m10.42 10.319l-2.404 2.044v1.42l2.015-1.21a.8.8 0 0 0 .39-.687V10.32Zm-4.007 2.005L3.676 9.587H2.217A1.603 1.603 0 0 1 .843 7.16l1.209-2.015a2.4 2.4 0 0 1 2.062-1.168h2.952C9.089 1.836 11.383.264 14.36.006a1.507 1.507 0 0 1 1.634 1.634c-.258 2.977-1.83 5.27-3.97 7.294v2.952c0 .845-.444 1.628-1.168 2.062l-2.015 1.21a1.603 1.603 0 0 1-2.428-1.375zM5.68 5.58H4.114a.8.8 0 0 0-.687.389l-1.21 2.015h1.42L5.681 5.58ZM0 13.595A2.405 2.405 0 1 1 2.405 16H.802A.8.8 0 0 1 0 15.198z");
|
|
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
|
+
.w0yfrvlw {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.404 11.19a2.406 2.406 0 0 1 0 4.81H.802A.8.8 0 0 1 0 15.198v-1.602a2.405 2.405 0 0 1 2.404-2.406M14.36.006a1.507 1.507 0 0 1 1.635 1.635c-.258 2.976-1.83 5.27-3.97 7.294v2.95c0 .845-.443 1.629-1.167 2.063l-2.016 1.21c-1.069.64-2.429-.13-2.429-1.376v-1.458L3.676 9.588H2.218C.972 9.588.202 8.228.843 7.159l1.209-2.015a2.4 2.4 0 0 1 2.062-1.167h2.951C9.09 1.837 11.383.264 14.36.006M2.404 12.19C1.63 12.19 1 12.82 1 13.596V15h1.404a1.405 1.405 0 1 0 0-2.81m5.003.04a1 1 0 0 1 .005.094v1.458c0 .47.512.759.914.518l2.016-1.21c.423-.253.681-.71.681-1.204V9.66zm7.04-11.228c-2.638.229-4.72 1.615-6.655 3.661l-.017.015l-3.154 4.44l2.26 2.26l4.44-3.154l.016-.016c2.046-1.935 3.432-4.017 3.661-6.654a.507.507 0 0 0-.552-.552ZM4.113 4.977c-.493 0-.95.258-1.205.681L1.7 7.674a.604.604 0 0 0 .518.914h1.458l.094.004l2.568-3.615z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.xmq1eqdz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.815 7.74L6.012 9.271v1.065l1.511-.907a.6.6 0 0 0 .292-.515V7.739ZM4.81 9.242L2.757 7.191H1.663A1.202 1.202 0 0 1 .632 5.37l.907-1.512a1.8 1.8 0 0 1 1.546-.876H5.3C6.817 1.377 8.537.198 10.77.004a1.13 1.13 0 0 1 1.227 1.226c-.194 2.233-1.373 3.953-2.978 5.47v2.215c0 .633-.333 1.22-.876 1.546l-1.512.907a1.202 1.202 0 0 1-1.82-1.031V9.243Zm-.548-5.058H3.085a.6.6 0 0 0-.515.292l-.907 1.511h1.065L4.26 4.185ZM0 10.197A1.804 1.804 0 1 1 1.804 12H.6a.6.6 0 0 1-.6-.601z");
|
|
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": 928,
|
|
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": 1774071463
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/garden",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
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/hqrkovbr.d.ts",
|
|
263
263
|
"default": "./components/a/arrow-trending-stroke-16.jsx"
|
|
264
264
|
},
|
|
265
|
+
"./arrow-up-box-fill-12": {
|
|
266
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
267
|
+
"default": "./components/a/arrow-up-box-fill-12.jsx"
|
|
268
|
+
},
|
|
269
|
+
"./arrow-up-box-fill-16": {
|
|
270
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
271
|
+
"default": "./components/a/arrow-up-box-fill-16.jsx"
|
|
272
|
+
},
|
|
273
|
+
"./arrow-up-box-stroke-12": {
|
|
274
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
275
|
+
"default": "./components/a/arrow-up-box-stroke-12.jsx"
|
|
276
|
+
},
|
|
277
|
+
"./arrow-up-box-stroke-16": {
|
|
278
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
279
|
+
"default": "./components/a/arrow-up-box-stroke-16.jsx"
|
|
280
|
+
},
|
|
265
281
|
"./asterisk-fill-12": {
|
|
266
282
|
"types": "./types/hqrkovbr.d.ts",
|
|
267
283
|
"default": "./components/a/asterisk-fill-12.jsx"
|
|
@@ -3034,6 +3050,22 @@
|
|
|
3034
3050
|
"types": "./types/hqrkovbr.d.ts",
|
|
3035
3051
|
"default": "./components/r/reload-stroke-16.jsx"
|
|
3036
3052
|
},
|
|
3053
|
+
"./rocket-fill-12": {
|
|
3054
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3055
|
+
"default": "./components/r/rocket-fill-12.jsx"
|
|
3056
|
+
},
|
|
3057
|
+
"./rocket-fill-16": {
|
|
3058
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3059
|
+
"default": "./components/r/rocket-fill-16.jsx"
|
|
3060
|
+
},
|
|
3061
|
+
"./rocket-stroke-12": {
|
|
3062
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3063
|
+
"default": "./components/r/rocket-stroke-12.jsx"
|
|
3064
|
+
},
|
|
3065
|
+
"./rocket-stroke-16": {
|
|
3066
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3067
|
+
"default": "./components/r/rocket-stroke-16.jsx"
|
|
3068
|
+
},
|
|
3037
3069
|
"./sandbox-fill-12": {
|
|
3038
3070
|
"types": "./types/hqrkovbr.d.ts",
|
|
3039
3071
|
"default": "./components/s/sandbox-fill-12.jsx"
|
|
@@ -3774,6 +3806,38 @@
|
|
|
3774
3806
|
"types": "./types/hqrkovbr.d.ts",
|
|
3775
3807
|
"default": "./components/u/user-unfollow-stroke-16.jsx"
|
|
3776
3808
|
},
|
|
3809
|
+
"./video-fill-12": {
|
|
3810
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3811
|
+
"default": "./components/v/video-fill-12.jsx"
|
|
3812
|
+
},
|
|
3813
|
+
"./video-fill-16": {
|
|
3814
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3815
|
+
"default": "./components/v/video-fill-16.jsx"
|
|
3816
|
+
},
|
|
3817
|
+
"./video-off-fill-12": {
|
|
3818
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3819
|
+
"default": "./components/v/video-off-fill-12.jsx"
|
|
3820
|
+
},
|
|
3821
|
+
"./video-off-fill-16": {
|
|
3822
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3823
|
+
"default": "./components/v/video-off-fill-16.jsx"
|
|
3824
|
+
},
|
|
3825
|
+
"./video-off-stroke-12": {
|
|
3826
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3827
|
+
"default": "./components/v/video-off-stroke-12.jsx"
|
|
3828
|
+
},
|
|
3829
|
+
"./video-off-stroke-16": {
|
|
3830
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3831
|
+
"default": "./components/v/video-off-stroke-16.jsx"
|
|
3832
|
+
},
|
|
3833
|
+
"./video-stroke-12": {
|
|
3834
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3835
|
+
"default": "./components/v/video-stroke-12.jsx"
|
|
3836
|
+
},
|
|
3837
|
+
"./video-stroke-16": {
|
|
3838
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3839
|
+
"default": "./components/v/video-stroke-16.jsx"
|
|
3840
|
+
},
|
|
3777
3841
|
"./views-fill-26": {
|
|
3778
3842
|
"types": "./types/hqrkovbr.d.ts",
|
|
3779
3843
|
"default": "./components/v/views-fill-26.jsx"
|