@iconify-svelte/pinhead 1.0.20 → 1.0.21

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.
Files changed (64) hide show
  1. package/components/b/briefcase-with-bolt.svelte +2 -2
  2. package/components/b/briefcase-with-circular-pill-and-capsule-pill.svelte +11 -0
  3. package/components/b/briefcase-with-conifer-tree.svelte +11 -0
  4. package/components/b/briefcase-with-droplet.svelte +2 -2
  5. package/components/b/briefcase-with-exclamation-point.svelte +11 -0
  6. package/components/b/briefcase-with-gas-flame.svelte +11 -0
  7. package/components/b/briefcase-with-greek-cross.svelte +2 -2
  8. package/components/b/briefcase-with-heart.svelte +11 -0
  9. package/components/b/briefcase-with-heavy-six-point-asterisk.svelte +2 -2
  10. package/components/b/briefcase-with-info-i.svelte +2 -2
  11. package/components/b/briefcase-with-leaf.svelte +11 -0
  12. package/components/b/briefcase-with-map-pin-with-dot.svelte +11 -0
  13. package/components/b/briefcase-with-question-mark.svelte +11 -0
  14. package/components/b/briefcase-with-rx-symbol.svelte +11 -0
  15. package/components/b/briefcase-with-shield.svelte +2 -2
  16. package/components/b/briefcase-with-stardust.svelte +11 -0
  17. package/components/b/briefcase-with-venus.svelte +11 -0
  18. package/components/b/briefcase-with-wifi.svelte +11 -0
  19. package/components/b/briefcase.svelte +2 -2
  20. package/components/c/conifer-tree-above-outstretched-hand.svelte +11 -0
  21. package/components/e/exclamation-point-above-outstretched-hand.svelte +11 -0
  22. package/components/h/heavy-six-point-asterisk-above-outstretched-hand.svelte +11 -0
  23. package/components/l/leaf-above-outstretched-hand.svelte +11 -0
  24. package/components/q/question-mark-above-outstretched-hand.svelte +11 -0
  25. package/components/s/skateboard-deck.svelte +11 -0
  26. package/components/s/stardust.svelte +11 -0
  27. package/components/s/suitcase.svelte +2 -2
  28. package/css/c/cccwf_yei.css +4 -0
  29. package/css/c/cfdmafllq.css +4 -0
  30. package/css/d/dmwp9acui.css +4 -0
  31. package/css/e/el1eu57nk.css +4 -0
  32. package/css/g/g9h3vbbla.css +4 -0
  33. package/css/h/hj7d2mlel.css +4 -0
  34. package/css/i/i_yyoac7d.css +4 -0
  35. package/css/i/ihhhvcbnu.css +4 -0
  36. package/css/j/jsibuhbid.css +4 -0
  37. package/css/k/k1nvh3bro.css +4 -0
  38. package/css/m/m28-rvb-j.css +4 -0
  39. package/css/m/mebq5ha2p.css +4 -0
  40. package/css/o/ocf6zpbct.css +4 -0
  41. package/css/o/ocpgx-bdx.css +4 -0
  42. package/css/o/ohhcw2bzr.css +4 -0
  43. package/css/p/p3kj7i7gu.css +4 -0
  44. package/css/p/py0s0vbno.css +4 -0
  45. package/css/q/qe1f4abji.css +4 -0
  46. package/css/s/sbgqgkb4k.css +4 -0
  47. package/css/s/sh8bftvqb.css +4 -0
  48. package/css/s/sm7kq5o3t.css +4 -0
  49. package/css/s/srlffk1ha.css +4 -0
  50. package/css/t/tgqu7acml.css +4 -0
  51. package/css/v/v1ssddo4g.css +4 -0
  52. package/css/y/y625odbjn.css +4 -0
  53. package/css/y/yiz930s_m.css +4 -0
  54. package/css/z/zn4z0js2e.css +4 -0
  55. package/iconify.json +2 -2
  56. package/package.json +77 -1
  57. package/css/e/e9ybrwe-a.css +0 -4
  58. package/css/g/g6adllzai.css +0 -4
  59. package/css/h/hqhk5r34w.css +0 -4
  60. package/css/l/lt0ef04zy.css +0 -4
  61. package/css/m/m7gu8_buq.css +0 -4
  62. package/css/n/nzrhwgqmy.css +0 -4
  63. package/css/o/o47lfxbsz.css +0 -4
  64. package/css/z/z929yihfw.css +0 -4
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/g/g6adllzai.css';
3
+ import '../../css/h/hj7d2mlel.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="g6adllzai"/>`;
9
+ const content = `<path class="hj7d2mlel"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-bolt" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/g/g9h3vbbla.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="g9h3vbbla"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-circular-pill-and-capsule-pill" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/srlffk1ha.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="srlffk1ha"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-conifer-tree" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/h/hqhk5r34w.css';
3
+ import '../../css/e/el1eu57nk.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="hqhk5r34w"/>`;
9
+ const content = `<path class="el1eu57nk"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-droplet" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/o/ohhcw2bzr.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="ohhcw2bzr"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-exclamation-point" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/j/jsibuhbid.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="jsibuhbid"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-gas-flame" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/m/m7gu8_buq.css';
3
+ import '../../css/i/i_yyoac7d.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="m7gu8_buq"/>`;
9
+ const content = `<path class="i_yyoac7d"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-greek-cross" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/sh8bftvqb.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="sh8bftvqb"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-heart" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/z/z929yihfw.css';
3
+ import '../../css/p/p3kj7i7gu.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="z929yihfw"/>`;
9
+ const content = `<path class="p3kj7i7gu"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-heavy-six-point-asterisk" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/l/lt0ef04zy.css';
3
+ import '../../css/m/m28-rvb-j.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="lt0ef04zy"/>`;
9
+ const content = `<path class="m28-rvb-j"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-info-i" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/v/v1ssddo4g.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="v1ssddo4g"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-leaf" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/z/zn4z0js2e.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="zn4z0js2e"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-map-pin-with-dot" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/d/dmwp9acui.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="dmwp9acui"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-question-mark" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/m/mebq5ha2p.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="mebq5ha2p"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-rx-symbol" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/o/o47lfxbsz.css';
3
+ import '../../css/s/sm7kq5o3t.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="o47lfxbsz"/>`;
9
+ const content = `<path class="sm7kq5o3t"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-shield" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/p/py0s0vbno.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="py0s0vbno"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-stardust" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/o/ocpgx-bdx.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="ocpgx-bdx"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-venus" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/y/yiz930s_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="yiz930s_m"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase-with-wifi" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/e/e9ybrwe-a.css';
3
+ import '../../css/c/cfdmafllq.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="e9ybrwe-a"/>`;
9
+ const content = `<path class="cfdmafllq"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:briefcase" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/sbgqgkb4k.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="sbgqgkb4k"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:conifer-tree-above-outstretched-hand" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/c/cccwf_yei.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="cccwf_yei"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:exclamation-point-above-outstretched-hand" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/o/ocf6zpbct.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="ocf6zpbct"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:heavy-six-point-asterisk-above-outstretched-hand" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/k/k1nvh3bro.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="k1nvh3bro"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:leaf-above-outstretched-hand" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/t/tgqu7acml.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="tgqu7acml"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:question-mark-above-outstretched-hand" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/q/qe1f4abji.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="qe1f4abji"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:skateboard-deck" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/i/ihhhvcbnu.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="ihhhvcbnu"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:stardust" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/n/nzrhwgqmy.css';
3
+ import '../../css/y/y625odbjn.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="nzrhwgqmy"/>`;
9
+ const content = `<path class="y625odbjn"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:suitcase" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .cccwf_yei {
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 14zm10-3.7c-.74 0-1.35.61-1.35 1.35S9.26 9 10 9s1.35-.61 1.35-1.35S10.74 6.3 10 6.3M11.8 0H8.2l1.12 5.4h1.36z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .cfdmafllq {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm0 1H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .dmwp9acui {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm-3.5 9.3c-.74 0-1.35.61-1.35 1.35S6.76 13 7.5 13s1.35-.61 1.35-1.35s-.61-1.35-1.35-1.35M7.85 4h-.7c-1.55 0-2.8 1.02-2.8 2.28c0 .47.47.84 1.05.84s1.05-.37 1.05-.84l.03-.07c.2-.3.6-.51 1.02-.51s.82.21 1.02.51l.03.07v.14c0 .43-.3.83-.78 1.02l-.22.11c-.46.22-.75.64-.75 1.09v.76h1.4v-.19c0-.41.26-.79.7-.99l.54-.25c.75-.34 1.21-.99 1.21-1.69C10.65 5.02 9.4 4 7.85 4M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .el1eu57nk {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM7.5 4.5c-.27.83-.56 1.49-.86 1.98l-.15.23c-.13.17-.28.38-.47.62l-.48.63c-.85 1.07-.68 2.64.4 3.5c.39.31.86.48 1.35.53l.21.01c1.37 0 2.5-1.12 2.5-2.5c0-.57-.19-1.11-.55-1.56l-.43-.55c-.31-.4-.53-.7-.67-.91c-.29-.47-.58-1.14-.85-1.98M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .g9h3vbbla {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm.56 6.14c-.58-.59-1.53-.59-2.11 0l-3.31 3.31c-.59.58-.59 1.53 0 2.11c.58.59 1.52.59 2.1 0l3.32-3.32c.59-.58.59-1.52 0-2.1m-1.66.45c.34-.34.88-.34 1.21 0c.33.33.33.87 0 1.21l-1.66 1.65a2.53 2.53 0 0 0-1.21-1.21ZM5.48 4A2.48 2.48 0 0 0 3 6.48A2.475 2.475 0 1 0 5.48 4M4.31 5.31c.1-.1.25-.1.35 0l1.98 1.98c.1.1.1.25 0 .35s-.25.1-.35 0L4.31 5.66c-.1-.1-.1-.25 0-.35M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .hj7d2mlel {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm2 4L7 8V6l-5 6l6-3v2zm-2-3H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .i_yyoac7d {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM8.67 5H6.33v2.33H4v2.34h2.33V12h2.34V9.67H11V7.33H8.67zM11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ihhhvcbnu {
2
+ fill: currentColor;
3
+ d: path("m10.63 4.75l1.25 2.92H15l-2.5 2.39l1.25 3.44l-3.12-1.87L7.5 13.5l1.25-3.44l-2.5-2.39h3.13zM3.13 3.5l.89 2.08h2.23L4.46 7.29l.9 2.46l-2.23-1.34L.89 9.75l.9-2.46L0 5.58h2.23zm5-2.5l.53 1.25H10L8.93 3.28l.53 1.47l-1.33-.8l-1.34.8l.53-1.47l-1.07-1.03h1.34z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .jsibuhbid {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM8.29 4l-.03.03c-.2.24-1.54 1.9-1.54 3.57c0 0-.78-.77-1.04-1.54c0 2.05-.78 3.85-.78 4.88C4.9 12.49 5.94 13 6.98 13c-1.04-1.03-.26-2.31 0-3.34c.53 1.28 2.61 1.28.53 3.34c1.04 0 2.6-.51 2.6-2.31c0-.78-1.56-1.55-1.3-2.83c.26-1.03-.78-1.8-.52-3.86M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .k1nvh3bro {
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 14zM15 0c-2.79 3.08-4.41 1.77-6.27 2.84c-1.24.72-1.94 2.45-2.09 5.22c.81-1.49 1.67-2.48 2.55-2.97c.9-.49 1.86-.76 2.91-.83c-.84.68-1.66 1.44-2.45 2.25c-.77.83-1.47 1.65-2.08 2.49C11.67 9 15 5.68 15 1.57z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .m28-rvb-j {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM8.47 7.21H4.93l1.61 1.61v2.57L4.93 13h5.14l-1.6-1.61zM7.5 4a1.285 1.285 0 1 0 1.29 1.29C8.79 4.58 8.21 4 7.5 4M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .mebq5ha2p {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM7.5 5H5v5.5h1v-2h.55l1.59 1.98L6.5 12.5h1.25l1.01-1.24l.99 1.24H11l-1.61-2.02L11 8.5H9.75l-.98 1.21l-.99-1.23c.79-.15 1.38-.86 1.38-1.73C9.16 5.78 8.42 5 7.5 5m0 1c.37 0 .66.33.66.75c0 .41-.29.75-.66.75H6V6zM11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ocf6zpbct {
2
+ fill: currentColor;
3
+ d: path("M0 10c2 .5 4.5 1.5 4.5 1.5s1-.5 1.5-.5h2l3-.5s.5.5 0 1s-2.5 1-3 1s.5.5.5.5H10s2 0 3-.5s2-1 2-.5c-2 2-3 2.5-3 2.5s-2 .5-4 .5c-.5 0-2-1-2.5-1S0 14.5 0 14zM11.51 0H9.59v2.83L7.13 1.41l-.96 1.68L8.62 4.5L6.17 5.91l.96 1.68l2.46-1.42V9h1.92V6.17l2.46 1.42l.96-1.68l-2.45-1.41l2.45-1.41l-.96-1.68l-2.46 1.42z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ocpgx-bdx {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM7.5 4C5.95 4 4.69 5.26 4.69 6.81c0 1.38.99 2.52 2.29 2.77v1.28H5.75c-.29 0-.53.24-.53.53s.24.53.53.53h1.23v1.05c0 .29.24.53.52.53c.29 0 .53-.24.53-.53v-1.05h1.23c.29 0 .53-.24.53-.53s-.24-.53-.53-.53H8.03V9.58A2.815 2.815 0 0 0 7.5 4m0 1.06c.98 0 1.76.78 1.76 1.75c0 .98-.78 1.76-1.76 1.76c-.97 0-1.75-.78-1.75-1.76c0-.97.78-1.75 1.75-1.75M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ohhcw2bzr {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm0 1H4v1h7zm-3.5 8.3c-.74 0-1.35.61-1.35 1.35S6.76 13 7.5 13s1.35-.61 1.35-1.35s-.61-1.35-1.35-1.35m1.8-6.05H5.7L6.83 9.4h1.35z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .p3kj7i7gu {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM8.3 4.75H6.7v2.36L4.65 5.93l-.8 1.39L5.89 8.5L3.85 9.68l.8 1.39L6.7 9.89v2.36h1.6V9.89l2.05 1.18l.8-1.39L9.11 8.5l2.04-1.18l-.8-1.39L8.3 7.11zM11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .py0s0vbno {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm-1 5.5L9 8.83H6.5l2 1.92l-1 2.75L10 12l2.5 1.5l-1-2.75l2-1.92H11zm-6-1l-.71 1.67H1.5l1.43 1.37l-.72 1.96L4 9.43l1.79 1.07l-.72-1.96L6.5 7.17H4.71zm4-2l-.43 1H6.5l.86.82l-.43 1.18L8 5.86l1.07.64l-.43-1.18l.86-.82H8.43zM11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .qe1f4abji {
2
+ fill: currentColor;
3
+ d: path("m1.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
+ .sbgqgkb4k {
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 14zM10.51 0l2.09 1.88c.06.05.09.14.09.22c0 .17-.13.3-.29.3h-1.24l2.05 1.88c.05.05.08.11.09.17l.01.05a.3.3 0 0 1-.3.3h-1.73l2.4 1.86c.07.06.11.14.11.24c0 .17-.13.3-.29.3h-2.4V9H9.91V7.2H7.52c-.07 0-.14-.03-.19-.08l-.04-.03c-.1-.14-.07-.33.06-.43L9.74 4.8H8c-.08 0-.16-.04-.22-.1a.3.3 0 0 1 .02-.42L9.85 2.4H8.61a.28.28 0 0 1-.19-.07l-.03-.03a.3.3 0 0 1 .02-.42z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .sh8bftvqb {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm-.63 4.44c-.94-.44-2.06-.04-2.51.9l-.36.79l-.37-.79q-.075-.165-.18-.3a1.875 1.875 0 0 0-2.62-.42l-.2.16c-.81.76-.84 2.02-.09 2.83l2.97 3.18l.04.02c.26.26.68.24.94-.02l2.97-3.18l.16-.18c.65-.9.45-2.15-.45-2.81c-.09-.06-.19-.13-.3-.18M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .sm7kq5o3t {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM7.5 4.5c-1.14 1.91-2.48 2.29-4 1.14c0 3.05 1.34 5.34 4 6.86c3.76-2.15 3.99-6.32 4-6.81v-.05s-.01.01-.03.02l-.05.04c-.43.27-2.4 1.33-3.92-1.2m.02 1.84c.13.11.27.22.4.31c.7.5 1.44.68 2.17.65c-.17.63-.42 1.25-.76 1.83a6.3 6.3 0 0 1-1.83 2.01V6.36c.01-.01.01-.02.02-.02M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .srlffk1ha {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM7.49 4.4L5.52 6.17c-.12.11-.13.29-.03.4l.04.03c.05.04.11.07.18.07h1.17L4.94 8.44c-.12.11-.12.28-.02.4q.09.09.21.09h1.64l-2.26 1.76c-.12.1-.15.28-.05.4l.03.04c.05.04.12.07.19.07h2.25v1.7h1.12v-1.7h2.27c.16 0 .28-.12.28-.28c0-.09-.04-.17-.11-.23L8.22 8.93h1.64c.15 0 .28-.12.28-.28l-.01-.05a.3.3 0 0 0-.09-.16L8.11 6.67h1.17c.16 0 .28-.13.28-.29c0-.08-.03-.16-.09-.21zM11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .tgqu7acml {
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 14zm10-3.7c-.74 0-1.35.61-1.35 1.35S9.26 9 10 9s1.35-.61 1.35-1.35S10.74 6.3 10 6.3m1.94-2.33l-.54.25c-.44.2-.7.58-.7.99v.19H9.3v-.76c0-.46.29-.87.75-1.09l.22-.11c.48-.19.78-.59.78-1.02v-.14l-.03-.07c-.2-.3-.6-.51-1.02-.51s-.82.21-1.02.51l-.03.07c0 .47-.47.84-1.05.84s-1.05-.37-1.05-.84C6.85 1.02 8.1 0 9.65 0h.7c1.55 0 2.8 1.02 2.8 2.28c0 .7-.46 1.35-1.21 1.69");
4
+ }
@@ -0,0 +1,4 @@
1
+ .v1ssddo4g {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm-.27 3.5C8.25 7.24 6.81 6.08 5.16 7.03c-1.11.63-1.72 2.17-1.86 4.63c.72-1.32 1.48-2.2 2.27-2.63c.79-.44 1.65-.68 2.58-.74c-.75.6-1.47 1.27-2.17 2c-.69.73-1.31 1.47-1.86 2.21c3.65 0 6.61-2.95 6.61-6.61zM11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .y625odbjn {
2
+ fill: currentColor;
3
+ d: path("M10 1c.55 0 1 .45 1 1v1h1v11H3V3h1V2c0-.55.45-1 1-1zM2 3v11H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm11 0h1c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1h-1zm-3-1H5v1h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .yiz930s_m {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zm-3.44 9.04h-.05c-.05 0-.1 0-.15.01q-.315.03-.54.24c-.41.35-.44.96-.09 1.36l.09.09c.43.38 1.08.34 1.45-.09l.06-.07c.11-.15.17-.33.18-.51a.956.956 0 0 0-.9-1.02zm2.93-1.07a4.213 4.213 0 0 0-5.98 0l1.09 1.1a2.68 2.68 0 0 1 3.81 0ZM7.5 5.4c-1.69-.01-3.15.56-4.4 1.72l-.04.04c-.09.12-.08.28.03.39l.87.87a4.997 4.997 0 0 1 7.08 0l.88-.88c.12-.12.1-.32-.02-.43c-1.24-1.13-2.71-1.7-4.4-1.71M11 2H4v1h7z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .zn4z0js2e {
2
+ fill: currentColor;
3
+ d: path("M11 1c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h2V2c0-.55.45-1 1-1zM7.5 4.5c-1.52 0-2.75 1.23-2.75 2.75c0 1.01.92 2.84 2.75 5.5c1.83-2.66 2.75-4.49 2.75-5.5c0-1.52-1.23-2.75-2.75-2.75m0 1.79a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M11 2H4v1h7z");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "pinhead",
3
3
  "info": {
4
4
  "name": "Pinhead Map Icons",
5
- "total": 2522,
5
+ "total": 2541,
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": 1787067605
31
+ "lastModified": 1787372837
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.20",
4
+ "version": "1.0.21",
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",
@@ -1374,14 +1374,34 @@
1374
1374
  "types": "./types/gfwqskkx.d.ts",
1375
1375
  "svelte": "./components/b/briefcase-with-bolt.svelte"
1376
1376
  },
1377
+ "./briefcase-with-circular-pill-and-capsule-pill": {
1378
+ "types": "./types/gfwqskkx.d.ts",
1379
+ "svelte": "./components/b/briefcase-with-circular-pill-and-capsule-pill.svelte"
1380
+ },
1381
+ "./briefcase-with-conifer-tree": {
1382
+ "types": "./types/gfwqskkx.d.ts",
1383
+ "svelte": "./components/b/briefcase-with-conifer-tree.svelte"
1384
+ },
1377
1385
  "./briefcase-with-droplet": {
1378
1386
  "types": "./types/gfwqskkx.d.ts",
1379
1387
  "svelte": "./components/b/briefcase-with-droplet.svelte"
1380
1388
  },
1389
+ "./briefcase-with-exclamation-point": {
1390
+ "types": "./types/gfwqskkx.d.ts",
1391
+ "svelte": "./components/b/briefcase-with-exclamation-point.svelte"
1392
+ },
1393
+ "./briefcase-with-gas-flame": {
1394
+ "types": "./types/gfwqskkx.d.ts",
1395
+ "svelte": "./components/b/briefcase-with-gas-flame.svelte"
1396
+ },
1381
1397
  "./briefcase-with-greek-cross": {
1382
1398
  "types": "./types/gfwqskkx.d.ts",
1383
1399
  "svelte": "./components/b/briefcase-with-greek-cross.svelte"
1384
1400
  },
1401
+ "./briefcase-with-heart": {
1402
+ "types": "./types/gfwqskkx.d.ts",
1403
+ "svelte": "./components/b/briefcase-with-heart.svelte"
1404
+ },
1385
1405
  "./briefcase-with-heavy-six-point-asterisk": {
1386
1406
  "types": "./types/gfwqskkx.d.ts",
1387
1407
  "svelte": "./components/b/briefcase-with-heavy-six-point-asterisk.svelte"
@@ -1390,10 +1410,38 @@
1390
1410
  "types": "./types/gfwqskkx.d.ts",
1391
1411
  "svelte": "./components/b/briefcase-with-info-i.svelte"
1392
1412
  },
1413
+ "./briefcase-with-leaf": {
1414
+ "types": "./types/gfwqskkx.d.ts",
1415
+ "svelte": "./components/b/briefcase-with-leaf.svelte"
1416
+ },
1417
+ "./briefcase-with-map-pin-with-dot": {
1418
+ "types": "./types/gfwqskkx.d.ts",
1419
+ "svelte": "./components/b/briefcase-with-map-pin-with-dot.svelte"
1420
+ },
1421
+ "./briefcase-with-question-mark": {
1422
+ "types": "./types/gfwqskkx.d.ts",
1423
+ "svelte": "./components/b/briefcase-with-question-mark.svelte"
1424
+ },
1425
+ "./briefcase-with-rx-symbol": {
1426
+ "types": "./types/gfwqskkx.d.ts",
1427
+ "svelte": "./components/b/briefcase-with-rx-symbol.svelte"
1428
+ },
1393
1429
  "./briefcase-with-shield": {
1394
1430
  "types": "./types/gfwqskkx.d.ts",
1395
1431
  "svelte": "./components/b/briefcase-with-shield.svelte"
1396
1432
  },
1433
+ "./briefcase-with-stardust": {
1434
+ "types": "./types/gfwqskkx.d.ts",
1435
+ "svelte": "./components/b/briefcase-with-stardust.svelte"
1436
+ },
1437
+ "./briefcase-with-venus": {
1438
+ "types": "./types/gfwqskkx.d.ts",
1439
+ "svelte": "./components/b/briefcase-with-venus.svelte"
1440
+ },
1441
+ "./briefcase-with-wifi": {
1442
+ "types": "./types/gfwqskkx.d.ts",
1443
+ "svelte": "./components/b/briefcase-with-wifi.svelte"
1444
+ },
1397
1445
  "./broadleaved-tree": {
1398
1446
  "types": "./types/gfwqskkx.d.ts",
1399
1447
  "svelte": "./components/b/broadleaved-tree.svelte"
@@ -2478,6 +2526,10 @@
2478
2526
  "types": "./types/gfwqskkx.d.ts",
2479
2527
  "svelte": "./components/c/conifer-tree.svelte"
2480
2528
  },
2529
+ "./conifer-tree-above-outstretched-hand": {
2530
+ "types": "./types/gfwqskkx.d.ts",
2531
+ "svelte": "./components/c/conifer-tree-above-outstretched-hand.svelte"
2532
+ },
2481
2533
  "./conifer-tree-and-bench-on-ground": {
2482
2534
  "types": "./types/gfwqskkx.d.ts",
2483
2535
  "svelte": "./components/c/conifer-tree-and-bench-on-ground.svelte"
@@ -3214,6 +3266,10 @@
3214
3266
  "types": "./types/gfwqskkx.d.ts",
3215
3267
  "svelte": "./components/e/exclamation-point.svelte"
3216
3268
  },
3269
+ "./exclamation-point-above-outstretched-hand": {
3270
+ "types": "./types/gfwqskkx.d.ts",
3271
+ "svelte": "./components/e/exclamation-point-above-outstretched-hand.svelte"
3272
+ },
3217
3273
  "./exclamation-point-above-water": {
3218
3274
  "types": "./types/gfwqskkx.d.ts",
3219
3275
  "svelte": "./components/e/exclamation-point-above-water.svelte"
@@ -4074,6 +4130,10 @@
4074
4130
  "types": "./types/gfwqskkx.d.ts",
4075
4131
  "svelte": "./components/h/heavy-six-point-asterisk.svelte"
4076
4132
  },
4133
+ "./heavy-six-point-asterisk-above-outstretched-hand": {
4134
+ "types": "./types/gfwqskkx.d.ts",
4135
+ "svelte": "./components/h/heavy-six-point-asterisk-above-outstretched-hand.svelte"
4136
+ },
4077
4137
  "./hedge": {
4078
4138
  "types": "./types/gfwqskkx.d.ts",
4079
4139
  "svelte": "./components/h/hedge.svelte"
@@ -4518,6 +4578,10 @@
4518
4578
  "types": "./types/gfwqskkx.d.ts",
4519
4579
  "svelte": "./components/l/leaf.svelte"
4520
4580
  },
4581
+ "./leaf-above-outstretched-hand": {
4582
+ "types": "./types/gfwqskkx.d.ts",
4583
+ "svelte": "./components/l/leaf-above-outstretched-hand.svelte"
4584
+ },
4521
4585
  "./leafless-tree": {
4522
4586
  "types": "./types/gfwqskkx.d.ts",
4523
4587
  "svelte": "./components/l/leafless-tree.svelte"
@@ -7450,6 +7514,10 @@
7450
7514
  "types": "./types/gfwqskkx.d.ts",
7451
7515
  "svelte": "./components/q/question-mark.svelte"
7452
7516
  },
7517
+ "./question-mark-above-outstretched-hand": {
7518
+ "types": "./types/gfwqskkx.d.ts",
7519
+ "svelte": "./components/q/question-mark-above-outstretched-hand.svelte"
7520
+ },
7453
7521
  "./question-mark-above-water": {
7454
7522
  "types": "./types/gfwqskkx.d.ts",
7455
7523
  "svelte": "./components/q/question-mark-above-water.svelte"
@@ -8162,6 +8230,10 @@
8162
8230
  "types": "./types/gfwqskkx.d.ts",
8163
8231
  "svelte": "./components/s/skateboard.svelte"
8164
8232
  },
8233
+ "./skateboard-deck": {
8234
+ "types": "./types/gfwqskkx.d.ts",
8235
+ "svelte": "./components/s/skateboard-deck.svelte"
8236
+ },
8165
8237
  "./skateboard-profile": {
8166
8238
  "types": "./types/gfwqskkx.d.ts",
8167
8239
  "svelte": "./components/s/skateboard-profile.svelte"
@@ -8518,6 +8590,10 @@
8518
8590
  "types": "./types/gfwqskkx.d.ts",
8519
8591
  "svelte": "./components/s/star-wand-with-stardust.svelte"
8520
8592
  },
8593
+ "./stardust": {
8594
+ "types": "./types/gfwqskkx.d.ts",
8595
+ "svelte": "./components/s/stardust.svelte"
8596
+ },
8521
8597
  "./stardust-above-outstretched-hand": {
8522
8598
  "types": "./types/gfwqskkx.d.ts",
8523
8599
  "svelte": "./components/s/stardust-above-outstretched-hand.svelte"
@@ -1,4 +0,0 @@
1
- .e9ybrwe-a {
2
- fill: currentColor;
3
- d: path("M5 4h5V3H5zM4 4V3c0-.55.45-1 1-1h5c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1z");
4
- }
@@ -1,4 +0,0 @@
1
- .g6adllzai {
2
- fill: currentColor;
3
- d: path("M5 4h5V3H5zM4 4V3c0-.55.45-1 1-1h5c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zm3 4V6l-5 6l6-3v2l5-6z");
4
- }
@@ -1,4 +0,0 @@
1
- .hqhk5r34w {
2
- fill: currentColor;
3
- d: path("M5 4h5V3H5zm5-2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1zM7.5 5c-.24.75-.5 1.34-.77 1.78l-.14.21c-.11.15-.25.34-.42.56l-.43.56a2.241 2.241 0 0 0 1.57 3.63l.19.01c1.24 0 2.25-1.01 2.25-2.25c0-.51-.17-1-.49-1.4l-.39-.5c-.28-.36-.48-.63-.6-.82c-.26-.42-.52-1.02-.77-1.78");
4
- }
@@ -1,4 +0,0 @@
1
- .lt0ef04zy {
2
- fill: currentColor;
3
- d: path("M5 4h5V3H5zM4 4V3c0-.55.45-1 1-1h5c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zm1.5 3.5l1.25 1.25v2L5.5 12h4l-1.25-1.25V7.5zm2-.5c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1");
4
- }
@@ -1,4 +0,0 @@
1
- .m7gu8_buq {
2
- fill: currentColor;
3
- d: path("M10 2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1zM8.5 5.5h-2v2h-2v2h2v2h2v-2h2v-2h-2zM10 3H5v1h5z");
4
- }
@@ -1,4 +0,0 @@
1
- .nzrhwgqmy {
2
- fill: currentColor;
3
- d: path("M11 13H4V4h1V3c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1h1zm1 0V4h1c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1zm-9 0H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h1zm3-9h3V3H6z");
4
- }
@@ -1,4 +0,0 @@
1
- .o47lfxbsz {
2
- fill: currentColor;
3
- d: path("M5 4h5V3H5zM4 4V3c0-.55.45-1 1-1h5c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zm0 2c0 2.67 1.17 4.67 3.5 6C11 10 11 6 11 6S9 7.5 7.5 5C6.5 6.67 5.33 7 4 6m3.5 4.81V6.63c.01-.01.01-.02.02-.02c.11.1.23.19.35.27c.61.44 1.26.6 1.9.57a6.6 6.6 0 0 1-.67 1.6c-.4.69-.93 1.29-1.6 1.76");
4
- }
@@ -1,4 +0,0 @@
1
- .z929yihfw {
2
- fill: currentColor;
3
- d: path("M10 2c.55 0 1 .45 1 1v1h2c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h2V3c0-.55.45-1 1-1zM8.25 5h-1.5v2.2L4.84 6.1l-.75 1.3L6 8.5L4.09 9.6l.75 1.3l1.91-1.1V12h1.5V9.8l1.91 1.1l.75-1.3L9 8.5l1.91-1.1l-.75-1.3l-1.91 1.1zM10 3H5v1h5z");
4
- }