@iconify-svelte/pinhead 1.0.23 → 1.0.24
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/b/badge-shield-with-exclamation-point.svelte +11 -0
- package/components/b/badge-shield-with-question-mark.svelte +11 -0
- package/components/b/book-with-exclamation-point.svelte +11 -0
- package/components/b/book-with-heavy-six-point-asterisk.svelte +11 -0
- package/components/b/book-with-question-mark.svelte +11 -0
- package/components/b/bridge-in-water.svelte +11 -0
- package/components/b/briefcase-with-megaphone.svelte +11 -0
- package/components/v/vending-machine-with-exclamation-point.svelte +11 -0
- package/components/v/vending-machine-with-question-mark.svelte +11 -0
- package/css/c/c2-ckur5p.css +4 -0
- package/css/d/do_ni8ani.css +4 -0
- package/css/e/ezsnwlscl.css +4 -0
- package/css/f/f12yfw9qr.css +4 -0
- package/css/f/fnj1zubho.css +4 -0
- package/css/k/kqumhyl1l.css +4 -0
- package/css/l/lnpjfhobm.css +4 -0
- package/css/m/m__zv7bsd.css +4 -0
- package/css/o/ov0lzdbhd.css +4 -0
- package/iconify.json +2 -2
- package/package.json +37 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/ov0lzdbhd.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="ov0lzdbhd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:badge-shield-with-exclamation-point" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/do_ni8ani.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="do_ni8ani"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:badge-shield-with-question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/m__zv7bsd.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="m__zv7bsd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:book-with-exclamation-point" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/fnj1zubho.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="fnj1zubho"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:book-with-heavy-six-point-asterisk" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/f12yfw9qr.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="f12yfw9qr"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:book-with-question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kqumhyl1l.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="kqumhyl1l"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bridge-in-water" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/ezsnwlscl.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="ezsnwlscl"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-megaphone" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/lnpjfhobm.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="lnpjfhobm"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:vending-machine-with-exclamation-point" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/c2-ckur5p.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="c2-ckur5p"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:vending-machine-with-question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c2-ckur5p {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0c.55 0 1 .45 1 1v13c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1zM9.5 12.5h-5v1h5zm1-11h-7V11h7zM12.25 8h-1v1h1zm0-2h-1v1h1zm0-2h-1v1h1zM9.5 5c0 .69-.56 1.25-1.25 1.25H8c-.15 0-.28.1-.33.24L7.5 7h-1v-.74c0-.44.32-.81.75-.88l.5-.09A.29.29 0 0 0 8 5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5c0 .41-.34.75-.75.75S4.5 5.41 4.5 5c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2M7 7.5c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.do_ni8ani {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m11.5 0l3 2.76c-.48.78-1.58 1.93-1.58 2.95c0 .74.29 1.44.55 2.06c.22.54.66 1.15.66 1.79c0 2.29-1.88 3.01-3.66 3.91l-.64.33c-.85.43-1.61.45-2.33 1.2c-.72-.75-1.48-.77-2.33-1.2l-.64-.33C2.75 12.57.87 11.85.87 9.56c0-.64.43-1.25.66-1.79c.26-.62.55-1.32.55-2.06c0-1.02-1.03-2.24-1.58-2.95L3.5 0c.37.39 1.24 1.29 2 1.29S7.12.41 7.5 0c.36.39 1.24 1.29 2 1.29s1.6-.86 2-1.29m-4 9.3c-.74 0-1.35.61-1.35 1.35S6.76 12 7.5 12s1.35-.61 1.35-1.35S8.24 9.3 7.5 9.3M7.85 3h-.7c-1.55 0-2.8 1.02-2.8 2.28c0 .47.47.84 1.05.84s1.05-.37 1.05-.84l.03-.07c.2-.3.6-.51 1.02-.51s.82.21 1.02.51l.03.07v.14c0 .43-.3.83-.78 1.02l-.22.11c-.46.22-.75.64-.75 1.09v.76h1.4v-.19c0-.41.26-.79.7-.99l.54-.25c.75-.34 1.21-.99 1.21-1.69C10.65 4.02 9.4 3 7.85 3");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ezsnwlscl {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm-4.42 9H4.39l.46 2.19c.05.19.21.31.4.31h1.34c.12 0 .25-.06.32-.16c.08-.1.11-.24.07-.37zm3.92-5.5h-.47l-3.28 2H3.87c-.2 0-.37.17-.37.38V7H3v2h.5v.12c0 .21.17.38.37.38h2.88l3.25 2h.5zm.5 2.2v2.6c.58-.15 1-.67 1-1.3s-.42-1.15-1-1.3M6.75 7v2H6V7zM11 2H4v1h7z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.f12yfw9qr {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.5 0c.28 0 .5.22.5.5v12l-.75.75l.75.75v1H3c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1ZM12 12.5H3V14h9l-.75-.75zM7.5 8.3c-.74 0-1.35.61-1.35 1.35S6.76 11 7.5 11s1.35-.61 1.35-1.35S8.24 8.3 7.5 8.3M7.85 2h-.7c-1.55 0-2.8 1.02-2.8 2.28c0 .47.47.84 1.05.84s1.05-.37 1.05-.84l.03-.07c.2-.3.6-.51 1.02-.51s.82.21 1.02.51l.03.07v.14c0 .43-.3.83-.78 1.02l-.22.11c-.46.22-.75.64-.75 1.09v.76h1.4v-.19c0-.41.26-.79.7-.99l.54-.25c.75-.34 1.21-.99 1.21-1.69C10.65 3.02 9.4 2 7.85 2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fnj1zubho {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.5 0c.28 0 .5.22.5.5v12l-.75.75l.75.75v1H3c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1zM12 12.5H3V14h9l-.75-.75zm-3.75-10h-1.5v2.2l-1.9-1.1l-.75 1.3L6 6L4.1 7.1l.75 1.3l1.9-1.1v2.2h1.5V7.3l1.9 1.1l.75-1.3L9 6l1.9-1.1l-.75-1.3l-1.9 1.1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kqumhyl1l {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 2v3c-1.1 0-2 .9-2 2v3.05c-.16-.03-.33-.05-.5-.05c-.55 0-1.08.19-1.52.53l-.31.25c-.17.14-.39.22-.62.22h-.1c-.16 0-.31-.04-.45-.11V7c0-1.1-.9-2-2-2s-2 .9-2 2v3.89c-.14.07-.29.11-.45.11h-.1c-.23 0-.45-.08-.62-.22l-.32-.25c-.43-.34-.96-.53-1.51-.53c-.17 0-.34.02-.5.06V7c0-1.1-.9-2-2-2V2zM6.3 13.06l.31-.25a1.44 1.44 0 0 1 1.78 0l.31.25c.36.28.8.44 1.25.44h.1c.45 0 .89-.16 1.25-.44l.31-.25a1.44 1.44 0 0 1 1.78 0l.32.25c.3.25.68.4 1.07.43l.22.01V12h-.05c-.46 0-.89-.15-1.24-.43l-.32-.26a1.44 1.44 0 0 0-1.78 0l-.31.25c-.36.29-.8.44-1.25.44h-.1c-.45 0-.89-.15-1.25-.44l-.31-.25a1.44 1.44 0 0 0-1.78 0l-.31.25c-.36.29-.8.44-1.25.44h-.1c-.45 0-.89-.15-1.25-.44l-.31-.25a1.44 1.44 0 0 0-1.78 0l-.32.26c-.3.24-.68.39-1.07.43H0v1.5h.05c.46 0 .89-.16 1.24-.44l.32-.25a1.44 1.44 0 0 1 1.78 0l.31.25c.36.28.8.44 1.25.44h.1c.45 0 .89-.16 1.25-.44");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lnpjfhobm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0c.55 0 1 .45 1 1v13c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1zM9.5 12.5h-5v1h5zm1-11h-7V11h7zM12.25 8h-1v1h1zm0-2h-1v1h1zm0-2h-1v1h1zm-4-1h-2.5l.75 4h1zM7 7.5c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ov0lzdbhd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m11.5 0l3 2.76c-.48.78-1.58 1.93-1.58 2.95c0 .74.29 1.44.55 2.06c.22.54.66 1.15.66 1.79c0 2.29-1.88 3.01-3.66 3.91l-.64.33c-.85.43-1.61.45-2.33 1.2c-.72-.75-1.48-.77-2.33-1.2l-.64-.33C2.75 12.57.87 11.85.87 9.56c0-.64.43-1.25.66-1.79c.26-.62.55-1.32.55-2.06c0-1.02-1.03-2.24-1.58-2.95L3.5 0c.37.39 1.24 1.29 2 1.29S7.12.41 7.5 0c.36.39 1.24 1.29 2 1.29s1.6-.86 2-1.29m-4 9.3c-.74 0-1.35.61-1.35 1.35S6.76 12 7.5 12s1.35-.61 1.35-1.35S8.24 9.3 7.5 9.3m1.8-6.05H5.7L6.83 8.4h1.35z");
|
|
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": 2579,
|
|
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": 1787983050
|
|
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.24",
|
|
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",
|
|
@@ -762,10 +762,18 @@
|
|
|
762
762
|
"types": "./types/gfwqskkx.d.ts",
|
|
763
763
|
"svelte": "./components/b/badge-shield-with-deer-head-with-antlers.svelte"
|
|
764
764
|
},
|
|
765
|
+
"./badge-shield-with-exclamation-point": {
|
|
766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
767
|
+
"svelte": "./components/b/badge-shield-with-exclamation-point.svelte"
|
|
768
|
+
},
|
|
765
769
|
"./badge-shield-with-fire": {
|
|
766
770
|
"types": "./types/gfwqskkx.d.ts",
|
|
767
771
|
"svelte": "./components/b/badge-shield-with-fire.svelte"
|
|
768
772
|
},
|
|
773
|
+
"./badge-shield-with-question-mark": {
|
|
774
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
775
|
+
"svelte": "./components/b/badge-shield-with-question-mark.svelte"
|
|
776
|
+
},
|
|
769
777
|
"./badge-shield-with-star": {
|
|
770
778
|
"types": "./types/gfwqskkx.d.ts",
|
|
771
779
|
"svelte": "./components/b/badge-shield-with-star.svelte"
|
|
@@ -1258,10 +1266,18 @@
|
|
|
1258
1266
|
"types": "./types/gfwqskkx.d.ts",
|
|
1259
1267
|
"svelte": "./components/b/book-with-dna.svelte"
|
|
1260
1268
|
},
|
|
1269
|
+
"./book-with-exclamation-point": {
|
|
1270
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1271
|
+
"svelte": "./components/b/book-with-exclamation-point.svelte"
|
|
1272
|
+
},
|
|
1261
1273
|
"./book-with-greek-cross": {
|
|
1262
1274
|
"types": "./types/gfwqskkx.d.ts",
|
|
1263
1275
|
"svelte": "./components/b/book-with-greek-cross.svelte"
|
|
1264
1276
|
},
|
|
1277
|
+
"./book-with-heavy-six-point-asterisk": {
|
|
1278
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1279
|
+
"svelte": "./components/b/book-with-heavy-six-point-asterisk.svelte"
|
|
1280
|
+
},
|
|
1265
1281
|
"./book-with-info-i": {
|
|
1266
1282
|
"types": "./types/gfwqskkx.d.ts",
|
|
1267
1283
|
"svelte": "./components/b/book-with-info-i.svelte"
|
|
@@ -1282,6 +1298,10 @@
|
|
|
1282
1298
|
"types": "./types/gfwqskkx.d.ts",
|
|
1283
1299
|
"svelte": "./components/b/book-with-pencil-and-apple.svelte"
|
|
1284
1300
|
},
|
|
1301
|
+
"./book-with-question-mark": {
|
|
1302
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1303
|
+
"svelte": "./components/b/book-with-question-mark.svelte"
|
|
1304
|
+
},
|
|
1285
1305
|
"./book-with-raised-cover": {
|
|
1286
1306
|
"types": "./types/gfwqskkx.d.ts",
|
|
1287
1307
|
"svelte": "./components/b/book-with-raised-cover.svelte"
|
|
@@ -1354,6 +1374,10 @@
|
|
|
1354
1374
|
"types": "./types/gfwqskkx.d.ts",
|
|
1355
1375
|
"svelte": "./components/b/bridge.svelte"
|
|
1356
1376
|
},
|
|
1377
|
+
"./bridge-in-water": {
|
|
1378
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1379
|
+
"svelte": "./components/b/bridge-in-water.svelte"
|
|
1380
|
+
},
|
|
1357
1381
|
"./bridge-shape-diagonal": {
|
|
1358
1382
|
"types": "./types/gfwqskkx.d.ts",
|
|
1359
1383
|
"svelte": "./components/b/bridge-shape-diagonal.svelte"
|
|
@@ -1422,6 +1446,10 @@
|
|
|
1422
1446
|
"types": "./types/gfwqskkx.d.ts",
|
|
1423
1447
|
"svelte": "./components/b/briefcase-with-map-pin-with-dot.svelte"
|
|
1424
1448
|
},
|
|
1449
|
+
"./briefcase-with-megaphone": {
|
|
1450
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1451
|
+
"svelte": "./components/b/briefcase-with-megaphone.svelte"
|
|
1452
|
+
},
|
|
1425
1453
|
"./briefcase-with-question-mark": {
|
|
1426
1454
|
"types": "./types/gfwqskkx.d.ts",
|
|
1427
1455
|
"svelte": "./components/b/briefcase-with-question-mark.svelte"
|
|
@@ -9854,6 +9882,10 @@
|
|
|
9854
9882
|
"types": "./types/gfwqskkx.d.ts",
|
|
9855
9883
|
"svelte": "./components/v/vending-machine-with-egg.svelte"
|
|
9856
9884
|
},
|
|
9885
|
+
"./vending-machine-with-exclamation-point": {
|
|
9886
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9887
|
+
"svelte": "./components/v/vending-machine-with-exclamation-point.svelte"
|
|
9888
|
+
},
|
|
9857
9889
|
"./vending-machine-with-greek-cross": {
|
|
9858
9890
|
"types": "./types/gfwqskkx.d.ts",
|
|
9859
9891
|
"svelte": "./components/v/vending-machine-with-greek-cross.svelte"
|
|
@@ -9870,6 +9902,10 @@
|
|
|
9870
9902
|
"types": "./types/gfwqskkx.d.ts",
|
|
9871
9903
|
"svelte": "./components/v/vending-machine-with-postage-stamp.svelte"
|
|
9872
9904
|
},
|
|
9905
|
+
"./vending-machine-with-question-mark": {
|
|
9906
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9907
|
+
"svelte": "./components/v/vending-machine-with-question-mark.svelte"
|
|
9908
|
+
},
|
|
9873
9909
|
"./vending-machine-with-shelves": {
|
|
9874
9910
|
"types": "./types/gfwqskkx.d.ts",
|
|
9875
9911
|
"svelte": "./components/v/vending-machine-with-shelves.svelte"
|