@iconify-svelte/pinhead 1.0.16 → 1.0.18
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/basketball-in-basketball-net.svelte +2 -2
- package/components/b/basketball.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/c/curling-stone.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/c/c65_j8bah.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/j8b7rebts.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/o/ovp2cqbju.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 +65 -1
- package/css/l/l-ei97qvc.css +0 -4
- package/css/x/xyl6tjbdc.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>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/j8b7rebts.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="j8b7rebts"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:basketball-in-basketball-net" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/c65_j8bah.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="c65_j8bah"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:basketball" {...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/o/ovp2cqbju.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="ovp2cqbju"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:curling-stone" {...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
|
+
.c65_j8bah {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7 8v6.98a7.4 7.4 0 0 1-4.42-1.82c1.5-1.31 2.3-3.04 2.41-5.16zm5.42 5.16l-.03.03A7.47 7.47 0 0 1 8 14.98V8h2.01c.11 2.12.91 3.85 2.41 5.16M3.99 8c-.1 1.74-.72 3.14-1.87 4.24l-.25.22A7.5 7.5 0 0 1 .02 8zm10.99 0c-.11 1.7-.79 3.25-1.85 4.46l-.25-.22c-1.15-1.1-1.77-2.5-1.87-4.24zM1.87 2.54C3.18 3.67 3.88 5.14 3.99 7H.02a7.47 7.47 0 0 1 1.79-4.39zM8 .02c1.69.11 3.22.78 4.42 1.82c-1.5 1.31-2.3 3.04-2.41 5.16H8zm-1 0V7H4.99c-.11-2.12-.91-3.85-2.41-5.16A7.5 7.5 0 0 1 6.69.04zm6.13 2.52A7.5 7.5 0 0 1 14.98 7h-3.97c.1-1.74.72-3.14 1.87-4.23z");
|
|
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
|
+
.j8b7rebts {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.61 2.17C3.75 3.13 4.36 4.4 4.45 6H1c.1-1.44.67-2.74 1.56-3.77zM7.93 0c1.47.1 2.8.67 3.84 1.56C10.47 2.69 9.78 4.18 9.68 6H7.93zm-.86 0v6H5.32c-.1-1.82-.79-3.31-2.09-4.44C4.21.72 5.44.17 6.79.02zm5.32 2.17A6.43 6.43 0 0 1 14 6h-3.45c.09-1.49.62-2.7 1.62-3.63zM14.25 7c.41 0 .75.34.75.75s-.34.75-.75.75h-.49l-1.09 2.09v3.38c0 .1-.05.22-.11.3c-.06.09-.15.16-.25.2c-.08.01-.14.03-.21.03s-.15-.02-.21-.04a.5.5 0 0 1-.13-.07l-1.57-1.48l-2.37 1.5a.6.6 0 0 1-.63 0l-2.37-1.5l-1.52 1.43c-.08.07-.18.13-.29.14c-.1.03-.2.02-.31-.01a.55.55 0 0 1-.25-.2a.55.55 0 0 1-.11-.3v-3.38L1.25 8.5h-.5C.34 8.5 0 8.16 0 7.75S.34 7 .75 7zM7.51 8.98l-2 3.07l2 1.16l1.99-1.16zm-.97-.48H2.56l.84 1.73c.05.07.06.14.06.23v2.43l.84-1zm5.9 0H8.46l2.25 3.39l.84 1v-2.43c0-.06 0-.11.02-.16z");
|
|
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
|
+
.ovp2cqbju {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.5 1c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5.22.5.5v1c0 .28-.22.5-.5.5h-6c-.28 0-.5.22-.5.5V6h9V4.5c0-.28-.22-.5-.5-.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5ZM2 7C.89 7 0 7.89 0 9v1h15V9c0-1.11-.89-2-2-2Zm-2 4v1c0 1.11.89 2 2 2h11c1.11 0 2-.89 2-2v-1Z");
|
|
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": 2489,
|
|
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": 1786595309
|
|
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.18",
|
|
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"
|
|
@@ -858,6 +870,10 @@
|
|
|
858
870
|
"types": "./types/gfwqskkx.d.ts",
|
|
859
871
|
"svelte": "./components/b/basket-swing.svelte"
|
|
860
872
|
},
|
|
873
|
+
"./basketball": {
|
|
874
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
875
|
+
"svelte": "./components/b/basketball.svelte"
|
|
876
|
+
},
|
|
861
877
|
"./basketball-in-basketball-net": {
|
|
862
878
|
"types": "./types/gfwqskkx.d.ts",
|
|
863
879
|
"svelte": "./components/b/basketball-in-basketball-net.svelte"
|
|
@@ -1282,6 +1298,10 @@
|
|
|
1282
1298
|
"types": "./types/gfwqskkx.d.ts",
|
|
1283
1299
|
"svelte": "./components/b/bowling-pin-and-bowling-ball.svelte"
|
|
1284
1300
|
},
|
|
1301
|
+
"./bowling-pin-top-right": {
|
|
1302
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1303
|
+
"svelte": "./components/b/bowling-pin-top-right.svelte"
|
|
1304
|
+
},
|
|
1285
1305
|
"./bowling-pins": {
|
|
1286
1306
|
"types": "./types/gfwqskkx.d.ts",
|
|
1287
1307
|
"svelte": "./components/b/bowling-pins.svelte"
|
|
@@ -1654,6 +1674,10 @@
|
|
|
1654
1674
|
"types": "./types/gfwqskkx.d.ts",
|
|
1655
1675
|
"svelte": "./components/c/candle-with-flame.svelte"
|
|
1656
1676
|
},
|
|
1677
|
+
"./candlepin": {
|
|
1678
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1679
|
+
"svelte": "./components/c/candlepin.svelte"
|
|
1680
|
+
},
|
|
1657
1681
|
"./candlepin-with-ball": {
|
|
1658
1682
|
"types": "./types/gfwqskkx.d.ts",
|
|
1659
1683
|
"svelte": "./components/c/candlepin-with-ball.svelte"
|
|
@@ -2250,10 +2274,18 @@
|
|
|
2250
2274
|
"types": "./types/gfwqskkx.d.ts",
|
|
2251
2275
|
"svelte": "./components/c/coffin.svelte"
|
|
2252
2276
|
},
|
|
2277
|
+
"./coffin-with-ahimsa-hand": {
|
|
2278
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2279
|
+
"svelte": "./components/c/coffin-with-ahimsa-hand.svelte"
|
|
2280
|
+
},
|
|
2253
2281
|
"./coffin-with-angel-moroni": {
|
|
2254
2282
|
"types": "./types/gfwqskkx.d.ts",
|
|
2255
2283
|
"svelte": "./components/c/coffin-with-angel-moroni.svelte"
|
|
2256
2284
|
},
|
|
2285
|
+
"./coffin-with-ankh": {
|
|
2286
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2287
|
+
"svelte": "./components/c/coffin-with-ankh.svelte"
|
|
2288
|
+
},
|
|
2257
2289
|
"./coffin-with-dharma-wheel": {
|
|
2258
2290
|
"types": "./types/gfwqskkx.d.ts",
|
|
2259
2291
|
"svelte": "./components/c/coffin-with-dharma-wheel.svelte"
|
|
@@ -2598,6 +2630,10 @@
|
|
|
2598
2630
|
"types": "./types/gfwqskkx.d.ts",
|
|
2599
2631
|
"svelte": "./components/c/cupcake-with-cherry.svelte"
|
|
2600
2632
|
},
|
|
2633
|
+
"./curling-stone": {
|
|
2634
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2635
|
+
"svelte": "./components/c/curling-stone.svelte"
|
|
2636
|
+
},
|
|
2601
2637
|
"./curtains": {
|
|
2602
2638
|
"types": "./types/gfwqskkx.d.ts",
|
|
2603
2639
|
"svelte": "./components/c/curtains.svelte"
|
|
@@ -4770,10 +4806,18 @@
|
|
|
4770
4806
|
"types": "./types/gfwqskkx.d.ts",
|
|
4771
4807
|
"svelte": "./components/m/memorial-stone.svelte"
|
|
4772
4808
|
},
|
|
4809
|
+
"./memorial-stone-with-ahimsa-hand": {
|
|
4810
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4811
|
+
"svelte": "./components/m/memorial-stone-with-ahimsa-hand.svelte"
|
|
4812
|
+
},
|
|
4773
4813
|
"./memorial-stone-with-angel-moroni": {
|
|
4774
4814
|
"types": "./types/gfwqskkx.d.ts",
|
|
4775
4815
|
"svelte": "./components/m/memorial-stone-with-angel-moroni.svelte"
|
|
4776
4816
|
},
|
|
4817
|
+
"./memorial-stone-with-ankh": {
|
|
4818
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4819
|
+
"svelte": "./components/m/memorial-stone-with-ankh.svelte"
|
|
4820
|
+
},
|
|
4777
4821
|
"./memorial-stone-with-dharma-wheel": {
|
|
4778
4822
|
"types": "./types/gfwqskkx.d.ts",
|
|
4779
4823
|
"svelte": "./components/m/memorial-stone-with-dharma-wheel.svelte"
|
|
@@ -6806,6 +6850,14 @@
|
|
|
6806
6850
|
"types": "./types/gfwqskkx.d.ts",
|
|
6807
6851
|
"svelte": "./components/p/pixel-apple.svelte"
|
|
6808
6852
|
},
|
|
6853
|
+
"./pixel-arrow-bottom-left": {
|
|
6854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6855
|
+
"svelte": "./components/p/pixel-arrow-bottom-left.svelte"
|
|
6856
|
+
},
|
|
6857
|
+
"./pixel-arrow-bottom-right": {
|
|
6858
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6859
|
+
"svelte": "./components/p/pixel-arrow-bottom-right.svelte"
|
|
6860
|
+
},
|
|
6809
6861
|
"./pixel-arrow-down": {
|
|
6810
6862
|
"types": "./types/gfwqskkx.d.ts",
|
|
6811
6863
|
"svelte": "./components/p/pixel-arrow-down.svelte"
|
|
@@ -6818,6 +6870,14 @@
|
|
|
6818
6870
|
"types": "./types/gfwqskkx.d.ts",
|
|
6819
6871
|
"svelte": "./components/p/pixel-arrow-right.svelte"
|
|
6820
6872
|
},
|
|
6873
|
+
"./pixel-arrow-top-left": {
|
|
6874
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6875
|
+
"svelte": "./components/p/pixel-arrow-top-left.svelte"
|
|
6876
|
+
},
|
|
6877
|
+
"./pixel-arrow-top-right": {
|
|
6878
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6879
|
+
"svelte": "./components/p/pixel-arrow-top-right.svelte"
|
|
6880
|
+
},
|
|
6821
6881
|
"./pixel-arrow-up": {
|
|
6822
6882
|
"types": "./types/gfwqskkx.d.ts",
|
|
6823
6883
|
"svelte": "./components/p/pixel-arrow-up.svelte"
|
|
@@ -9274,6 +9334,10 @@
|
|
|
9274
9334
|
"types": "./types/gfwqskkx.d.ts",
|
|
9275
9335
|
"svelte": "./components/t/turtle-top.svelte"
|
|
9276
9336
|
},
|
|
9337
|
+
"./tv-screen": {
|
|
9338
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9339
|
+
"svelte": "./components/t/tv-screen.svelte"
|
|
9340
|
+
},
|
|
9277
9341
|
"./two-button-computer-mouse-with-scroll-wheel": {
|
|
9278
9342
|
"types": "./types/gfwqskkx.d.ts",
|
|
9279
9343
|
"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
|
-
}
|
package/css/x/xyl6tjbdc.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.xyl6tjbdc {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M3.66 7H2.03c.08-.98.43-1.95 1.01-2.74c.35.86.56 1.81.62 2.74m1.08 0H7V2c-1.21.11-2.28.61-3.16 1.44c.52 1.11.83 2.34.9 3.56M8 2v5h2.27c.06-1.22.37-2.45.9-3.56C10.28 2.61 9.21 2.11 8 2m3.96 2.26c-.35.86-.56 1.81-.62 2.74h1.63c-.08-.98-.43-1.95-1.01-2.74M14 8.5c0 .27-.22.5-.5.5h-1.78l-.76 1.52v2.38a.4.4 0 0 1-.24.35c-.05.01-.09.02-.14.02a.3.3 0 0 1-.14-.03a.26.26 0 0 1-.12-.08L9.3 12.15l-1.59 1.06a.39.39 0 0 1-.42 0L5.7 12.15l-1.02 1.01c-.05.05-.12.09-.19.1c-.07.02-.14.01-.21-.01a.4.4 0 0 1-.24-.35v-2.38L3.28 9H1.5c-.28 0-.5-.23-.5-.5c0-.28.22-.5.5-.5h12c.28 0 .5.22.5.5M6.86 9H4.12l.63 1.27c.03.05.04.1.04.16v1.56l.56-.55zm1.98 2.55L7.5 9.39l-1.34 2.16l1.34.9zM10.89 9H8.14l1.51 2.44l.56.55v-1.56c0-.06.01-.11.04-.16z");
|
|
4
|
-
}
|