@iconify-solid/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.
@@ -0,0 +1,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/u/u_fx051-n.css';
4
+
5
+ const viewBox = {"width":24,"height":24};
6
+ const content = `<path class="u_fx051-n"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"simple-icons:tickettailor"} {...others} />);
13
+ }
14
+
15
+ 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": 3432,
6
- "version": "16.19.0",
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": 1778563078
28
+ "lastModified": 1779168034
29
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-solid/simple-icons",
3
3
  "type": "module",
4
- "version": "1.0.12",
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/vn2rmosy.d.ts",
12943
12943
  "default": "./components/t/ticketmaster.jsx"
12944
12944
  },
12945
+ "./tickettailor": {
12946
+ "types": "./types/vn2rmosy.d.ts",
12947
+ "default": "./components/t/tickettailor.jsx"
12948
+ },
12945
12949
  "./ticktick": {
12946
12950
  "types": "./types/vn2rmosy.d.ts",
12947
12951
  "default": "./components/t/ticktick.jsx"