@iconify-svelte/pinhead 1.0.21 → 1.0.22
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/bagel-with-seeds.svelte +11 -0
- package/components/c/conifer-tree-beside-conifer-tree-on-ground.svelte +11 -0
- package/components/c/conifer-tree-beside-oval-broadleaved-tree-on-ground.svelte +11 -0
- package/components/c/conifer-tree-beside-oval-broadleaved-tree.svelte +11 -0
- package/components/h/horizontal-bar.svelte +11 -0
- package/components/l/lattice-tower-with-ball-tip-antenna-on-ground-with-beams.svelte +2 -2
- package/components/l/lattice-tower-with-ball-tip-antenna-on-ground.svelte +11 -0
- package/components/l/lattice-tower-with-observation-deck-on-ground.svelte +2 -2
- package/components/l/lattice-tower-with-observation-deck.svelte +11 -0
- package/components/l/lowrise-apartment-building-on-ground.svelte +2 -2
- package/components/l/lowrise-apartment-building.svelte +11 -0
- package/components/l/lowrise-building-beside-lollipop-tree-on-ground.svelte +11 -0
- package/components/n/noodle-bowl-and-chopsticks-with-noodles.svelte +2 -2
- package/components/o/oval-broadleaved-tree-beside-oval-broadleaved-tree-on-ground.svelte +11 -0
- package/components/p/plane-takeoff-above-ground.svelte +2 -2
- package/components/p/plane-takeoff.svelte +11 -0
- package/components/s/skyscraper-on-ground.svelte +2 -2
- package/components/s/skyscraper.svelte +11 -0
- package/components/s/step-ladder-double-sided.svelte +11 -0
- package/css/c/ctfz9yp6p.css +4 -0
- package/css/i/ir2pffbtv.css +4 -0
- package/css/i/iutcwdytz.css +4 -0
- package/css/k/kqhiw328v.css +4 -0
- package/css/l/laz_kgnaq.css +4 -0
- package/css/n/n0g3nabyd.css +4 -0
- package/css/p/pwyfjgb1h.css +4 -0
- package/css/q/qo_ch73fs.css +4 -0
- package/css/q/qt6cbni-w.css +4 -0
- package/css/r/rcyz6xbsa.css +4 -0
- package/css/s/s3jv8dbwt.css +4 -0
- package/css/t/tm7kl-mmr.css +4 -0
- package/css/v/v2ar__b5k.css +4 -0
- package/css/w/woy7o0ttp.css +4 -0
- package/css/x/x-kg16b2g.css +4 -0
- package/css/z/z4lip6bds.css +4 -0
- package/iconify.json +2 -2
- package/package.json +61 -9
- package/css/f/fvm758xpe.css +0 -4
- package/css/j/j8wvzkyni.css +0 -4
- package/css/p/pjzqn06_f.css +0 -4
- package/css/s/s4o_4e6si.css +0 -4
- package/css/y/y38uxobts.css +0 -4
- package/css/y/yg5k9kb9y.css +0 -4
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/oikneibpo.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="oikneibpo"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bagel-with-seeds" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/ir2pffbtv.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="ir2pffbtv"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:conifer-tree-beside-conifer-tree-on-ground" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rcyz6xbsa.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="rcyz6xbsa"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:conifer-tree-beside-oval-broadleaved-tree-on-ground" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jwyekn-8b.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="jwyekn-8b"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:conifer-tree-beside-oval-broadleaved-tree" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/z4lip6bds.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="z4lip6bds"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:horizontal-bar" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/v/v2ar__b5k.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="v2ar__b5k"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lattice-tower-with-ball-tip-antenna-on-ground-with-beams" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kqhiw328v.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="kqhiw328v"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lattice-tower-with-ball-tip-antenna-on-ground" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/ctfz9yp6p.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="ctfz9yp6p"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lattice-tower-with-observation-deck-on-ground" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/n0g3nabyd.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="n0g3nabyd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lattice-tower-with-observation-deck" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/x-kg16b2g.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="x-kg16b2g"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowrise-apartment-building-on-ground" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qo_ch73fs.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="qo_ch73fs"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowrise-apartment-building" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qt6cbni-w.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="qt6cbni-w"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowrise-building-beside-lollipop-tree-on-ground" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/w/woy7o0ttp.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="woy7o0ttp"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:noodle-bowl-and-chopsticks-with-noodles" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s3jv8dbwt.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="s3jv8dbwt"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:oval-broadleaved-tree-beside-oval-broadleaved-tree-on-ground" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/laz_kgnaq.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="laz_kgnaq"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:plane-takeoff-above-ground" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/t/tm7kl-mmr.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="tm7kl-mmr"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:plane-takeoff" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/p/
|
|
3
|
+
import '../../css/p/pwyfjgb1h.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="pwyfjgb1h"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:skyscraper-on-ground" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/iutcwdytz.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="iutcwdytz"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:skyscraper" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/v/vo2gw7byy.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="vo2gw7byy"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:step-ladder-double-sided" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ctfz9yp6p {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5.5c.94 0 1 .89 1 .99V2h1c.5 0 .5.5.5.5h1c.5 0 .5.5.5.5L11 6.25S11 7 10 7v2l1.71 4H14v1H1v-1h2.29L5 9V7c-1 0-1-.75-1-.75L3.5 3l.01-.08l.02-.1c.05-.14.17-.32.47-.32h1l.01-.08l.02-.1c.05-.14.17-.32.47-.32h1v-.51c0-.1.06-.99 1-.99m1 9h-2L5.33 13h4.34zm0-2.5h-2v1h2zm1.75-3.5h-5.5L5 5h5z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ir2pffbtv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1 14v-1h3v-2.5H1.49c-.27 0-.5-.22-.5-.5c0-.13.06-.26.15-.35L3.75 7H1.93c-.1 0-.19-.05-.26-.13a.45.45 0 0 1 .02-.57L4 4H2.52a.3.3 0 0 1-.22-.09l-.05-.05a.45.45 0 0 1 .03-.56L4.5 1l2.22 2.3c.07.08.11.19.11.3c0 .22-.16.4-.35.4H5l2.3 2.3c.06.07.1.15.11.24l.01.06c0 .22-.16.4-.36.4H5.25l2.6 2.65c.2.2.19.51 0 .71c-.07.07-.16.11-.26.13l-.09.01H5V13h5v-2.5H8.36a1 1 0 0 0-.15-1.2l-.36-.37L9.75 7H7.93c-.03 0-.06-.01-.09-.02c.05-.11.08-.24.08-.38l-.02-.14l-.01-.1c-.02-.06-.04-.12-.07-.18L10 4H8.52a.3.3 0 0 1-.22-.09l-.05-.05a.45.45 0 0 1 .03-.56L10.5 1l2.22 2.3c.07.08.11.19.11.3c0 .22-.16.4-.35.4H11l2.3 2.3c.06.07.1.15.11.24l.01.06c0 .22-.16.4-.36.4h-1.81l2.6 2.65c.2.2.19.51 0 .71c-.1.09-.22.14-.35.14H11V13h3v1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kqhiw328v {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 1.25c.69 0 1.25.56 1.25 1.25c0 .51-.31.95-.75 1.15v1.36h.48c.23 0 .44.16.49.39l1.57 7.6H14v1H1v-1h3.46l1.58-7.6c.05-.23.26-.39.49-.39H7V3.65c-.44-.2-.75-.64-.75-1.15c0-.69.56-1.25 1.25-1.25m1.81 10.49H5.69L5.41 13h4.18zm-.42-2H6.13l-.32 1.5h3.4zm-.44-1.99H6.56l-.32 1.49h2.54zm-.37-1.74H6.94l-.27 1.24h1.68z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.laz_kgnaq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 12h15v1H0zM3.19 1.95c.13-.06.28-.07.41-.02l5.98 2.4l3.54-1.47c.67-.28 1.45.02 1.75.69c.34.71-.01 1.56-.75 1.84L4.61 8.97c-.75.27-1.58.09-2.14-.46L.06 6.09c-.1-.1-.07-.27.05-.33l.51-.26a.53.53 0 0 1 .49.02l2.28 1.37l3.07-1.27l-3.84-3.06c-.11-.1-.09-.27.04-.35z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.n0g3nabyd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 1.5c.94 0 1 .89 1 .99V3h1c.5 0 .5.5.5.5h1c.5 0 .5.5.5.5L11 7.25S11 8 10 8v2l1.71 4H9.67L8.5 10.5h-2L5.33 14H3.29L5 10V8c-1 0-1-.75-1-.75L3.5 4l.01-.08l.02-.1c.05-.14.17-.32.47-.32h1l.01-.08l.02-.1c.05-.14.17-.32.47-.32h1v-.51c0-.1.06-.99 1-.99m1 6.5h-2v1h2zm1.75-3.5h-5.5L5 6h5z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qo_ch73fs {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11 2.5V15H8.5v-2.25c0-.14-.11-.25-.25-.25h-1.5c-.14 0-.25.11-.25.25V15H4V2.5zm-5.25 7h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2-2.5c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-8.5C3.11 2 3 1.89 3 1.75v-.5c0-.14.11-.25.25-.25z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rcyz6xbsa {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1 14v-1h3v-2.5H1.16c-.09 0-.17-.04-.24-.1l-.04-.05a.45.45 0 0 1 .06-.57L3.75 7H1.93c-.1 0-.19-.05-.26-.13a.45.45 0 0 1 .02-.57L4 4H2.52a.3.3 0 0 1-.22-.09l-.05-.05a.45.45 0 0 1 .03-.56L4.5 1l2.22 2.3c.07.08.11.19.11.3c0 .22-.16.4-.35.4H5l2.3 2.3c.06.07.1.15.11.24l.01.06c0 .22-.16.4-.36.4H5.25l2.82 2.78c.08.06.12.15.14.25v.07c0 .22-.15.4-.35.4H5V13h5v-3l-1.04.22v-.25c-.03-.25-.13-.48-.31-.67L7.08 7.75l.11-.01c.56-.06.98-.56.98-1.14l-.01-.15l-.04-.16a.5.5 0 0 0-.06-.17l.08-.04C6.93 5.15 7.35 2.6 9.1 3l-.01-.18v-.15l.02-.17c.06-.59.32-1.5 1.38-1.5c1.57 0 1.41 2 1.41 2c1.75-.4 2.12 2.15.94 3.08c2 .92 1.2 4.15-.78 4.15L11 10v3h3v1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s3jv8dbwt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1 14v-1h3v-3l-1.06.23C.96 10.23.16 7 2.16 6.08C.98 5.15 1.35 2.6 3.1 3l-.01-.18l.01-.23l.02-.19C3.21 1.81 3.5 1 4.5 1c1.57 0 1.4 2 1.4 2c1.75-.4 2.12 2.15.94 3.08c.27.12.49.29.66.48l.12.15l.1.16l.08.15l.06.15l.06.19l.04.16c.02.11.03.22.04.32v.2q-.015.24-.06.48l-.03.11l-.06.18l-.05.14l-.08.18l-.08.14l-.05.08l-.09.13c-.34.45-.83.75-1.44.75L5 10v3h5v-3l-1.06.23c-.33 0-.62-.09-.87-.24c.84-1.07.95-2.79.03-3.88l.06-.03c-.08-.06-.15-.13-.21-.2L8 5.77c.28-.58.35-1.26.2-1.9l-.04-.15a2.2 2.2 0 0 0-.19-.47C8.24 3 8.61 2.89 9.1 3l-.01-.18l.01-.23l.02-.19C9.21 1.81 9.5 1 10.5 1c1.57 0 1.4 2 1.4 2c1.75-.4 2.12 2.15.94 3.08c2 .92 1.2 4.15-.78 4.15L11 10v3h3v1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.tm7kl-mmr {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3.19 3.95c.13-.06.28-.07.41-.02l5.98 2.4l3.54-1.47c.67-.28 1.45.02 1.75.69c.34.71-.01 1.56-.75 1.84l-9.51 3.58c-.75.27-1.58.09-2.14-.46L.06 8.09c-.1-.1-.07-.27.05-.33l.51-.26a.53.53 0 0 1 .49.02l2.28 1.37l3.07-1.27l-3.84-3.06c-.11-.1-.09-.27.04-.35z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.v2ar__b5k {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 2.25c.69 0 1.25.56 1.25 1.25c0 .51-.31.95-.75 1.15v1.36h.48c.23 0 .44.16.49.39l1.57 7.6H14v1H1v-1h3.46l1.58-7.6c.05-.23.26-.39.49-.39H7V4.65c-.44-.2-.75-.64-.75-1.15c0-.69.56-1.25 1.25-1.25m1.81 10.49H5.69L5.41 14h4.18zm-.42-2H6.13l-.32 1.5h3.4zm-.44-1.99H6.56l-.32 1.49h2.54zm-.37-1.74H6.94l-.27 1.24h1.68zM3.21.06l.78.63A4.47 4.47 0 0 0 3 3.5c0 1.06.37 2.04.99 2.81l-.78.63A5.48 5.48 0 0 1 2 3.5c0-1.3.45-2.49 1.21-3.44m8.59.01c.75.94 1.2 2.13 1.2 3.43s-.45 2.49-1.21 3.44l-.78-.63c.62-.77.99-1.75.99-2.81s-.37-2.04-.99-2.81zM4.77 1.31l.78.63C5.2 2.37 5 2.91 5 3.5s.21 1.13.55 1.56l-.78.63C4.29 5.09 4 4.33 4 3.5s.29-1.59.77-2.19m5.46 0c.48.6.77 1.36.77 2.19s-.29 1.59-.77 2.19l-.78-.63c.34-.43.55-.97.55-1.56s-.2-1.13-.55-1.56z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.woy7o0ttp {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m2 1l7.3 1.9v.71l-7.5-1.6c-.61-.11-.28-1.1.23-.97zm8.8 1.5v5h-1v-5c0-.65 1-.65 1 0m1.5.88V7.5h-1V3.38c0-.65 1-.65 1 0m.5.41l1.2.3c.09.02.14.09.15.17c.28.01.3.49 0 .5l-1.3.03zM1.8 4l7.5.15v.7L1.8 5c-.56.03-.55-.88-.09-.99zm12.7 4c0 3.5-3.5 5.5-4.5 5.5H5C4 13.5.5 11.5.5 8zM10 14v1H5v-1z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.x-kg16b2g {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11 1.5V14h3v1H1v-1h3V1.5zm-2.75 10h-1.5c-.14 0-.25.11-.25.25V14h2v-2.25c0-.14-.11-.25-.25-.25m-2.5-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2-2.5c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-8.5C3.11 1 3 .89 3 .75v-.5c0-.14.11-.25.25-.25z");
|
|
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": 2550,
|
|
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": 1787576185
|
|
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.22",
|
|
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",
|
|
@@ -798,9 +798,9 @@
|
|
|
798
798
|
"types": "./types/gfwqskkx.d.ts",
|
|
799
799
|
"svelte": "./components/b/bagel.svelte"
|
|
800
800
|
},
|
|
801
|
-
"./bagel-
|
|
801
|
+
"./bagel-with-seeds": {
|
|
802
802
|
"types": "./types/gfwqskkx.d.ts",
|
|
803
|
-
"svelte": "./components/b/bagel-
|
|
803
|
+
"svelte": "./components/b/bagel-with-seeds.svelte"
|
|
804
804
|
},
|
|
805
805
|
"./baguette": {
|
|
806
806
|
"types": "./types/gfwqskkx.d.ts",
|
|
@@ -2538,14 +2538,22 @@
|
|
|
2538
2538
|
"types": "./types/gfwqskkx.d.ts",
|
|
2539
2539
|
"svelte": "./components/c/conifer-tree-and-flower-and-snowcapped-mountain.svelte"
|
|
2540
2540
|
},
|
|
2541
|
-
"./conifer-tree-and-oval-broadleaved-tree": {
|
|
2542
|
-
"types": "./types/gfwqskkx.d.ts",
|
|
2543
|
-
"svelte": "./components/c/conifer-tree-and-oval-broadleaved-tree.svelte"
|
|
2544
|
-
},
|
|
2545
2541
|
"./conifer-tree-beside-conifer-tree": {
|
|
2546
2542
|
"types": "./types/gfwqskkx.d.ts",
|
|
2547
2543
|
"svelte": "./components/c/conifer-tree-beside-conifer-tree.svelte"
|
|
2548
2544
|
},
|
|
2545
|
+
"./conifer-tree-beside-conifer-tree-on-ground": {
|
|
2546
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2547
|
+
"svelte": "./components/c/conifer-tree-beside-conifer-tree-on-ground.svelte"
|
|
2548
|
+
},
|
|
2549
|
+
"./conifer-tree-beside-oval-broadleaved-tree": {
|
|
2550
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2551
|
+
"svelte": "./components/c/conifer-tree-beside-oval-broadleaved-tree.svelte"
|
|
2552
|
+
},
|
|
2553
|
+
"./conifer-tree-beside-oval-broadleaved-tree-on-ground": {
|
|
2554
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2555
|
+
"svelte": "./components/c/conifer-tree-beside-oval-broadleaved-tree-on-ground.svelte"
|
|
2556
|
+
},
|
|
2549
2557
|
"./conifer-tree-with-antenna-array": {
|
|
2550
2558
|
"types": "./types/gfwqskkx.d.ts",
|
|
2551
2559
|
"svelte": "./components/c/conifer-tree-with-antenna-array.svelte"
|
|
@@ -4154,6 +4162,10 @@
|
|
|
4154
4162
|
"types": "./types/gfwqskkx.d.ts",
|
|
4155
4163
|
"svelte": "./components/h/hook.svelte"
|
|
4156
4164
|
},
|
|
4165
|
+
"./horizontal-bar": {
|
|
4166
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4167
|
+
"svelte": "./components/h/horizontal-bar.svelte"
|
|
4168
|
+
},
|
|
4157
4169
|
"./horizontal-storage-tank-on-supports": {
|
|
4158
4170
|
"types": "./types/gfwqskkx.d.ts",
|
|
4159
4171
|
"svelte": "./components/h/horizontal-storage-tank-on-supports.svelte"
|
|
@@ -4550,6 +4562,10 @@
|
|
|
4550
4562
|
"types": "./types/gfwqskkx.d.ts",
|
|
4551
4563
|
"svelte": "./components/l/lattice-power-tower.svelte"
|
|
4552
4564
|
},
|
|
4565
|
+
"./lattice-tower-with-ball-tip-antenna-on-ground": {
|
|
4566
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4567
|
+
"svelte": "./components/l/lattice-tower-with-ball-tip-antenna-on-ground.svelte"
|
|
4568
|
+
},
|
|
4553
4569
|
"./lattice-tower-with-ball-tip-antenna-on-ground-with-beams": {
|
|
4554
4570
|
"types": "./types/gfwqskkx.d.ts",
|
|
4555
4571
|
"svelte": "./components/l/lattice-tower-with-ball-tip-antenna-on-ground-with-beams.svelte"
|
|
@@ -4558,6 +4574,10 @@
|
|
|
4558
4574
|
"types": "./types/gfwqskkx.d.ts",
|
|
4559
4575
|
"svelte": "./components/l/lattice-tower-with-lookout-deck.svelte"
|
|
4560
4576
|
},
|
|
4577
|
+
"./lattice-tower-with-observation-deck": {
|
|
4578
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4579
|
+
"svelte": "./components/l/lattice-tower-with-observation-deck.svelte"
|
|
4580
|
+
},
|
|
4561
4581
|
"./lattice-tower-with-observation-deck-on-ground": {
|
|
4562
4582
|
"types": "./types/gfwqskkx.d.ts",
|
|
4563
4583
|
"svelte": "./components/l/lattice-tower-with-observation-deck-on-ground.svelte"
|
|
@@ -4726,6 +4746,10 @@
|
|
|
4726
4746
|
"types": "./types/gfwqskkx.d.ts",
|
|
4727
4747
|
"svelte": "./components/l/lowered-curb-with-question-mark.svelte"
|
|
4728
4748
|
},
|
|
4749
|
+
"./lowrise-apartment-building": {
|
|
4750
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4751
|
+
"svelte": "./components/l/lowrise-apartment-building.svelte"
|
|
4752
|
+
},
|
|
4729
4753
|
"./lowrise-apartment-building-on-ground": {
|
|
4730
4754
|
"types": "./types/gfwqskkx.d.ts",
|
|
4731
4755
|
"svelte": "./components/l/lowrise-apartment-building-on-ground.svelte"
|
|
@@ -4738,6 +4762,10 @@
|
|
|
4738
4762
|
"types": "./types/gfwqskkx.d.ts",
|
|
4739
4763
|
"svelte": "./components/l/lowrise-building-and-tree-on-ground.svelte"
|
|
4740
4764
|
},
|
|
4765
|
+
"./lowrise-building-beside-lollipop-tree-on-ground": {
|
|
4766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4767
|
+
"svelte": "./components/l/lowrise-building-beside-lollipop-tree-on-ground.svelte"
|
|
4768
|
+
},
|
|
4741
4769
|
"./lu-zi-symbol": {
|
|
4742
4770
|
"types": "./types/gfwqskkx.d.ts",
|
|
4743
4771
|
"svelte": "./components/l/lu-zi-symbol.svelte"
|
|
@@ -5742,6 +5770,10 @@
|
|
|
5742
5770
|
"types": "./types/gfwqskkx.d.ts",
|
|
5743
5771
|
"svelte": "./components/o/oval-broadleaved-tree-beside-oval-broadleaved-tree.svelte"
|
|
5744
5772
|
},
|
|
5773
|
+
"./oval-broadleaved-tree-beside-oval-broadleaved-tree-on-ground": {
|
|
5774
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5775
|
+
"svelte": "./components/o/oval-broadleaved-tree-beside-oval-broadleaved-tree-on-ground.svelte"
|
|
5776
|
+
},
|
|
5745
5777
|
"./overweight-person": {
|
|
5746
5778
|
"types": "./types/gfwqskkx.d.ts",
|
|
5747
5779
|
"svelte": "./components/o/overweight-person.svelte"
|
|
@@ -7310,6 +7342,10 @@
|
|
|
7310
7342
|
"types": "./types/gfwqskkx.d.ts",
|
|
7311
7343
|
"svelte": "./components/p/plane-right.svelte"
|
|
7312
7344
|
},
|
|
7345
|
+
"./plane-takeoff": {
|
|
7346
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7347
|
+
"svelte": "./components/p/plane-takeoff.svelte"
|
|
7348
|
+
},
|
|
7313
7349
|
"./plane-takeoff-above-ground": {
|
|
7314
7350
|
"types": "./types/gfwqskkx.d.ts",
|
|
7315
7351
|
"svelte": "./components/p/plane-takeoff-above-ground.svelte"
|
|
@@ -8266,6 +8302,10 @@
|
|
|
8266
8302
|
"types": "./types/gfwqskkx.d.ts",
|
|
8267
8303
|
"svelte": "./components/s/skull-with-x-oblique.svelte"
|
|
8268
8304
|
},
|
|
8305
|
+
"./skyscraper": {
|
|
8306
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8307
|
+
"svelte": "./components/s/skyscraper.svelte"
|
|
8308
|
+
},
|
|
8269
8309
|
"./skyscraper-on-ground": {
|
|
8270
8310
|
"types": "./types/gfwqskkx.d.ts",
|
|
8271
8311
|
"svelte": "./components/s/skyscraper-on-ground.svelte"
|
|
@@ -8662,9 +8702,9 @@
|
|
|
8662
8702
|
"types": "./types/gfwqskkx.d.ts",
|
|
8663
8703
|
"svelte": "./components/s/step-ladder.svelte"
|
|
8664
8704
|
},
|
|
8665
|
-
"./step-ladder-
|
|
8705
|
+
"./step-ladder-double-sided": {
|
|
8666
8706
|
"types": "./types/gfwqskkx.d.ts",
|
|
8667
|
-
"svelte": "./components/s/step-ladder-
|
|
8707
|
+
"svelte": "./components/s/step-ladder-double-sided.svelte"
|
|
8668
8708
|
},
|
|
8669
8709
|
"./stethoscope": {
|
|
8670
8710
|
"types": "./types/gfwqskkx.d.ts",
|
|
@@ -10206,6 +10246,10 @@
|
|
|
10206
10246
|
"types": "./types/gfwqskkx.d.ts",
|
|
10207
10247
|
"svelte": "./components/z/z.svelte"
|
|
10208
10248
|
},
|
|
10249
|
+
"./bagel-seeded": {
|
|
10250
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10251
|
+
"svelte": "./components/b/bagel-seeded.svelte"
|
|
10252
|
+
},
|
|
10209
10253
|
"./bicycle-and-key": {
|
|
10210
10254
|
"types": "./types/gfwqskkx.d.ts",
|
|
10211
10255
|
"svelte": "./components/b/bicycle-and-key.svelte"
|
|
@@ -10270,6 +10314,10 @@
|
|
|
10270
10314
|
"types": "./types/gfwqskkx.d.ts",
|
|
10271
10315
|
"svelte": "./components/c/conifer-tree-and-flower-and-mountain-snowcapped.svelte"
|
|
10272
10316
|
},
|
|
10317
|
+
"./conifer-tree-and-oval-broadleaved-tree": {
|
|
10318
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10319
|
+
"svelte": "./components/c/conifer-tree-and-oval-broadleaved-tree.svelte"
|
|
10320
|
+
},
|
|
10273
10321
|
"./ear-atop-slash": {
|
|
10274
10322
|
"types": "./types/gfwqskkx.d.ts",
|
|
10275
10323
|
"svelte": "./components/e/ear-atop-slash.svelte"
|
|
@@ -10706,6 +10754,10 @@
|
|
|
10706
10754
|
"types": "./types/gfwqskkx.d.ts",
|
|
10707
10755
|
"svelte": "./components/s/spoon-and-fork.svelte"
|
|
10708
10756
|
},
|
|
10757
|
+
"./step-ladder-doubled-sided": {
|
|
10758
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10759
|
+
"svelte": "./components/s/step-ladder-doubled-sided.svelte"
|
|
10760
|
+
},
|
|
10709
10761
|
"./suitcase-and-key": {
|
|
10710
10762
|
"types": "./types/gfwqskkx.d.ts",
|
|
10711
10763
|
"svelte": "./components/s/suitcase-and-key.svelte"
|
package/css/f/fvm758xpe.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.fvm758xpe {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("m11.85 6.43l-.41-.28a4.76 4.76 0 0 0 .28-4.88l-.08-.15l.43-.24l.09.17a5.26 5.26 0 0 1-.31 5.39ZM13 13.56V14H2v-.43h2.5L6.04 6.4a.5.5 0 0 1 .49-.39h.73V4.6a1.14 1.14 0 0 1-.88-1.1a1.16 1.16 0 1 1 2.31 0a1.14 1.14 0 0 1-.93 1.11v1.4h.72a.5.5 0 0 1 .49.39l1.55 7.16ZM8.45 8.75H6.56l-.32 1.49h2.54Zm-2.32 1.99l-.32 1.5h3.4l-.32-1.5Zm.81-3.73l-.27 1.24h1.68l-.27-1.24Zm-1.42 6.56h3.97l-.18-.83H5.69Zm-.31-8.56a2.75 2.75 0 0 1 .02-3.05l-.42-.28a3.25 3.25 0 0 0-.02 3.61Zm5.55-1.51a3.24 3.24 0 0 0-.53-1.79l-.42.28a2.75 2.75 0 0 1-.02 3.05l.41.28a3.23 3.23 0 0 0 .56-1.82M3.53 6.12a4.76 4.76 0 0 1-.15-4.99L2.95.88a5.26 5.26 0 0 0 .17 5.51Z");
|
|
4
|
-
}
|
package/css/j/j8wvzkyni.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.j8wvzkyni {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M13 1L5.7 2.9v.71l7.5-1.6c.61-.11.28-1.1-.23-.97zM4.2 2.5v5h1v-5c0-.65-1-.65-1 0m-1.5.88V7.5h1V3.38c0-.65-1-.65-1 0m-.5.41l-1.2.3a.19.19 0 0 0-.15.17c-.28.01-.3.49 0 .5l1.3.03zm11 .21l-7.5.15v.7l7.5.15c.59.03.55-1 0-1M.5 8c0 3.5 3.5 5.5 4.5 5.5h5c1 0 4.5-2 4.5-5.5zM5 14v1h5v-1z");
|
|
4
|
-
}
|
package/css/p/pjzqn06_f.css
DELETED
package/css/s/s4o_4e6si.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.s4o_4e6si {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M3.3 2.1c.13-.06.28-.07.41-.02l5.93 2.38L13.15 3c.67-.28 1.44.02 1.74.68c.33.71-.01 1.55-.75 1.83L4.71 9.06c-.74.27-1.57.09-2.12-.46L.2 6.2c-.1-.1-.07-.26.05-.32l.5-.26a.53.53 0 0 1 .49.02L3.5 7l3.05-1.26L2.74 2.7c-.11-.1-.09-.27.04-.34zM.5 12c-.28 0-.5.22-.5.5s.22.5.5.5h14c.28 0 .5-.22.5-.5s-.22-.5-.5-.5z");
|
|
4
|
-
}
|
package/css/y/y38uxobts.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.y38uxobts {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M3.25 0h8.5c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-8.5C3.11 1 3 .89 3 .75v-.5c0-.14.11-.25.25-.25M8.5 11.75c0-.14-.11-.25-.25-.25h-1.5c-.14 0-.25.11-.25.25V14H4V1.5h7V14h3.5v1H.5v-1h8zM5.75 8.5h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25");
|
|
4
|
-
}
|
package/css/y/yg5k9kb9y.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.yg5k9kb9y {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M12 12.5h-.5L10 9V7c1 0 1-.75 1-.75L11.5 3s0-.5-.5-.5h-1s0-.5-.5-.5h-1v-.5s0-1-1-1s-1 1-1 1V2h-1c-.5 0-.5.5-.5.5H4c-.5 0-.5.5-.5.5L4 6.25S4 7 5 7v2l-1.5 3.5H3s-1 0-1 .75S3 14 3 14h9s1 0 1-.75s-1-.75-1-.75m-1.75-9L10 5H5l-.25-1.5zM8.5 7v1h-2V7zm-2 2.5h2l1 3h-4z");
|
|
4
|
-
}
|