@iconify-svelte/pinhead 1.0.16 → 1.0.17
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/a/ahimsa-hand-on-square.svelte +11 -0
- package/components/a/ahimsa-hand-outline.svelte +2 -2
- package/components/a/ahimsa-hand.svelte +11 -0
- package/components/a/ankh-on-square.svelte +11 -0
- package/components/b/bowling-pin-top-right.svelte +11 -0
- package/components/b/bowling-pin.svelte +2 -2
- package/components/c/candlepin.svelte +11 -0
- package/components/c/coffin-with-ahimsa-hand.svelte +11 -0
- package/components/c/coffin-with-ankh.svelte +11 -0
- package/components/m/memorial-stone-with-ahimsa-hand.svelte +11 -0
- package/components/m/memorial-stone-with-ankh.svelte +11 -0
- package/components/p/pixel-arrow-bottom-left.svelte +11 -0
- package/components/p/pixel-arrow-bottom-right.svelte +11 -0
- package/components/p/pixel-arrow-top-left.svelte +11 -0
- package/components/p/pixel-arrow-top-right.svelte +11 -0
- package/components/t/tv-screen.svelte +11 -0
- package/css/a/aydot6bgf.css +4 -0
- package/css/b/btdsy2bsf.css +4 -0
- package/css/g/g4mzv2b5f.css +4 -0
- package/css/g/gjm76zbxe.css +4 -0
- package/css/h/hjae743_d.css +4 -0
- package/css/j/jb3y6ibjk.css +4 -0
- package/css/k/kohe9ackk.css +4 -0
- package/css/n/n3i_r2byq.css +4 -0
- package/css/p/p0x_n6utq.css +4 -0
- package/css/t/teizljb7q.css +4 -0
- package/css/t/tiohwqvoh.css +4 -0
- package/css/u/uuwn0bozk.css +4 -0
- package/css/x/xw3ccs95k.css +4 -0
- package/css/y/y88wtbtkr.css +4 -0
- package/css/z/zzth2keqy.css +4 -0
- package/iconify.json +2 -2
- package/package.json +57 -1
- package/css/l/l-ei97qvc.css +0 -4
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kohe9ackk.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="kohe9ackk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:ahimsa-hand-on-square" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/t/tiohwqvoh.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":15,"height":15};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="tiohwqvoh"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:ahimsa-hand-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/btdsy2bsf.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="btdsy2bsf"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:ahimsa-hand" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/y88wtbtkr.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="y88wtbtkr"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:ankh-on-square" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/e97trkb4p.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="e97trkb4p"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bowling-pin-top-right" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/xw3ccs95k.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":15,"height":15};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="xw3ccs95k"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bowling-pin" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jb3y6ibjk.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="jb3y6ibjk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:candlepin" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/g4mzv2b5f.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="g4mzv2b5f"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:coffin-with-ahimsa-hand" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/p0x_n6utq.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="p0x_n6utq"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:coffin-with-ankh" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/t/teizljb7q.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="teizljb7q"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:memorial-stone-with-ahimsa-hand" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/n3i_r2byq.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="n3i_r2byq"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:memorial-stone-with-ankh" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/zzth2keqy.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="zzth2keqy"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-arrow-bottom-left" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/u/uuwn0bozk.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="uuwn0bozk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-arrow-bottom-right" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/hjae743_d.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="hjae743_d"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-arrow-top-left" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/aydot6bgf.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="aydot6bgf"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-arrow-top-right" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/gjm76zbxe.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="gjm76zbxe"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:tv-screen" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.btdsy2bsf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.25 0c.41 0 .75.34.75.75v5c0 .14.11.25.25.25s.25-.11.25-.25v-4c0-.41.34-.75.75-.75s.75.34.75.75v4.72c0 .17.1.33.25.41c.1.05.23 0 .28-.1c.01-.02.01-.04.02-.06l.33-1.98a.88.88 0 0 1 .87-.74h.5c.14 0 .25.11.25.25V10c0 2.76-2.24 5-5 5s-5-2.24-5-5V3.75c0-.41.34-.75.75-.75s.75.34.75.75v2.97c0 .1.08.17.17.17c.03 0 .06 0 .08-.01c.15-.08.25-.24.25-.41V1.75c0-.41.34-.75.75-.75s.75.34.75.75v4c0 .14.11.25.25.25s.25-.11.25-.25v-5c0-.41.34-.75.75-.75m.25 8a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g4mzv2b5f {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m9.5 0l3 4.5l-3 10.5h-4l-3-10.5l3-4.5zM7.33 2c-.29 0-.53.22-.53.5v2.33c0 .1-.08.17-.17.17c-.1 0-.18-.07-.18-.17V3.17c0-.28-.24-.5-.52-.5c-.29 0-.53.22-.53.5v2.14c0 .12-.07.22-.17.27c-.02.01-.04.02-.06.02c-.07 0-.12-.06-.12-.12V4.5c0-.28-.24-.5-.52-.5c-.29 0-.53.22-.53.5v2.42c0 1.84 1.57 3.33 3.5 3.33S11 8.76 11 6.92V3.83c0-.09-.08-.16-.17-.16h-.35c-.31 0-.57.21-.62.49l-.23 1.32c0 .02 0 .03-.01.04c-.04.07-.12.1-.19.06a.29.29 0 0 1-.18-.27V3.17c0-.28-.24-.5-.52-.5c-.29 0-.53.22-.53.5v1.66c0 .1-.08.17-.17.17c-.1 0-.18-.07-.18-.17V2.5c0-.28-.24-.5-.52-.5m.17 4C8.33 6 9 6.67 9 7.5S8.33 9 7.5 9S6 8.33 6 7.5S6.67 6 7.5 6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.gjm76zbxe {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.2 1.82c-.97.11-1.74.82-1.86 1.72C.12 5.2 0 5.85 0 7.5s.12 2.3.34 3.95c.12.9.88 1.62 1.85 1.73c1.77.21 3.54.32 5.31.32s3.54-.11 5.3-.32c.97-.11 1.74-.82 1.86-1.72c.22-1.66.34-2.31.34-3.96s-.12-2.3-.34-3.95c-.12-.9-.88-1.62-1.85-1.73c-1.77-.21-3.54-.32-5.31-.32s-3.54.11-5.3.32");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kohe9ackk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.33 0c.28 0 .52.22.52.5v2.33c0 .1.08.17.18.17c.09 0 .17-.07.17-.17V1.17c0-.28.24-.5.53-.5c.28 0 .52.22.52.5v2.14c0 .12.07.22.18.27c.07.04.15.01.19-.06c.01-.01.01-.02.01-.04l.23-1.32c.05-.28.31-.49.62-.49h.35c.09 0 .17.07.17.16v3.09C11 6.31 10.1 7.5 8.83 8H11v7H4V8h2.17C4.9 7.5 4 6.31 4 4.92V2.5c0-.28.24-.5.53-.5c.28 0 .52.22.52.5v.98c0 .06.05.12.12.12c.02 0 .04-.01.06-.02c.1-.05.17-.15.17-.27V1.17c0-.28.24-.5.53-.5c.28 0 .52.22.52.5v1.66c0 .1.08.17.18.17c.09 0 .17-.07.17-.17V.5c0-.28.24-.5.53-.5m.17 4C6.67 4 6 4.67 6 5.5S6.67 7 7.5 7S9 6.33 9 5.5S8.33 4 7.5 4");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.n3i_r2byq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3 3v9.5h9V3q-1.5-3-4.5-3T3 3m10.5 10l.5 2H1l.5-2zm-6-11.5c1.11 0 1.91.95 1.91 2.23c0 .59-.31 1.33-.92 2.22H11v1.28H7.98l.47 3.82h-1.9l.47-3.82H4V5.95h2.51c-.61-.89-.92-1.63-.92-2.22c0-1.28.8-2.23 1.91-2.23m0 1.11c-.45 0-.8.41-.8 1.12c0 .33.24.88.72 1.59l.08.11l.08-.11c.45-.66.68-1.19.72-1.53v-.06c0-.71-.35-1.12-.8-1.12");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.p0x_n6utq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m9.5 0l3 4.5l-3 10.5h-4l-3-10.5l3-4.5zm-2 1.5c-1.11 0-1.91.95-1.91 2.23c0 .59.31 1.33.92 2.22H4v1.28h3.02l-.47 3.82h1.9l-.47-3.82H11V5.95H8.49c.61-.89.92-1.63.92-2.22c0-1.28-.8-2.23-1.91-2.23m0 1.11c.45 0 .8.41.8 1.12v.06c-.04.34-.27.87-.72 1.53l-.08.11l-.08-.11c-.48-.71-.72-1.26-.72-1.59c0-.71.35-1.12.8-1.12");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.teizljb7q {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3 3v9.5h9V3q-1.5-3-4.5-3T3 3m10.5 10l.5 2H1l.5-2zM7.33 2c.28 0 .52.22.52.5v2.33c0 .1.08.17.18.17c.09 0 .17-.07.17-.17V3.17c0-.28.24-.5.53-.5c.28 0 .52.22.52.5v2.14c0 .12.07.22.18.27c.07.04.15.01.19-.06c.01-.01.01-.02.01-.04l.23-1.32c.05-.28.31-.49.62-.49h.35c.09 0 .17.07.17.16v3.09c0 1.84-1.57 3.33-3.5 3.33S4 8.76 4 6.92V4.5c0-.28.24-.5.53-.5c.28 0 .52.22.52.5v.98c0 .06.05.12.12.12c.02 0 .04-.01.06-.02c.1-.05.17-.15.17-.27V3.17c0-.28.24-.5.53-.5c.28 0 .52.22.52.5v1.66c0 .1.08.17.18.17c.09 0 .17-.07.17-.17V2.5c0-.28.24-.5.53-.5m.17 4C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9S9 8.33 9 7.5S8.33 6 7.5 6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.tiohwqvoh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 8a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5m0-8c.68 0 1.26.46 1.44 1.08l.01.02c.13-.05.26-.08.41-.09L9.5 1c.83 0 1.5.67 1.5 1.5v1.74l.06-.04c.16-.11.36-.17.56-.19l.13-.01c.69 0 1.25.56 1.25 1.25V9.5c0 3.04-2.46 5.5-5.5 5.5S2 12.54 2 9.5v-5a1.498 1.498 0 0 1 1.92-1.44l.08.03V2.5c0-.78.59-1.42 1.36-1.49L5.5 1c.19 0 .38.04.55.1l.01-.02C6.23.5 6.74.07 7.36.01zm0 1c-.28 0-.5.22-.5.5v5c0 .28-.22.5-.5.5S6 6.78 6 6.5v-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4.73c0 .31-.21.57-.5.65c-.03 0-.06.01-.1.01c-.22 0-.4-.18-.4-.41V4.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v5C3 11.99 5.01 14 7.5 14S12 11.99 12 9.5V5.25c0-.14-.11-.25-.25-.25s-.27.1-.29.25l-.38 2.24v.04c-.07.25-.33.41-.58.35a.675.675 0 0 1-.5-.65V2.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4c0 .28-.22.5-.5.5S8 6.78 8 6.5v-5c0-.28-.22-.5-.5-.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.y88wtbtkr {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 0c1.11 0 1.91.95 1.91 2.23c0 .59-.31 1.33-.92 2.22H11v1.28H7.98L8.26 8H11v7H4V8h2.74l.28-2.27H4V4.45h2.51c-.61-.89-.92-1.63-.92-2.22C5.59.95 6.39 0 7.5 0m0 1.11c-.45 0-.8.41-.8 1.12c0 .33.24.88.72 1.59l.08.11l.08-.11c.45-.66.68-1.19.72-1.53v-.06c0-.71-.35-1.12-.8-1.12");
|
|
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": 2487,
|
|
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": 1786336142
|
|
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.17",
|
|
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",
|
|
@@ -314,6 +314,14 @@
|
|
|
314
314
|
"types": "./types/gfwqskkx.d.ts",
|
|
315
315
|
"svelte": "./components/a/africa-and-madagascar.svelte"
|
|
316
316
|
},
|
|
317
|
+
"./ahimsa-hand": {
|
|
318
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
319
|
+
"svelte": "./components/a/ahimsa-hand.svelte"
|
|
320
|
+
},
|
|
321
|
+
"./ahimsa-hand-on-square": {
|
|
322
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
323
|
+
"svelte": "./components/a/ahimsa-hand-on-square.svelte"
|
|
324
|
+
},
|
|
317
325
|
"./ahimsa-hand-outline": {
|
|
318
326
|
"types": "./types/gfwqskkx.d.ts",
|
|
319
327
|
"svelte": "./components/a/ahimsa-hand-outline.svelte"
|
|
@@ -426,6 +434,10 @@
|
|
|
426
434
|
"types": "./types/gfwqskkx.d.ts",
|
|
427
435
|
"svelte": "./components/a/ankh.svelte"
|
|
428
436
|
},
|
|
437
|
+
"./ankh-on-square": {
|
|
438
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
439
|
+
"svelte": "./components/a/ankh-on-square.svelte"
|
|
440
|
+
},
|
|
429
441
|
"./antenna-array": {
|
|
430
442
|
"types": "./types/gfwqskkx.d.ts",
|
|
431
443
|
"svelte": "./components/a/antenna-array.svelte"
|
|
@@ -1282,6 +1294,10 @@
|
|
|
1282
1294
|
"types": "./types/gfwqskkx.d.ts",
|
|
1283
1295
|
"svelte": "./components/b/bowling-pin-and-bowling-ball.svelte"
|
|
1284
1296
|
},
|
|
1297
|
+
"./bowling-pin-top-right": {
|
|
1298
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1299
|
+
"svelte": "./components/b/bowling-pin-top-right.svelte"
|
|
1300
|
+
},
|
|
1285
1301
|
"./bowling-pins": {
|
|
1286
1302
|
"types": "./types/gfwqskkx.d.ts",
|
|
1287
1303
|
"svelte": "./components/b/bowling-pins.svelte"
|
|
@@ -1654,6 +1670,10 @@
|
|
|
1654
1670
|
"types": "./types/gfwqskkx.d.ts",
|
|
1655
1671
|
"svelte": "./components/c/candle-with-flame.svelte"
|
|
1656
1672
|
},
|
|
1673
|
+
"./candlepin": {
|
|
1674
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1675
|
+
"svelte": "./components/c/candlepin.svelte"
|
|
1676
|
+
},
|
|
1657
1677
|
"./candlepin-with-ball": {
|
|
1658
1678
|
"types": "./types/gfwqskkx.d.ts",
|
|
1659
1679
|
"svelte": "./components/c/candlepin-with-ball.svelte"
|
|
@@ -2250,10 +2270,18 @@
|
|
|
2250
2270
|
"types": "./types/gfwqskkx.d.ts",
|
|
2251
2271
|
"svelte": "./components/c/coffin.svelte"
|
|
2252
2272
|
},
|
|
2273
|
+
"./coffin-with-ahimsa-hand": {
|
|
2274
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2275
|
+
"svelte": "./components/c/coffin-with-ahimsa-hand.svelte"
|
|
2276
|
+
},
|
|
2253
2277
|
"./coffin-with-angel-moroni": {
|
|
2254
2278
|
"types": "./types/gfwqskkx.d.ts",
|
|
2255
2279
|
"svelte": "./components/c/coffin-with-angel-moroni.svelte"
|
|
2256
2280
|
},
|
|
2281
|
+
"./coffin-with-ankh": {
|
|
2282
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2283
|
+
"svelte": "./components/c/coffin-with-ankh.svelte"
|
|
2284
|
+
},
|
|
2257
2285
|
"./coffin-with-dharma-wheel": {
|
|
2258
2286
|
"types": "./types/gfwqskkx.d.ts",
|
|
2259
2287
|
"svelte": "./components/c/coffin-with-dharma-wheel.svelte"
|
|
@@ -4770,10 +4798,18 @@
|
|
|
4770
4798
|
"types": "./types/gfwqskkx.d.ts",
|
|
4771
4799
|
"svelte": "./components/m/memorial-stone.svelte"
|
|
4772
4800
|
},
|
|
4801
|
+
"./memorial-stone-with-ahimsa-hand": {
|
|
4802
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4803
|
+
"svelte": "./components/m/memorial-stone-with-ahimsa-hand.svelte"
|
|
4804
|
+
},
|
|
4773
4805
|
"./memorial-stone-with-angel-moroni": {
|
|
4774
4806
|
"types": "./types/gfwqskkx.d.ts",
|
|
4775
4807
|
"svelte": "./components/m/memorial-stone-with-angel-moroni.svelte"
|
|
4776
4808
|
},
|
|
4809
|
+
"./memorial-stone-with-ankh": {
|
|
4810
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4811
|
+
"svelte": "./components/m/memorial-stone-with-ankh.svelte"
|
|
4812
|
+
},
|
|
4777
4813
|
"./memorial-stone-with-dharma-wheel": {
|
|
4778
4814
|
"types": "./types/gfwqskkx.d.ts",
|
|
4779
4815
|
"svelte": "./components/m/memorial-stone-with-dharma-wheel.svelte"
|
|
@@ -6806,6 +6842,14 @@
|
|
|
6806
6842
|
"types": "./types/gfwqskkx.d.ts",
|
|
6807
6843
|
"svelte": "./components/p/pixel-apple.svelte"
|
|
6808
6844
|
},
|
|
6845
|
+
"./pixel-arrow-bottom-left": {
|
|
6846
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6847
|
+
"svelte": "./components/p/pixel-arrow-bottom-left.svelte"
|
|
6848
|
+
},
|
|
6849
|
+
"./pixel-arrow-bottom-right": {
|
|
6850
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6851
|
+
"svelte": "./components/p/pixel-arrow-bottom-right.svelte"
|
|
6852
|
+
},
|
|
6809
6853
|
"./pixel-arrow-down": {
|
|
6810
6854
|
"types": "./types/gfwqskkx.d.ts",
|
|
6811
6855
|
"svelte": "./components/p/pixel-arrow-down.svelte"
|
|
@@ -6818,6 +6862,14 @@
|
|
|
6818
6862
|
"types": "./types/gfwqskkx.d.ts",
|
|
6819
6863
|
"svelte": "./components/p/pixel-arrow-right.svelte"
|
|
6820
6864
|
},
|
|
6865
|
+
"./pixel-arrow-top-left": {
|
|
6866
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6867
|
+
"svelte": "./components/p/pixel-arrow-top-left.svelte"
|
|
6868
|
+
},
|
|
6869
|
+
"./pixel-arrow-top-right": {
|
|
6870
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6871
|
+
"svelte": "./components/p/pixel-arrow-top-right.svelte"
|
|
6872
|
+
},
|
|
6821
6873
|
"./pixel-arrow-up": {
|
|
6822
6874
|
"types": "./types/gfwqskkx.d.ts",
|
|
6823
6875
|
"svelte": "./components/p/pixel-arrow-up.svelte"
|
|
@@ -9274,6 +9326,10 @@
|
|
|
9274
9326
|
"types": "./types/gfwqskkx.d.ts",
|
|
9275
9327
|
"svelte": "./components/t/turtle-top.svelte"
|
|
9276
9328
|
},
|
|
9329
|
+
"./tv-screen": {
|
|
9330
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9331
|
+
"svelte": "./components/t/tv-screen.svelte"
|
|
9332
|
+
},
|
|
9277
9333
|
"./two-button-computer-mouse-with-scroll-wheel": {
|
|
9278
9334
|
"types": "./types/gfwqskkx.d.ts",
|
|
9279
9335
|
"svelte": "./components/t/two-button-computer-mouse-with-scroll-wheel.svelte"
|
package/css/l/l-ei97qvc.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.l-ei97qvc {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M7.5 0c-.78 0-1.25.62-1.39 1.28C5.96 1.13 5.75 1 5.5 1C4.59 1 4 1.8 4 2.58v.6c-.08-.14-.29-.22-.5-.22c-.9 0-1.5.79-1.5 1.58c.01 2.18-.01 4.27.01 6.47c0 .09.01.17.03.26c.64 2.32 3 3.73 5.46 3.73c2.71 0 4.87-1.59 5.46-3.73c.03-.09.04-.18.04-.27c-.01-1.81.06-3.64.1-5.48c.02-.84-.69-1.52-1.5-1.52c-.29 0-.49.08-.6.27V2.58C11 1.8 10.41 1 9.5 1c-.21 0-.5.08-.62.28C8.75.62 8.28 0 7.5 0m0 1c.27 0 .5.26.5.58v4.54c0 .17.13.32.29.32c.14.01.28.01.42.03c.16.02.29-.08.29-.24V2.58c0-.32.22-.58.5-.58c.27 0 .5.26.5.58v3.79c0 .17.12.36.24.48c.07.06.11.12.17.2c.1.14.23.11.27-.05l.42-1.5c.07-.27.22-.5.5-.5c.27 0 .5.22.5.5c-.04 1.83-.11 3.67-.1 5.5c-.46 1.66-2.17 3-4.5 3c-2.07 0-4-1.21-4.49-3c-.02-2.19 0-4.27-.01-6.46c0-.32.23-.58.5-.58c.28 0 .5.26.5.58v2.54c0 .17.09.2.22.1c.16-.14.33-.24.52-.35c.14-.09.26-.29.26-.46V2.58c0-.32.22-.58.5-.58c.27 0 .5.26.5.58v3.65c0 .16.12.26.29.24c.13-.02.27-.02.41-.03c.16 0 .3-.15.3-.32V1.58c0-.32.22-.58.5-.58m0 7A2.5 2.5 0 0 0 5 10.5A2.5 2.5 0 0 0 7.5 13a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 7.5 8");
|
|
4
|
-
}
|