@iconify-svelte/pinhead 1.0.18 → 1.0.19
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-banknote-in-slot.svelte +2 -2
- package/components/a/arrow-down-from-banknote-stack-in-slot.svelte +11 -0
- package/components/a/arrow-up-to-banknote-in-slot.svelte +2 -2
- package/components/a/arrow-up-to-banknote-stack-in-slot.svelte +11 -0
- package/components/a/atm-text-above-banknote-in-slot.svelte +11 -0
- package/components/b/banknote-in-hand.svelte +2 -2
- package/components/b/banknote-in-slot.svelte +2 -2
- package/components/b/banknote-stack-in-slot.svelte +11 -0
- package/components/b/banknote-stack.svelte +11 -0
- package/components/b/banknote.svelte +2 -2
- package/components/b/baseball.svelte +11 -0
- package/components/c/capsule-pill-beside-rx-symbol.svelte +11 -0
- package/components/c/capsule-pill.svelte +11 -0
- package/components/c/circular-pill-and-capsule-pill-above-outstretched-hand.svelte +11 -0
- package/components/c/circular-pill-and-capsule-pill.svelte +11 -0
- package/components/c/circular-pill.svelte +11 -0
- package/components/c/coffin-with-nine-point-star-outline.svelte +11 -0
- package/components/f/four-circular-pills.svelte +11 -0
- package/components/g/groin-with-rememberance-ribbon.svelte +11 -0
- package/components/g/groin.svelte +11 -0
- package/components/h/horse-high-stepping.svelte +11 -0
- package/components/m/memorial-stone-with-nine-point-star-outline.svelte +11 -0
- package/components/m/mortar-and-pestle-with-rx-symbol.svelte +11 -0
- package/components/n/nine-point-star-outline-on-square.svelte +11 -0
- package/components/p/person-beside-person-above-car.svelte +11 -0
- package/components/p/person-beside-person-above-pickup-truck.svelte +11 -0
- package/components/p/person-beside-person-above-sedan.svelte +11 -0
- package/components/p/person-beside-person-above-station-wagon.svelte +11 -0
- package/components/p/pill-bottle-with-capsule-pill.svelte +11 -0
- package/components/p/pill-bottle-with-circular-pill.svelte +11 -0
- package/components/p/pill-bottle-with-rx-symbol.svelte +11 -0
- package/components/r/rx-symbol-above-outstretched-hand.svelte +11 -0
- package/components/r/rx-symbol.svelte +11 -0
- package/components/s/skateboard-profile.svelte +11 -0
- package/components/s/skateboard.svelte +2 -2
- package/components/t/tennis-ball.svelte +11 -0
- package/components/t/three-circular-pills.svelte +11 -0
- package/components/t/triangular-pill-and-circular-pill-and-capsule-pill.svelte +11 -0
- package/components/t/two-circular-pills.svelte +11 -0
- package/css/a/avw4glfim.css +4 -0
- package/css/d/dm4zygbze.css +4 -0
- package/css/e/elkf3qiqz.css +4 -0
- package/css/f/fu67n8t-k.css +4 -0
- package/css/g/g_pxrxg6c.css +4 -0
- package/css/h/hrgrmx64i.css +4 -0
- package/css/i/i9krpzbeo.css +4 -0
- package/css/j/j18dpcczm.css +4 -0
- package/css/j/jomceu7fr.css +4 -0
- package/css/k/kbe_w6b4m.css +4 -0
- package/css/k/kg7wfnrsl.css +4 -0
- package/css/l/lv7-ujbnk.css +4 -0
- package/css/m/m-8x0x0fo.css +4 -0
- package/css/m/mne6x2b4n.css +4 -0
- package/css/n/nazn4oqpx.css +4 -0
- package/css/n/nc011j55m.css +4 -0
- package/css/n/nmgwdp74q.css +4 -0
- package/css/o/o-939gw4u.css +4 -0
- package/css/p/pj9hlqbpx.css +4 -0
- package/css/p/pmyrxjxoy.css +4 -0
- package/css/p/pqj9-4brz.css +4 -0
- package/css/q/qt8qhhped.css +4 -0
- package/css/r/r07kyrbmj.css +4 -0
- package/css/r/rzx--cc9h.css +4 -0
- package/css/s/s2ynkkbrt.css +4 -0
- package/css/s/sqaqnlb0l.css +4 -0
- package/css/u/u-5rh9o_m.css +4 -0
- package/css/v/v21e8jbhl.css +4 -0
- package/css/v/v6ud6qgab.css +4 -0
- package/css/w/weypos4si.css +4 -0
- package/css/x/x_w75lbyq.css +4 -0
- package/css/x/xkpg34tib.css +4 -0
- package/css/x/xt_thac1w.css +4 -0
- package/iconify.json +2 -2
- package/package.json +153 -21
- package/css/c/c_zu74t8e.css +0 -4
- package/css/e/ekawzof2k.css +0 -4
- package/css/f/fnjaumbzs.css +0 -4
- package/css/q/qkq3xjbji.css +0 -4
- package/css/r/rg-wmm6lz.css +0 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/x_w75lbyq.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_w75lbyq"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-down-from-banknote-in-slot" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/elkf3qiqz.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="elkf3qiqz"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-down-from-banknote-stack-in-slot" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/xkpg34tib.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="xkpg34tib"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-up-to-banknote-in-slot" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/x/xt_thac1w.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="xt_thac1w"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:arrow-up-to-banknote-stack-in-slot" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/avw4glfim.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="avw4glfim"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:atm-text-above-banknote-in-slot" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/q/
|
|
3
|
+
import '../../css/q/qt8qhhped.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="qt8qhhped"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:banknote-in-hand" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/p/pj9hlqbpx.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="pj9hlqbpx"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:banknote-in-slot" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/u/u-5rh9o_m.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="u-5rh9o_m"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:banknote-stack-in-slot" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nc011j55m.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="nc011j55m"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:banknote-stack" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/m/mne6x2b4n.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="mne6x2b4n"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:banknote" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/pmyrxjxoy.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="pmyrxjxoy"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:baseball" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kg7wfnrsl.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="kg7wfnrsl"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:capsule-pill-beside-rx-symbol" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/f996owb7g.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="f996owb7g"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:capsule-pill" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/r07kyrbmj.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="r07kyrbmj"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:circular-pill-and-capsule-pill-above-outstretched-hand" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/m-8x0x0fo.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="m-8x0x0fo"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:circular-pill-and-capsule-pill" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/l/lv7-ujbnk.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="lv7-ujbnk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:circular-pill" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/v/v6ud6qgab.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="v6ud6qgab"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:coffin-with-nine-point-star-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nazn4oqpx.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="nazn4oqpx"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:four-circular-pills" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/hrgrmx64i.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="hrgrmx64i"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:groin-with-rememberance-ribbon" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nmgwdp74q.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="nmgwdp74q"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:groin" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/i9krpzbeo.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="i9krpzbeo"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:horse-high-stepping" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/pqj9-4brz.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="pqj9-4brz"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:memorial-stone-with-nine-point-star-outline" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/sqaqnlb0l.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="sqaqnlb0l"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:mortar-and-pestle-with-rx-symbol" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/kbe_w6b4m.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="kbe_w6b4m"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:nine-point-star-outline-on-square" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/d7port6eh.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="d7port6eh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-beside-person-above-car" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/as_ueqb2n.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="as_ueqb2n"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-beside-person-above-pickup-truck" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bcb4e8b-v.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="bcb4e8b-v"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-beside-person-above-sedan" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/m2fvkrbin.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="m2fvkrbin"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:person-beside-person-above-station-wagon" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rzx--cc9h.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="rzx--cc9h"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pill-bottle-with-capsule-pill" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/dm4zygbze.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="dm4zygbze"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pill-bottle-with-circular-pill" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/o-939gw4u.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="o-939gw4u"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pill-bottle-with-rx-symbol" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/fu67n8t-k.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="fu67n8t-k"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:rx-symbol-above-outstretched-hand" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s2ynkkbrt.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="s2ynkkbrt"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:rx-symbol" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/czticys6t.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="czticys6t"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:skateboard-profile" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/jomceu7fr.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="jomceu7fr"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:skateboard" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/j18dpcczm.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="j18dpcczm"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:tennis-ball" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/g_pxrxg6c.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="g_pxrxg6c"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:three-circular-pills" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/weypos4si.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="weypos4si"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:triangular-pill-and-circular-pill-and-capsule-pill" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/v/v21e8jbhl.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="v21e8jbhl"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:two-circular-pills" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.avw4glfim {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4 10v4h7v-4h1v5H3v-5zm9.5-2.5c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1h-1V11c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-10c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5v1.5h-1c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1zm-3 2.5v2H10c-.55 0-1 .45-1 1v.5H6V13c0-.51-.39-.94-.88-.99L5 12h-.5v-2zM8.92 0v1.22H7.5V6.5H6.48V1.22H5.06V0zM4.05 0l1.83 6.5H4.66l-.41-1.62H2.63L2.22 6.5H1L2.83 0zm-.61 1.63l-.61 2.03h1.22zM13.19 0v6.5h-1.02V2.84l-.61 2.04h-.81l-.61-2.04V6.5H9.13V0h1.01l1.02 3.25L12.17 0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dm4zygbze {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10.5 4L13 6v8.5c0 .28-.22.5-.5.5h-10c-.28 0-.5-.22-.5-.5V6l2.5-2zm-3 2C5.57 6 4 7.57 4 9.5S5.57 13 7.5 13S11 11.43 11 9.5S9.43 6 7.5 6m1.15 1.85a.37.37 0 0 1 .5 0c.13.14.13.36 0 .5l-2.8 2.8a.37.37 0 0 1-.5 0a.37.37 0 0 1 0-.5zM10.5 0c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5h-6c-.28 0-.5-.22-.5-.5v-2l.01-.09C4.05.18 4.25 0 4.5 0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.elkf3qiqz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 8.64c.04 0 .07 0 .11.01l.05.02l.05.02l.07.04l.07.07l.06.09l.03.07l.01.04c.01.03.01.07.01.1v4.31l1.26-1.23c.18-.18.47-.18.65 0c.17.18.17.47 0 .64l-2.05 2.05c-.09.09-.2.13-.32.13s-.23-.04-.32-.13l-2.05-2.05a.465.465 0 0 1 0-.64c.18-.18.47-.18.65 0l1.26 1.23V9.1c0-.03 0-.07.01-.1l.02-.06l.04-.07l.04-.07l.07-.07l.07-.04l.07-.03l.03-.01c.04-.01.07-.01.11-.01m1.05-.14H12V9H8.71c-.02-.18-.07-.35-.16-.5m-2.1 0c-.08.14-.13.3-.15.47L6.29 9H3v-.5zm5.55-1V8H8c-.15-.07-.32-.11-.5-.11l-.12.01c-.14.01-.26.05-.38.1H3v-.5zM4 3v3h7V3h1v4H3V3zm10-3c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-1.5V4c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-10c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5v2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1zm-3.5 3v1H10c-.55 0-1 .45-1 1v.5H6V5c0-.51-.39-.94-.88-.99L5 4h-.5V3z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fu67n8t-k {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 10c2 .5 4.5 1.5 4.5 1.5s1-.5 1.5-.5h2l3-.5s.5.5 0 1s-2.5 1-3 1s.5.5.5.5H10s2 0 3-.5s2-1 2-.5c-2 2-3 2.5-3 2.5s-2 .5-4 .5c-.5 0-2-1-2.5-1S0 14.5 0 14zM9.16 0c1.17 0 2.11.99 2.11 2.22c0 1.09-.75 2-1.75 2.18l1.25 1.56l1.25-1.53h1.58l-2.04 2.52L13.6 9.5h-1.58l-1.26-1.57L9.48 9.5H7.9l2.07-2.55l-2.01-2.52h-.69v2.54H6V0zm0 1.27H7.27v1.9h1.89c.47 0 .85-.43.85-.95c0-.53-.38-.95-.85-.95");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g_pxrxg6c {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3.5 8C5.43 8 7 9.57 7 11.5S5.43 15 3.5 15S0 13.43 0 11.5S1.57 8 3.5 8m1.15 1.85l-2.8 2.8a.37.37 0 0 0 0 .5c.14.13.36.13.5 0l2.8-2.8a.37.37 0 0 0 0-.5a.37.37 0 0 0-.5 0M11.5 5C13.43 5 15 6.57 15 8.5S13.43 12 11.5 12S8 10.43 8 8.5S9.57 5 11.5 5M9.85 6.85a.37.37 0 0 0 0 .5l2.8 2.8c.14.13.36.13.5 0a.37.37 0 0 0 0-.5l-2.8-2.8a.37.37 0 0 0-.5 0M7.47 1.03a3.483 3.483 0 0 1 0 4.94a3.483 3.483 0 0 1-4.94 0a3.483 3.483 0 0 1 0-4.94a3.483 3.483 0 0 1 4.94 0m-.49 2.12H3.02c-.19 0-.35.16-.35.35s.16.35.35.35h3.96c.19 0 .35-.16.35-.35s-.16-.35-.35-.35");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.hrgrmx64i {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m12.61 0l1.57 4.14c1.36 3.59.95 7.61-1.1 10.86H8.13v-3.07l2.73-2.74l-.88-.88l-2.48 2.47l-2.47-2.47l-.88.88l2.73 2.74V15H1.92A12.23 12.23 0 0 1 .82 4.14L2.38 0zM7.72 1.24h-.57c-1.36 0-2.05 1.63-1.12 2.61l.58.6l-1.65 1.8l.92.84l.93-1.01l.67-.72L9.14 7.1l.9-.86l-1.71-1.79l.51-.53c.94-.98.28-2.68-1.12-2.68m0 1.25c.13 0 .23.07.28.2c.06.13.04.26-.06.36l-.47.49l-.53-.56c-.18-.18-.05-.49.21-.49z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.i9krpzbeo {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.1.58c-.07 0-.81-.03-.86.01L9.51 4.9l-5.25.05c-.57 0-1.12.39-1.44.86c-.31-.46-.54-.97-1.09-.98H.85c-.48.15-.79.8-.82 1.71c0 .67-.08 2.1.02 2.88c.5.83 1.31.28 1.31-.12V7.07c.33-.66 1.18-.4 1.18-.4v3.46l-.7 2.12l.15 2.18h1.09l.03-2.28l1.15-2.02v1.15l.57 3.15h1.06l-.22-2.84l.61-1.43H8.6l-.09 1.12l.19 3.15h1.29v-3.15l.42-1.15c.01-.02.24-.25.3-.3l1.71.27l.46 2.03l1.08-.03l-.28-2.93l-2.49-.8l1-3.82c.2.08.38.09.55.07c.21-.03.39-.13.53-.24c2.31.16.45.02 1.5.08c.27 0 .18-1.06.23-1.33c.02-.19-.1-.22-.23-.36l-2.5-1.25l.1-.59c.01-.02.01-.04.02-.07c0-.16.01-.23-.15-.26z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.j18dpcczm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 0c1.88 0 3.6.69 4.92 1.84C10.81 3.25 10 5.15 10 7.5s.81 4.25 2.42 5.66A7.46 7.46 0 0 1 7.5 15c-1.88 0-3.6-.69-4.92-1.84C4.19 11.75 5 9.85 5 7.5s-.81-4.25-2.42-5.66A7.46 7.46 0 0 1 7.5 0M1.87 2.54C3.29 3.76 4 5.4 4 7.5c0 1.98-.63 3.55-1.89 4.74l-.24.22A7.5 7.5 0 0 1 0 7.5c0-1.87.68-3.58 1.81-4.89zm11.26 0A7.5 7.5 0 0 1 15 7.5a7.5 7.5 0 0 1-1.87 4.96l-.24-.22C11.63 11.05 11 9.48 11 7.5s.63-3.55 1.89-4.74z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jomceu7fr {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14.46 8.13c-.56.57-1.31.72-1.69.33c-.18-.19-.25-.48-.19-.81s.25-.67.52-.95s.6-.47.91-.53c.32-.06.6.01.78.2c.38.4.23 1.18-.33 1.76M8.6 14.16c-.27.27-.6.46-.92.52s-.6-.01-.78-.2c-.37-.39-.23-1.18.33-1.75c.56-.58 1.32-.72 1.7-.33c.37.39.22 1.18-.33 1.76M1.61 10.9l8.82-8.79s.75-1.42 1.1-1.74c.34-.32.43-.31.67-.35c.24-.05.44.01.71.08c.26.06.58.14.86.31s.55.43.75.71c.2.29.37.63.43.95s.03.53-.04.92c-.03.19-.06.43-.12.67c-.05.25-.14.51-.27.71c-.26.4-9.27 9.6-9.69 9.94c-.41.34-.62.48-.98.59c-.36.12-.73.11-1.1.08s-.79-.16-1.1-.28c-.32-.11-.55-.22-.79-.39c-.24-.18-.5-.42-.63-.64c-.13-.21-.16-.35-.2-.59s-.04-.58 0-.83c.05-.25 0-.36.24-.63c.24-.28 1.34-.72 1.34-.72");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kbe_w6b4m {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11 8v7H4V8zM7.5 0c.11 0 .22.07.27.18l.6 1.55l1.45-.8c.1-.06.24-.04.32.03s.13.2.09.32L9.7 2.85l1.62.32a.3.3 0 0 1 .23.23c.02.11-.03.24-.13.3L10 4.56l1.04 1.29c.07.09.08.23.02.32c-.05.1-.18.16-.29.14l-1.64-.24l-.04 1.65c0 .12-.08.23-.19.27c-.09.03-.23 0-.31-.08L7.5 6.66L6.4 7.91c-.07.08-.21.11-.31.08a.31.31 0 0 1-.19-.27l-.04-1.65l-1.64.24a.29.29 0 0 1-.29-.14a.29.29 0 0 1 .03-.32l1.03-1.29l-1.41-.86a.31.31 0 0 1-.14-.3a.3.3 0 0 1 .23-.23l1.63-.32l-.53-1.57c-.04-.12 0-.25.08-.32s.22-.09.33-.03l1.45.8l.6-1.55C7.27.07 7.39 0 7.5 0m.48 2.79L7.5 1.56l-.48 1.23l-1.17-.63l.43 1.26l-1.3.25l1.13.69l-.83 1.04l1.31-.2l.03 1.32l.88-1l.87.99l.03-1.31l1.31.2l-.82-1.04l1.12-.69l-1.29-.25l.42-1.26z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kg7wfnrsl {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m4.04 5.69l5.26 5.27c.93.92.93 2.42 0 3.34c-.92.93-2.42.93-3.34 0L.69 9.04c-.92-.92-.92-2.42 0-3.35c.93-.92 2.43-.92 3.35 0m-2.63.72c-.53.53-.53 1.39 0 1.91l2.63 2.64c.21-.44.47-.81.79-1.13s.69-.58 1.13-.79L3.32 6.41c-.52-.53-1.38-.53-1.91 0M10.33 0c1.23 0 2.22 1.04 2.22 2.33c0 1.16-.8 2.12-1.84 2.3l1.31 1.65l1.31-1.61H15l-2.15 2.64L15 10h-1.67l-1.32-1.65L10.67 10H9l2.18-2.69l-2.11-2.64h-.74v2.66H7V0zm0 1.33h-2v2h2c.49 0 .89-.45.89-1s-.4-1-.89-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.m-8x0x0fo {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14.27 5.23c.97.97.97 2.54 0 3.51l-5.53 5.53c-.97.97-2.54.97-3.51 0c-.98-.97-.98-2.55 0-3.51l5.53-5.53c.96-.98 2.54-.98 3.51 0m-2.76.75L8.74 8.74c.46.22.85.5 1.18.83c.34.34.61.73.84 1.19l2.75-2.77c.56-.55.56-1.45 0-2.01a1.4 1.4 0 0 0-2 0M4.13 0a4.13 4.13 0 0 1 4.12 4.13c0 2.27-1.85 4.12-4.12 4.12A4.13 4.13 0 0 1 0 4.13C0 1.85 1.85 0 4.13 0M2.18 2.18c-.16.16-.16.43 0 .59l3.3 3.3c.17.16.43.16.59 0s.16-.42 0-.59l-3.3-3.3a.423.423 0 0 0-.59 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nazn4oqpx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3.5 8C5.43 8 7 9.57 7 11.5S5.43 15 3.5 15S0 13.43 0 11.5S1.57 8 3.5 8m1.15 1.85l-2.8 2.8a.37.37 0 0 0 0 .5c.14.13.36.13.5 0l2.8-2.8a.37.37 0 0 0 0-.5a.37.37 0 0 0-.5 0M4 .5C5.93.5 7.5 2.07 7.5 4S5.93 7.5 4 7.5S.5 5.93.5 4S2.07.5 4 .5m7.5-.5C13.43 0 15 1.57 15 3.5S13.43 7 11.5 7S8 5.43 8 3.5S9.57 0 11.5 0M2.35 2.35a.37.37 0 0 0 0 .5l2.8 2.8c.14.13.36.13.5 0a.37.37 0 0 0 0-.5l-2.8-2.8a.37.37 0 0 0-.5 0m10.3-.5l-2.8 2.8a.37.37 0 0 0 0 .5c.14.13.36.13.5 0l2.8-2.8a.37.37 0 0 0 0-.5a.37.37 0 0 0-.5 0m-3.4 6.12c1.67-.97 3.81-.39 4.78 1.28s.39 3.81-1.28 4.78s-3.81.39-4.78-1.28s-.39-3.81 1.28-4.78m3.75 3.2l-3.82-1.02a.35.35 0 0 0-.43.25c-.05.18.06.38.25.43l3.82 1.02c.19.05.38-.06.43-.25a.353.353 0 0 0-.25-.43");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.nc011j55m {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 11.5h15v.5H0zM15 2v9H0V2zM1 10h13V3H1zm11-6.5V4c0 .55.45 1 1 1h.5v3H13c-.51 0-.94.39-.99.88L12 9v.5H3V9c0-.51-.39-.94-.88-.99L2 8h-.5V5H2c.51 0 .94-.39.99-.88L3 4v-.5zm-4.5 1c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m-7.5 8h15v.5H0z");
|
|
4
|
+
}
|