@iconify-svelte/pinhead 1.0.14 → 1.0.15
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,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/sld4zn5wc.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="sld4zn5wc"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-sitting-in-seat-beside-person-sitting-in-seat" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.sld4zn5wc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.61 5.74c-.21-1.38 1.73-1.79 2.03-.38l.53 2.69l1.96.01c.58 0 .87.48.87.91v3.68c0 .9-1.23.89-1.23-.01V9.78H3.26c-.58 0-.95-.42-1.04-.89zm-.23-2.8c-.04.45.18.88.54 1.12c.38.24.85.24 1.22 0s.58-.67.55-1.12c.03-.45-.18-.88-.55-1.11c-.37-.24-.84-.24-1.22 0a1.2 1.2 0 0 0-.54 1.11M.02 7.19c-.14-.77.84-.95.97-.18l.43 2.41c.1.49.46.93.97 1.09c.15.05.31.05.47.07h1.41c.76 0 .75 1.02-.01 1.01H2.78c-.24 0-.46-.03-.69-.1c-.88-.28-1.5-1.02-1.66-1.89zm9.59-1.45c-.21-1.38 1.73-1.79 2.03-.38l.53 2.69l1.96.01c.58 0 .87.48.87.91v3.68c0 .9-1.23.89-1.23-.01V9.78h-2.51c-.58 0-.95-.42-1.04-.89zm-.23-2.8c-.04.45.18.88.54 1.12c.38.24.85.24 1.22 0s.58-.67.55-1.12c.03-.45-.18-.88-.55-1.11c-.37-.24-.84-.24-1.22 0a1.2 1.2 0 0 0-.54 1.11M8.02 7.19c-.14-.77.84-.95.97-.18l.43 2.41c.1.49.46.93.97 1.09c.15.05.31.05.47.07h1.41c.76 0 .75 1.02-.01 1.01h-1.48c-.24 0-.46-.03-.69-.1c-.88-.28-1.5-1.02-1.66-1.89z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "pinhead",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Pinhead Map Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 2467,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Quincy Morgan",
|
|
8
8
|
"url": "https://github.com/waysidemapping/pinhead"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1785992504
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/pinhead",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.15",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/pinhead/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -6074,6 +6074,10 @@
|
|
|
6074
6074
|
"types": "./types/gfwqskkx.d.ts",
|
|
6075
6075
|
"svelte": "./components/p/person-sitting-in-seat.svelte"
|
|
6076
6076
|
},
|
|
6077
|
+
"./person-sitting-in-seat-beside-person-sitting-in-seat": {
|
|
6078
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6079
|
+
"svelte": "./components/p/person-sitting-in-seat-beside-person-sitting-in-seat.svelte"
|
|
6080
|
+
},
|
|
6077
6081
|
"./person-sitting-in-steam-sauna": {
|
|
6078
6082
|
"types": "./types/gfwqskkx.d.ts",
|
|
6079
6083
|
"svelte": "./components/p/person-sitting-in-steam-sauna.svelte"
|