@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.
- package/components/n/nusantara.jsx +21 -0
- package/css/e/edpva5b2a.css +3 -0
- package/css/g/go6vepb7s.css +3 -0
- package/css/j/jllgacczv.css +3 -0
- package/css/j/jw85-fbse.css +3 -0
- package/css/o/ozl9xma8q.css +3 -0
- package/css/s/slt45ab8s.css +3 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -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;
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "thesvg",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "theSVG",
|
|
5
|
-
"total":
|
|
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":
|
|
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.
|
|
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"
|