@iconify-react/garden 1.0.1 → 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/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/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/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 +49 -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/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
|
+
.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
|
+
.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": 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"
|
|
@@ -3790,6 +3806,38 @@
|
|
|
3790
3806
|
"types": "./types/hqrkovbr.d.ts",
|
|
3791
3807
|
"default": "./components/u/user-unfollow-stroke-16.jsx"
|
|
3792
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
|
+
},
|
|
3793
3841
|
"./views-fill-26": {
|
|
3794
3842
|
"types": "./types/hqrkovbr.d.ts",
|
|
3795
3843
|
"default": "./components/v/views-fill-26.jsx"
|