@iconify-svelte/pinhead 1.0.4 → 1.0.5

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 (51) hide show
  1. package/components/d/die-face-with-five-pips.svelte +11 -0
  2. package/components/d/die-face-with-four-pips.svelte +11 -0
  3. package/components/d/die-face-with-one-pip.svelte +11 -0
  4. package/components/d/die-face-with-six-pips.svelte +11 -0
  5. package/components/d/die-face-with-three-pips.svelte +11 -0
  6. package/components/d/die-face-with-two-pips.svelte +11 -0
  7. package/components/l/lowrise-apartment-building-on-ground.svelte +11 -0
  8. package/components/o/open-envelope-right-with-dollar.svelte +11 -0
  9. package/components/o/open-envelope-right-with-euro.svelte +11 -0
  10. package/components/o/open-envelope-right-with-peso.svelte +11 -0
  11. package/components/o/open-envelope-right-with-pound.svelte +11 -0
  12. package/components/o/open-envelope-right-with-ruble.svelte +11 -0
  13. package/components/o/open-envelope-right-with-rupee.svelte +11 -0
  14. package/components/o/open-envelope-right-with-yen-yuan.svelte +11 -0
  15. package/components/o/open-envelope-right.svelte +11 -0
  16. package/components/p/pin-pad-with-dollar.svelte +11 -0
  17. package/components/p/pin-pad-with-euro.svelte +11 -0
  18. package/components/p/pin-pad-with-peso.svelte +11 -0
  19. package/components/p/pin-pad-with-pound.svelte +11 -0
  20. package/components/p/pin-pad-with-ruble.svelte +11 -0
  21. package/components/p/pin-pad-with-rupee.svelte +11 -0
  22. package/components/p/pin-pad-with-yen-yuan.svelte +11 -0
  23. package/components/t/taxi-checkerboard.svelte +11 -0
  24. package/components/t/telegraph-key.svelte +2 -2
  25. package/css/a/a3tb4dbuu.css +4 -0
  26. package/css/b/bnxu-lb8m.css +4 -0
  27. package/css/d/d9405_b9h.css +4 -0
  28. package/css/e/emnnwqnyp.css +4 -0
  29. package/css/e/enm4i5bnq.css +4 -0
  30. package/css/e/ew4hn1bwx.css +4 -0
  31. package/css/f/f_izhyj8i.css +4 -0
  32. package/css/f/ffx328bzc.css +4 -0
  33. package/css/f/fkzvjr0zx.css +4 -0
  34. package/css/j/j32nkob6m.css +4 -0
  35. package/css/l/lfh4p2bfx.css +4 -0
  36. package/css/l/lhmb8zbia.css +4 -0
  37. package/css/o/ozs9embjz.css +4 -0
  38. package/css/p/p928398kq.css +4 -0
  39. package/css/q/qb711uq0x.css +4 -0
  40. package/css/q/qkhr1kw2c.css +4 -0
  41. package/css/s/s-qhtt8zp.css +4 -0
  42. package/css/s/swka3acgp.css +4 -0
  43. package/css/u/ulry8uluz.css +4 -0
  44. package/css/v/v76j5s1uj.css +4 -0
  45. package/css/w/whbq-6bkt.css +4 -0
  46. package/css/x/x3q3sr33k.css +4 -0
  47. package/css/x/xu9lgye8j.css +4 -0
  48. package/css/y/y38uxobts.css +4 -0
  49. package/iconify.json +2 -2
  50. package/package.json +93 -1
  51. package/css/z/zrkyrvqla.css +0 -4
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/o/ozs9embjz.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="ozs9embjz"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:die-face-with-five-pips" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/a/a3tb4dbuu.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="a3tb4dbuu"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:die-face-with-four-pips" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/u/ulry8uluz.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="ulry8uluz"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:die-face-with-one-pip" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/p/p928398kq.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="p928398kq"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:die-face-with-six-pips" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/f/ffx328bzc.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="ffx328bzc"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:die-face-with-three-pips" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/w/whbq-6bkt.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="whbq-6bkt"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:die-face-with-two-pips" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/y/y38uxobts.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="y38uxobts"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:lowrise-apartment-building-on-ground" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/l/lhmb8zbia.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="lhmb8zbia"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right-with-dollar" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/j/j32nkob6m.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="j32nkob6m"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right-with-euro" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/b/bnxu-lb8m.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="bnxu-lb8m"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right-with-peso" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/q/qkhr1kw2c.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="qkhr1kw2c"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right-with-pound" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/e/emnnwqnyp.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="emnnwqnyp"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right-with-ruble" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/s-qhtt8zp.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="s-qhtt8zp"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right-with-rupee" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/x/x3q3sr33k.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="x3q3sr33k"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right-with-yen-yuan" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/d/d9405_b9h.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="d9405_b9h"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:open-envelope-right" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/f/fkzvjr0zx.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="fkzvjr0zx"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pin-pad-with-dollar" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/x/xu9lgye8j.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="xu9lgye8j"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pin-pad-with-euro" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/e/enm4i5bnq.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="enm4i5bnq"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pin-pad-with-peso" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/q/qb711uq0x.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="qb711uq0x"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pin-pad-with-pound" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/v/v76j5s1uj.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="v76j5s1uj"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pin-pad-with-ruble" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/l/lfh4p2bfx.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="lfh4p2bfx"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pin-pad-with-rupee" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/f/f_izhyj8i.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":15,"height":15};
9
+ const content = `<path class="f_izhyj8i"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:pin-pad-with-yen-yuan" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/swka3acgp.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="swka3acgp"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:taxi-checkerboard" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/z/zrkyrvqla.css';
3
+ import '../../css/e/ew4hn1bwx.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="zrkyrvqla"/>`;
9
+ const content = `<path class="ew4hn1bwx"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="pinhead:telegraph-key" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .a3tb4dbuu {
2
+ fill: currentColor;
3
+ d: path("M12 1c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zM4.25 9.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M4.25 3a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .bnxu-lb8m {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14zM4 4H2v1.5H1v.75h1v.5H1v.75h1V11h1V9h1c1.02 0 1.91-.62 2.29-1.5H7v-.75h-.51c.01-.08.01-.17.01-.25s0-.17-.01-.25H7V5.5h-.71C5.91 4.62 5.03 4 4 4M3 7.5h2.12c-.28.31-.68.5-1.12.5H3zm0-1.25h2.48c.01.08.02.16.02.25s-.01.17-.02.25H3zM4 5c.44 0 .84.19 1.12.5H3V5Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .d9405_b9h {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .emnnwqnyp {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14zM4.5 4h-2v3h-1v1h1v1h-1v1h1v1.5h1V10h2V9h-2V8h1c1.1 0 2-.9 2-2s-.9-2-2-2m0 1c.55 0 1 .45 1 1s-.45 1-1 1h-1V5Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .enm4i5bnq {
2
+ fill: currentColor;
3
+ d: path("M15 2v11H0V2zm-6 8H8v1h1zm2 0h-1v1h1zm2 0h-1v1h1zM4 4H2v1.5H1v.75h1v.5H1v.75h1V11h1V9h1c1.02 0 1.91-.62 2.29-1.5H7v-.75h-.51c.01-.08.01-.17.01-.25s0-.17-.01-.25H7V5.5h-.71C5.91 4.62 5.03 4 4 4m5 4H8v1h1zm4 0h-1v1h1zm-2 0h-1v1h1zm-8-.5h2.12c-.28.31-.68.5-1.12.5H3zM13 6h-1v1h1zm-2 0h-1v1h1zM9 6H8v1h1zm-6 .25h2.48c.01.08.02.16.02.25s-.01.17-.02.25H3zM4 5c.44 0 .84.19 1.12.5H3V5Zm9-1.5H8V5h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ew4hn1bwx {
2
+ fill: currentColor;
3
+ d: path("M.5 10c-.28 0-.5.22-.5.5V12h15v-1.5c0-.28-.22-.5-.5-.5zm9-7c.28 0 .5-.22.5-.5S9.78 2 9.5 2h-2c-.28 0-.5.22-.5.5s.22.5.5.5H8v.89l-.46-.08c-.63-.12-1.27-.25-1.59-.32c-.69-.15-1.38-.31-2.08-.45c-.14-.02-.28-.03-.43-.03L.5 3c-.25 0-.45.18-.49.41L0 3.5c0 .28.22.51.5.52l1.55.09c1.58.1 2.6.2 3.04.3l.08.01c.56.15 1.14.27 1.71.4c.21.04.42.05.64.08l-.25.31c-.04.06-.08.11-.12.16c-.42.58-.83 1.72-1.27 2.29C5.3 8.4 4.61 9 3.75 9.38l-.27.11c-.01.01-.03.02-.08.04l4.1-.03V9c0-.55.45-1 1-1h1V6.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V8H14V5h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H14V3h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h.5v1H9V3zm-1 5.5c-.28 0-.5.22-.5.5v.5h6.5V9c0-.28-.22-.5-.5-.5zm2.5-3c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1");
4
+ }
@@ -0,0 +1,4 @@
1
+ .f_izhyj8i {
2
+ fill: currentColor;
3
+ d: path("M15 2v11H0V2zM2.5 4h-1v.5L2.93 7H1.5v1h2v1h-2v1h2v1.5h1V10h2V9h-2V8h2V7H5.07L6.5 4.5V4h-1L4 6.75zM9 10H8v1h1zm2 0h-1v1h1zm2 0h-1v1h1zM9 8H8v1h1zm4 0h-1v1h1zm-2 0h-1v1h1zm2-2h-1v1h1zm-2 0h-1v1h1zM9 6H8v1h1zm4-2.5H8V5h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ffx328bzc {
2
+ fill: currentColor;
3
+ d: path("M12 1c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zM4.25 9.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M7.5 6.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M10.75 3a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .fkzvjr0zx {
2
+ fill: currentColor;
3
+ d: path("M15 2v11H0V2zM4.5 4h-1v1H3c-.83 0-1.5.67-1.5 1.5S2.17 8 3 8h.5v1h-2l.01.12c.05.49.48.88.99.88h1v1h1v-1H5c.83 0 1.5-.67 1.5-1.5S5.83 7 5 7h-.5V6h2c0-.55-.45-1-1-1h-1zM9 10H8v1h1zm2 0h-1v1h1zm2 0h-1v1h1zM5 8c.28 0 .5.22.5.5S5.28 9 5 9h-.5V8Zm4 0H8v1h1zm4 0h-1v1h1zm-2 0h-1v1h1zM3.5 6v1H3c-.28 0-.5-.22-.5-.5S2.72 6 3 6zM13 6h-1v1h1zm-2 0h-1v1h1zM9 6H8v1h1zm4-2.5H8V5h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .j32nkob6m {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14zM4.66 3.99V4c-1 .02-1.98.65-2.52 1.79L2.05 6h-.9l-.4 1H1.8c-.04.33-.04.67 0 1h-.65l-.4 1h1.3c.82 2.04 3 2.64 4.46 1.22L6 9.3c-.87 1.09-2.19.83-2.84-.3h1.62l.4-1H2.82c-.05-.33-.05-.67 0-1h2.76l.4-1H3.16c.75-1.31 2.16-1.25 2.94-.29c0 0 .39-.96.39-.97c-.55-.52-1.19-.76-1.83-.75");
4
+ }
@@ -0,0 +1,4 @@
1
+ .lfh4p2bfx {
2
+ fill: currentColor;
3
+ d: path("M15 2v11H0V2zM6.5 4H2l-.5 1H3c.65 0 1.21.42 1.41 1H2l-.5 1h2.91c-.2.58-.76 1-1.41 1H1.5v1l3.25 2.5H6.5L3.27 8.99C4.35 8.87 5.24 8.06 5.45 7H6l.5-1H5.45c-.08-.37-.23-.71-.45-1h1zM9 10H8v1h1zm2 0h-1v1h1zm2 0h-1v1h1zM9 8H8v1h1zm4 0h-1v1h1zm-2 0h-1v1h1zm2-2h-1v1h1zm-2 0h-1v1h1zM9 6H8v1h1zm4-2.5H8V5h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .lhmb8zbia {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14zM4.5 4h-1v1H3c-.83 0-1.5.67-1.5 1.5S2.17 8 3 8h.5v1h-2l.01.12c.05.49.48.88.99.88h1v1h1v-1H5c.83 0 1.5-.67 1.5-1.5S5.83 7 5 7h-.5V6h2c0-.55-.45-1-1-1h-1zM5 8c.28 0 .5.22.5.5S5.28 9 5 9h-.5V8ZM3.5 6v1H3c-.28 0-.5-.22-.5-.5S2.72 6 3 6z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ozs9embjz {
2
+ fill: currentColor;
3
+ d: path("M12 1c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zM4.25 9.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M7.5 6.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M4.25 3a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .p928398kq {
2
+ fill: currentColor;
3
+ d: path("M14 12c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2zM5.5 4.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m0 3.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m0 3.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m6.5-6.5a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m0 3.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m0 3.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0");
4
+ }
@@ -0,0 +1,4 @@
1
+ .qb711uq0x {
2
+ fill: currentColor;
3
+ d: path("M15 2v11H0V2zm-6 8H8v1h1zm2 0h-1v1h1zm2 0h-1v1h1zM4.25 4.5c-1.1 0-2 .9-2 2l.58.87l.08.13h-.66l-.5 1h1.4c0 .08-.01.17-.02.25l-.03.11a.88.88 0 0 1-.85.64v1h3.5l.5-1h-2.5l.15-.15c.22-.22.35-.53.35-.85h1l.5-1H3.92l-.67-1l.01-.12c.05-.49.48-.88.99-.88c.55 0 1 .45 1 1v.25l1-.25l-.01-.15A2 2 0 0 0 4.25 4.5M9 8H8v1h1zm4 0h-1v1h1zm-2 0h-1v1h1zm2-2h-1v1h1zm-2 0h-1v1h1zM9 6H8v1h1zm4-2.5H8V5h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .qkhr1kw2c {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14zM4.25 4.5c-1.1 0-2 .9-2 2l.58.87l.08.13h-.66l-.5 1h1.4c0 .08-.01.17-.02.25l-.03.11a.88.88 0 0 1-.85.64v1h3.5l.5-1h-2.5l.15-.15c.22-.22.35-.53.35-.85h1l.5-1H3.92l-.67-1l.01-.12c.05-.49.48-.88.99-.88c.55 0 1 .45 1 1v.25l1-.25l-.01-.15A2 2 0 0 0 4.25 4.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .s-qhtt8zp {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14zM6.5 4H2l-.5 1H3c.65 0 1.21.42 1.41 1H2l-.5 1h2.91c-.2.58-.76 1-1.41 1H1.5v1l3.25 2.5H6.5L3.27 8.99C4.35 8.87 5.24 8.06 5.45 7H6l.5-1H5.45c-.08-.37-.23-.71-.45-1h1z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .swka3acgp {
2
+ fill: currentColor;
3
+ d: path("M6 7.5v3H3v-3zm6 0v3H9v-3zm-9-3v3H0v-3zm6 0v3H6v-3zm6 0v3h-3v-3z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .ulry8uluz {
2
+ fill: currentColor;
3
+ d: path("M12 1c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zM7.5 6.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .v76j5s1uj {
2
+ fill: currentColor;
3
+ d: path("M15 2v11H0V2zM4.5 4h-2v3h-1v1h1v1h-1v1h1v1.5h1V10h2V9h-2V8h1c1.1 0 2-.9 2-2s-.9-2-2-2M9 10H8v1h1zm2 0h-1v1h1zm2 0h-1v1h1zM9 8H8v1h1zm4 0h-1v1h1zm-2 0h-1v1h1zm2-2h-1v1h1zm-2 0h-1v1h1zM9 6H8v1h1zM4.5 5c.55 0 1 .45 1 1s-.45 1-1 1h-1V5ZM13 3.5H8V5h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .whbq-6bkt {
2
+ fill: currentColor;
3
+ d: path("M12 1c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2zM4.25 9.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m6.5-6.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5");
4
+ }
@@ -0,0 +1,4 @@
1
+ .x3q3sr33k {
2
+ fill: currentColor;
3
+ d: path("M11 1L7.76 7.03a.98.98 0 0 0 0 .94L11 14H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm0 0l3.68 5.98c.2.32.2.72 0 1.04L11 14zM2.5 4h-1v.5L2.93 7H1.5v1h2v1h-2v1h2v1.5h1V10h2V9h-2V8h2V7H5.07L6.5 4.5V4h-1L4 6.75z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .xu9lgye8j {
2
+ fill: currentColor;
3
+ d: path("M15 2v11H0V2zm-6 8H8v1h1zm2 0h-1v1h1zm2 0h-1v1h1zM4.66 3.99V4c-1 .02-1.98.65-2.52 1.79L2.05 6h-.9l-.4 1H1.8c-.04.33-.04.67 0 1h-.65l-.4 1h1.3c.82 2.04 3 2.64 4.46 1.22L6 9.3c-.87 1.09-2.19.83-2.84-.3h1.62l.4-1H2.82c-.05-.33-.05-.67 0-1h2.76l.4-1H3.16c.75-1.31 2.16-1.25 2.94-.29c0 0 .39-.96.39-.97c-.55-.52-1.19-.76-1.83-.75M9 8H8v1h1zm4 0h-1v1h1zm-2 0h-1v1h1zm2-2h-1v1h1zm-2 0h-1v1h1zM9 6H8v1h1zm4-2.5H8V5h5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .y38uxobts {
2
+ fill: currentColor;
3
+ d: path("M3.25 0h8.5c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-8.5C3.11 1 3 .89 3 .75v-.5c0-.14.11-.25.25-.25M8.5 11.75c0-.14-.11-.25-.25-.25h-1.5c-.14 0-.25.11-.25.25V14H4V1.5h7V14h3.5v1H.5v-1h8zM5.75 8.5h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m-4-3h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25m2 0h-.5c-.14 0-.25.11-.25.25v1c0 .14.11.25.25.25h.5c.14 0 .25-.11.25-.25v-1c0-.14-.11-.25-.25-.25");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "pinhead",
3
3
  "info": {
4
4
  "name": "Pinhead Map Icons",
5
- "total": 2086,
5
+ "total": 2109,
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": 1782727257
31
+ "lastModified": 1782883001
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/pinhead",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
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",
@@ -2054,6 +2054,30 @@
2054
2054
  "types": "./types/gfwqskkx.d.ts",
2055
2055
  "svelte": "./components/d/dice.svelte"
2056
2056
  },
2057
+ "./die-face-with-five-pips": {
2058
+ "types": "./types/gfwqskkx.d.ts",
2059
+ "svelte": "./components/d/die-face-with-five-pips.svelte"
2060
+ },
2061
+ "./die-face-with-four-pips": {
2062
+ "types": "./types/gfwqskkx.d.ts",
2063
+ "svelte": "./components/d/die-face-with-four-pips.svelte"
2064
+ },
2065
+ "./die-face-with-one-pip": {
2066
+ "types": "./types/gfwqskkx.d.ts",
2067
+ "svelte": "./components/d/die-face-with-one-pip.svelte"
2068
+ },
2069
+ "./die-face-with-six-pips": {
2070
+ "types": "./types/gfwqskkx.d.ts",
2071
+ "svelte": "./components/d/die-face-with-six-pips.svelte"
2072
+ },
2073
+ "./die-face-with-three-pips": {
2074
+ "types": "./types/gfwqskkx.d.ts",
2075
+ "svelte": "./components/d/die-face-with-three-pips.svelte"
2076
+ },
2077
+ "./die-face-with-two-pips": {
2078
+ "types": "./types/gfwqskkx.d.ts",
2079
+ "svelte": "./components/d/die-face-with-two-pips.svelte"
2080
+ },
2057
2081
  "./diesel-train": {
2058
2082
  "types": "./types/gfwqskkx.d.ts",
2059
2083
  "svelte": "./components/d/diesel-train.svelte"
@@ -3702,6 +3726,10 @@
3702
3726
  "types": "./types/gfwqskkx.d.ts",
3703
3727
  "svelte": "./components/l/lowered-curb-with-question-mark.svelte"
3704
3728
  },
3729
+ "./lowrise-apartment-building-on-ground": {
3730
+ "types": "./types/gfwqskkx.d.ts",
3731
+ "svelte": "./components/l/lowrise-apartment-building-on-ground.svelte"
3732
+ },
3705
3733
  "./lowrise-building": {
3706
3734
  "types": "./types/gfwqskkx.d.ts",
3707
3735
  "svelte": "./components/l/lowrise-building.svelte"
@@ -4426,6 +4454,38 @@
4426
4454
  "types": "./types/gfwqskkx.d.ts",
4427
4455
  "svelte": "./components/o/open-chest-with-treasure-and-sparkles.svelte"
4428
4456
  },
4457
+ "./open-envelope-right": {
4458
+ "types": "./types/gfwqskkx.d.ts",
4459
+ "svelte": "./components/o/open-envelope-right.svelte"
4460
+ },
4461
+ "./open-envelope-right-with-dollar": {
4462
+ "types": "./types/gfwqskkx.d.ts",
4463
+ "svelte": "./components/o/open-envelope-right-with-dollar.svelte"
4464
+ },
4465
+ "./open-envelope-right-with-euro": {
4466
+ "types": "./types/gfwqskkx.d.ts",
4467
+ "svelte": "./components/o/open-envelope-right-with-euro.svelte"
4468
+ },
4469
+ "./open-envelope-right-with-peso": {
4470
+ "types": "./types/gfwqskkx.d.ts",
4471
+ "svelte": "./components/o/open-envelope-right-with-peso.svelte"
4472
+ },
4473
+ "./open-envelope-right-with-pound": {
4474
+ "types": "./types/gfwqskkx.d.ts",
4475
+ "svelte": "./components/o/open-envelope-right-with-pound.svelte"
4476
+ },
4477
+ "./open-envelope-right-with-ruble": {
4478
+ "types": "./types/gfwqskkx.d.ts",
4479
+ "svelte": "./components/o/open-envelope-right-with-ruble.svelte"
4480
+ },
4481
+ "./open-envelope-right-with-rupee": {
4482
+ "types": "./types/gfwqskkx.d.ts",
4483
+ "svelte": "./components/o/open-envelope-right-with-rupee.svelte"
4484
+ },
4485
+ "./open-envelope-right-with-yen-yuan": {
4486
+ "types": "./types/gfwqskkx.d.ts",
4487
+ "svelte": "./components/o/open-envelope-right-with-yen-yuan.svelte"
4488
+ },
4429
4489
  "./open-scissors-crossing-handled-comb": {
4430
4490
  "types": "./types/gfwqskkx.d.ts",
4431
4491
  "svelte": "./components/o/open-scissors-crossing-handled-comb.svelte"
@@ -5586,6 +5646,34 @@
5586
5646
  "types": "./types/gfwqskkx.d.ts",
5587
5647
  "svelte": "./components/p/pin.svelte"
5588
5648
  },
5649
+ "./pin-pad-with-dollar": {
5650
+ "types": "./types/gfwqskkx.d.ts",
5651
+ "svelte": "./components/p/pin-pad-with-dollar.svelte"
5652
+ },
5653
+ "./pin-pad-with-euro": {
5654
+ "types": "./types/gfwqskkx.d.ts",
5655
+ "svelte": "./components/p/pin-pad-with-euro.svelte"
5656
+ },
5657
+ "./pin-pad-with-peso": {
5658
+ "types": "./types/gfwqskkx.d.ts",
5659
+ "svelte": "./components/p/pin-pad-with-peso.svelte"
5660
+ },
5661
+ "./pin-pad-with-pound": {
5662
+ "types": "./types/gfwqskkx.d.ts",
5663
+ "svelte": "./components/p/pin-pad-with-pound.svelte"
5664
+ },
5665
+ "./pin-pad-with-ruble": {
5666
+ "types": "./types/gfwqskkx.d.ts",
5667
+ "svelte": "./components/p/pin-pad-with-ruble.svelte"
5668
+ },
5669
+ "./pin-pad-with-rupee": {
5670
+ "types": "./types/gfwqskkx.d.ts",
5671
+ "svelte": "./components/p/pin-pad-with-rupee.svelte"
5672
+ },
5673
+ "./pin-pad-with-yen-yuan": {
5674
+ "types": "./types/gfwqskkx.d.ts",
5675
+ "svelte": "./components/p/pin-pad-with-yen-yuan.svelte"
5676
+ },
5589
5677
  "./pint-glass": {
5590
5678
  "types": "./types/gfwqskkx.d.ts",
5591
5679
  "svelte": "./components/p/pint-glass.svelte"
@@ -7238,6 +7326,10 @@
7238
7326
  "types": "./types/gfwqskkx.d.ts",
7239
7327
  "svelte": "./components/t/taxi.svelte"
7240
7328
  },
7329
+ "./taxi-checkerboard": {
7330
+ "types": "./types/gfwqskkx.d.ts",
7331
+ "svelte": "./components/t/taxi-checkerboard.svelte"
7332
+ },
7241
7333
  "./tea-bag": {
7242
7334
  "types": "./types/gfwqskkx.d.ts",
7243
7335
  "svelte": "./components/t/tea-bag.svelte"
@@ -1,4 +0,0 @@
1
- .zrkyrvqla {
2
- fill: currentColor;
3
- d: path("M14.5 10c.28 0 .5.22.5.5V12H0v-1.5c0-.28.22-.5.5-.5zm-9-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5s-.22.5-.5.5H7v.89l.46-.08c.63-.12 1.27-.25 1.59-.32c.69-.15 1.38-.31 2.08-.45c.14-.02.28-.03.43-.03L14.5 3c.25 0 .45.18.49.41l.01.09c0 .28-.22.51-.5.52l-1.55.09c-1.58.1-2.6.2-3.04.3l-.08.01c-.56.15-1.14.27-1.71.4c-.21.04-.42.05-.64.08l.25.31c.04.06.08.11.12.16c.42.58.83 1.72 1.27 2.29c.58.74 1.27 1.34 2.13 1.72l.27.11c.01.01.03.02.08.04L7.5 9.5V9c0-.55-.45-1-1-1h-1V6.5C5.5 5.67 4.83 5 4 5s-1.5.67-1.5 1.5V8H1V5H.5C.22 5 0 4.78 0 4.5S.22 4 .5 4H1V3H.5C.22 3 0 2.78 0 2.5S.22 2 .5 2h2c.28 0 .5.22.5.5s-.22.5-.5.5H2v1h4V3zm1 5.5c.28 0 .5.22.5.5v.5H.5V9c0-.28.22-.5.5-.5zM4 5.5c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1");
4
- }