@iconify-svelte/pinhead 1.0.10 → 1.0.11
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/angel-moroni-on-square.svelte +11 -0
- package/components/b/badge-shield-with-deer-head-with-antlers.svelte +11 -0
- package/components/b/bench-with-backrest-in-rectangular-shelter.svelte +2 -2
- package/components/c/coconut-palm-tree-on-hill-in-water.svelte +2 -2
- package/components/c/coconut-palm-tree-on-hill.svelte +11 -0
- package/components/c/compact-box-truck-with-greek-cross.svelte +2 -2
- package/components/d/deer-head-under-list-beside-checkmark.svelte +11 -0
- package/components/d/deer-head-under-paragraph.svelte +11 -0
- package/components/d/deer-head-with-antlers-on-shield-mount.svelte +11 -0
- package/components/d/deer-with-antlers-under-checkmark.svelte +11 -0
- package/components/d/deer-with-antlers.svelte +2 -2
- package/components/e/egg-with-crack.svelte +11 -0
- package/components/m/memorial-stone-with-angel-moroni.svelte +11 -0
- package/components/p/palm-tree.svelte +2 -2
- package/components/p/person-falling.svelte +11 -0
- package/components/p/person-sliding.svelte +11 -0
- package/components/p/person-slipping.svelte +11 -0
- package/components/p/pixel-canoe-on-water.svelte +11 -0
- package/components/p/pixel-canoe.svelte +11 -0
- package/components/p/pixel-international-wheelchair-symbol.svelte +11 -0
- package/components/p/pixel-palm-tree.svelte +11 -0
- package/components/p/propane-tank-with-gas-flame.svelte +2 -2
- package/components/s/sign-beside-bench-with-backrest.svelte +2 -2
- package/components/s/sign-beside-car.svelte +2 -2
- package/components/s/sign-beside-taxi.svelte +2 -2
- package/components/s/squat-rock-with-inscription.svelte +11 -0
- package/components/s/squat-rock.svelte +2 -2
- package/components/t/tree-beside-bench-with-backrest.svelte +11 -0
- package/css/a/a_zllg1bn.css +4 -0
- package/css/b/b9hnrnnmu.css +4 -0
- package/css/b/b_imxmbcy.css +4 -0
- package/css/b/bbucjgpbx.css +4 -0
- package/css/c/chrxriumk.css +4 -0
- package/css/d/dtpfbmb-o.css +4 -0
- package/css/e/eahhtsb9a.css +4 -0
- package/css/f/f-94bibkk.css +4 -0
- package/css/f/f3-u2ubdr.css +4 -0
- package/css/f/f4d9v6lqd.css +4 -0
- package/css/g/gw3nfyb4v.css +4 -0
- package/css/k/kd17dsnob.css +4 -0
- package/css/k/kj08ygdiz.css +4 -0
- package/css/k/kmlnxjsdv.css +4 -0
- package/css/l/lkese0awh.css +4 -0
- package/css/m/mmixxubxm.css +4 -0
- package/css/{g/g9k5q2bxk.css → n/n1ixgrb0q.css} +2 -2
- package/css/n/nr5hwuboa.css +4 -0
- package/css/o/ovul_dq1a.css +4 -0
- package/css/p/pshxlnbea.css +4 -0
- package/css/q/qiy6cs5ry.css +4 -0
- package/css/q/qq89bn_un.css +4 -0
- package/css/q/qv94sthss.css +4 -0
- package/css/w/wf7bxabmy.css +4 -0
- package/css/w/wmppy4bwq.css +4 -0
- package/css/x/x1r1dsu7x.css +4 -0
- package/css/x/xo7o1fc6o.css +4 -0
- package/css/z/zfstg2awc.css +4 -0
- package/iconify.json +2 -2
- package/package.json +73 -1
- package/css/d/d-dy-wbcp.css +0 -4
- package/css/d/dkk_wtb3d.css +0 -4
- package/css/g/gqng2lb4e.css +0 -4
- package/css/l/laax27b6a.css +0 -4
- package/css/n/nnp7o8bhw.css +0 -4
- package/css/p/p-8hjnbwz.css +0 -4
- package/css/p/pb55eibow.css +0 -4
- package/css/t/t9qt_6b5v.css +0 -4
- package/css/w/w7bk0z64w.css +0 -4
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/pshxlnbea.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="pshxlnbea"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:angel-moroni-on-square" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/f4d9v6lqd.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="f4d9v6lqd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:badge-shield-with-deer-head-with-antlers" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/f/f3-u2ubdr.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="f3-u2ubdr"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:bench-with-backrest-in-rectangular-shelter" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/q/qq89bn_un.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="qq89bn_un"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:coconut-palm-tree-on-hill-in-water" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/wf7bxabmy.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="wf7bxabmy"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:coconut-palm-tree-on-hill" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/n/n1ixgrb0q.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="n1ixgrb0q"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:compact-box-truck-with-greek-cross" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nr5hwuboa.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="nr5hwuboa"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:deer-head-under-list-beside-checkmark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/dtpfbmb-o.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="dtpfbmb-o"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:deer-head-under-paragraph" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/b_imxmbcy.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="b_imxmbcy"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:deer-head-with-antlers-on-shield-mount" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kmlnxjsdv.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="kmlnxjsdv"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:deer-with-antlers-under-checkmark" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/w/wmppy4bwq.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="wmppy4bwq"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:deer-with-antlers" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kd17dsnob.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="kd17dsnob"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:egg-with-crack" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/x/xo7o1fc6o.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="xo7o1fc6o"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:memorial-stone-with-angel-moroni" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/a/a_zllg1bn.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="a_zllg1bn"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:palm-tree" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bbucjgpbx.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="bbucjgpbx"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-falling" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qv94sthss.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="qv94sthss"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-sliding" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/mmixxubxm.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="mmixxubxm"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-slipping" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/ovul_dq1a.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="ovul_dq1a"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-canoe-on-water" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/lkese0awh.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="lkese0awh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-canoe" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/f-94bibkk.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="f-94bibkk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-international-wheelchair-symbol" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/gw3nfyb4v.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="gw3nfyb4v"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pixel-palm-tree" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/b/b9hnrnnmu.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="b9hnrnnmu"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:propane-tank-with-gas-flame" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/e/eahhtsb9a.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="eahhtsb9a"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:sign-beside-bench-with-backrest" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/zfstg2awc.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="zfstg2awc"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:sign-beside-car" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/chrxriumk.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="chrxriumk"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:sign-beside-taxi" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qiy6cs5ry.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="qiy6cs5ry"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:squat-rock-with-inscription" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/k/kj08ygdiz.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="kj08ygdiz"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:squat-rock" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/x/x1r1dsu7x.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="x1r1dsu7x"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:tree-beside-bench-with-backrest" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.a_zllg1bn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m8.05 6.29l.07.08c.26.29 1.12 1.37 1.59 3.24c1.66-1.66-.28-4.43-.28-4.43l.17.08c.44.23 1.77 1.03 3.98 3.24c.55-2.76-3.32-4.42-3.32-4.42l.46.01c.76.03 2.37.14 3.97.54c0-2.76-4.98-2.21-4.98-2.21l.1-.09c.32-.26 1.47-1.11 3.77-1.57C10.26-1.45 7.5 1.87 7.5 1.87l-.02-.07C7.34 1.44 6.44-.29 1.97.21c2.21 1.1 3.32 2.21 3.32 2.21l-.23.01c-.91.05-4.27.44-4.75 3.31c2.21-1.11 4.98-1.66 4.98-1.66l-.21.11c-.72.43-3.11 2.05-3.11 4.87l.33-.33c1.6-1.54 3.54-2.99 3.54-2.99l-.08.21c-.2.54-.65 2.04-.51 4.05c.12 1.69.37 3.35.75 5h3l-.3-.78c-.65-1.76-1.06-3.17-1.2-4.22c-.25-1.8.55-3.71.55-3.71");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.b9hnrnnmu {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10.45 2.75V0h-5.9v2.75C3.1 3 2 4.25 2 5.75v4.8c0 1.5 1.1 2.75 2.55 3V15h5.85v-1.45c1.45-.25 2.55-1.5 2.55-3v-4.8c0-1.5-1.1-2.75-2.5-3M8 1h1.5v1.5H8zM5.5 1H7v1.5H5.5zm4.75 9.05c0 1.38-1.1 2.2-2.47 2.2c2.2-2.2 0-1.92-.55-3.3c-.28 1.1-1.38 2.2 0 3.3c-1.1 0-2.48-.55-2.48-2.2c0-1.1 1.1-2.2 1.1-4.4c.28.83.83 1.38.83 1.38C6.68 5.1 8.6 4 8.6 4c-.28 2.2 1.1 2.48.83 3.58c-.28 1.37.82 1.65.82 2.47");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.b_imxmbcy {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.81 0c-.02.45-.1.83-.26 1.17c-.18.42.26 2.45.45 2.19l.78-.89l.48-.57c.08-.1.16-.19.24-.29c.48-.59 1.18-.74 1.67-.82l.38-.06h.07l.05.01l.02.01v.1l-.01.06l-.06.06l-.58.61l-.83.87l-.59.65c-.1.11-.17.19-.2.23l-.18.29l-.07.15c-.01.03-.03.06-.05.09c-.04.1-.05.13-.07.23v.08l.01.11v.04c.09.35.52.81.89 1.09l.04.02l.09.02c.23.06.68.12.77-.33c.12-.58-.48-1.74-.33-1.63l.03.02c.26.25 1.65.87 1.2 1.9l-.04.09H3.43l.21.12l.36.23l.3.19c.37.25.67.46 1.06.76c.2.16.25.2.34.41l.05.13c.01.04.03.09.04.15l.06.28l.06.33c-.08.02-.18.01-.28 0l-.11-.21c-.07-.13-.12-.19-.23-.32l-.05-.05l-.11-.08c-.05-.03-.06-.04-.08-.05l-.1-.06c-.45-.19-.58-.13-1.27-.37c-.41-.15-.47-.22-.86-.33l-.09-.02l-.1-.02h-.08l-.06.01l-.06.02l-.09.07l-.03.05l-.02.06l-.01.07c.02.23.5.65.57.81l.06.16c.01.02.02.04.03.05l.09.18l.1.15l.13.17l.14.15l.14.11l.14.09l.18.1c.18.07.57.06.82.09l.33.06l.22.03l.14.01c-.23.57-.11 1.25.33 1.71l.9.95v.14c.04.68.33 1.03.9 1.03q.9 0 .9-1.17l.9-.95c.44-.46.56-1.14.33-1.71l.14-.01l.22-.03l.3-.05c.25-.03.66-.03.85-.1l.18-.1l.14-.09l.1-.08c.03-.02.04-.04.06-.06l.12-.12l.12-.15s.01-.01.01-.02l.1-.15l.09-.18l.09-.21c.07-.16.55-.58.57-.81l-.01-.07l-.05-.11l-.09-.07l-.06-.02l-.06-.01h-.08l-.06.01c-.01 0-.02.01-.02.01l-.11.02c-.39.11-.45.18-.86.33c-.69.24-.82.18-1.27.37l-.08.04l-.1.07l-.07.05l-.09.08c-.12.14-.17.2-.25.35l-.09.18c-.1.01-.2.02-.28 0l.06-.33l.08-.36c0-.01.01-.03.01-.04l.06-.16c.09-.21.14-.25.34-.41c.23-.18.44-.33.64-.47l.42-.29l.27-.18c.29-.18.47-.28.61-.36H13c.28 0 .5.22.5.5v2.87c0 1.67-.94 3.23-2.51 4.16l-3.18 1.89c-.19.11-.43.11-.62 0l-3.18-1.89C2.44 12.1 1.5 10.54 1.5 8.87V6c0-.28.22-.5.5-.5h1.43l-.31-.17c-.07-.04-.14-.08-.23-.14l-.14-.08l-.22-.18l-.17-.17l-.17-.19l-.16-.22c-.02-.03-.05-.07-.13-.2l-.12-.24l-.08-.23l-.09-.28l-.04-.16c0-.02 0-.04-.01-.07l-.04-.27l-.02-.28v-.21c0-.14.01-.22.03-.46l.04-.21l.04-.17l.06-.18l.06-.16l.09-.18l.16-.3l.11-.15c.16-.19.27-.33.45-.48L2.6.09l.07-.06l.07-.02zm9.38 0l.07.01l.07.02l.07.06l.06.03c.18.15.29.29.45.48l.11.15l.09.15l.1.19l.06.14l.07.18l.05.16l.06.31c.01.02.01.04.02.07l.02.24c.01.08.01.14.01.22v.21l-.02.28l-.04.27l-.05.25l-.09.26l-.08.23l-.12.24l-.13.2l-.16.22l-.17.19l-.17.17l-.22.18l-.06.04c-.28.18-.39.23-.61.35H8.3l.13.29c.26.54.33.61.06 1.14l-.13.24c-.03.19-.08.29-.16.42H6.8a1 1 0 0 1-.16-.42L6.5 6.9c-.29-.56-.17-.59.18-1.32l.03-.08H8.3l-.05-.09c-.41-.94.71-1.54 1.11-1.83l.09-.07c.24-.24-.42 1.01-.3 1.61c.12.59.85.31.9.29c.37-.28.8-.74.89-1.09l.01-.16v-.07c-.02-.1-.03-.13-.07-.23l-.11-.21c-.08-.14-.13-.21-.19-.32l-.1-.12c-.39-.45-1.75-1.88-2.05-2.2l-.11-.1l-.01-.06v-.1l.02-.01l.05-.01h.11l.02.01l.41.06l.25.05c.45.1.95.3 1.33.76l.61.72l.89 1.03c.19.26.63-1.77.45-2.19c-.16-.34-.24-.72-.26-1.17");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.bbucjgpbx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11.62 4.9c.75.12 1.49-.38 1.62-1.13c.12-.74-.37-1.48-1.12-1.61c-.87-.13-1.62.37-1.74 1.12c-.13.75.37 1.49 1.24 1.62M7.64 8.13l3.24-1l2.23 3c.13.11.25.24.5.24c.37 0 .75-.13.75-.5c0-.24 0-.37-.12-.5L11 5.02c-.12-.12-.25-.25-.5-.37L7.77 3.03V.29c-.13-.13-.26-.24-.5-.24c-.37-.13-.74 0-.87.37v3.23c0 .12.13.12.24.25l1.5 1l-2.87.87c-.37.12-.74.49-.87.87l-.37 2.49l-2.73.61c-.25.13-.5.39-.62.76c-.13.37.24.87.62.98h.37l3.23-.87c.26-.11.5-.24.5-.48l.5-1.5l1.74 2.24l-1 3.11c-.11.5.26.99.63.99c.5.12.87-.12 1-.62l1.11-3.61c0-.24 0-.5-.12-.74z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.chrxriumk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1 3h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H1zm0-1v4h3V2zm0-1h3c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1m1 6.5h1V14H2zM11.11 3c.23 0 .43.16.48.38L12 5h.64c.21 0 .4.14.47.34L14 8c.55 0 1 .45 1 1v3h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H9v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H6V9c0-.55.45-1 1-1l.89-2.66c.07-.2.26-.34.47-.34H9l.41-1.62c.05-.22.25-.38.48-.38zM8 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m5 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-.62-3H8.62L8 8h5z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dtpfbmb-o {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M9.78 8.11v.06c.12.02.26.01.41 0l.13-.27c.12-.21.18-.3.36-.49l.12-.12a.6.6 0 0 0 .1-.07l.15-.1l.12-.06c.65-.28.82-.19 1.82-.54c.6-.21.69-.31 1.23-.47l.16-.03c.02-.01.05-.01.11-.02h.11l.1.01l.09.03l.07.04l.05.06l.05.07l.03.08l.01.1c-.02.33-.71.93-.81 1.18l-.13.3l-.14.25l-.14.22c-.03.06-.06.09-.19.25l-.17.17c-.04.04-.08.07-.22.19l-.21.14c-.05.03-.09.05-.25.14c-.28.1-.86.09-1.23.14l-.43.08l-.31.03l-.21.02c.33.83.16 1.79-.47 2.46l-1.3 1.36Q8.79 15 7.5 15q-1.215 0-1.29-1.47v-.21l-1.3-1.36c-.63-.67-.8-1.63-.47-2.46l-.21-.02l-.31-.03l-.27-.05c-.32-.09-1.07-.05-1.39-.17l-.25-.14l-.21-.14l-.19-.16c-.05-.04-.07-.07-.2-.2l-.19-.25l-.14-.22l-.14-.25c-.03-.06-.05-.1-.13-.3c-.1-.25-.79-.85-.81-1.18l.01-.1l.03-.08l.05-.07c.01-.01.02-.02.05-.06l.07-.04l.09-.03L.4 6h.11l.14.02l.13.03c.54.16.63.26 1.23.47c1 .35 1.17.26 1.82.54l.15.08c.02.02.05.04.12.08l.13.1l.09.09c.24.25.27.33.49.76c.15.01.29.02.41 0v-.06c.76-.41 1.52-.61 2.28-.61s1.52.2 2.28.61M2 0h11v1H2zm0 2h11v1H2zm0 2h8v1H2z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.f4d9v6lqd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m11.5 0l3 2.76c-.48.78-1.58 1.93-1.58 2.95c0 .74.29 1.44.55 2.06c.22.54.66 1.15.66 1.79c0 2.29-1.88 3.01-3.66 3.91l-.64.33c-.85.43-1.61.45-2.33 1.2c-.72-.75-1.48-.77-2.33-1.2l-.64-.33C2.75 12.57.87 11.85.87 9.56c0-.64.43-1.25.66-1.79c.26-.62.55-1.32.55-2.06c0-1.02-1.03-2.24-1.58-2.95L3.5 0c.37.39 1.24 1.29 2 1.29S7.12.41 7.5 0c.36.39 1.24 1.29 2 1.29s1.6-.86 2-1.29m-.09 2.25c.01.37.08.69.22.97c.15.35-.22 2.04-.38 1.83l-.74-.86l-.51-.6c-.31-.38-.74-.55-1.11-.63l-.2-.05l-.35-.05h-.15l-.01.01c0 .02-.01.03-.01.04v.05l.02.05l.09.09c.18.19.79.83 1.24 1.32l.25.27c.15.16.26.29.29.33c.08.13.13.2.25.44c.04.09.05.12.07.2c0 .06 0 .08-.02.19c-.07.29-.42.67-.73.91c-.04.02-.65.25-.75-.25c-.11-.5.45-1.53.25-1.34l-.04.03c-.28.23-1.33.74-.96 1.56c.33.75.46.74.2 1.26l-.12.21c-.02.16-.06.23-.12.35H6.91c-.06-.12-.1-.19-.12-.35c-.41-.74-.29-.62.09-1.47c.37-.86-.79-1.37-1-1.59l-.03-.01c-.13-.1.37.88.28 1.35c-.08.38-.46.33-.64.28l-.08-.02l-.03-.01c-.32-.24-.67-.62-.74-.91c0-.04-.01-.06-.01-.08l-.01-.05l.01-.06c.01-.08.02-.11.06-.2c.04-.07.07-.14.1-.2l.05-.09l.1-.15c.05-.07.33-.38.65-.73l.7-.73l.47-.5l.05-.05l.02-.05v-.05l-.01-.04l-.01-.01h-.15c-.37.07-1.16.12-1.66.73c-.06.08-.14.16-.2.25l-.4.47l-.65.74c-.16.21-.53-1.48-.37-1.83c.13-.28.2-.6.21-.97l-.05.01l-.06.02l-.07.04l-.05.03c-.15.13-.24.24-.37.4l-.09.13l-.07.13l-.07.11l-.07.15l-.05.14l-.05.15c0 .02-.01.04-.01.05l-.02.07v.02l-.03.17c-.02.21-.03.27-.03.39v.18c.01.14.01.18.01.22l.04.23c.02.12.04.16.04.2l.07.22l.08.2l.1.2c.06.1.08.14.1.17l.13.18l.14.15l.15.15l.18.15l.12.07c.24.15.33.18.63.36l.3.18l.25.17c.3.2.55.37.87.62c.18.14.21.18.29.35c.04.08.05.13.08.23l.05.24l.04.23l.01.04a1 1 0 0 1-.24 0c-.13-.25-.15-.29-.28-.44c-.03-.03-.05-.05-.06-.05l-.07-.06c-.04-.02-.06-.04-.07-.04l-.09-.05c-.37-.16-.48-.11-1.06-.31c-.34-.13-.39-.19-.71-.28l-.07-.01l-.09-.02h-.06l-.06.01l-.05.01l-.03.03c-.03.02-.03.02-.04.03l-.02.04l-.02.05l-.01.06c.01.19.41.54.47.68c.05.12.06.14.08.18l.07.15l.09.12l.1.14c.08.08.1.1.13.12l.11.1l.11.08l.15.07c.19.08.62.05.8.1l.16.03l.19.02l.11.01c-.18.48-.08 1.04.28 1.43l.75.79v.12c.04.57.28.85.75.85c.5 0 .75-.32.75-.97L9 11.2c.36-.39.46-.95.27-1.43l.12-.01l.19-.02l.25-.04c.21-.03.55-.02.71-.09c.09-.05.11-.05.15-.07l.11-.08c.09-.07.11-.09.14-.12l.1-.1c.07-.09.08-.1.1-.14l.09-.12l.07-.15l.08-.18c.06-.14.46-.49.47-.68l-.01-.06l-.02-.05l-.02-.04l-.04-.03l-.03-.03l-.05-.01l-.06-.01h-.06c-.04.01-.06.01-.07.02l-.09.01c-.32.09-.37.15-.71.28c-.58.2-.69.15-1.06.31l-.07.03l-.09.06c-.03.02-.04.04-.06.04l-.07.07c-.1.11-.14.16-.2.29L9.06 9a1 1 0 0 1-.24 0l.01-.04l.04-.23c.04-.19.06-.27.08-.34L9 8.26c.08-.17.11-.21.29-.35c.19-.15.36-.27.52-.39l.35-.23c.85-.56.83-.48 1.25-.75l.05-.03l.18-.15l.15-.15l.14-.15l.13-.18l.1-.17l.1-.2l.08-.2l.07-.21l.04-.21c.02-.14.03-.18.04-.23l.01-.22v-.18c0-.07 0-.12-.01-.19l-.02-.2c-.01-.08-.02-.11-.03-.14l-.03-.17l-.05-.13l-.05-.16l-.05-.11l-.08-.16l-.08-.12l-.09-.13a3 3 0 0 0-.37-.4l-.05-.03l-.07-.04l-.06-.02Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kd17dsnob {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m2.44 5.9l1.04.09l-.07 3.23L7.16 7.7l.65 2.42l2.91-.78l1.76 1.57l.24.23C12.13 13.28 10.53 15 7.5 15C3.5 15 2 12 2 9c0-.86.12-1.77.33-2.66zM7.5 0c3 0 5.5 5 5.5 9c0 .63-.07 1.26-.21 1.86l-1.67-2.93l-2.6.96l-.3-3.04l-3.26 1.4l-.3-3.04l-1.67.09C3.99 1.91 5.65 0 7.5 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kmlnxjsdv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.93 0c.21 0 .35.13.35.34c0 .2-.14.34-.35.34c-.96 0-1.78.76-1.85 1.65a.63.63 0 0 1 .48-.21h1.37c.21 0 .35.14.35.34c0 .21-.14.34-.35.34h-1.37c-.07 0-.2 0-.2.07c-.07.14-.14.27-.07.35c.07.14.13.21.2.34h.75c.07 0 .14 0 .22.07l2.04.85c.07.13.2.27.2.47c0 .28-.27.55-.54.55H13L11.75 9l-1.25 1v4.25c0 .41-.34.75-.75.75S9 14.66 9 14.25V10H6.25l-1 1.25l1.6 2.65c.2.35.06.76-.28.96c-.34.21-.75.07-.95-.27L4 12v-1.5l-.5 1.01v2.74c0 .41-.34.75-.75.75S2 14.66 2 14.25V11.5l.5-1.25V9.5L2 10V7c0-.55.45-1 1-1h6.5l1.31-1.28l-.89-.88l-.06-.07c0-.07.06-.14.13-.14h.68c-.13-.34-.27-.69-.27-1.1C10.4 1.1 11.56 0 12.93 0M9 0L4.5 5h-2L0 2h2.25L3.5 3.5l3-3.5z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mmixxubxm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M5.46 2.86c.24-.76-.15-1.53-.92-1.77c-.7-.23-1.55.16-1.78.93s.15 1.53.93 1.77c.77.23 1.54-.24 1.77-.93m2.62 4.25l-.54-3.24l3.25-1.85c.14-.08.3-.24.3-.39c.08-.38-.08-.7-.46-.85c-.15-.08-.39 0-.54.08L5.46 3.55c-.15.08-.31.16-.39.32L3.15 6.49l-2.7-.31c-.15 0-.31.16-.39.31c-.16.38 0 .78.39.92c.15.08.3.08.46 0l2.7.31c.08 0 .15-.07.23-.15l1.09-1.39l.53 3.01c.08.38.38.77.78 1.01l2.39.69l.38 2.7c.08.31.23.61.54.69c.47.16.93-.08 1.08-.54c.08-.15.08-.31 0-.39l-.39-3.39c-.08-.23-.22-.47-.46-.61l-1.46-.47l2.47-1.47l3.01 1.32h.08c.45.15.91-.08 1.07-.55c.16-.46-.08-.85-.46-1.07l-3.4-1.54h-.08c-.22-.08-.53-.08-.69.07z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.n1ixgrb0q {
|
|
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-.
|
|
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.67 3.5H4.33c-.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-.16V5.33c0-.09-.07-.16-.17-.16h-1.5v-1.5c0-.1-.07-.17-.16-.17M11.5 6H10v2h2.75z");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nr5hwuboa {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M9.78 8.11v.06c.12.02.26.01.41 0l.13-.27c.12-.21.18-.3.36-.49l.12-.12a.6.6 0 0 0 .1-.07l.15-.1l.12-.06c.65-.28.82-.19 1.82-.54c.6-.21.69-.31 1.23-.47l.16-.03c.02-.01.05-.01.11-.02h.11l.1.01l.09.03l.07.04l.05.06l.05.07l.03.08l.01.1c-.02.33-.71.93-.81 1.18l-.13.3l-.14.25l-.14.22c-.03.06-.06.09-.19.25l-.17.17c-.04.04-.08.07-.22.19l-.21.14c-.05.03-.09.05-.25.14c-.28.1-.86.09-1.23.14l-.43.08l-.31.03l-.21.02c.33.83.16 1.79-.47 2.46l-1.3 1.36Q8.79 15 7.5 15q-1.215 0-1.29-1.47v-.21l-1.3-1.36c-.63-.67-.8-1.63-.47-2.46l-.21-.02l-.31-.03l-.27-.05c-.32-.09-1.07-.05-1.39-.17l-.25-.14l-.21-.14l-.19-.16c-.05-.04-.07-.07-.2-.2l-.19-.25l-.14-.22l-.14-.25c-.03-.06-.05-.1-.13-.3c-.1-.25-.79-.85-.81-1.18l.01-.1l.03-.08l.05-.07c.01-.01.02-.02.05-.06l.07-.04l.09-.03L.4 6h.11l.14.02l.13.03c.54.16.63.26 1.23.47c1 .35 1.17.26 1.82.54l.15.08c.02.02.05.04.12.08l.13.1l.09.09c.24.25.27.33.49.76c.15.01.29.02.41 0v-.06c.76-.41 1.52-.61 2.28-.61s1.52.2 2.28.61M1 0h7v1H1zm0 2h7v1H1zm0 2h7v1H1zm12.25-4l-2 3.5l-1-1.5H8.5l2 3H12l3-5z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.pshxlnbea {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11 8v7H4V8zm.15-8l.98 1.04l-.99.03l-.87.7c-.14.12-.29.24-.44.36l-.02.18c.44.9 1.42 1.76 1.44 2.8c-.02.04-.03.07-.04.11c-.36.25-.72.5-1.07.76l-.04.23c-.01.03-.01.06-.02.1C9.49 7.36 8.43 8 7.28 8C5.91 8 4.67 7.08 4.2 5.7c.47-.43 1.06-.66 1.06-.66L5.29 5c.03-.03.06-.1.03-.13c-.06-.06-.49-.31-.56-.46l-.04-.07c-.08-.17-.17-.51.04-1.2c.09-.3.27-.5.49-.65c.53-.35 1.24-.35 1.27-.35c.18.21.33.66.45.69l.28.05c.13.03.17.03.2.04c.1.05.05.12.06.2l.02.09l.09-.06l.06-.06c.24-.2.49-.41.72-.63c.05-.4.33-.74.66-.92c.1-.06.13.05.26.07c.42-.37.82-.79 1.23-1.16l.06-.45zM9.31 2.94c-.27.14-.45.11-.5.1l-.96.73c.06.08.04.11.04.15c0 .08-.26.47-.64.74l2.44-.03c.04-.05.06-.1.03-.18l-.03-.07C9.41 3.85 9.37 3 9.37 3z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qq89bn_un {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m12.69 12.51l.11.02l.11.03l.08.03l.16.07l.07.04c.06.04.12.07.17.11l.32.26c.3.24.68.39 1.07.43H15V15h-.05c-.46 0-.89-.16-1.24-.44l-.32-.25a1.44 1.44 0 0 0-1.78 0l-.31.25c-.36.28-.8.44-1.25.44h-.1c-.45 0-.89-.16-1.25-.44l-.31-.25a1.44 1.44 0 0 0-1.78 0l-.31.25c-.36.28-.8.44-1.25.44h-.1c-.45 0-.89-.16-1.25-.44l-.31-.25a1.44 1.44 0 0 0-1.78 0l-.32.25c-.3.25-.68.4-1.07.43L0 15v-1.5h.05c.46 0 .89-.15 1.24-.43l.36-.28l.09-.07c.23-.14.49-.22.76-.22l.16.01c.27.03.52.14.73.3l.31.25c.07.06.15.11.23.16l.06.03c.05.03.11.06.16.08l.14.06c.21.07.43.11.66.11h.1c.23 0 .45-.04.66-.11l.14-.06l.16-.08c.1-.05.2-.11.29-.19l.31-.25a1.44 1.44 0 0 1 1.78 0l.31.25c.07.06.15.11.23.16l.06.03c.05.03.11.06.16.08l.14.06c.21.07.43.11.66.11h.1c.23 0 .45-.04.66-.11l.14-.06l.1-.05q.105-.045.21-.12l.07-.05l.38-.3c.25-.2.57-.31.89-.31h.08zM8.27.54c.51.46.75 1.17.87 1.74l.08.38c.01.02.01.03.01.03l-.01-.02v.09l.26-.02c.15 0 .31-.01.5-.01c.59.01 1.32.11 1.87.51c.94.69.94 2.01.91 2.41l-.03.42l-.97-.4l-.01.03l-.05.08l-.03.05c-.03.03-.05.07-.15.1c-.06.02-.14.01-.23-.13l-.12-.21c-.03-.04-.07-.1-.12-.15c-.03-.04-.07-.07-.1-.1c.03.12.07.24.09.37c.16 1.06-.61 1.93-.97 2.27l-.17.15l-.24.2l-.4-.96l-.07.02c-.03.01-.06.01-.11.01l-.05.01c-.03.01-.07 0-.13-.03c-.05-.03-.1-.1-.08-.24c.01-.15.04-.18.08-.22c-.02.02 0 .01 0-.03c.01-.05.02-.12.02-.2c0-.16-.01-.35-.03-.53c-.01-.05-.02-.07-.04-.12c-.11.08-.23.15-.35.17c-.2.05-.38.04-.38.04l-.46-.04l.32-.36c.02-.02.06-.09.13-.22l.1-.2c.11-.21.25-.55.41-1c-.51.65-1.21 1.62-1.68 2.59c-.54 1.13-.07 2.35.19 2.87c.22-.01.43-.01.64 0c2.15.09 3.65 1.02 4.44 1.68l.22.18l-.11.01c-.43.03-.84.2-1.18.47l-.31.25c-.22.17-.5.27-.78.27h-.1c-.28 0-.56-.1-.78-.27l-.31-.25a2.2 2.2 0 0 0-1.36-.48c-.49 0-.97.17-1.36.48l-.31.25c-.22.17-.5.27-.78.27h-.1c-.28 0-.56-.1-.78-.27l-.31-.25a2.2 2.2 0 0 0-1.36-.48c-.09 0-.17.01-.25.02l.03-.05c.55-.62 1.56-1.28 3.32-1.64l-.04-.27c-.1-.81-.14-2.22.46-3.48c.41-.83.96-1.57 1.44-2.13a.7.7 0 0 1-.28-.25c-.02-.03-.03-.06-.04-.09l-.17.1l-.25.18c-.17.13-.21.18-.21.18l-.28.36l-.13-.54c-.01-.07-.02-.18-.01-.3s.05-.24.11-.36l-.07-.02c-.01 0-.03 0-.04.01c-.13 0-.26 0-.38.02l-.17.02c-.06.01-.11.02-.19.07l-.06.05c-.11.08-.16.1-.23.09c-.08 0-.15-.04-.18-.08c-.07-.09-.06-.14-.06-.24l.01-.08v-.04l-1.01-.24l.15-.27l.03-.06l.06-.11c.2-.3.71-.9 1.75-.91c.09 0 .18.01.27.02c-.08-.07-.12-.23-.29-.3c-.16-.07-.25.04-.32.03c-.03-.01-.09-.02-.14-.07s-.07-.43.25-.49L5.33.25l.32-.1c.12-.04.47-.13.91-.15c.53-.02 1.2.08 1.71.54");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qv94sthss {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M.88 1.05c.37 0 .68.22.82.52l1.63 4.09l1.94.22l3.19-3.04c.15-.16.37-.31.67-.31c.52 0 .89.45.89.89c0 .3-.07.53-.29.68L6.97 6.85l.82.66l1.94-1.04l4.38 1.41c.44.08.81.37.89.82c0 .52-.45.97-.89.89l-.3-.09c-.04-.01-.08-.03-.15-.06l-3.64-1.11l-1.71 1.18l4.32 2.9h.06l.1.07c.17.15.28.35.28.61c0 .51-.44.88-.89.88c-.23 0-.37-.07-.6-.22L1.93 7.29L.07 2.16c0-.08 0-.08-.07-.22c0-.52.44-.89.88-.89m3.72.8c.81 0 1.49.66 1.49 1.48c0 .81-.68 1.48-1.49 1.48c-.82 0-1.48-.67-1.48-1.48c0-.82.66-1.48 1.48-1.48");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wf7bxabmy {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.44 0c-.6.03-1.06.18-1.06.18l-.32.1l.28.71c-.36.07-.34.49-.28.55s.12.07.16.08c.08.01.18-.11.36-.03c.19.08.23.26.32.33c-.1-.01-.2-.02-.3-.02c-1.56.01-2.07 1.22-2.07 1.22l-.17.3l1.14.27c-.01.04-.01.04-.01.14c-.01.11-.02.16.06.26c.04.05.12.1.2.1c.08.01.14-.02.26-.11c.13-.1.2-.12.29-.13c.18-.03.4-.05.61-.05c.06-.01.08 0 .13.01c-.07.14-.12.28-.13.41c-.02.24.04.44.04.44l.12.5l.32-.4s.07-.1.44-.35c.06-.05.18-.12.26-.17c.02.04.03.07.05.1c.07.12.18.22.32.28c-.54.64-1.16 1.47-1.62 2.4c-.77 1.6-.61 3.41-.48 4.22c-1.98.4-3.11 1.15-3.73 1.85c-.34.4-.53.77-.63 1.05c-.07.19-.15.44-.25.76h13.5c-.17-.5-.4-.92-.69-1.25c0 0-1.98-2.47-5.76-2.62a9 9 0 0 0-.72 0c-.29-.59-.82-1.96-.21-3.23c.53-1.09 1.32-2.18 1.89-2.92c-.18.51-.34.89-.46 1.13c-.19.4-.27.49-.27.49l-.35.39l.52.04s.2.01.43-.04c.13-.03.27-.1.39-.2c.02.06.03.08.04.14c.03.2.04.42.04.6c0 .09-.01.17-.02.22s-.03.06 0 .04c-.05.04-.08.07-.1.24c-.02.16.04.24.1.27c.11.06.16.04.2.03c.05 0 .09-.01.12-.02l.08-.02l.45 1.08l.27-.22s1.52-1.19 1.28-2.73c-.02-.14-.06-.28-.1-.41c.04.03.08.07.11.11c.06.06.11.12.14.17c.03.04.03.07.13.23s.2.17.26.15c.12-.03.14-.08.17-.11c.03-.04.05-.07.07-.11c.02-.03.02-.03.03-.07l1.09.45l.03-.34s.24-1.92-1.02-2.84c-.62-.46-1.44-.57-2.1-.58c-.35 0-.64.02-.86.04v-.12s.06.22-.08-.43c-.14-.64-.41-1.43-.98-1.95C7.79.09 7.04-.02 6.44 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wmppy4bwq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10.56 2.12h1.37c.21 0 .35.14.35.34c0 .21-.14.34-.35.34h-1.37c-.07 0-.2 0-.2.07c-.07.14-.14.27-.07.35c.07.14.13.21.2.34h.75c.07 0 .14 0 .22.07l2.04.85c.07.13.2.27.2.47c0 .28-.27.55-.54.55H12L10.75 9L9.5 10v4.25c0 .41-.34.75-.75.75S8 14.66 8 14.25V10H5.25l-1 1.25l1.6 2.65c.2.35.06.76-.28.96c-.34.21-.75.07-.95-.27L3 12v-1.5l-.5 1.01v2.74c0 .41-.34.75-.75.75S1 14.66 1 14.25V11.5l.5-1.25V9.5L1 10V7c0-.55.45-1 1-1h6.5l1.31-1.28l-.89-.88l-.06-.07c0-.07.06-.14.13-.14h.68c-.13-.34-.27-.69-.27-1.1C9.4 1.1 10.56 0 11.93 0c.21 0 .35.13.35.34c0 .2-.14.34-.35.34c-.96 0-1.78.76-1.85 1.65a.63.63 0 0 1 .48-.21");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.xo7o1fc6o {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3 3v9.5h9V3q-1.5-3-4.5-3T3 3m10.5 10l.5 2H1l.5-2zM10.04 2l1.46 1.55l-1 .03c-.46.37-.86.69-1.32 1.07c0 0-.02.15-.02.18c.44.91 1.43 1.78 1.45 2.83c-.02.04-.03.07-.04.11c-.36.25-.72.5-1.08.76q-.03.195-.06.33c-.59 1.07-1.67 1.71-2.82 1.71c-1.39 0-2.64-.93-3.11-2.32c.47-.43 1.07-.67 1.07-.67s.11-.12.06-.17c-.06-.06-.5-.31-.56-.46c-.08-.14-.25-.46 0-1.28c.08-.3.26-.5.49-.65c.53-.36 1.25-.36 1.28-.36c.19.21.33.67.45.69c.38.08.45.08.48.1c.11.05.06.12.07.2l.02.09s.13-.09.15-.12c.24-.2.49-.41.73-.63c.05-.41.33-.75.66-.93c.11-.07.13.04.27.07c.42-.38.82-.8 1.24-1.18zM8.65 5.47c-.26.14-.45.11-.5.1c-.41.31-.79.6-.97.73c.06.08.04.11.04.16c0 .08-.26.47-.64.74h.4c.29-.01 1.55-.02 2.06-.03c.05-.06.06-.13 0-.25c-.28-.53-.32-1.39-.32-1.39z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.zfstg2awc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1 3h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H1zm0-1v4h3V2zm0-1h3c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1m1 6.5h1V14H2zM12.64 5c.21 0 .4.14.47.34L14 8c.55 0 1 .45 1 1v3h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H9v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H6V9c0-.55.45-1 1-1l.89-2.66c.07-.2.26-.34.47-.34zM8 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m5 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-.62-3H8.62L8 8h5z");
|
|
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": 2431,
|
|
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": 1784526651
|
|
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.11",
|
|
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",
|
|
@@ -142,6 +142,10 @@
|
|
|
142
142
|
"types": "./types/gfwqskkx.d.ts",
|
|
143
143
|
"svelte": "./components/a/angel-moroni.svelte"
|
|
144
144
|
},
|
|
145
|
+
"./angel-moroni-on-square": {
|
|
146
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
147
|
+
"svelte": "./components/a/angel-moroni-on-square.svelte"
|
|
148
|
+
},
|
|
145
149
|
"./angelfish": {
|
|
146
150
|
"types": "./types/gfwqskkx.d.ts",
|
|
147
151
|
"svelte": "./components/a/angelfish.svelte"
|
|
@@ -502,6 +506,10 @@
|
|
|
502
506
|
"types": "./types/gfwqskkx.d.ts",
|
|
503
507
|
"svelte": "./components/b/badge-shield.svelte"
|
|
504
508
|
},
|
|
509
|
+
"./badge-shield-with-deer-head-with-antlers": {
|
|
510
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
511
|
+
"svelte": "./components/b/badge-shield-with-deer-head-with-antlers.svelte"
|
|
512
|
+
},
|
|
505
513
|
"./badge-shield-with-fire": {
|
|
506
514
|
"types": "./types/gfwqskkx.d.ts",
|
|
507
515
|
"svelte": "./components/b/badge-shield-with-fire.svelte"
|
|
@@ -1978,6 +1986,10 @@
|
|
|
1978
1986
|
"types": "./types/gfwqskkx.d.ts",
|
|
1979
1987
|
"svelte": "./components/c/coconut-palm-tree.svelte"
|
|
1980
1988
|
},
|
|
1989
|
+
"./coconut-palm-tree-on-hill": {
|
|
1990
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1991
|
+
"svelte": "./components/c/coconut-palm-tree-on-hill.svelte"
|
|
1992
|
+
},
|
|
1981
1993
|
"./coconut-palm-tree-on-hill-in-water": {
|
|
1982
1994
|
"types": "./types/gfwqskkx.d.ts",
|
|
1983
1995
|
"svelte": "./components/c/coconut-palm-tree-on-hill-in-water.svelte"
|
|
@@ -2334,14 +2346,30 @@
|
|
|
2334
2346
|
"types": "./types/gfwqskkx.d.ts",
|
|
2335
2347
|
"svelte": "./components/d/deer-head.svelte"
|
|
2336
2348
|
},
|
|
2349
|
+
"./deer-head-under-list-beside-checkmark": {
|
|
2350
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2351
|
+
"svelte": "./components/d/deer-head-under-list-beside-checkmark.svelte"
|
|
2352
|
+
},
|
|
2353
|
+
"./deer-head-under-paragraph": {
|
|
2354
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2355
|
+
"svelte": "./components/d/deer-head-under-paragraph.svelte"
|
|
2356
|
+
},
|
|
2337
2357
|
"./deer-head-with-antlers": {
|
|
2338
2358
|
"types": "./types/gfwqskkx.d.ts",
|
|
2339
2359
|
"svelte": "./components/d/deer-head-with-antlers.svelte"
|
|
2340
2360
|
},
|
|
2361
|
+
"./deer-head-with-antlers-on-shield-mount": {
|
|
2362
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2363
|
+
"svelte": "./components/d/deer-head-with-antlers-on-shield-mount.svelte"
|
|
2364
|
+
},
|
|
2341
2365
|
"./deer-with-antlers": {
|
|
2342
2366
|
"types": "./types/gfwqskkx.d.ts",
|
|
2343
2367
|
"svelte": "./components/d/deer-with-antlers.svelte"
|
|
2344
2368
|
},
|
|
2369
|
+
"./deer-with-antlers-under-checkmark": {
|
|
2370
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2371
|
+
"svelte": "./components/d/deer-with-antlers-under-checkmark.svelte"
|
|
2372
|
+
},
|
|
2345
2373
|
"./delaware": {
|
|
2346
2374
|
"types": "./types/gfwqskkx.d.ts",
|
|
2347
2375
|
"svelte": "./components/d/delaware.svelte"
|
|
@@ -2726,6 +2754,10 @@
|
|
|
2726
2754
|
"types": "./types/gfwqskkx.d.ts",
|
|
2727
2755
|
"svelte": "./components/e/egg.svelte"
|
|
2728
2756
|
},
|
|
2757
|
+
"./egg-with-crack": {
|
|
2758
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2759
|
+
"svelte": "./components/e/egg-with-crack.svelte"
|
|
2760
|
+
},
|
|
2729
2761
|
"./eight": {
|
|
2730
2762
|
"types": "./types/gfwqskkx.d.ts",
|
|
2731
2763
|
"svelte": "./components/e/eight.svelte"
|
|
@@ -4486,6 +4518,10 @@
|
|
|
4486
4518
|
"types": "./types/gfwqskkx.d.ts",
|
|
4487
4519
|
"svelte": "./components/m/memorial-stone.svelte"
|
|
4488
4520
|
},
|
|
4521
|
+
"./memorial-stone-with-angel-moroni": {
|
|
4522
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4523
|
+
"svelte": "./components/m/memorial-stone-with-angel-moroni.svelte"
|
|
4524
|
+
},
|
|
4489
4525
|
"./memorial-stone-with-dharma-wheel": {
|
|
4490
4526
|
"types": "./types/gfwqskkx.d.ts",
|
|
4491
4527
|
"svelte": "./components/m/memorial-stone-with-dharma-wheel.svelte"
|
|
@@ -5718,6 +5754,10 @@
|
|
|
5718
5754
|
"types": "./types/gfwqskkx.d.ts",
|
|
5719
5755
|
"svelte": "./components/p/person-dropping-trash-into-wheelie-bin.svelte"
|
|
5720
5756
|
},
|
|
5757
|
+
"./person-falling": {
|
|
5758
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5759
|
+
"svelte": "./components/p/person-falling.svelte"
|
|
5760
|
+
},
|
|
5721
5761
|
"./person-falling-on-rough-surface": {
|
|
5722
5762
|
"types": "./types/gfwqskkx.d.ts",
|
|
5723
5763
|
"svelte": "./components/p/person-falling-on-rough-surface.svelte"
|
|
@@ -5998,6 +6038,10 @@
|
|
|
5998
6038
|
"types": "./types/gfwqskkx.d.ts",
|
|
5999
6039
|
"svelte": "./components/p/person-sleeping-in-shelter.svelte"
|
|
6000
6040
|
},
|
|
6041
|
+
"./person-sliding": {
|
|
6042
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6043
|
+
"svelte": "./components/p/person-sliding.svelte"
|
|
6044
|
+
},
|
|
6001
6045
|
"./person-sliding-down-cliff": {
|
|
6002
6046
|
"types": "./types/gfwqskkx.d.ts",
|
|
6003
6047
|
"svelte": "./components/p/person-sliding-down-cliff.svelte"
|
|
@@ -6006,6 +6050,10 @@
|
|
|
6006
6050
|
"types": "./types/gfwqskkx.d.ts",
|
|
6007
6051
|
"svelte": "./components/p/person-sliding-down-cliff-into-water.svelte"
|
|
6008
6052
|
},
|
|
6053
|
+
"./person-slipping": {
|
|
6054
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6055
|
+
"svelte": "./components/p/person-slipping.svelte"
|
|
6056
|
+
},
|
|
6009
6057
|
"./person-slipping-down-cliff": {
|
|
6010
6058
|
"types": "./types/gfwqskkx.d.ts",
|
|
6011
6059
|
"svelte": "./components/p/person-slipping-down-cliff.svelte"
|
|
@@ -6598,6 +6646,14 @@
|
|
|
6598
6646
|
"types": "./types/gfwqskkx.d.ts",
|
|
6599
6647
|
"svelte": "./components/p/pixel-bus.svelte"
|
|
6600
6648
|
},
|
|
6649
|
+
"./pixel-canoe": {
|
|
6650
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6651
|
+
"svelte": "./components/p/pixel-canoe.svelte"
|
|
6652
|
+
},
|
|
6653
|
+
"./pixel-canoe-on-water": {
|
|
6654
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6655
|
+
"svelte": "./components/p/pixel-canoe-on-water.svelte"
|
|
6656
|
+
},
|
|
6601
6657
|
"./pixel-car": {
|
|
6602
6658
|
"types": "./types/gfwqskkx.d.ts",
|
|
6603
6659
|
"svelte": "./components/p/pixel-car.svelte"
|
|
@@ -6686,6 +6742,10 @@
|
|
|
6686
6742
|
"types": "./types/gfwqskkx.d.ts",
|
|
6687
6743
|
"svelte": "./components/p/pixel-house-with-flag.svelte"
|
|
6688
6744
|
},
|
|
6745
|
+
"./pixel-international-wheelchair-symbol": {
|
|
6746
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6747
|
+
"svelte": "./components/p/pixel-international-wheelchair-symbol.svelte"
|
|
6748
|
+
},
|
|
6689
6749
|
"./pixel-invader": {
|
|
6690
6750
|
"types": "./types/gfwqskkx.d.ts",
|
|
6691
6751
|
"svelte": "./components/p/pixel-invader.svelte"
|
|
@@ -6702,6 +6762,10 @@
|
|
|
6702
6762
|
"types": "./types/gfwqskkx.d.ts",
|
|
6703
6763
|
"svelte": "./components/p/pixel-megalith.svelte"
|
|
6704
6764
|
},
|
|
6765
|
+
"./pixel-palm-tree": {
|
|
6766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6767
|
+
"svelte": "./components/p/pixel-palm-tree.svelte"
|
|
6768
|
+
},
|
|
6705
6769
|
"./pixel-peso": {
|
|
6706
6770
|
"types": "./types/gfwqskkx.d.ts",
|
|
6707
6771
|
"svelte": "./components/p/pixel-peso.svelte"
|
|
@@ -8006,6 +8070,10 @@
|
|
|
8006
8070
|
"types": "./types/gfwqskkx.d.ts",
|
|
8007
8071
|
"svelte": "./components/s/squat-rock.svelte"
|
|
8008
8072
|
},
|
|
8073
|
+
"./squat-rock-with-inscription": {
|
|
8074
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8075
|
+
"svelte": "./components/s/squat-rock-with-inscription.svelte"
|
|
8076
|
+
},
|
|
8009
8077
|
"./squeeze-stile": {
|
|
8010
8078
|
"types": "./types/gfwqskkx.d.ts",
|
|
8011
8079
|
"svelte": "./components/s/squeeze-stile.svelte"
|
|
@@ -8878,6 +8946,10 @@
|
|
|
8878
8946
|
"types": "./types/gfwqskkx.d.ts",
|
|
8879
8947
|
"svelte": "./components/t/tree-and-bench-with-backrest.svelte"
|
|
8880
8948
|
},
|
|
8949
|
+
"./tree-beside-bench-with-backrest": {
|
|
8950
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8951
|
+
"svelte": "./components/t/tree-beside-bench-with-backrest.svelte"
|
|
8952
|
+
},
|
|
8881
8953
|
"./tree-on-hill-in-water": {
|
|
8882
8954
|
"types": "./types/gfwqskkx.d.ts",
|
|
8883
8955
|
"svelte": "./components/t/tree-on-hill-in-water.svelte"
|
package/css/d/d-dy-wbcp.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.d-dy-wbcp {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M10.45 2.75V0h-5.9v2.75C3.1 3 2 4.25 2 5.75v4.8c0 1.5 1.1 2.75 2.55 3V15h5.85v-1.45c1.45-.25 2.55-1.5 2.55-3v-4.8c0-1.5-1.1-2.75-2.5-3M8 1h1.5v1.5H8zM5.5 1H7v1.5H5.5zm3.35 8.25c-.35.55-1.5 1.15-1.15 2.4H7c-.55-.65-2.4-2.7-.85-4.1c1.45-1.35 1.7-2.5 1.2-3.05c-.05 0 3.7 1.4 1.5 4.75");
|
|
4
|
-
}
|
package/css/d/dkk_wtb3d.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.dkk_wtb3d {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M2 3h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H2zm0-1v4h3V2zm0-1h3c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1m1 6.5h1V14H3zM13 8c.55 0 1 .45 1 1v3h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H5V9c0-.55.45-1 1-1l.89-2.66c.07-.2.26-.34.47-.34H8l.41-1.62c.05-.22.25-.38.48-.38h1.22c.23 0 .43.16.48.38L11 5h.64c.21 0 .4.14.47.34zm-6 3c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m0-3h5l-.62-2H7.62zm5 3c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1");
|
|
4
|
-
}
|
package/css/g/gqng2lb4e.css
DELETED
package/css/l/laax27b6a.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.laax27b6a {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M2 3h1.5c.28 0 .5.22.5.5s-.22.5-.5.5H2zm0-1v4h3V2zm0-1h3c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1m1 6.5h1V14H3zM13 8c.55 0 1 .45 1 1v3h-1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H8v1c0 .55-.45 1-1 1s-1-.45-1-1v-1H5V9c0-.55.45-1 1-1l.89-2.66c.07-.2.26-.34.47-.34h4.28c.21 0 .4.14.47.34zm-6 3c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m0-3h5l-.62-2H7.62zm5 3c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1");
|
|
4
|
-
}
|
package/css/n/nnp7o8bhw.css
DELETED
package/css/p/p-8hjnbwz.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.p-8hjnbwz {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M10.84 2.18h1.36c.21 0 .35.14.35.34c0 .21-.14.34-.35.34h-1.36c-.07 0-.2 0-.2.07c-.07.14-.14.27-.07.34c.07.14.13.21.2.34h.75c.07 0 .14 0 .21.07l1.84.96c.07.13.2.27.2.47c0 .28-.27.55-.54.55h-1.16l-1.64 3.89l-.88.68v4.09c0 .41-.48.68-.82.68c-.41 0-.55-.27-.55-.68v-4.09H5.45l-.81 1.02l1.5 2.66c.2.34.06.75-.28.95c-.34.21-.75.07-.95-.27l-1.5-2.73V10.7l-.68.89v2.73c0 .41-.41.61-.75.61c-.41 0-.62-.2-.62-.61v-2.73l.55-1.02V9.34l-.48.75l-.07.07c-.06 0-.06 0-.06-.07l.06-2.59c0-.55.14-1.36.69-1.36h6.81l1.23-1.37l-.89-.88l-.06-.07c0-.07.06-.14.13-.14h.68c-.13-.34-.27-.68-.27-1.09c0-1.43 1.16-2.52 2.52-2.52c.21 0 .35.13.35.34c0 .2-.14.34-.35.34c-.95 0-1.77.75-1.84 1.64a.63.63 0 0 1 .48-.21");
|
|
4
|
-
}
|
package/css/p/pb55eibow.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.pb55eibow {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M7 6.5s-1 1-1.5 3c-1.5-1.5.25-4 .25-4S4.5 6 2 8.5c-.5-2.5 3-4 3-4s-2 0-4 .5c0-2.5 4.5-2 4.5-2S4.5 2 2 1.5c3-2 5.5 1 5.5 1s.5-2 5-1.5c-2 1-3 2-3 2s4 0 4.5 3c-2-1-4.5-1.5-4.5-1.5s3 1.5 3 4.5C11 7.5 9 6 9 6s.5 2 .5 3.5s-.5 3-1 4.5c0 .5-2.5.5-2.5 0c.5-1.5 1.5-2.5 1.5-4.5s-.5-3-.5-3");
|
|
4
|
-
}
|
package/css/t/t9qt_6b5v.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.t9qt_6b5v {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M6.69 0c-.6.03-1.06.18-1.06.18l-.32.1l.28.71c-.36.07-.34.49-.28.55s.12.07.16.08c.08.01.18-.11.36-.03c.19.08.23.26.32.33c-.1-.01-.2-.02-.3-.02c-1.56.01-2.07 1.22-2.07 1.22l-.17.3l1.14.27c-.01.04-.01.04-.01.14c-.01.11-.02.16.06.26c.04.05.12.1.2.1c.08.01.14-.02.26-.11c.13-.1.2-.12.29-.13c.18-.03.4-.05.61-.05c.06-.01.08 0 .13.01c-.07.14-.12.28-.13.41c-.02.24.04.44.04.44l.12.5l.32-.4s.07-.1.44-.35c.06-.05.18-.12.26-.17c.02.04.03.07.05.1c.07.12.18.22.32.28c-.54.64-1.16 1.47-1.62 2.4c-.77 1.6-.61 3.41-.48 4.22c-1.98.4-3.11 1.15-3.73 1.85c-.34.4-.53.77-.63 1.05s-.11.49-.11.49c-.02.19.17.32.35.25c.39-.16.78-.39 1.14-.57c.28-.13.51-.16.73-.19c0 .09-.03.16 0 .26c.06.23.28.43.59.51c.06.02.13.01.19-.03c1.08-.63 1.69-.88 2.09-.95c0 .05-.02.11-.02.16c.01.15.04.3.14.41s.25.16.38.16c.12.01.24-.02.36-.05c.23-.07.47-.18.7-.27c.18-.08.32-.11.43-.12c.05.08.09.15.21.29c.09.1.19.21.33.28c.06.04.14.07.24.07s.21-.05.29-.12c.12-.12.34-.34.53-.48c.1-.07.18-.11.23-.12c.06.23.13.47.34.58c.27.14.61.08.95-.12c.05-.04.08-.09.1-.14c.08-.26.2-.41.33-.51c.09-.07.24-.07.37-.08c.02.14.01.31.1.41c.07.09.17.15.27.17c.1.03.2.02.28 0c.35-.08.67-.3.9-.37c.17-.06.23-.27.12-.41c0 0-1.98-2.47-5.76-2.62a9 9 0 0 0-.72 0c-.29-.59-.82-1.96-.21-3.23c.53-1.09 1.32-2.18 1.89-2.92c-.18.51-.34.89-.46 1.13c-.19.4-.27.49-.27.49l-.35.39l.52.04s.2.01.43-.04c.13-.03.27-.1.39-.2c.02.06.03.08.04.14c.03.2.04.42.04.6c0 .09-.01.17-.02.22s-.03.06 0 .04c-.05.04-.08.07-.1.24c-.02.16.04.24.1.27c.11.06.16.04.2.03c.05 0 .09-.01.12-.02l.08-.02l.45 1.08l.27-.22s1.52-1.19 1.28-2.73c-.02-.14-.06-.28-.1-.41c.04.03.08.07.11.11c.06.06.11.12.14.17c.03.04.03.07.13.23s.2.17.26.15c.12-.03.14-.08.17-.11c.03-.04.05-.07.07-.11c.02-.03.02-.03.03-.07l1.09.45l.03-.34s.24-1.92-1.02-2.84c-.62-.46-1.44-.57-2.1-.58c-.35 0-.64.02-.86.04v-.12s.06.22-.08-.43c-.14-.64-.41-1.43-.98-1.95C8.04.09 7.29-.02 6.69 0");
|
|
4
|
-
}
|
package/css/w/w7bk0z64w.css
DELETED