@iconify-solid/thesvg 1.0.3 → 1.0.4

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/z/z1c-26sug.css';
4
+
5
+ const viewBox = {"width":65,"height":65,"left":33};
6
+ const content = `<path class="z1c-26sug"/>`;
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={"thesvg:chunk"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,5 @@
1
+ .z1c-26sug {
2
+ fill: currentColor;
3
+ fill-rule: evenodd;
4
+ d: path("M97.457 9.082v-.018C97.435 4.324 93.54.422 88.77.36c-2.332.026-7.067-.042-10.607 0c-10.464.006-23.997-.011-24.64.002a8.8 8.8 0 0 0-5.4 1.998c-3.982 3.796-7.802 7.742-11.729 11.59c-1.495 1.428-2.475 3.296-2.71 5.386c-.04.32-.05.673-.056.99v30.288c-.029 2.888.036 4.11.004 4.612c.114 4.668 3.99 8.484 8.737 8.522c8.193.033 34.282-.043 34.988 0c1.312 0 2.683-.307 3.81-.862a8.8 8.8 0 0 0 1.85-1.187c3.964-3.802 7.783-7.722 11.698-11.567c1.579-1.512 2.572-3.526 2.72-5.75a8 8 0 0 0 .016-.354c.004-.13.004-.214.004-.234V9.082zM45.895 35.93h2.895q0 2.95 1.69 4.397q1.662 1.449 5.227 1.448h7.24q3.565 0 5.227-1.448q1.69-1.447 1.69-4.397h2.895q0 3.003-1.046 5.014q-1.045 2.037-3.19 3.056q-2.145 1.046-5.47 1.046H55.6q-3.325 0-5.47-1.046q-2.145-1.019-3.19-3.056q-1.045-2.01-1.045-5.014m6.22-3.99q0-1.073.697-1.823q.725-.724 1.85-.724t1.823.724q.724.75.724 1.823q0 1.099-.724 1.823q-.697.724-1.823.724t-1.85-.724q-.697-.724-.697-1.823m8.955 0q0-1.073.697-1.823q.723-.724 1.85-.724q1.125 0 1.823.724q.724.75.724 1.823q0 1.099-.724 1.823q-.698.724-1.823.724q-1.127 0-1.85-.724q-.697-.724-.697-1.823");
5
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "thesvg",
3
3
  "info": {
4
4
  "name": "theSVG",
5
- "total": 3751,
5
+ "total": 3752,
6
6
  "author": {
7
7
  "name": "thesvg.org",
8
8
  "url": "https://github.com/glincker/thesvg"
@@ -23,5 +23,5 @@
23
23
  "category": "Logos",
24
24
  "palette": false
25
25
  },
26
- "lastModified": 1788788546
26
+ "lastModified": 1789034669
27
27
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-solid/thesvg",
3
3
  "type": "module",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "homepage": "https://icon-sets.iconify.design/thesvg/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -2226,6 +2226,10 @@
2226
2226
  "types": "./types/vn2rmosy.d.ts",
2227
2227
  "default": "./components/c/chrysler.jsx"
2228
2228
  },
2229
+ "./chunk": {
2230
+ "types": "./types/vn2rmosy.d.ts",
2231
+ "default": "./components/c/chunk.jsx"
2232
+ },
2229
2233
  "./chupa-chups": {
2230
2234
  "types": "./types/vn2rmosy.d.ts",
2231
2235
  "default": "./components/c/chupa-chups.jsx"