@iconify-react/simple-icons 1.0.12 → 1.0.13
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/t/tickettailor.jsx +19 -0
- package/css/u/u_fx051-n.css +4 -0
- package/iconify.json +3 -3
- package/package.json +5 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/u/u_fx051-n.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
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="u_fx051-n"/>`,
|
|
15
|
+
"fallback": "simple-icons:tickettailor",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.u_fx051-n {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.328 19.239L15.283.631a.913.913 0 0 0-1.15-.586l-3.374 1.096a2.146 2.146 0 1 1-4.083 1.325L3.131 3.62a.73.73 0 0 0-.469.92l6.159 18.955a.73.73 0 0 0 .92.469l3.545-1.152a2.148 2.148 0 1 1 4.085-1.327l3.372-1.096a.913.913 0 0 0 .586-1.15zM10.302 14.52H8.578V8.345H6.506V6.673h5.857v1.672h-2.061zm6.865-3.577h-2.061v6.176H13.38v-6.176h-2.073V9.271h5.86z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "16.
|
|
5
|
+
"total": 3433,
|
|
6
|
+
"version": "16.20.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1779168034
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.13",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/simple-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -12942,6 +12942,10 @@
|
|
|
12942
12942
|
"types": "./types/hqrkovbr.d.ts",
|
|
12943
12943
|
"default": "./components/t/ticketmaster.jsx"
|
|
12944
12944
|
},
|
|
12945
|
+
"./tickettailor": {
|
|
12946
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
12947
|
+
"default": "./components/t/tickettailor.jsx"
|
|
12948
|
+
},
|
|
12945
12949
|
"./ticktick": {
|
|
12946
12950
|
"types": "./types/hqrkovbr.d.ts",
|
|
12947
12951
|
"default": "./components/t/ticktick.jsx"
|