@iconify-react/ant-design 1.0.4 → 1.0.5
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/m/meta-filled.jsx +19 -0
- package/components/n/netflix-filled.jsx +19 -0
- package/css/s/s6i7a1tli.css +4 -0
- package/css/u/uhsimbvhs.css +4 -0
- package/iconify.json +2 -2
- package/package.json +9 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/u/uhsimbvhs.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{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="uhsimbvhs"/>`,
|
|
15
|
+
"fallback": "ant-design:meta-filled",
|
|
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/s6i7a1tli.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{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="s6i7a1tli"/>`,
|
|
15
|
+
"fallback": "ant-design:netflix-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.uhsimbvhs {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M322.16 214.453c-73.472 0-137.499 47.787-181.85 116.219C90.282 407.765 64 507.632 64 603.429c0 26.358 2.613 51.11 7.84 73.659a247 247 0 0 0 9.893 32.107a198 198 0 0 0 13.851 28.41c25.984 43.27 67.872 71.942 134.139 71.942c55.888 0 98.298-25.051 148.026-91.243c28.374-37.781 42.71-60.704 99.419-161.28l28.224-49.99l6.944-12.133c2.277 3.734 4.517 7.318 6.832 11.2l80.341 134.214c27.03 45.173 62.16 95.424 92.214 123.722c39.05 36.848 74.368 45.547 114.24 45.547c40.133 0 70.037-13.253 91.653-31.472a139.7 139.7 0 0 0 30.24-36.325C948.09 706.73 960 662.379 960 601.973c0-101.546-25.424-199.994-77.803-278.133c-47.861-71.381-110.394-109.387-176.064-109.387c-39.088 0-77.952 17.435-113.978 48.832c-24.342 21.28-46.928 48.16-67.947 76.534c-25.76-32.667-49.84-57.755-73.099-76.758c-44.128-36.064-86.426-48.645-128.949-48.645zM701.467 291.1c42.82 0 81.685 28.298 111.7 74.629c42.262 65.259 61.489 156.613 61.489 238.933c0 57.792-13.739 108.267-68.656 108.267c-21.653 0-38.341-8.587-62.123-37.483c-18.517-22.437-50.138-70.112-105.728-162.698l-23.034-38.379a1677 1677 0 0 0-46.854-73.92c2.614-4.07 5.264-8.363 7.878-12.208c41.813-62.235 79.072-97.141 125.365-97.141zm-380.838 20.645c47.227 0 76.832 29.53 99.867 53.984c11.461 12.208 27.515 32.517 46.07 58.95l-38.08 58.463c-28.262 43.419-70.262 112.635-105.915 161.952c-44.464 61.563-67.574 67.835-92.811 67.835c-19.563 0-38.752-8.848-51.632-29.643c-9.819-15.904-17.323-42.186-17.323-76.384c0-82.917 23.52-169.306 61.974-227.285c16.949-25.648 35.989-45.77 57.232-57.232a84.5 84.5 0 0 1 40.618-10.64");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "ant-design",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Ant Design Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 848,
|
|
6
6
|
"version": "4.5.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "HeskeyBaozi",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1783405210
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/ant-design",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.5",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/ant-design/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -2026,6 +2026,10 @@
|
|
|
2026
2026
|
"types": "./types/hqrkovbr.d.ts",
|
|
2027
2027
|
"default": "./components/m/message-twotone.jsx"
|
|
2028
2028
|
},
|
|
2029
|
+
"./meta-filled": {
|
|
2030
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2031
|
+
"default": "./components/m/meta-filled.jsx"
|
|
2032
|
+
},
|
|
2029
2033
|
"./minus-circle-filled": {
|
|
2030
2034
|
"types": "./types/hqrkovbr.d.ts",
|
|
2031
2035
|
"default": "./components/m/minus-circle-filled.jsx"
|
|
@@ -2106,6 +2110,10 @@
|
|
|
2106
2110
|
"types": "./types/hqrkovbr.d.ts",
|
|
2107
2111
|
"default": "./components/m/muted-outlined.jsx"
|
|
2108
2112
|
},
|
|
2113
|
+
"./netflix-filled": {
|
|
2114
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2115
|
+
"default": "./components/n/netflix-filled.jsx"
|
|
2116
|
+
},
|
|
2109
2117
|
"./node-collapse-outlined": {
|
|
2110
2118
|
"types": "./types/hqrkovbr.d.ts",
|
|
2111
2119
|
"default": "./components/n/node-collapse-outlined.jsx"
|