@iconify-svelte/pinhead 1.0.0 → 1.0.2
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/arrow-down-from-rectangle-outline.svelte +11 -0
- package/components/a/arrow-down-to-rectangle-outline.svelte +11 -0
- package/components/a/arrow-left-from-rectangle-tall-outline.svelte +11 -0
- package/components/a/arrow-left-to-rectangle-tall-outline.svelte +11 -0
- package/components/a/arrow-right-from-rectangle-tall-outline.svelte +11 -0
- package/components/a/arrow-right-to-rectangle-tall-outline.svelte +11 -0
- package/components/a/arrow-up-from-rectangle-outline.svelte +11 -0
- package/components/a/arrow-up-to-rectangle-outline.svelte +11 -0
- package/components/a/arrows-left-right-above-waters.svelte +11 -0
- package/components/b/beer-bottle-and-drink-bottle.svelte +11 -0
- package/components/c/campsite-on-pier-in-water.svelte +11 -0
- package/components/c/campsite-on-platform.svelte +11 -0
- package/components/c/campsite-over-water.svelte +11 -0
- package/components/c/campsite-over-waters.svelte +11 -0
- package/components/d/drink-can-and-drink-bottle.svelte +11 -0
- package/components/e/exclamation-point-beside-exclamation-point.svelte +11 -0
- package/components/e/exclamation-point-beside-question-mark.svelte +11 -0
- package/components/e/exclamation-point.svelte +2 -2
- package/components/f/flush-curb-under-shoe.svelte +11 -0
- package/components/f/flush-curb-with-arrow-right.svelte +11 -0
- package/components/f/flush-curb-with-question-mark.svelte +11 -0
- package/components/f/flush-curb.svelte +11 -0
- package/components/l/lowered-curb-under-shoe.svelte +11 -0
- package/components/l/lowered-curb-with-arrow-bottom-right.svelte +11 -0
- package/components/l/lowered-curb-with-question-mark.svelte +11 -0
- package/components/l/lowered-curb.svelte +11 -0
- package/components/m/martini-glass-and-wine-bottle.svelte +11 -0
- package/components/p/person-dropping-trash-into-wheelie-bin.svelte +11 -0
- package/components/p/person-holding-open-book-profile.svelte +11 -0
- package/components/p/phone-down-above-one-one-one.svelte +11 -0
- package/components/p/phone-down-above-one-two-three.svelte +11 -0
- package/components/q/question-mark.svelte +11 -0
- package/components/r/raised-curb-under-shoe.svelte +11 -0
- package/components/r/raised-curb-with-arrow-down.svelte +11 -0
- package/components/r/raised-curb-with-question-mark.svelte +11 -0
- package/components/r/raised-curb.svelte +11 -0
- package/components/r/rolled-curb-under-shoe.svelte +11 -0
- package/components/r/rolled-curb-with-arrow-bottom-right.svelte +11 -0
- package/components/r/rolled-curb-with-question-mark.svelte +11 -0
- package/components/r/rolled-curb.svelte +11 -0
- package/components/s/syrup-jug-and-droplet.svelte +11 -0
- package/css/a/abjqn5hlt.css +4 -0
- package/css/a/ai-hwv_fk.css +4 -0
- package/css/a/axbb0qx1t.css +4 -0
- package/css/b/bnq5ckf1o.css +4 -0
- package/css/b/bo1qmrsci.css +4 -0
- package/css/b/bqu27-g1n.css +4 -0
- package/css/d/d1uxt3j4p.css +4 -0
- package/css/d/dsokvoiit.css +4 -0
- package/css/d/dwtaaxbts.css +4 -0
- package/css/e/ec3vx5m2n.css +4 -0
- package/css/e/eohem2u0z.css +4 -0
- package/css/f/f1r3n6bhi.css +4 -0
- package/css/f/f4wwjh5bh.css +4 -0
- package/css/g/g73be5v_d.css +4 -0
- package/css/g/gjsa0n_hg.css +4 -0
- package/css/h/hg7ocnbci.css +4 -0
- package/css/j/j3vjjyk8d.css +4 -0
- package/css/j/jtekpbcxt.css +4 -0
- package/css/k/kihstx6sx.css +4 -0
- package/css/l/l_de38b0p.css +4 -0
- package/css/l/lk136onmn.css +4 -0
- package/css/o/o2k0_cbib.css +4 -0
- package/css/o/oyqpj5b7d.css +4 -0
- package/css/p/p0nn-20rd.css +4 -0
- package/css/r/rnpvry6wl.css +4 -0
- package/css/r/rz4ck4-4i.css +4 -0
- package/css/s/s2je18u3g.css +4 -0
- package/css/s/s2oucbc5y.css +4 -0
- package/css/s/sceiphbpt.css +4 -0
- package/css/t/t8akckbgq.css +4 -0
- package/css/t/tgxrp-bwh.css +4 -0
- package/css/w/w2w8fkt6o.css +4 -0
- package/css/x/xqb-0_4ig.css +4 -0
- package/iconify.json +2 -2
- package/package.json +193 -33
- package/css/i/if65e3bts.css +0 -4
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/o2k0_cbib.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="o2k0_cbib"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-down-from-rectangle-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/t/t8akckbgq.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="t8akckbgq"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-down-to-rectangle-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/l_de38b0p.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="l_de38b0p"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-left-from-rectangle-tall-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/ec3vx5m2n.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="ec3vx5m2n"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-left-to-rectangle-tall-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/t/tgxrp-bwh.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="tgxrp-bwh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-right-from-rectangle-tall-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/abjqn5hlt.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="abjqn5hlt"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-right-to-rectangle-tall-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/gjsa0n_hg.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="gjsa0n_hg"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-up-from-rectangle-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/p0nn-20rd.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="p0nn-20rd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-up-to-rectangle-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/dwtaaxbts.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="dwtaaxbts"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrows-left-right-above-waters" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/hg7ocnbci.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="hg7ocnbci"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:beer-bottle-and-drink-bottle" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bo1qmrsci.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="bo1qmrsci"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:campsite-on-pier-in-water" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/f1r3n6bhi.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="f1r3n6bhi"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:campsite-on-platform" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/g73be5v_d.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":15,"height":15};
|
|
9
|
+
const content = `<path class="g73be5v_d"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:campsite-over-water" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/oyqpj5b7d.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="oyqpj5b7d"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:campsite-over-waters" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s2je18u3g.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="s2je18u3g"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:drink-can-and-drink-bottle" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/ai-hwv_fk.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="ai-hwv_fk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:exclamation-point-beside-exclamation-point" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kihstx6sx.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="kihstx6sx"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:exclamation-point-beside-question-mark" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/xqb-0_4ig.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="xqb-0_4ig"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:exclamation-point" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nx0w5hfep.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="nx0w5hfep"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:flush-curb-under-shoe" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/f4wwjh5bh.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="f4wwjh5bh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:flush-curb-with-arrow-right" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rz4ck4-4i.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="rz4ck4-4i"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:flush-curb-with-question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/fwpj51bzm.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="fwpj51bzm"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:flush-curb" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/oembw3b6n.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="oembw3b6n"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowered-curb-under-shoe" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rnpvry6wl.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="rnpvry6wl"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowered-curb-with-arrow-bottom-right" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/d1uxt3j4p.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="d1uxt3j4p"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowered-curb-with-question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/coq_vclzo.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="coq_vclzo"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowered-curb" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/j3vjjyk8d.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="j3vjjyk8d"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:martini-glass-and-wine-bottle" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bnq5ckf1o.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="bnq5ckf1o"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-dropping-trash-into-wheelie-bin" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jtekpbcxt.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="jtekpbcxt"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-holding-open-book-profile" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/axbb0qx1t.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="axbb0qx1t"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:phone-down-above-one-one-one" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/w2w8fkt6o.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="w2w8fkt6o"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:phone-down-above-one-two-three" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/lk136onmn.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="lk136onmn"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/i5_k12b9p.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="i5_k12b9p"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:raised-curb-under-shoe" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/eohem2u0z.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="eohem2u0z"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:raised-curb-with-arrow-down" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/sceiphbpt.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="sceiphbpt"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:raised-curb-with-question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/w59onrtks.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="w59onrtks"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:raised-curb" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/owpzdlbkl.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="owpzdlbkl"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:rolled-curb-under-shoe" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/dsokvoiit.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="dsokvoiit"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:rolled-curb-with-arrow-bottom-right" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bqu27-g1n.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="bqu27-g1n"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:rolled-curb-with-question-mark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/auvszdnuf.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="auvszdnuf"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:rolled-curb" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s2oucbc5y.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="s2oucbc5y"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:syrup-jug-and-droplet" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.axbb0qx1t {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4 7v8H2V9.86l-1.25.89v-2.5L2.5 7zm10 0v8h-2V9.86l-1.25.89v-2.5L12.5 7zM9 7v8H7V9.86l-1.25.89v-2.5L7.5 7zM.23 1.85C2.19.62 4.62 0 7.5 0c2.73 0 5.05.55 6.95 1.66l.32.19c.14.09.23.25.23.42V4.3c0 .45-.15.89-.44 1.25L14.2 6c-.12.15-.32.22-.51.17l-2.44-.61a.47.47 0 0 1-.34-.3L10 3H5l-.91 2.26a.47.47 0 0 1-.34.3l-2.44.61A.49.49 0 0 1 .8 6l-.36-.45C.15 5.19 0 4.75 0 4.3V2.27c0-.14.06-.28.17-.37z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.bnq5ckf1o {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.14 4.77H7.5c.75 0 .75 1.37 0 1.37H5.45c-.13 0-.68-1.37-.68-1.37v9.55c0 .34-.34.68-.68.68a.68.68 0 0 1-.68-.68V8.86h-.68v5.46c0 .34-.34.68-.68.68c-.35 0-.69-.27-.69-.68V4.77H.68v3.41c0 .75-.34.75-.68 0V4.09c0-.82 1.09-.68 2.05-.68h2.04c.55 0 1.09.27 1.36.68zm6.81 6.14c-1.09 0-2.04.95-2.04 2.04V15H9.55L7.16 8.93V6.95h7.02l.14 3.96zM9.27 6.34l-.82-2.39l.28.14l.13-.27l.28.13l.13-.27l.28.14l.13-.27l.27.13l.14-.27l.27.14l.14-.35l.82 2.39c.07.21-.07.41-.27.48l-1.37.48c-.13.06-.34-.07-.41-.21m.34-4.77l.41-.34l4.5 5.38l-.34.34zM2.73 0c-.75 0-1.37.61-1.37 1.36s.62 1.37 1.37 1.37s1.36-.62 1.36-1.37S3.48 0 2.73 0M13.3 11.59c.95 0 1.7.75 1.7 1.71c0 .95-.75 1.7-1.7 1.7c-.96 0-1.71-.75-1.71-1.7c0-.96.75-1.71 1.71-1.71m0 2.73c.54 0 1.02-.48 1.02-1.02c0-.55-.48-1.03-1.02-1.03c-.55 0-1.03.48-1.03 1.03c0 .54.48 1.02 1.03 1.02");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.bo1qmrsci {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.5 12.5c.32 0 .64.11.89.31l.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.32-.26a1.44 1.44 0 0 1 1.78 0l.31.25q.24.195.51.3l.12.04l.07.02l.11.03l.07.02c.06.01.12.02.18.02l.19.01h.18l.16-.02h.07c.34-.06.67-.2.94-.42l.31-.25a1.44 1.44 0 0 1 1.78 0l.31.25c.29.23.63.38 1 .42l.09.01l.16.01h.1l.19-.01l.18-.02l.07-.02l.1-.02l.09-.03l.1-.04l.06-.02c.16-.07.32-.17.46-.28l.31-.25c.25-.2.57-.31.89-.31M13 10v1.5h-2v.84l-.17.14c-.22.17-.5.27-.78.27h-.1c-.16 0-.31-.03-.45-.08V11.5h-4v1.17c-.14.05-.29.08-.45.08h-.1c-.28 0-.56-.1-.78-.27L4 12.34v-.84H2V10zM7.88.21l3.86 7.15h.51c.28 0 .5.23.5.5v.64c0 .27-.22.5-.5.5h-9.5c-.28 0-.5-.23-.5-.5v-.64c0-.27.22-.5.5-.5h.51L7.12.21c.18-.28.58-.28.76 0M7.5 3.27L5.48 7.36h4.04z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.bqu27-g1n {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 11v3h-5v-3zM0 5c4.88 0 8.86 3.89 9 8.73V14H0zm12.5.5c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m2.5-3c0 .83-.67 1.5-1.5 1.5c-.15 0-.28.1-.33.24l-.17.51h-1v-.74c0-.44.32-.81.75-.88l.26-.05a.59.59 0 0 0 .49-.58c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5c0 .41-.34.75-.75.75S10 2.91 10 2.5c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d1uxt3j4p {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 11v3h-5v-3zM0 4.5L9 11v3H0zm12.5 1c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m2.5-3c0 .83-.67 1.5-1.5 1.5c-.15 0-.28.1-.33.24l-.17.51h-1v-.74c0-.44.32-.81.75-.88l.26-.05a.59.59 0 0 0 .49-.58c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5c0 .41-.34.75-.75.75S10 2.91 10 2.5c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dwtaaxbts {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.5 9.5c.32 0 .64.11.89.31l.32.25c.3.25.68.4 1.07.43l.22.01V12h-.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 12v-1.5h.05c.46 0 .89-.15 1.24-.44l.32-.25a1.44 1.44 0 0 1 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 1 1.78 0l.31.25c.36.28.8.44 1.25.44h.1c.45 0 .89-.16 1.25-.44l.31-.25c.25-.2.57-.31.89-.31m0 3c.32 0 .64.11.89.31l.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.32-.26a1.44 1.44 0 0 1 1.78 0l.31.25c.36.29.8.44 1.25.44h.1c.45 0 .89-.15 1.25-.44l.31-.25a1.44 1.44 0 0 1 1.78 0l.31.25c.36.29.8.44 1.25.44h.1c.45 0 .89-.15 1.25-.44l.31-.25c.25-.2.57-.31.89-.31M5.5 0l-5 4l5 4V5.5h4V8l5-4l-5-4v2.5h-4z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g73be5v_d {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.75 7.86v.64c0 .27-.22.5-.5.5h-9.5c-.28 0-.5-.23-.5-.5v-.64c0-.27.22-.5.5-.5h.51L7.12.21c.18-.28.58-.28.76 0l3.86 7.15h.51c.25 0 .45.18.49.41zm-3.23-.5L7.5 3.27L5.48 7.36zM12 10c.67 1.33 1.42 2 2.25 2c.26 0 .51-.06.75-.19v2.05c-.24.09-.49.14-.75.14q-1.245 0-2.25-1.5Q10.995 14 9.75 14T7.5 12.5Q6.495 14 5.25 14T3 12.5Q1.995 14 .75 14c-.26 0-.51-.05-.75-.14v-2.05c.24.13.49.19.75.19c.83 0 1.58-.67 2.25-2c.67 1.33 1.42 2 2.25 2s1.58-.67 2.25-2c.67 1.33 1.42 2 2.25 2s1.58-.67 2.25-2");
|
|
4
|
+
}
|