@iconify-solid/thesvg 1.0.2 → 1.0.3

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,21 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/o/ozl9xma8q.css';
4
+ import '../../css/e/edpva5b2a.css';
5
+ import '../../css/j/jllgacczv.css';
6
+ import '../../css/c/cuyn6tgcc.css';
7
+ import '../../css/j/jw85-fbse.css';
8
+ import '../../css/s/slt45ab8s.css';
9
+ import '../../css/g/go6vepb7s.css';
10
+
11
+ const viewBox = {"width":150,"height":150};
12
+ const content = `<defs><clipPath id="SVGU3pdo2XM"><path class="ozl9xma8q"/></clipPath><clipPath id="SVGZq8XkcJH"><path class="edpva5b2a"/></clipPath><clipPath id="SVG5K3Iqdnk"><path class="jllgacczv"/></clipPath></defs><g class="cuyn6tgcc"><g clip-path="url(#SVGU3pdo2XM)"><path class="jw85-fbse"/></g><g clip-path="url(#SVGZq8XkcJH)"><path class="slt45ab8s"/></g><g clip-path="url(#SVG5K3Iqdnk)"><path class="go6vepb7s"/></g></g>`;
13
+
14
+ /** @param props {{width?: string; height?: string;}} */
15
+ function Component(props) {
16
+ const [local, others] = splitProps(props, ["width","height"]);
17
+
18
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"thesvg:nusantara"} {...others} />);
19
+ }
20
+
21
+ export default Component;
@@ -0,0 +1,3 @@
1
+ .edpva5b2a {
2
+ d: path("M30.398 52H74v46H30.398Zm0 0");
3
+ }
@@ -0,0 +1,3 @@
1
+ .go6vepb7s {
2
+ d: path("m119.352 52.86l-.082 44.581l-42.723-44.66Zm0 0");
3
+ }
@@ -0,0 +1,3 @@
1
+ .jllgacczv {
2
+ d: path("M76 52h43.648v46H76Zm0 0");
3
+ }
@@ -0,0 +1,3 @@
1
+ .jw85-fbse {
2
+ d: path("m119.27 97.715l-.075 40.91l-74.047-71.367L30.48 52.539l.075-41.027l82.593 80.125Zm0 0");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ozl9xma8q {
2
+ d: path("M30.398 11.43h89.25v127.5h-89.25Zm0 0");
3
+ }
@@ -0,0 +1,3 @@
1
+ .slt45ab8s {
2
+ d: path("m73.496 97.36l-43.098-.079l.082-44.582Zm0 0");
3
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "thesvg",
3
3
  "info": {
4
4
  "name": "theSVG",
5
- "total": 3750,
5
+ "total": 3751,
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": 1788366300
26
+ "lastModified": 1788788546
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.2",
4
+ "version": "1.0.3",
5
5
  "homepage": "https://icon-sets.iconify.design/thesvg/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -8974,6 +8974,10 @@
8974
8974
  "types": "./types/vn2rmosy.d.ts",
8975
8975
  "default": "./components/n/nunjucks.jsx"
8976
8976
  },
8977
+ "./nusantara": {
8978
+ "types": "./types/vn2rmosy.d.ts",
8979
+ "default": "./components/n/nusantara.jsx"
8980
+ },
8977
8981
  "./nushell": {
8978
8982
  "types": "./types/vn2rmosy.d.ts",
8979
8983
  "default": "./components/n/nushell.jsx"