@lansforsakringar/icons 4.9.0 → 4.11.0

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 (99) hide show
  1. package/dist/CalendarCheck40.jsx +3 -0
  2. package/dist/CalendarCheck40.tsx +4 -0
  3. package/dist/Circle32.jsx +3 -0
  4. package/dist/Circle32.tsx +4 -0
  5. package/dist/Envelope24.jsx +1 -1
  6. package/dist/Envelope24.tsx +1 -1
  7. package/dist/Envelope32.jsx +1 -1
  8. package/dist/Envelope32.tsx +1 -1
  9. package/dist/Envelope40.jsx +1 -1
  10. package/dist/Envelope40.tsx +1 -1
  11. package/dist/Envelope72.jsx +1 -1
  12. package/dist/Envelope72.tsx +1 -1
  13. package/dist/EnvelopeUnreadMc24.jsx +3 -0
  14. package/dist/EnvelopeUnreadMc24.tsx +4 -0
  15. package/dist/InfoEnclosed40.jsx +3 -0
  16. package/dist/InfoEnclosed40.tsx +4 -0
  17. package/dist/Padlock24.jsx +1 -1
  18. package/dist/Padlock24.tsx +1 -1
  19. package/dist/PadlockOpen24.jsx +1 -1
  20. package/dist/PadlockOpen24.tsx +1 -1
  21. package/dist/Pin24.jsx +1 -1
  22. package/dist/Pin24.tsx +1 -1
  23. package/dist/Pin32.jsx +1 -1
  24. package/dist/Pin32.tsx +1 -1
  25. package/dist/Pin40.jsx +1 -1
  26. package/dist/Pin40.tsx +1 -1
  27. package/dist/Pin72.jsx +1 -1
  28. package/dist/Pin72.tsx +1 -1
  29. package/dist/Search24.jsx +1 -1
  30. package/dist/Search24.tsx +1 -1
  31. package/dist/Search32.jsx +1 -1
  32. package/dist/Search32.tsx +1 -1
  33. package/dist/User24.jsx +1 -1
  34. package/dist/User24.tsx +1 -1
  35. package/dist/Write40.jsx +3 -0
  36. package/dist/Write40.tsx +4 -0
  37. package/dist/WriteAlt24.jsx +3 -0
  38. package/dist/WriteAlt24.tsx +4 -0
  39. package/dist/WriteAlt32.jsx +3 -0
  40. package/dist/WriteAlt32.tsx +4 -0
  41. package/dist/WriteAlt40.jsx +3 -0
  42. package/dist/WriteAlt40.tsx +4 -0
  43. package/dist/calendar-check-40.svg +1 -0
  44. package/dist/circle-32.svg +1 -0
  45. package/dist/envelope-24.svg +1 -1
  46. package/dist/envelope-32.svg +1 -1
  47. package/dist/envelope-40.svg +1 -1
  48. package/dist/envelope-72.svg +1 -1
  49. package/dist/envelope-unread-mc-24.svg +1 -0
  50. package/dist/info-enclosed-40.svg +1 -0
  51. package/dist/manifest.jsx.json +8 -0
  52. package/dist/manifest.sprite.json +9 -0
  53. package/dist/manifest.svg.json +8 -0
  54. package/dist/manifest.tsx.json +8 -0
  55. package/dist/padlock-24.svg +1 -1
  56. package/dist/padlock-open-24.svg +1 -1
  57. package/dist/pin-24.svg +1 -1
  58. package/dist/pin-32.svg +1 -1
  59. package/dist/pin-40.svg +1 -1
  60. package/dist/pin-72.svg +1 -1
  61. package/dist/search-24.svg +1 -1
  62. package/dist/search-32.svg +1 -1
  63. package/dist/sprite-12.svg +1 -1
  64. package/dist/sprite-24.svg +1 -1
  65. package/dist/sprite-32.svg +1 -1
  66. package/dist/sprite-40.svg +1 -1
  67. package/dist/sprite-48.svg +1 -1
  68. package/dist/sprite-72.svg +1 -1
  69. package/dist/sprite-mc-24.svg +1 -0
  70. package/dist/sprite-mc-48.svg +1 -1
  71. package/dist/sprite-mc-64.svg +1 -1
  72. package/dist/sprite-mc-72.svg +1 -1
  73. package/dist/user-24.svg +1 -1
  74. package/dist/write-40.svg +1 -0
  75. package/dist/write-alt-24.svg +1 -0
  76. package/dist/write-alt-32.svg +1 -0
  77. package/dist/write-alt-40.svg +1 -0
  78. package/package.json +1 -1
  79. package/src/svg/24/envelope-24.svg +9 -4
  80. package/src/svg/24/envelope-unread-mc-24.svg +11 -0
  81. package/src/svg/24/padlock-24.svg +2 -1
  82. package/src/svg/24/padlock-open-24.svg +2 -1
  83. package/src/svg/24/pin-24.svg +10 -3
  84. package/src/svg/24/search-24.svg +2 -2
  85. package/src/svg/24/user-24.svg +6 -1
  86. package/src/svg/24/write-alt-24.svg +12 -0
  87. package/src/svg/32/circle-32.svg +10 -0
  88. package/src/svg/32/envelope-32.svg +9 -4
  89. package/src/svg/32/pin-32.svg +4 -3
  90. package/src/svg/32/search-32.svg +10 -3
  91. package/src/svg/32/write-alt-32.svg +12 -0
  92. package/src/svg/40/calendar-check-40.svg +14 -0
  93. package/src/svg/40/envelope-40.svg +10 -5
  94. package/src/svg/40/info-enclosed-40.svg +12 -0
  95. package/src/svg/40/pin-40.svg +11 -4
  96. package/src/svg/40/write-40.svg +12 -0
  97. package/src/svg/40/write-alt-40.svg +12 -0
  98. package/src/svg/72/envelope-72.svg +5 -4
  99. package/src/svg/72/pin-72.svg +6 -4
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const CalendarCheck40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M31 34v2H9v-2zm2-2V9a2 2 0 0 0-1.796-1.99L31 7H9a2 2 0 0 0-1.99 1.796L7 9v23a2 2 0 0 0 2 2v2l-.206-.005A4 4 0 0 1 5 32V9a4 4 0 0 1 4-4h22a4 4 0 0 1 4 4v23a4 4 0 0 1-3.794 3.995L31 36v-2a2 2 0 0 0 2-2" /><path d="M27.703 19.71 17.9 29.407l-5.603-5.54 1.406-1.424 4.196 4.15 8.398-8.303zM12 2h2v7h-2zM26 2h2v7h-2zM34 12v2H6v-2z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath></defs></svg>;
3
+ export default CalendarCheck40;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const CalendarCheck40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M31 34v2H9v-2zm2-2V9a2 2 0 0 0-1.796-1.99L31 7H9a2 2 0 0 0-1.99 1.796L7 9v23a2 2 0 0 0 2 2v2l-.206-.005A4 4 0 0 1 5 32V9a4 4 0 0 1 4-4h22a4 4 0 0 1 4 4v23a4 4 0 0 1-3.794 3.995L31 36v-2a2 2 0 0 0 2-2" /><path d="M27.703 19.71 17.9 29.407l-5.603-5.54 1.406-1.424 4.196 4.15 8.398-8.303zM12 2h2v7h-2zM26 2h2v7h-2zM34 12v2H6v-2z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath></defs></svg>;
4
+ export default CalendarCheck40;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const Circle32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g clipPath="url(#a)"><path fill="currentColor" d="M27.999 16c0-6.627-5.373-12-12-12-6.628 0-12 5.373-12 12s5.372 12 12 12v2c-7.732 0-14-6.268-14-14s6.268-14 14-14 14 6.268 14 14-6.268 14-14 14v-2c6.627 0 12-5.373 12-12" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z" /></clipPath></defs></svg>;
3
+ export default Circle32;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const Circle32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g clipPath="url(#a)"><path fill="currentColor" d="M27.999 16c0-6.627-5.373-12-12-12-6.628 0-12 5.373-12 12s5.372 12 12 12v2c-7.732 0-14-6.268-14-14s6.268-14 14-14 14 6.268 14 14-6.268 14-14 14v-2c6.627 0 12-5.373 12-12" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z" /></clipPath></defs></svg>;
4
+ export default Circle32;
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Envelope24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M3.747 18h16.5V6h-16.5zm18.25-14v16h-20V4z" /><path fill="currentColor" d="M12.035 11.675 4.366 5.058 3.012 6.53l9.027 7.867L20.98 6.53l-1.358-1.468zM21.062 17.444l-4.3-4.57-1.442 1.386 4.3 4.57zM4.462 18.779l4.327-4.519-1.441-1.386-4.328 4.519z" /></svg>;
2
+ const Envelope24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M22 4v16H2V4zM4 18h16V6H4z" /><path d="m12.06 11.661 8.273-7.406 1.334 1.49-8.935 8a1 1 0 0 1-1.329.005l-9.065-8 1.324-1.5z" /></g><defs><clipPath id="a"><path d="M0 0h24v24H0z" /></clipPath></defs></svg>;
3
3
  export default Envelope24;
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Envelope24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M3.747 18h16.5V6h-16.5zm18.25-14v16h-20V4z" /><path fill="currentColor" d="M12.035 11.675 4.366 5.058 3.012 6.53l9.027 7.867L20.98 6.53l-1.358-1.468zM21.062 17.444l-4.3-4.57-1.442 1.386 4.3 4.57zM4.462 18.779l4.327-4.519-1.441-1.386-4.328 4.519z" /></svg>;
3
+ const Envelope24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M22 4v16H2V4zM4 18h16V6H4z" /><path d="m12.06 11.661 8.273-7.406 1.334 1.49-8.935 8a1 1 0 0 1-1.329.005l-9.065-8 1.324-1.5z" /></g><defs><clipPath id="a"><path d="M0 0h24v24H0z" /></clipPath></defs></svg>;
4
4
  export default Envelope24;
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Envelope32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><path fill="currentColor" d="M4.994 24.002h22v-16h-22zm24-18v20h-26v-20z" /><path fill="currentColor" d="M16.032 16.964 4.67 6.589 3.316 8.06l12.72 11.625L28.673 8.059 27.314 6.59zM27.726 23.321l-5.5-6-1.465 1.36 5.5 6zM5.726 24.682l5.5-6-1.465-1.361-5.5 6z" /></svg>;
2
+ const Envelope32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M28 6v20H4V6zM6 24h20V8H6z" /><path d="m16.075 15.708 10.29-8.48 1.27 1.543-10.92 9a1 1 0 0 1-1.266.005l-11.08-9 1.262-1.552z" /></g><defs><clipPath id="a"><path d="M0 0h32v32H0z" /></clipPath></defs></svg>;
3
3
  export default Envelope32;
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Envelope32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><path fill="currentColor" d="M4.994 24.002h22v-16h-22zm24-18v20h-26v-20z" /><path fill="currentColor" d="M16.032 16.964 4.67 6.589 3.316 8.06l12.72 11.625L28.673 8.059 27.314 6.59zM27.726 23.321l-5.5-6-1.465 1.36 5.5 6zM5.726 24.682l5.5-6-1.465-1.361-5.5 6z" /></svg>;
3
+ const Envelope32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M28 6v20H4V6zM6 24h20V8H6z" /><path d="m16.075 15.708 10.29-8.48 1.27 1.543-10.92 9a1 1 0 0 1-1.266.005l-11.08-9 1.262-1.552z" /></g><defs><clipPath id="a"><path d="M0 0h32v32H0z" /></clipPath></defs></svg>;
4
4
  export default Envelope32;
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Envelope40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 41" {...props}><path fill="currentColor" d="M1.998 7.01h36v26h-36zm2 2v22h32v-22z" /><path fill="currentColor" d="M19.998 20.715 3.633 7.239 2.362 8.782l17.636 14.524L37.633 8.782 36.362 7.24zM37.667 31.267l-10-9-1.338 1.487 10 9zM3.667 32.754l10-9-1.338-1.487-10 9z" /></svg>;
2
+ const Envelope40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M34 8v24H6V8zM8 30h24V10H8z" /><path d="M20.089 19.69 32.352 9.24l1.296 1.52-12.905 11a1 1 0 0 1-1.292.006l-13.095-11 1.288-1.532z" /></g><defs><clipPath id="a"><path d="M0 0h40v40H0z" /></clipPath></defs></svg>;
3
3
  export default Envelope40;
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Envelope40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 41" {...props}><path fill="currentColor" d="M1.998 7.01h36v26h-36zm2 2v22h32v-22z" /><path fill="currentColor" d="M19.998 20.715 3.633 7.239 2.362 8.782l17.636 14.524L37.633 8.782 36.362 7.24zM37.667 31.267l-10-9-1.338 1.487 10 9zM3.667 32.754l10-9-1.338-1.487-10 9z" /></svg>;
3
+ const Envelope40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M34 8v24H6V8zM8 30h24V10H8z" /><path d="M20.089 19.69 32.352 9.24l1.296 1.52-12.905 11a1 1 0 0 1-1.292.006l-13.095-11 1.288-1.532z" /></g><defs><clipPath id="a"><path d="M0 0h40v40H0z" /></clipPath></defs></svg>;
4
4
  export default Envelope40;
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Envelope72 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g clipPath="url(#a)"><path fill="currentColor" d="M65 15v42H7V15zm-2 3.114-27 22.18L9 18.115v35.469l14.293-14.291 1.414 1.414L10.414 55h51.171L47.293 40.707l1.414-1.414L63 53.585zM61.206 17H10.792L36 37.706z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h72v72H0z" /></clipPath></defs></svg>;
2
+ const Envelope72 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M64 14v44H8V14zM10 56h52V16H10z" /><path d="m36.19 35.709 26.175-21.482 1.27 1.546-26.804 22a1 1 0 0 1-1.264.004l-27.196-22 1.258-1.554z" /></g><defs><clipPath id="a"><path d="M0 0h72v72H0z" /></clipPath></defs></svg>;
3
3
  export default Envelope72;
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Envelope72 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g clipPath="url(#a)"><path fill="currentColor" d="M65 15v42H7V15zm-2 3.114-27 22.18L9 18.115v35.469l14.293-14.291 1.414 1.414L10.414 55h51.171L47.293 40.707l1.414-1.414L63 53.585zM61.206 17H10.792L36 37.706z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h72v72H0z" /></clipPath></defs></svg>;
3
+ const Envelope72 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M64 14v44H8V14zM10 56h52V16H10z" /><path d="m36.19 35.709 26.175-21.482 1.27 1.546-26.804 22a1 1 0 0 1-1.264.004l-27.196-22 1.258-1.554z" /></g><defs><clipPath id="a"><path d="M0 0h72v72H0z" /></clipPath></defs></svg>;
4
4
  export default Envelope72;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const EnvelopeUnreadMc24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g clipPath="url(#a)"><path fill="#005AA0" d="M14.1 4a5 5 0 0 0 0 2H5.647l6.414 5.661 3.447-3.086a5 5 0 0 0 1.755 1.113l-4.53 4.057a1 1 0 0 1-1.329.005L4 7.216V18h16V9.9a5 5 0 0 0 2-.901V20H2V4z" /><path fill="#E40523" d="M22 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0" /></g><defs><clipPath id="a"><path d="M0 0h24v24H0z" /></clipPath></defs></svg>;
3
+ export default EnvelopeUnreadMc24;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const EnvelopeUnreadMc24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g clipPath="url(#a)"><path fill="#005AA0" d="M14.1 4a5 5 0 0 0 0 2H5.647l6.414 5.661 3.447-3.086a5 5 0 0 0 1.755 1.113l-4.53 4.057a1 1 0 0 1-1.329.005L4 7.216V18h16V9.9a5 5 0 0 0 2-.901V20H2V4z" /><path fill="#E40523" d="M22 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0" /></g><defs><clipPath id="a"><path d="M0 0h24v24H0z" /></clipPath></defs></svg>;
4
+ export default EnvelopeUnreadMc24;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const InfoEnclosed40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M34 20c0-7.732-6.268-14-14-14S6 12.268 6 20s6.268 14 14 14v2c-8.837 0-16-7.163-16-16S11.163 4 20 4s16 7.163 16 16-7.163 16-16 16v-2c7.732 0 14-6.268 14-14" /><circle cx={20} cy={12.5} r={1.5} /><path d="M19 16h2v12h-2z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath></defs></svg>;
3
+ export default InfoEnclosed40;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const InfoEnclosed40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M34 20c0-7.732-6.268-14-14-14S6 12.268 6 20s6.268 14 14 14v2c-8.837 0-16-7.163-16-16S11.163 4 20 4s16 7.163 16 16-7.163 16-16 16v-2c7.732 0 14-6.268 14-14" /><circle cx={20} cy={12.5} r={1.5} /><path d="M19 16h2v12h-2z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath></defs></svg>;
4
+ export default InfoEnclosed40;
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Padlock24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" fillRule="evenodd" d="M16.998 7.391c-.11-2.802-2.29-5.063-4.995-5.063-2.778 0-5 2.381-5 5.286v2.414h-2v11.974h14V10.028h-2V7.614zm-1.995 2.637V7.614c0-1.83-1.36-3.286-3-3.286-1.585 0-2.906 1.358-2.996 3.098l-.004.188v2.414zm2 2V20h-10v-7.974z" clipRule="evenodd" /></svg>;
2
+ const Padlock24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M19 10v10H5V10zM7 18h10v-6H7z" /><path fill="currentColor" d="M15 8.674C15 7.276 13.739 6 12 6S9 7.276 9 8.674V11H7V8.674C7 6.014 9.32 4 12 4s5 2.014 5 4.674V11h-2z" /></svg>;
3
3
  export default Padlock24;
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Padlock24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" fillRule="evenodd" d="M16.998 7.391c-.11-2.802-2.29-5.063-4.995-5.063-2.778 0-5 2.381-5 5.286v2.414h-2v11.974h14V10.028h-2V7.614zm-1.995 2.637V7.614c0-1.83-1.36-3.286-3-3.286-1.585 0-2.906 1.358-2.996 3.098l-.004.188v2.414zm2 2V20h-10v-7.974z" clipRule="evenodd" /></svg>;
3
+ const Padlock24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M19 10v10H5V10zM7 18h10v-6H7z" /><path fill="currentColor" d="M15 8.674C15 7.276 13.739 6 12 6S9 7.276 9 8.674V11H7V8.674C7 6.014 9.32 4 12 4s5 2.014 5 4.674V11h-2z" /></svg>;
4
4
  export default Padlock24;
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const PadlockOpen24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" fillRule="evenodd" d="M21.998 7.061c-.11-2.802-2.29-5.063-4.995-5.063-2.778 0-5 2.381-5 5.286v2.414h-10v11.974h14V9.698h-2V7.284l.004-.188c.09-1.74 1.411-3.098 2.996-3.098 1.64 0 3 1.456 3 3.286v2.414h2V7.284zm-7.996 4.636v7.974h-10v-7.974z" clipRule="evenodd" /></svg>;
2
+ const PadlockOpen24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M16.5 10v10h-14V10zm-12 8h10v-6h-10z" /><path fill="currentColor" d="M19.5 8.674C19.5 7.276 18.239 6 16.5 6s-3 1.276-3 2.674V11h-2V8.674c0-2.66 2.32-4.674 5-4.674s5 2.014 5 4.674V11h-2z" /></svg>;
3
3
  export default PadlockOpen24;
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const PadlockOpen24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" fillRule="evenodd" d="M21.998 7.061c-.11-2.802-2.29-5.063-4.995-5.063-2.778 0-5 2.381-5 5.286v2.414h-10v11.974h14V9.698h-2V7.284l.004-.188c.09-1.74 1.411-3.098 2.996-3.098 1.64 0 3 1.456 3 3.286v2.414h2V7.284zm-7.996 4.636v7.974h-10v-7.974z" clipRule="evenodd" /></svg>;
3
+ const PadlockOpen24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M16.5 10v10h-14V10zm-12 8h10v-6h-10z" /><path fill="currentColor" d="M19.5 8.674C19.5 7.276 18.239 6 16.5 6s-3 1.276-3 2.674V11h-2V8.674c0-2.66 2.32-4.674 5-4.674s5 2.014 5 4.674V11h-2z" /></svg>;
4
4
  export default PadlockOpen24;
package/dist/Pin24.jsx CHANGED
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Pin24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M17.5 9.544C17.5 6.486 15.028 4 12 4S6.5 6.486 6.5 9.544c0 1.435.571 2.832 1.606 3.927l3.81 3.837h.166l3.812-3.84c1.041-1.107 1.606-2.498 1.606-3.924m-.169 5.316-4.416 4.448h-1.83L6.687 14.88C5.27 13.382 4.5 11.494 4.5 9.544 4.5 5.384 7.864 2 12 2c4.135 0 7.5 3.384 7.5 7.544 0 1.95-.77 3.838-2.169 5.316" /><path fill="currentColor" d="M5 19v2h14v-2zM12 10.5c-.57 0-1-.43-1-1a.98.98 0 0 1 1-1c.57 0 1 .43 1 1h2a2.97 2.97 0 0 0-3-3c-1.682 0-3 1.318-3 3 0 1.683 1.318 3 3 3z" /></svg>;
2
+ const Pin24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M16 9.625C16 7.743 14.333 6 12 6S8 7.743 8 9.625c0 1.583 1.074 3.45 2.521 5.148A22 22 0 0 0 12 16.333c.446-.427.964-.958 1.479-1.56C14.926 13.076 16 11.208 16 9.625m2 0C18 14.313 12 19 12 19s-6-4.687-6-9.375C6 6.518 8.686 4 12 4s6 2.518 6 5.625" /><path d="M17 18v2H7v-2zM14 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0" /></g><defs><clipPath id="a"><path d="M0 0h24v24H0z" /></clipPath></defs></svg>;
3
3
  export default Pin24;
package/dist/Pin24.tsx CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Pin24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M17.5 9.544C17.5 6.486 15.028 4 12 4S6.5 6.486 6.5 9.544c0 1.435.571 2.832 1.606 3.927l3.81 3.837h.166l3.812-3.84c1.041-1.107 1.606-2.498 1.606-3.924m-.169 5.316-4.416 4.448h-1.83L6.687 14.88C5.27 13.382 4.5 11.494 4.5 9.544 4.5 5.384 7.864 2 12 2c4.135 0 7.5 3.384 7.5 7.544 0 1.95-.77 3.838-2.169 5.316" /><path fill="currentColor" d="M5 19v2h14v-2zM12 10.5c-.57 0-1-.43-1-1a.98.98 0 0 1 1-1c.57 0 1 .43 1 1h2a2.97 2.97 0 0 0-3-3c-1.682 0-3 1.318-3 3 0 1.683 1.318 3 3 3z" /></svg>;
3
+ const Pin24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M16 9.625C16 7.743 14.333 6 12 6S8 7.743 8 9.625c0 1.583 1.074 3.45 2.521 5.148A22 22 0 0 0 12 16.333c.446-.427.964-.958 1.479-1.56C14.926 13.076 16 11.208 16 9.625m2 0C18 14.313 12 19 12 19s-6-4.687-6-9.375C6 6.518 8.686 4 12 4s6 2.518 6 5.625" /><path d="M17 18v2H7v-2zM14 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0" /></g><defs><clipPath id="a"><path d="M0 0h24v24H0z" /></clipPath></defs></svg>;
4
4
  export default Pin24;
package/dist/Pin32.jsx CHANGED
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Pin32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 33" {...props}><path fill="currentColor" fillRule="evenodd" d="M7.998 12.812c0-4.3 3.579-7.796 7.978-7.796s7.976 3.497 7.976 7.796c0 2.015-.83 3.979-2.321 5.513l-5.655 5.54-5.64-5.524c-1.507-1.551-2.338-3.515-2.338-5.53m15.05 6.924c1.873-1.927 2.904-4.386 2.904-6.924 0-5.401-4.475-9.796-9.976-9.796S5.998 7.41 5.998 12.812c0 2.537 1.03 4.996 2.922 6.94l6.392 6.264H6.998v2h18v-2h-8.36z" clipRule="evenodd" /><path fill="currentColor" fillRule="evenodd" d="M15.975 14.929c-1.27 0-2.265-.956-2.265-2.177 0-1.22.995-2.177 2.265-2.177s2.264.957 2.264 2.177h2c0-2.343-1.873-4.177-4.264-4.177s-4.265 1.834-4.265 4.177 1.873 4.177 4.265 4.177z" clipRule="evenodd" /></svg>;
2
+ const Pin32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><path fill="currentColor" d="M21 13.125C21 10.261 18.728 8 16 8s-5 2.261-5 5.125c0 2.265 1.383 4.778 3.072 6.928.68.864 1.364 1.61 1.928 2.186a27 27 0 0 0 1.928-2.186C19.617 17.903 21 15.389 21 13.125m1.995.278C22.783 19.246 16 25 16 25l-.3-.267C14.36 23.516 9 18.32 9 13.125 9 9.19 12.134 6 16 6l.36.009c3.699.19 6.64 3.304 6.64 7.116z" /><path fill="currentColor" d="M22 24v2H10v-2zM18 13a2 2 0 1 1-4 0 2 2 0 0 1 4 0" /></svg>;
3
3
  export default Pin32;
package/dist/Pin32.tsx CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Pin32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 33" {...props}><path fill="currentColor" fillRule="evenodd" d="M7.998 12.812c0-4.3 3.579-7.796 7.978-7.796s7.976 3.497 7.976 7.796c0 2.015-.83 3.979-2.321 5.513l-5.655 5.54-5.64-5.524c-1.507-1.551-2.338-3.515-2.338-5.53m15.05 6.924c1.873-1.927 2.904-4.386 2.904-6.924 0-5.401-4.475-9.796-9.976-9.796S5.998 7.41 5.998 12.812c0 2.537 1.03 4.996 2.922 6.94l6.392 6.264H6.998v2h18v-2h-8.36z" clipRule="evenodd" /><path fill="currentColor" fillRule="evenodd" d="M15.975 14.929c-1.27 0-2.265-.956-2.265-2.177 0-1.22.995-2.177 2.265-2.177s2.264.957 2.264 2.177h2c0-2.343-1.873-4.177-4.264-4.177s-4.265 1.834-4.265 4.177 1.873 4.177 4.265 4.177z" clipRule="evenodd" /></svg>;
3
+ const Pin32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><path fill="currentColor" d="M21 13.125C21 10.261 18.728 8 16 8s-5 2.261-5 5.125c0 2.265 1.383 4.778 3.072 6.928.68.864 1.364 1.61 1.928 2.186a27 27 0 0 0 1.928-2.186C19.617 17.903 21 15.389 21 13.125m1.995.278C22.783 19.246 16 25 16 25l-.3-.267C14.36 23.516 9 18.32 9 13.125 9 9.19 12.134 6 16 6l.36.009c3.699.19 6.64 3.304 6.64 7.116z" /><path fill="currentColor" d="M22 24v2H10v-2zM18 13a2 2 0 1 1-4 0 2 2 0 0 1 4 0" /></svg>;
4
4
  export default Pin32;
package/dist/Pin40.jsx CHANGED
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Pin40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 41" {...props}><path fill="currentColor" d="M8.003 37.016h24v-2h-24z" /><path fill="currentColor" d="M20.003 2.016c7.68 0 14 6.192 14 13.737 0 3.622-1.492 7.052-4.097 9.732l-9.903 9.703-9.921-9.72c-2.588-2.663-4.08-6.093-4.08-9.715 0-7.545 6.32-13.737 14-13.737m8.486 22.058c2.237-2.302 3.514-5.238 3.514-8.32 0-6.432-5.416-11.738-12-11.738-6.585 0-12 5.306-12 11.737 0 3.083 1.276 6.02 3.496 8.304l8.504 8.331z" /><path fill="currentColor" d="M20.003 19.519c-1.973 0-3.5-1.529-3.5-3.502s1.527-3.501 3.5-3.501c1.972 0 3.5 1.528 3.5 3.501h2c0-3.077-2.424-5.501-5.5-5.501s-5.5 2.424-5.5 5.501 2.423 5.502 5.5 5.502z" /></svg>;
2
+ const Pin40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M28 32v2H12v-2zM21 15a1 1 0 1 0-1 1v2a3 3 0 1 1 0-6 3 3 0 0 1 0 6v-2a1 1 0 0 0 1-1" /><path d="M28 16.125C28 11.615 24.395 8 20 8s-8 3.614-8 8.125c0 3.511 2.13 7.273 4.57 10.361a40 40 0 0 0 3.27 3.638q.082.078.16.152.078-.075.16-.152a40 40 0 0 0 3.27-3.638c2.44-3.088 4.57-6.85 4.57-10.361m1.993.395C29.69 24.825 20.001 33 20 33l-.43-.379C17.656 30.891 10 23.508 10 16.125 10 10.533 14.477 6 20 6l.515.013C25.798 6.283 30 10.708 30 16.125z" /></g><defs><clipPath id="a"><path d="M0 0h40v40H0z" /></clipPath></defs></svg>;
3
3
  export default Pin40;
package/dist/Pin40.tsx CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Pin40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 41" {...props}><path fill="currentColor" d="M8.003 37.016h24v-2h-24z" /><path fill="currentColor" d="M20.003 2.016c7.68 0 14 6.192 14 13.737 0 3.622-1.492 7.052-4.097 9.732l-9.903 9.703-9.921-9.72c-2.588-2.663-4.08-6.093-4.08-9.715 0-7.545 6.32-13.737 14-13.737m8.486 22.058c2.237-2.302 3.514-5.238 3.514-8.32 0-6.432-5.416-11.738-12-11.738-6.585 0-12 5.306-12 11.737 0 3.083 1.276 6.02 3.496 8.304l8.504 8.331z" /><path fill="currentColor" d="M20.003 19.519c-1.973 0-3.5-1.529-3.5-3.502s1.527-3.501 3.5-3.501c1.972 0 3.5 1.528 3.5 3.501h2c0-3.077-2.424-5.501-5.5-5.501s-5.5 2.424-5.5 5.501 2.423 5.502 5.5 5.502z" /></svg>;
3
+ const Pin40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M28 32v2H12v-2zM21 15a1 1 0 1 0-1 1v2a3 3 0 1 1 0-6 3 3 0 0 1 0 6v-2a1 1 0 0 0 1-1" /><path d="M28 16.125C28 11.615 24.395 8 20 8s-8 3.614-8 8.125c0 3.511 2.13 7.273 4.57 10.361a40 40 0 0 0 3.27 3.638q.082.078.16.152.078-.075.16-.152a40 40 0 0 0 3.27-3.638c2.44-3.088 4.57-6.85 4.57-10.361m1.993.395C29.69 24.825 20.001 33 20 33l-.43-.379C17.656 30.891 10 23.508 10 16.125 10 10.533 14.477 6 20 6l.515.013C25.798 6.283 30 10.708 30 16.125z" /></g><defs><clipPath id="a"><path d="M0 0h40v40H0z" /></clipPath></defs></svg>;
4
4
  export default Pin40;
package/dist/Pin72.jsx CHANGED
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Pin72 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g clipPath="url(#a)"><path fill="currentColor" d="M35.91 6.998c13.76 0 24 9.53 24 23.379 0 11.495-7.865 22.333-23.453 32.532l-.006.003H53.91v2h-36v-2h17.458l-.005-.003C19.775 52.719 11.91 41.879 11.91 30.377c0-13.848 10.24-23.379 24-23.379m0 2c-12.687 0-22 8.669-22 21.379 0 10.578 7.287 20.75 22 30.498 14.712-9.756 22-19.928 22-30.498 0-12.71-9.313-21.379-22-21.379m0 14.915a7 7 0 0 1 7 7h-2a5 5 0 1 0-5 5v2a7 7 0 1 1 0-14" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h72v72H0z" /></clipPath></defs></svg>;
2
+ const Pin72 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M39 26.955a3 3 0 1 0-3 3v2a5 5 0 1 1 0-10 5 5 0 0 1 0 10v-2a3 3 0 0 0 3-3" /><path d="M53 29.08c0-9.47-7.623-17.125-17-17.125S19 19.61 19 29.08c0 7.257 4.375 14.768 9.065 20.67a77 77 0 0 0 6.365 7.036A70 70 0 0 0 36 58.273c.436-.401.97-.899 1.57-1.487a77 77 0 0 0 6.365-7.036C48.625 43.848 53 36.337 53 29.08m1.986.747C54.411 45.512 36 60.955 36 60.955l-.816-.716c-3.572-3.21-17.668-16.719-18.17-30.412L17 29.08c0-10.562 8.507-19.125 19-19.125s19 8.562 19 19.125z" /><path d="M48 59.955v2H24v-2z" /></g><defs><clipPath id="a"><path d="M0 0h72v72H0z" /></clipPath></defs></svg>;
3
3
  export default Pin72;
package/dist/Pin72.tsx CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Pin72 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g clipPath="url(#a)"><path fill="currentColor" d="M35.91 6.998c13.76 0 24 9.53 24 23.379 0 11.495-7.865 22.333-23.453 32.532l-.006.003H53.91v2h-36v-2h17.458l-.005-.003C19.775 52.719 11.91 41.879 11.91 30.377c0-13.848 10.24-23.379 24-23.379m0 2c-12.687 0-22 8.669-22 21.379 0 10.578 7.287 20.75 22 30.498 14.712-9.756 22-19.928 22-30.498 0-12.71-9.313-21.379-22-21.379m0 14.915a7 7 0 0 1 7 7h-2a5 5 0 1 0-5 5v2a7 7 0 1 1 0-14" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h72v72H0z" /></clipPath></defs></svg>;
3
+ const Pin72 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 72 72" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M39 26.955a3 3 0 1 0-3 3v2a5 5 0 1 1 0-10 5 5 0 0 1 0 10v-2a3 3 0 0 0 3-3" /><path d="M53 29.08c0-9.47-7.623-17.125-17-17.125S19 19.61 19 29.08c0 7.257 4.375 14.768 9.065 20.67a77 77 0 0 0 6.365 7.036A70 70 0 0 0 36 58.273c.436-.401.97-.899 1.57-1.487a77 77 0 0 0 6.365-7.036C48.625 43.848 53 36.337 53 29.08m1.986.747C54.411 45.512 36 60.955 36 60.955l-.816-.716c-3.572-3.21-17.668-16.719-18.17-30.412L17 29.08c0-10.562 8.507-19.125 19-19.125s19 8.562 19 19.125z" /><path d="M48 59.955v2H24v-2z" /></g><defs><clipPath id="a"><path d="M0 0h72v72H0z" /></clipPath></defs></svg>;
4
4
  export default Pin72;
package/dist/Search24.jsx CHANGED
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Search24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="m19.635 20.954-3.803-3.803 1.317-1.316 3.803 3.803zM10.352 4.862a5.5 5.5 0 0 0-5.492 5.493 5.5 5.5 0 0 0 5.492 5.492 5.5 5.5 0 0 0 5.493-5.492 5.5 5.5 0 0 0-5.493-5.493m0 12.847c-4.055 0-7.354-3.299-7.354-7.354C2.998 6.299 6.298 3 10.352 3s7.355 3.3 7.355 7.355-3.3 7.354-7.355 7.354" /></svg>;
2
+ const Search24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M20.707 19.086 19.293 20.5l-4-4 1.414-1.414z" /><path fill="currentColor" d="M16.293 11a5.5 5.5 0 1 0-5.5 5.5v2a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15v-2a5.5 5.5 0 0 0 5.5-5.5" /></svg>;
3
3
  export default Search24;
package/dist/Search24.tsx CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Search24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="m19.635 20.954-3.803-3.803 1.317-1.316 3.803 3.803zM10.352 4.862a5.5 5.5 0 0 0-5.492 5.493 5.5 5.5 0 0 0 5.492 5.492 5.5 5.5 0 0 0 5.493-5.492 5.5 5.5 0 0 0-5.493-5.493m0 12.847c-4.055 0-7.354-3.299-7.354-7.354C2.998 6.299 6.298 3 10.352 3s7.355 3.3 7.355 7.355-3.3 7.354-7.355 7.354" /></svg>;
3
+ const Search24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M20.707 19.086 19.293 20.5l-4-4 1.414-1.414z" /><path fill="currentColor" d="M16.293 11a5.5 5.5 0 1 0-5.5 5.5v2a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15v-2a5.5 5.5 0 0 0 5.5-5.5" /></svg>;
4
4
  export default Search24;
package/dist/Search32.jsx CHANGED
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const Search32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 33" {...props}><path fill="currentColor" fillRule="evenodd" d="m26.07 27.51-5.071-5.071 1.414-1.415 5.07 5.071zM5.982 13.524c0 4.145 3.372 7.517 7.517 7.517 4.144 0 7.516-3.372 7.516-7.517 0-4.144-3.372-7.516-7.517-7.516-4.144 0-7.516 3.372-7.516 7.516m-1.983 0c0-5.238 4.262-9.5 9.5-9.5s9.5 4.262 9.5 9.5-4.262 9.5-9.5 9.5-9.5-4.261-9.5-9.5" clipRule="evenodd" /></svg>;
2
+ const Search32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M22.293 14a8 8 0 1 0-8 8v2c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10v-2a8 8 0 0 0 8-8" /><path d="M27.707 26.586 26.293 28l-6-6 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h31.995v31.995H0z" /></clipPath></defs></svg>;
3
3
  export default Search32;
package/dist/Search32.tsx CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const Search32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 33" {...props}><path fill="currentColor" fillRule="evenodd" d="m26.07 27.51-5.071-5.071 1.414-1.415 5.07 5.071zM5.982 13.524c0 4.145 3.372 7.517 7.517 7.517 4.144 0 7.516-3.372 7.516-7.517 0-4.144-3.372-7.516-7.517-7.516-4.144 0-7.516 3.372-7.516 7.516m-1.983 0c0-5.238 4.262-9.5 9.5-9.5s9.5 4.262 9.5 9.5-4.262 9.5-9.5 9.5-9.5-4.261-9.5-9.5" clipRule="evenodd" /></svg>;
3
+ const Search32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M22.293 14a8 8 0 1 0-8 8v2c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10v-2a8 8 0 0 0 8-8" /><path d="M27.707 26.586 26.293 28l-6-6 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h31.995v31.995H0z" /></clipPath></defs></svg>;
4
4
  export default Search32;
package/dist/User24.jsx CHANGED
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- const User24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" fillRule="evenodd" d="M5.997 10.004a6 6 0 0 1 6-6c1.428 0 3.47.461 4.7 2.1l1.6-1.2c-1.77-2.36-4.576-2.9-6.3-2.9a8 8 0 0 0-6.68 12.403c-.932.335-1.676.805-2.227 1.432-.822.933-1.093 2.076-1.093 3.249v2.917h2v-2.917c0-.868.197-1.476.594-1.928.373-.424 1.025-.827 2.18-1.098a7.97 7.97 0 0 0 5.226 1.942 7.97 7.97 0 0 0 5.225-1.942c1.156.271 1.807.674 2.18 1.098.398.452.595 1.06.595 1.928v2.917h2v-2.917c0-1.174-.272-2.316-1.093-3.25-.552-.626-1.296-1.095-2.227-1.43a7.96 7.96 0 0 0 1.32-4.404q-.001-.82-.16-1.599l-.163-.8h-6.476c-.663 0-.963.001-1.256-.127-.254-.111-.64-.399-1.151-1.42l-1.789.894c.61 1.218 1.273 1.98 2.139 2.359.707.309 1.46.301 2.037.295l.219-.002h4.586q.014.2.014.4a6 6 0 0 1-12 0" clipRule="evenodd" /></svg>;
2
+ const User24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M8.826 4.26a7 7 0 0 1 8.841 2.13l-1.62 1.175A5 5 0 1 0 17 10.5v-1h2v1A7 7 0 1 1 8.826 4.26" /><path fill="currentColor" d="M4 19.5a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3zM6 19.5v1H4v-1zM20 19.5a5 5 0 0 0-3.087-4.619 5 5 0 0 0-1.913-.38v2a3 3 0 0 1 3 3z" /><path fill="currentColor" d="M20 19.5v1h-2v-1zM10.894 8.051c.126.252.195.43.347.692.139.239.286.429.442.553.229.183.425.204.965.204H19l-.5 2h-5.852c-.52 0-1.384.021-2.213-.641-.803-.641-1.216-1.687-1.329-1.91z" /></svg>;
3
3
  export default User24;
package/dist/User24.tsx CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from "react";
2
2
  import type { SVGProps } from "react";
3
- const User24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" fillRule="evenodd" d="M5.997 10.004a6 6 0 0 1 6-6c1.428 0 3.47.461 4.7 2.1l1.6-1.2c-1.77-2.36-4.576-2.9-6.3-2.9a8 8 0 0 0-6.68 12.403c-.932.335-1.676.805-2.227 1.432-.822.933-1.093 2.076-1.093 3.249v2.917h2v-2.917c0-.868.197-1.476.594-1.928.373-.424 1.025-.827 2.18-1.098a7.97 7.97 0 0 0 5.226 1.942 7.97 7.97 0 0 0 5.225-1.942c1.156.271 1.807.674 2.18 1.098.398.452.595 1.06.595 1.928v2.917h2v-2.917c0-1.174-.272-2.316-1.093-3.25-.552-.626-1.296-1.095-2.227-1.43a7.96 7.96 0 0 0 1.32-4.404q-.001-.82-.16-1.599l-.163-.8h-6.476c-.663 0-.963.001-1.256-.127-.254-.111-.64-.399-1.151-1.42l-1.789.894c.61 1.218 1.273 1.98 2.139 2.359.707.309 1.46.301 2.037.295l.219-.002h4.586q.014.2.014.4a6 6 0 0 1-12 0" clipRule="evenodd" /></svg>;
3
+ const User24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><path fill="currentColor" d="M8.826 4.26a7 7 0 0 1 8.841 2.13l-1.62 1.175A5 5 0 1 0 17 10.5v-1h2v1A7 7 0 1 1 8.826 4.26" /><path fill="currentColor" d="M4 19.5a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3zM6 19.5v1H4v-1zM20 19.5a5 5 0 0 0-3.087-4.619 5 5 0 0 0-1.913-.38v2a3 3 0 0 1 3 3z" /><path fill="currentColor" d="M20 19.5v1h-2v-1zM10.894 8.051c.126.252.195.43.347.692.139.239.286.429.442.553.229.183.425.204.965.204H19l-.5 2h-5.852c-.52 0-1.384.021-2.213-.641-.803-.641-1.216-1.687-1.329-1.91z" /></svg>;
4
4
  export default User24;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const Write40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M29.385 3v2H9v30h22V24.706h2V37H7V3z" /><path d="M32.85 10.707 20.014 23.541l-.6 2.015 2.014-.6L34.263 12.12zM22.484 26.728l-.485.144-5.56 1.658 1.659-5.56.143-.485L32.85 7.88l4.243 4.242z" /><path d="m33.556 14.243-1.414 1.414-2.828-2.829 1.414-1.414z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath></defs></svg>;
3
+ export default Write40;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const Write40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M29.385 3v2H9v30h22V24.706h2V37H7V3z" /><path d="M32.85 10.707 20.014 23.541l-.6 2.015 2.014-.6L34.263 12.12zM22.484 26.728l-.485.144-5.56 1.658 1.659-5.56.143-.485L32.85 7.88l4.243 4.242z" /><path d="m33.556 14.243-1.414 1.414-2.828-2.829 1.414-1.414z" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath></defs></svg>;
4
+ export default Write40;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const WriteAlt24 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M20 19v2H4v-2zM15.843 3.224a1 1 0 0 1 1.338.069l2.526 2.526a1 1 0 0 1 0 1.414l-8.842 8.842c-.14.14-.317.235-.51.273l-4.63.926.926-4.629c.04-.193.134-.371.274-.51l8.842-8.842zm-7.29 10.11-.279 1.39 1.391-.278 7.92-7.92-1.111-1.112z" /><path d="m17.207 7.793-1.414 1.414-2.5-2.5 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h23.997v24H0z" /></clipPath></defs></svg>;
3
+ export default WriteAlt24;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const WriteAlt24 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M20 19v2H4v-2zM15.843 3.224a1 1 0 0 1 1.338.069l2.526 2.526a1 1 0 0 1 0 1.414l-8.842 8.842c-.14.14-.317.235-.51.273l-4.63.926.926-4.629c.04-.193.134-.371.274-.51l8.842-8.842zm-7.29 10.11-.279 1.39 1.391-.278 7.92-7.92-1.111-1.112z" /><path d="m17.207 7.793-1.414 1.414-2.5-2.5 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h23.997v24H0z" /></clipPath></defs></svg>;
4
+ export default WriteAlt24;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const WriteAlt32 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M26 24v2H6v-2zM20.422 6.225a1 1 0 0 1 1.338.068l2.947 2.947a1 1 0 0 1 0 1.414L14.392 20.971c-.14.14-.319.234-.512.273l-5.154 1.03 1.03-5.154.04-.143a1 1 0 0 1 .233-.369L20.346 6.293zm-8.764 11.583-.384 1.917 1.917-.384 9.395-9.394-1.533-1.533z" /><path d="m21.79 11.543-1.413 1.414-2.917-2.917 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h31.997v32H0z" /></clipPath></defs></svg>;
3
+ export default WriteAlt32;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const WriteAlt32 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 32 32" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M26 24v2H6v-2zM20.422 6.225a1 1 0 0 1 1.338.068l2.947 2.947a1 1 0 0 1 0 1.414L14.392 20.971c-.14.14-.319.234-.512.273l-5.154 1.03 1.03-5.154.04-.143a1 1 0 0 1 .233-.369L20.346 6.293zm-8.764 11.583-.384 1.917 1.917-.384 9.395-9.394-1.533-1.533z" /><path d="m21.79 11.543-1.413 1.414-2.917-2.917 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h31.997v32H0z" /></clipPath></defs></svg>;
4
+ export default WriteAlt32;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const WriteAlt40 = props => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M32 30v2H8v-2zM25.58 8.225a1 1 0 0 1 1.338.068l3.789 3.789a1 1 0 0 1 0 1.414L17.444 26.76c-.14.14-.318.234-.511.273l-6.207 1.241 1.24-6.207.04-.142c.05-.138.13-.265.234-.37L25.504 8.294zm-11.712 14.53-.594 2.97 2.97-.594 12.342-12.342-2.375-2.375z" /><path d="m26.958 15.043-1.415 1.414-3.75-3.75 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h40v40H0z" /></clipPath></defs></svg>;
3
+ export default WriteAlt40;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const WriteAlt40 = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 40 40" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M32 30v2H8v-2zM25.58 8.225a1 1 0 0 1 1.338.068l3.789 3.789a1 1 0 0 1 0 1.414L17.444 26.76c-.14.14-.318.234-.511.273l-6.207 1.241 1.24-6.207.04-.142c.05-.138.13-.265.234-.37L25.504 8.294zm-11.712 14.53-.594 2.97 2.97-.594 12.342-12.342-2.375-2.375z" /><path d="m26.958 15.043-1.415 1.414-3.75-3.75 1.414-1.414z" /></g><defs><clipPath id="a"><path d="M0 0h40v40H0z" /></clipPath></defs></svg>;
4
+ export default WriteAlt40;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 40 40"><g fill="currentColor" clip-path="url(#a)"><path d="M31 34v2H9v-2zm2-2V9a2 2 0 0 0-1.796-1.99L31 7H9a2 2 0 0 0-1.99 1.796L7 9v23a2 2 0 0 0 2 2v2l-.206-.005A4 4 0 0 1 5 32V9a4 4 0 0 1 4-4h22a4 4 0 0 1 4 4v23a4 4 0 0 1-3.794 3.995L31 36v-2a2 2 0 0 0 2-2"/><path d="M27.703 19.71 17.9 29.407l-5.603-5.54 1.406-1.424 4.196 4.15 8.398-8.303zM12 2h2v7h-2zM26 2h2v7h-2zM34 12v2H6v-2z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g clip-path="url(#a)"><path fill="currentColor" d="M27.999 16c0-6.627-5.373-12-12-12-6.628 0-12 5.373-12 12s5.372 12 12 12v2c-7.732 0-14-6.268-14-14s6.268-14 14-14 14 6.268 14 14-6.268 14-14 14v-2c6.627 0 12-5.373 12-12"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M3.747 18h16.5V6h-16.5zm18.25-14v16h-20V4z"/><path fill="currentColor" d="M12.035 11.675 4.366 5.058 3.012 6.53l9.027 7.867L20.98 6.53l-1.358-1.468zM21.062 17.444l-4.3-4.57-1.442 1.386 4.3 4.57zM4.462 18.779l4.327-4.519-1.441-1.386-4.328 4.519z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" clip-path="url(#a)"><path d="M22 4v16H2V4zM4 18h16V6H4z"/><path d="m12.06 11.661 8.273-7.406 1.334 1.49-8.935 8a1 1 0 0 1-1.329.005l-9.065-8 1.324-1.5z"/></g><defs><clipPath id="a"><path d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><path fill="currentColor" d="M4.994 24.002h22v-16h-22zm24-18v20h-26v-20z"/><path fill="currentColor" d="M16.032 16.964 4.67 6.589 3.316 8.06l12.72 11.625L28.673 8.059 27.314 6.59zM27.726 23.321l-5.5-6-1.465 1.36 5.5 6zM5.726 24.682l5.5-6-1.465-1.361-5.5 6z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g fill="currentColor" clip-path="url(#a)"><path d="M28 6v20H4V6zM6 24h20V8H6z"/><path d="m16.075 15.708 10.29-8.48 1.27 1.543-10.92 9a1 1 0 0 1-1.266.005l-11.08-9 1.262-1.552z"/></g><defs><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" fill="none" viewBox="0 0 40 41"><path fill="currentColor" d="M1.998 7.01h36v26h-36zm2 2v22h32v-22z"/><path fill="currentColor" d="M19.998 20.715 3.633 7.239 2.362 8.782l17.636 14.524L37.633 8.782 36.362 7.24zM37.667 31.267l-10-9-1.338 1.487 10 9zM3.667 32.754l10-9-1.338-1.487-10 9z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 40 40"><g fill="currentColor" clip-path="url(#a)"><path d="M34 8v24H6V8zM8 30h24V10H8z"/><path d="M20.089 19.69 32.352 9.24l1.296 1.52-12.905 11a1 1 0 0 1-1.292.006l-13.095-11 1.288-1.532z"/></g><defs><clipPath id="a"><path d="M0 0h40v40H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" fill="none" viewBox="0 0 72 72"><g clip-path="url(#a)"><path fill="currentColor" d="M65 15v42H7V15zm-2 3.114-27 22.18L9 18.115v35.469l14.293-14.291 1.414 1.414L10.414 55h51.171L47.293 40.707l1.414-1.414L63 53.585zM61.206 17H10.792L36 37.706z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h72v72H0z"/></clipPath></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" fill="none" viewBox="0 0 72 72"><g fill="currentColor" clip-path="url(#a)"><path d="M64 14v44H8V14zM10 56h52V16H10z"/><path d="m36.19 35.709 26.175-21.482 1.27 1.546-26.804 22a1 1 0 0 1-1.264.004l-27.196-22 1.258-1.554z"/></g><defs><clipPath id="a"><path d="M0 0h72v72H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="#005AA0" d="M14.1 4a5 5 0 0 0 0 2H5.647l6.414 5.661 3.447-3.086a5 5 0 0 0 1.755 1.113l-4.53 4.057a1 1 0 0 1-1.329.005L4 7.216V18h16V9.9a5 5 0 0 0 2-.901V20H2V4z"/><path fill="#E40523" d="M22 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/></g><defs><clipPath id="a"><path d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none" viewBox="0 0 40 40"><g fill="currentColor" clip-path="url(#a)"><path d="M34 20c0-7.732-6.268-14-14-14S6 12.268 6 20s6.268 14 14 14v2c-8.837 0-16-7.163-16-16S11.163 4 20 4s16 7.163 16 16-7.163 16-16 16v-2c7.732 0 14-6.268 14-14"/><circle cx="20" cy="12.5" r="1.5"/><path d="M19 16h2v12h-2z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z"/></clipPath></defs></svg>
@@ -218,6 +218,8 @@
218
218
  "briefcase-first-aid-mc-48": "/Users/magnus/Code/Work/lfds/packages/icons/dist/BriefcaseFirstAidMc48.jsx",
219
219
  "bills-coins-mc-48": "/Users/magnus/Code/Work/lfds/packages/icons/dist/BillsCoinsMc48.jsx",
220
220
  "bike-mc-48": "/Users/magnus/Code/Work/lfds/packages/icons/dist/BikeMc48.jsx",
221
+ "write-alt-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/WriteAlt40.jsx",
222
+ "write-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Write40.jsx",
221
223
  "wristwatch-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Wristwatch40.jsx",
222
224
  "world-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/World40.jsx",
223
225
  "wheat-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Wheat40.jsx",
@@ -274,6 +276,7 @@
274
276
  "money-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Money40.jsx",
275
277
  "mc-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Mc40.jsx",
276
278
  "institution-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Institution40.jsx",
279
+ "info-enclosed-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/InfoEnclosed40.jsx",
277
280
  "id-sign-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/IdSign40.jsx",
278
281
  "house-sun-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/HouseSun40.jsx",
279
282
  "house-insurance-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/HouseInsurance40.jsx",
@@ -323,6 +326,7 @@
323
326
  "car-damage-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/CarDamage40.jsx",
324
327
  "car-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Car40.jsx",
325
328
  "camera-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Camera40.jsx",
329
+ "calendar-check-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/CalendarCheck40.jsx",
326
330
  "bullseye-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Bullseye40.jsx",
327
331
  "buildings-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Buildings40.jsx",
328
332
  "briefcase-first-aid-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/BriefcaseFirstAid40.jsx",
@@ -338,6 +342,7 @@
338
342
  "apartment-40": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Apartment40.jsx",
339
343
  "youtube-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Youtube32.jsx",
340
344
  "x-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/X32.jsx",
345
+ "write-alt-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/WriteAlt32.jsx",
341
346
  "write-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Write32.jsx",
342
347
  "world-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/World32.jsx",
343
348
  "wheat-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Wheat32.jsx",
@@ -484,6 +489,7 @@
484
489
  "coins-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Coins32.jsx",
485
490
  "clock-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Clock32.jsx",
486
491
  "clipboard-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Clipboard32.jsx",
492
+ "circle-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Circle32.jsx",
487
493
  "chicken-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Chicken32.jsx",
488
494
  "chevron-up-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/ChevronUp32.jsx",
489
495
  "chevron-right-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/ChevronRight32.jsx",
@@ -534,6 +540,7 @@
534
540
  "accounts-32": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Accounts32.jsx",
535
541
  "arrow-right-28": "/Users/magnus/Code/Work/lfds/packages/icons/dist/ArrowRight28.jsx",
536
542
  "arrow-left-28": "/Users/magnus/Code/Work/lfds/packages/icons/dist/ArrowLeft28.jsx",
543
+ "write-alt-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/WriteAlt24.jsx",
537
544
  "write-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Write24.jsx",
538
545
  "warning-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Warning24.jsx",
539
546
  "wallet-plus-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/WalletPlus24.jsx",
@@ -731,6 +738,7 @@
731
738
  "amount-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Amount24.jsx",
732
739
  "alert-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/Alert24.jsx",
733
740
  "add-photo-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/AddPhoto24.jsx",
741
+ "envelope-unread-mc-24": "/Users/magnus/Code/Work/lfds/packages/icons/dist/EnvelopeUnreadMc24.jsx",
734
742
  "arrow-right-22": "/Users/magnus/Code/Work/lfds/packages/icons/dist/ArrowRight22.jsx",
735
743
  "arrow-left-22": "/Users/magnus/Code/Work/lfds/packages/icons/dist/ArrowLeft22.jsx",
736
744
  "padlock-open-16": "/Users/magnus/Code/Work/lfds/packages/icons/dist/PadlockOpen16.jsx",