@iconify-svelte/pinhead 1.0.11 → 1.0.13
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/bag-with-greek-cross.svelte +2 -2
- package/components/b/book-with-greek-cross.svelte +2 -2
- package/components/b/briefcase-with-greek-cross.svelte +2 -2
- package/components/c/compact-box-truck-with-greek-cross.svelte +2 -2
- package/components/d/droplet-beside-greek-cross.svelte +2 -2
- package/components/d/droplet-with-greek-cross.svelte +2 -2
- package/components/g/globe-gasoline-pump-with-droplet.svelte +11 -0
- package/components/g/greek-cross-above-outstretched-hand.svelte +2 -2
- package/components/g/greek-cross-outline.svelte +11 -0
- package/components/g/greek-cross.svelte +2 -2
- package/components/h/heart-with-greek-cross.svelte +2 -2
- package/components/m/medal-ribbon-with-greek-cross.svelte +2 -2
- package/components/m/mortar-and-pestle-with-greek-cross.svelte +2 -2
- package/components/m/mountain-with-greek-cross.svelte +2 -2
- package/components/p/pawprint-with-greek-cross.svelte +2 -2
- package/components/p/phone-top-right-with-greek-cross.svelte +2 -2
- package/components/p/pickleball-paddle-with-ball.svelte +2 -2
- package/components/p/pickleball-paddle.svelte +11 -0
- package/components/p/pill-bottle-with-greek-cross.svelte +2 -2
- package/components/t/table-tennis-paddle-and-ball.svelte +11 -0
- package/components/t/table-tennis-paddle.svelte +2 -2
- package/components/v/vending-machine-with-greek-cross.svelte +2 -2
- package/css/a/am0biv4xa.css +4 -0
- package/css/b/b0r6105yq.css +4 -0
- package/css/b/b5489ibkt.css +4 -0
- package/css/b/{bzl9v9bzt.css → b71gbhpxe.css} +2 -2
- package/css/c/c8befvb3w.css +4 -0
- package/css/c/cj_2pto_n.css +4 -0
- package/css/c/crwjydbdn.css +4 -0
- package/css/f/f9x3on9_b.css +4 -0
- package/css/f/fnaizab9y.css +4 -0
- package/css/h/h5hdy8lkt.css +4 -0
- package/css/{v/vijrvsb-p.css → k/k685z7nro.css} +2 -2
- package/css/l/lpful-bqt.css +4 -0
- package/css/m/m7gu8_buq.css +4 -0
- package/css/m/mfk_7v6jd.css +4 -0
- package/css/m/mji30zbhe.css +4 -0
- package/css/n/nbc27ibpp.css +4 -0
- package/css/q/qs02qrb6l.css +4 -0
- package/css/r/ro9gsfbig.css +4 -0
- package/css/s/s9pcknmql.css +4 -0
- package/css/t/t8ru9zb1d.css +4 -0
- package/css/{n/n1ixgrb0q.css → u/uyrk-tbvv.css} +2 -2
- package/css/z/z9iqw6b3r.css +4 -0
- package/iconify.json +2 -2
- package/package.json +17 -1
- package/css/a/ah84_58pi.css +0 -4
- package/css/b/b1g1awb_t.css +0 -4
- package/css/c/c9pj91rwy.css +0 -4
- package/css/e/e9et50blq.css +0 -4
- package/css/f/fowbx3bnk.css +0 -4
- package/css/j/j6rpngbjt.css +0 -4
- package/css/k/khetupczm.css +0 -4
- package/css/m/mhy8zvufr.css +0 -4
- package/css/o/ojrhsgb2d.css +0 -4
- package/css/p/p97o-ob5d.css +0 -4
- package/css/p/pw559bcmg.css +0 -4
- package/css/v/v-p51qzsf.css +0 -4
- package/css/v/vh1r0w9jv.css +0 -4
- package/css/v/vmawyvb1b.css +0 -4
- package/css/w/wcqhkihsq.css +0 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/c8befvb3w.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="c8befvb3w"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bag-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/z9iqw6b3r.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="z9iqw6b3r"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:book-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/m/m7gu8_buq.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="m7gu8_buq"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/u/uyrk-tbvv.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="uyrk-tbvv"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:compact-box-truck-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/n/nbc27ibpp.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="nbc27ibpp"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:droplet-beside-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/f/fnaizab9y.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="fnaizab9y"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:droplet-with-greek-cross" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/mfk_7v6jd.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="mfk_7v6jd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:globe-gasoline-pump-with-droplet" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/lpful-bqt.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="lpful-bqt"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:greek-cross-above-outstretched-hand" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/h5hdy8lkt.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="h5hdy8lkt"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:greek-cross-outline" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/t/t8ru9zb1d.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="t8ru9zb1d"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/k/k685z7nro.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="k685z7nro"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:heart-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/crwjydbdn.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="crwjydbdn"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:medal-ribbon-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/cj_2pto_n.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="cj_2pto_n"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:mortar-and-pestle-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/q/qs02qrb6l.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="qs02qrb6l"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:mountain-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/b/b5489ibkt.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="b5489ibkt"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pawprint-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/b/
|
|
3
|
+
import '../../css/b/b71gbhpxe.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="b71gbhpxe"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:phone-top-right-with-greek-cross" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/f/f9x3on9_b.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="f9x3on9_b"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pickleball-paddle-with-ball" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/am0biv4xa.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="am0biv4xa"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pickleball-paddle" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/b/b0r6105yq.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="b0r6105yq"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pill-bottle-with-greek-cross" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s9pcknmql.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="s9pcknmql"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:table-tennis-paddle-and-ball" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/m/mji30zbhe.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="mji30zbhe"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:table-tennis-paddle" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/r/ro9gsfbig.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="ro9gsfbig"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:vending-machine-with-greek-cross" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.b5489ibkt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M5.34 5.65c.76-.13 1.32-.81 1.41-1.64c.09-.84.28-4.22-.99-4c-3.27.55-3.04 6.1-.42 5.64m4.32 0c2.62.46 2.85-5.09-.42-5.64c-1.27-.22-1.07 3.16-.98 4c.08.83.64 1.52 1.4 1.64M4 8.27c0-.44-.15-.83-.41-1.13c-.42-.54-1.74-1.64-2.05-1.36c-.68.59-.66 2.04-.25 3.09c.21.59.72 1 1.3 1c.78 0 1.41-.72 1.41-1.6m9.47-2.49c-.33-.28-1.64.82-2.05 1.36c-.26.3-.41.69-.41 1.13c0 .88.62 1.6 1.4 1.6c.59 0 1.1-.41 1.3-1c.41-1.05.44-2.5-.24-3.09m-2.65 4.98c-1.2-.6-1.16-1.75-1.43-2.79c-.21-.84-.98-1.46-1.89-1.46c-.89 0-1.64.59-1.88 1.4c-.29 1-.12 2.18-1.42 2.85c-1.05.34-1.48.85-1.48 2.05c0 .96.83 2.01 1.91 2.13c1.19.18 2.12-.06 2.88-.48c.75.42 1.68.66 2.88.48c1.06-.13 1.89-1.17 1.89-2.13c0-1.22-.4-1.68-1.46-2.05M8.25 9.25v1.5h1.5v1.5h-1.5v1.5h-1.5v-1.5h-1.5v-1.5h1.5v-1.5z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.b71gbhpxe {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M3.88 2.25L5.2 4.43c.08.14.09.31.03.46l-.98 2.27l3.59 3.59l2.27-.98c.15-.06.32-.05.46.03l2.18 1.32c.17.1.27.29.25.49l-.07.58c-.05.46-.25.88-.58 1.21l-1.45 1.45c-.1.1-.24.16-.39.15l-.08-.01c-2.29-.52-4.47-1.82-6.53-3.89C1.94 9.15.67 7.09.1 4.93l-.09-.36a.51.51 0 0 1 .14-.47L1.6 2.65c.33-.33.75-.53 1.21-.58L3.39 2c.2-.02.39.08.49.
|
|
3
|
+
d: path("M3.88 2.25L5.2 4.43c.08.14.09.31.03.46l-.98 2.27l3.59 3.59l2.27-.98c.15-.06.32-.05.46.03l2.18 1.32c.17.1.27.29.25.49l-.07.58c-.05.46-.25.88-.58 1.21l-1.45 1.45c-.1.1-.24.16-.39.15l-.08-.01c-2.29-.52-4.47-1.82-6.53-3.89C1.94 9.15.67 7.09.1 4.93l-.09-.36a.51.51 0 0 1 .14-.47L1.6 2.65c.33-.33.75-.53 1.21-.58L3.39 2c.2-.02.39.08.49.25M12.5 0v2.5H15V5h-2.5v2.5H10V5H7.5V2.5H10V0z");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c8befvb3w {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 1.07c-1.24 0-2.5.54-3.35 1.61c-.73.92-.94 1.61-1.04 2.68C1 5.25 0 6.52 0 13.93h15c0-7.41-1-8.68-3.11-8.57c-.1-1.07-.32-1.77-1.04-2.68A4.27 4.27 0 0 0 7.5 1.07m0 2.14c1.37 0 2.14 1.08 2.21 2.15H5.29c.07-1.07.84-2.14 2.21-2.15m1 3.29v2h2v2h-2v2h-2v-2h-2v-2h2v-2z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.f9x3on9_b {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 13.7c.32.98.32.98 1.3 1.3l3.89-3.89c.65-.65 1.62-.26 2.59 0c1.3.45 2.27-.33 3.25-1.3l3.24-3.24c.97-.98.97-2.27 0-3.25L11.68.73c-.98-.97-2.27-.97-3.25 0L5.19 3.97c-.97.98-1.75 1.95-1.3 3.25c.26.97.65 1.94 0 2.59zM13 11c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fnaizab9y {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 0c.55 1.69 1.13 3.02 1.71 3.96l.18.27c.27.4.66.91 1.15 1.55l.87 1.11c.71.89 1.09 1.98 1.09 3.11c0 2.76-2.25 5-5 5l-.43-.02a5.07 5.07 0 0 1-2.69-1.07a4.987 4.987 0 0 1-.8-7l.96-1.24c.38-.49.69-.91.93-1.25l.31-.46C6.38 2.98 6.96 1.67 7.5 0m1 7h-2v2h-2v2h2v2h2v-2h2V9h-2z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.k685z7nro {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M6.47 3.83c.13.18.24.37.34.57l.69 1.47l.69-1.47a3.52 3.52 0 0 1 4.69-1.68q.3.135.57.33a3.77 3.77 0 0 1 .83 5.26q-.135.18-.3.36l-5.57 5.94c-.47.5-1.26.53-1.77.06l-.05-.06l-5.57-5.94a3.76 3.76 0 0 1 .17-5.32l.17-.15l.19-.15a3.53 3.53 0 0 1 4.92.78M8.
|
|
3
|
+
d: path("M6.47 3.83c.13.18.24.37.34.57l.69 1.47l.69-1.47a3.52 3.52 0 0 1 4.69-1.68q.3.135.57.33a3.77 3.77 0 0 1 .83 5.26q-.135.18-.3.36l-5.57 5.94c-.47.5-1.26.53-1.77.06l-.05-.06l-5.57-5.94a3.76 3.76 0 0 1 .17-5.32l.17-.15l.19-.15a3.53 3.53 0 0 1 4.92.78M8.5 6.5h-2v2h-2v2h2v2h2v-2h2v-2h-2z");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mfk_7v6jd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6 0a1.998 1.998 0 0 1 .73 3.86l1.72.86c.34.17.55.52.55.9V6h1.5c.83 0 1.5.67 1.5 1.5v5c0 .28.22.5.5.5s.5-.22.5-.5V6l-.12-.01A.996.996 0 0 1 12 5V4l-1.5-1l.75-1L14 4v8.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5v-5c0-.28-.22-.5-.5-.5H9v7h.75c.14 0 .25.11.25.25V15H2v-.75c0-.14.11-.25.25-.25H3V5.62c0-.34.17-.65.44-.83l.11-.07l1.72-.86A1.998 1.998 0 0 1 6 0m-.05 9c-.16.5-.34.89-.52 1.19l-.09.14c-.07.1-.17.22-.28.37l-.29.37c-.51.65-.4 1.59.24 2.1c.24.19.52.3.81.32l.13.01c.82 0 1.5-.67 1.5-1.5c0-.34-.12-.67-.33-.93l-.26-.34c-.19-.24-.32-.42-.4-.54c-.17-.28-.35-.68-.51-1.19m1.8-3.5h-3.5c-.14 0-.25.11-.25.25v2c0 .14.11.25.25.25h3.5c.14 0 .25-.11.25-.25v-2c0-.14-.11-.25-.25-.25");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mji30zbhe {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.7 10.67c-.61.59-1.38.98-2.22 1.14L3.16 4.5c.18-.82.58-1.59 1.16-2.21c2.63-2.63 6.07-3.27 8.86-.47c2.8 2.79 2.16 6.22-.48 8.85m-8.14 1.87c.42-.29.88-.51 1.37-.65c.72-.08 1.46-.01 2.15.2L2.9 6.91c.23.72.29 1.49.19 2.24c-.13.46-.34.9-.61 1.3C1.23 11.92 0 12.46 0 13c.07 1.07.92 1.93 1.99 2c.54 0 1.07-1.18 2.57-2.46");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nbc27ibpp {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M5 0c.55 1.69 1.13 3.02 1.71 3.96l.18.27c.27.4.66.91 1.15 1.55l.87 1.11C9.62 7.78 10 8.87 10 10c0 2.76-2.25 5-5 5l-.43-.02a5.07 5.07 0 0 1-2.69-1.07a4.987 4.987 0 0 1-.8-7l.96-1.24c.38-.49.69-.91.93-1.25l.31-.46C3.88 2.98 4.46 1.67 5 0m8 0v2h2v2h-2v2h-2V4H9V2h2V0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s9pcknmql {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m2.9 6.91l5.18 5.18c-.69-.21-1.43-.28-2.15-.2c-.49.14-.95.36-1.37.65C3.06 13.82 2.53 15 1.99 15A2.14 2.14 0 0 1 0 13c0-.54 1.23-1.08 2.48-2.55c.27-.4.48-.84.61-1.3c.1-.75.04-1.52-.19-2.24M13 11c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2m.18-9.18c2.42 2.41 2.27 5.3.48 7.74q-.315-.06-.66-.06c-1.31 0-2.45.72-3.05 1.78L3.16 4.5c.18-.82.58-1.59 1.16-2.21c2.63-2.63 6.07-3.27 8.86-.47");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.uyrk-tbvv {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M3.5 10.1c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4s-1.4-.63-1.4-1.4s.63-1.4 1.4-1.4m8 0c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4s-1.4-.63-1.4-1.4s.63-1.4 1.4-1.4M9.5 2c.28 0 .5.22.5.5V5h1.73c.17 0 .33.08.42.22L14 8l.41.41c.38.38.59.89.59 1.42V11c0 .28-.22.5-.5.5h-.8c0-1.22-.98-2.2-2.2-2.2s-2.2.98-2.2 2.2H5.7c0-1.22-.98-2.2-2.2-2.2s-2.2.98-2.2 2.2H0v-9c0-.28.22-.5.5-.5zM5.
|
|
3
|
+
d: path("M3.5 10.1c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4s-1.4-.63-1.4-1.4s.63-1.4 1.4-1.4m8 0c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4s-1.4-.63-1.4-1.4s.63-1.4 1.4-1.4M9.5 2c.28 0 .5.22.5.5V5h1.73c.17 0 .33.08.42.22L14 8l.41.41c.38.38.59.89.59 1.42V11c0 .28-.22.5-.5.5h-.8c0-1.22-.98-2.2-2.2-2.2s-2.2.98-2.2 2.2H5.7c0-1.22-.98-2.2-2.2-2.2s-2.2.98-2.2 2.2H0v-9c0-.28.22-.5.5-.5zM5.83 3.5H4.17v1.67H2.5v1.66h1.67V8.5h1.66V6.83H7.5V5.17H5.83zM11.5 6H10v2h2.75z");
|
|
4
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": 2435,
|
|
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": 1785257604
|
|
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.13",
|
|
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",
|
|
@@ -3430,6 +3430,10 @@
|
|
|
3430
3430
|
"types": "./types/gfwqskkx.d.ts",
|
|
3431
3431
|
"svelte": "./components/g/globe-gasoline-pump-with-d.svelte"
|
|
3432
3432
|
},
|
|
3433
|
+
"./globe-gasoline-pump-with-droplet": {
|
|
3434
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3435
|
+
"svelte": "./components/g/globe-gasoline-pump-with-droplet.svelte"
|
|
3436
|
+
},
|
|
3433
3437
|
"./globe-gasoline-pump-with-e": {
|
|
3434
3438
|
"types": "./types/gfwqskkx.d.ts",
|
|
3435
3439
|
"svelte": "./components/g/globe-gasoline-pump-with-e.svelte"
|
|
@@ -3482,6 +3486,10 @@
|
|
|
3482
3486
|
"types": "./types/gfwqskkx.d.ts",
|
|
3483
3487
|
"svelte": "./components/g/greek-cross-above-outstretched-hand.svelte"
|
|
3484
3488
|
},
|
|
3489
|
+
"./greek-cross-outline": {
|
|
3490
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3491
|
+
"svelte": "./components/g/greek-cross-outline.svelte"
|
|
3492
|
+
},
|
|
3485
3493
|
"./greenhouse": {
|
|
3486
3494
|
"types": "./types/gfwqskkx.d.ts",
|
|
3487
3495
|
"svelte": "./components/g/greenhouse.svelte"
|
|
@@ -6454,6 +6462,10 @@
|
|
|
6454
6462
|
"types": "./types/gfwqskkx.d.ts",
|
|
6455
6463
|
"svelte": "./components/p/picket-fence.svelte"
|
|
6456
6464
|
},
|
|
6465
|
+
"./pickleball-paddle": {
|
|
6466
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6467
|
+
"svelte": "./components/p/pickleball-paddle.svelte"
|
|
6468
|
+
},
|
|
6457
6469
|
"./pickleball-paddle-with-ball": {
|
|
6458
6470
|
"types": "./types/gfwqskkx.d.ts",
|
|
6459
6471
|
"svelte": "./components/p/pickleball-paddle-with-ball.svelte"
|
|
@@ -8398,6 +8410,10 @@
|
|
|
8398
8410
|
"types": "./types/gfwqskkx.d.ts",
|
|
8399
8411
|
"svelte": "./components/t/table-tennis-paddle.svelte"
|
|
8400
8412
|
},
|
|
8413
|
+
"./table-tennis-paddle-and-ball": {
|
|
8414
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8415
|
+
"svelte": "./components/t/table-tennis-paddle-and-ball.svelte"
|
|
8416
|
+
},
|
|
8401
8417
|
"./table-with-chairs": {
|
|
8402
8418
|
"types": "./types/gfwqskkx.d.ts",
|
|
8403
8419
|
"svelte": "./components/t/table-with-chairs.svelte"
|
package/css/a/ah84_58pi.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.ah84_58pi {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("m9.5 5l1.46-1.91h.23c.86 0 1.56-.69 1.56-1.54c0-.86-.7-1.55-1.56-1.55S9.63.69 9.63 1.55v.17L6.5 5zM13 6v1l-1.5 3.5L13 14v1H2v-1l1.5-3.5L2 7V6zM8.17 8H6.83c-.09 0-.16.07-.16.17v1.5h-1.5c-.1 0-.17.07-.17.16v1.34c0 .09.07.16.17.16h1.5v1.5c0 .1.07.17.16.17h1.34c.09 0 .16-.07.16-.17v-1.5h1.5c.1 0 .17-.07.17-.16V9.83c0-.09-.07-.16-.17-.16h-1.5v-1.5c0-.1-.07-.17-.16-.17");
|
|
4
|
-
}
|
package/css/b/b1g1awb_t.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.b1g1awb_t {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("m3 4l4.5 3L12 4V0H3zm5.5 3.5c.14 0 .25.11.25.25V10H11c.14 0 .25.11.25.25v2c0 .14-.11.25-.25.25H8.75v2.25c0 .14-.11.25-.25.25h-2c-.14 0-.25-.11-.25-.25V12.5H4c-.14 0-.25-.11-.25-.25v-2c0-.14.11-.25.25-.25h2.25V7.75c0-.14.11-.25.25-.25z");
|
|
4
|
-
}
|
package/css/c/c9pj91rwy.css
DELETED
package/css/e/e9et50blq.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.e9et50blq {
|
|
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-.75zM8.3 3H6.7a.2.2 0 0 0-.2.2V5H4.7a.2.2 0 0 0-.2.2v1.6c0 .11.09.2.2.2h1.8v1.8c0 .11.09.2.2.2h1.6a.2.2 0 0 0 .2-.2V7h1.8a.2.2 0 0 0 .2-.2V5.2a.2.2 0 0 0-.2-.2H8.5V3.2a.2.2 0 0 0-.2-.2");
|
|
4
|
-
}
|
package/css/f/fowbx3bnk.css
DELETED
package/css/j/j6rpngbjt.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.j6rpngbjt {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M11.97 10.23a3.8 3.8 0 0 1-1.91.98L3.77 4.93a4.03 4.03 0 0 1 1-1.9C7.03.77 9.98.22 12.38 2.62s1.85 5.35-.41 7.61m-6.99 1.61a3.8 3.8 0 0 1 1.17-.56a4.5 4.5 0 0 1 1.85.17L3.55 7a4.4 4.4 0 0 1 .16 1.92a3.7 3.7 0 0 1-.52 1.12c-1.07 1.26-2.13 1.73-2.13 2.19a1.84 1.84 0 0 0 1.71 1.72c.46 0 .92-1.01 2.21-2.11");
|
|
4
|
-
}
|
package/css/k/khetupczm.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.khetupczm {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M5.34 5.65c.76-.13 1.32-.81 1.41-1.64c.09-.84.28-4.22-.99-4c-3.27.55-3.04 6.1-.42 5.64m4.32 0c2.62.46 2.85-5.09-.42-5.64c-1.27-.22-1.07 3.16-.98 4c.08.83.64 1.52 1.4 1.64M4 8.27c0-.44-.15-.83-.41-1.13c-.42-.54-1.74-1.64-2.05-1.36c-.68.59-.66 2.04-.25 3.09c.21.59.72 1 1.3 1c.78 0 1.41-.72 1.41-1.6m9.47-2.49c-.33-.28-1.64.82-2.05 1.36c-.26.3-.41.69-.41 1.13c0 .88.62 1.6 1.4 1.6c.59 0 1.1-.41 1.3-1c.41-1.05.44-2.5-.24-3.09m-5.97.73c.91 0 1.68.62 1.89 1.46c.27 1.04.23 2.19 1.43 2.79c1.06.37 1.46.83 1.46 2.05c0 .96-.83 2-1.89 2.13c-1.2.18-2.13-.06-2.88-.48c-.76.42-1.69.66-2.88.48c-1.08-.12-1.91-1.17-1.91-2.13c0-1.2.43-1.71 1.48-2.05c.93-.48 1.11-1.22 1.24-1.96l.05-.3c.04-.2.08-.4.13-.59c.24-.81.99-1.4 1.88-1.4m.53 2.99H6.97c-.08 0-.14.06-.14.13v1.2h-1.2c-.07 0-.13.06-.13.14v1.06c0 .08.06.14.13.14h1.2v1.2c0 .07.06.13.14.13h1.06c.08 0 .14-.06.14-.13v-1.2h1.2c.07 0 .13-.06.13-.14v-1.06c0-.08-.06-.14-.13-.14h-1.2v-1.2c0-.07-.06-.13-.14-.13");
|
|
4
|
-
}
|
package/css/m/mhy8zvufr.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.mhy8zvufr {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M7.5 1.07c-1.24 0-2.5.54-3.35 1.61c-.73.92-.94 1.61-1.04 2.68C1 5.25 0 6.52 0 13.93h15c0-7.41-1-8.68-3.11-8.57c-.1-1.07-.32-1.77-1.04-2.68A4.27 4.27 0 0 0 7.5 1.07m.8 5.43c.11 0 .2.09.2.2v1.8h1.8c.11 0 .2.09.2.2v1.6a.2.2 0 0 1-.2.2H8.5v1.8a.2.2 0 0 1-.2.2H6.7a.2.2 0 0 1-.2-.2v-1.8H4.7a.2.2 0 0 1-.2-.2V8.7c0-.11.09-.2.2-.2h1.8V6.7c0-.11.09-.2.2-.2zm-.8-3.29c1.37 0 2.14 1.08 2.21 2.15H5.29c.07-1.07.84-2.14 2.21-2.15");
|
|
4
|
-
}
|
package/css/o/ojrhsgb2d.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.ojrhsgb2d {
|
|
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-1v1h1zM7.8 3c.11 0 .2.09.2.2V5h1.8c.11 0 .2.09.2.2v1.6a.2.2 0 0 1-.2.2H8v1.8a.2.2 0 0 1-.2.2H6.2a.2.2 0 0 1-.2-.2V7H4.2a.2.2 0 0 1-.2-.2V5.2c0-.11.09-.2.2-.2H6V3.2c0-.11.09-.2.2-.2z");
|
|
4
|
-
}
|
package/css/p/p97o-ob5d.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.p97o-ob5d {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M10.5 4L13 6v8.5c0 .28-.22.5-.5.5h-10c-.28 0-.5-.22-.5-.5V6l2.5-2zM8.3 6.5H6.7a.2.2 0 0 0-.2.2v1.8H4.7a.2.2 0 0 0-.2.2v1.6c0 .11.09.2.2.2h1.8v1.8c0 .11.09.2.2.2h1.6a.2.2 0 0 0 .2-.2v-1.8h1.8a.2.2 0 0 0 .2-.2V8.7a.2.2 0 0 0-.2-.2H8.5V6.7a.2.2 0 0 0-.2-.2M4 .5v2c0 .28.22.5.5.5h6c.28 0 .5-.22.5-.5v-2c0-.28-.22-.5-.5-.5h-6c-.28 0-.5.22-.5.5");
|
|
4
|
-
}
|
package/css/p/pw559bcmg.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.pw559bcmg {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M7.5 0c.55 1.69 1.13 3.02 1.71 3.96l.18.27c.27.4.66.91 1.15 1.55l.87 1.11c.71.89 1.09 1.98 1.09 3.11c0 2.76-2.25 5-5 5l-.43-.02a5.07 5.07 0 0 1-2.69-1.07a4.987 4.987 0 0 1-.8-7l.96-1.24c.38-.49.69-.91.93-1.25l.31-.46C6.38 2.98 6.96 1.67 7.5 0m.8 7H6.7a.2.2 0 0 0-.2.2V9H4.7a.2.2 0 0 0-.2.2v1.6c0 .11.09.2.2.2h1.8v1.8c0 .11.09.2.2.2h1.6a.2.2 0 0 0 .2-.2V11h1.8a.2.2 0 0 0 .2-.2V9.2a.2.2 0 0 0-.2-.2H8.5V7.2a.2.2 0 0 0-.2-.2");
|
|
4
|
-
}
|
package/css/v/v-p51qzsf.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.v-p51qzsf {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M0 10c2 .5 4.5 1.5 4.5 1.5s1-.5 1.5-.5h2l3-.5s.5.5 0 1s-2.5 1-3 1s.5.5.5.5H10s2 0 3-.5s2-1 2-.5c-2 2-3 2.5-3 2.5s-2 .5-4 .5c-.5 0-2-1-2.5-1S0 14.5 0 14zM11.57.5c.14 0 .26.12.26.27v2.4h2.4c.15 0 .27.12.27.26v2.14c0 .14-.12.26-.27.26h-2.4v2.4c0 .15-.12.27-.26.27H9.43c-.14 0-.26-.12-.26-.27v-2.4h-2.4c-.15 0-.27-.12-.27-.26V3.43c0-.14.12-.26.27-.26h2.4V.77c0-.15.12-.27.26-.27z");
|
|
4
|
-
}
|
package/css/v/vh1r0w9jv.css
DELETED
package/css/v/vmawyvb1b.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.vmawyvb1b {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M5 4h5V3H5zm5-2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1zM8.3 5.5H6.7a.2.2 0 0 0-.2.2v1.8H4.7a.2.2 0 0 0-.2.2v1.6c0 .11.09.2.2.2h1.8v1.8c0 .11.09.2.2.2h1.6a.2.2 0 0 0 .2-.2V9.5h1.8a.2.2 0 0 0 .2-.2V7.7a.2.2 0 0 0-.2-.2H8.5V5.7a.2.2 0 0 0-.2-.2");
|
|
4
|
-
}
|
package/css/w/wcqhkihsq.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.wcqhkihsq {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M5 0c.55 1.69 1.13 3.02 1.71 3.96l.18.27c.27.4.66.91 1.15 1.55l.87 1.11C9.62 7.78 10 8.87 10 10c0 2.76-2.25 5-5 5l-.43-.02a5.07 5.07 0 0 1-2.69-1.07a4.987 4.987 0 0 1-.8-7l.96-1.24c.38-.49.69-.91.93-1.25l.31-.46C3.88 2.98 4.46 1.67 5 0m7.8 0c.11 0 .2.09.2.2V2h1.8c.11 0 .2.09.2.2v1.6a.2.2 0 0 1-.2.2H13v1.8a.2.2 0 0 1-.2.2h-1.6a.2.2 0 0 1-.2-.2V4H9.2a.2.2 0 0 1-.2-.2V2.2c0-.11.09-.2.2-.2H11V.2c0-.11.09-.2.2-.2z");
|
|
4
|
-
}
|