@salt-ds/icons 1.4.0 → 1.5.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 (136) hide show
  1. package/dist-cjs/components/Bank.js +32 -0
  2. package/dist-cjs/components/Bank.js.map +1 -0
  3. package/dist-cjs/components/BankSolid.js +27 -0
  4. package/dist-cjs/components/BankSolid.js.map +1 -0
  5. package/dist-cjs/components/Battery.js +27 -0
  6. package/dist-cjs/components/Battery.js.map +1 -0
  7. package/dist-cjs/components/BatterySolid.js +25 -0
  8. package/dist-cjs/components/BatterySolid.js.map +1 -0
  9. package/dist-cjs/components/Browser.js +32 -0
  10. package/dist-cjs/components/Browser.js.map +1 -0
  11. package/dist-cjs/components/BrowserSolid.js +30 -0
  12. package/dist-cjs/components/BrowserSolid.js.map +1 -0
  13. package/dist-cjs/components/Devices.js +32 -0
  14. package/dist-cjs/components/Devices.js.map +1 -0
  15. package/dist-cjs/components/DevicesSolid.js +28 -0
  16. package/dist-cjs/components/DevicesSolid.js.map +1 -0
  17. package/dist-cjs/components/Display.js +27 -0
  18. package/dist-cjs/components/Display.js.map +1 -0
  19. package/dist-cjs/components/DisplaySolid.js +23 -0
  20. package/dist-cjs/components/DisplaySolid.js.map +1 -0
  21. package/dist-cjs/components/Laptop.js +27 -0
  22. package/dist-cjs/components/Laptop.js.map +1 -0
  23. package/dist-cjs/components/LaptopSolid.js +27 -0
  24. package/dist-cjs/components/LaptopSolid.js.map +1 -0
  25. package/dist-cjs/components/Mobile.js +27 -0
  26. package/dist-cjs/components/Mobile.js.map +1 -0
  27. package/dist-cjs/components/MobileSolid.js +27 -0
  28. package/dist-cjs/components/MobileSolid.js.map +1 -0
  29. package/dist-cjs/components/Mouse.js +27 -0
  30. package/dist-cjs/components/Mouse.js.map +1 -0
  31. package/dist-cjs/components/MouseSolid.js +30 -0
  32. package/dist-cjs/components/MouseSolid.js.map +1 -0
  33. package/dist-cjs/components/NotificationRead.js +30 -0
  34. package/dist-cjs/components/NotificationRead.js.map +1 -0
  35. package/dist-cjs/components/NotificationReadSolid.js +30 -0
  36. package/dist-cjs/components/NotificationReadSolid.js.map +1 -0
  37. package/dist-cjs/components/Receipt.js +32 -0
  38. package/dist-cjs/components/Receipt.js.map +1 -0
  39. package/dist-cjs/components/ReceiptSolid.js +25 -0
  40. package/dist-cjs/components/ReceiptSolid.js.map +1 -0
  41. package/dist-cjs/components/SaltShaker.js +35 -0
  42. package/dist-cjs/components/SaltShaker.js.map +1 -0
  43. package/dist-cjs/components/SaltShakerSolid.js +33 -0
  44. package/dist-cjs/components/SaltShakerSolid.js.map +1 -0
  45. package/dist-cjs/components/SortableAlpha.js +30 -0
  46. package/dist-cjs/components/SortableAlpha.js.map +1 -0
  47. package/dist-cjs/components/SortableNum.js +25 -0
  48. package/dist-cjs/components/SortableNum.js.map +1 -0
  49. package/dist-cjs/components/Watch.js +32 -0
  50. package/dist-cjs/components/Watch.js.map +1 -0
  51. package/dist-cjs/components/WatchSolid.js +27 -0
  52. package/dist-cjs/components/WatchSolid.js.map +1 -0
  53. package/dist-cjs/index.js +52 -0
  54. package/dist-cjs/index.js.map +1 -1
  55. package/dist-es/components/Bank.js +28 -0
  56. package/dist-es/components/Bank.js.map +1 -0
  57. package/dist-es/components/BankSolid.js +23 -0
  58. package/dist-es/components/BankSolid.js.map +1 -0
  59. package/dist-es/components/Battery.js +23 -0
  60. package/dist-es/components/Battery.js.map +1 -0
  61. package/dist-es/components/BatterySolid.js +21 -0
  62. package/dist-es/components/BatterySolid.js.map +1 -0
  63. package/dist-es/components/Browser.js +28 -0
  64. package/dist-es/components/Browser.js.map +1 -0
  65. package/dist-es/components/BrowserSolid.js +26 -0
  66. package/dist-es/components/BrowserSolid.js.map +1 -0
  67. package/dist-es/components/Devices.js +28 -0
  68. package/dist-es/components/Devices.js.map +1 -0
  69. package/dist-es/components/DevicesSolid.js +24 -0
  70. package/dist-es/components/DevicesSolid.js.map +1 -0
  71. package/dist-es/components/Display.js +23 -0
  72. package/dist-es/components/Display.js.map +1 -0
  73. package/dist-es/components/DisplaySolid.js +19 -0
  74. package/dist-es/components/DisplaySolid.js.map +1 -0
  75. package/dist-es/components/Laptop.js +23 -0
  76. package/dist-es/components/Laptop.js.map +1 -0
  77. package/dist-es/components/LaptopSolid.js +23 -0
  78. package/dist-es/components/LaptopSolid.js.map +1 -0
  79. package/dist-es/components/Mobile.js +23 -0
  80. package/dist-es/components/Mobile.js.map +1 -0
  81. package/dist-es/components/MobileSolid.js +23 -0
  82. package/dist-es/components/MobileSolid.js.map +1 -0
  83. package/dist-es/components/Mouse.js +23 -0
  84. package/dist-es/components/Mouse.js.map +1 -0
  85. package/dist-es/components/MouseSolid.js +26 -0
  86. package/dist-es/components/MouseSolid.js.map +1 -0
  87. package/dist-es/components/NotificationRead.js +26 -0
  88. package/dist-es/components/NotificationRead.js.map +1 -0
  89. package/dist-es/components/NotificationReadSolid.js +26 -0
  90. package/dist-es/components/NotificationReadSolid.js.map +1 -0
  91. package/dist-es/components/Receipt.js +28 -0
  92. package/dist-es/components/Receipt.js.map +1 -0
  93. package/dist-es/components/ReceiptSolid.js +21 -0
  94. package/dist-es/components/ReceiptSolid.js.map +1 -0
  95. package/dist-es/components/SaltShaker.js +31 -0
  96. package/dist-es/components/SaltShaker.js.map +1 -0
  97. package/dist-es/components/SaltShakerSolid.js +29 -0
  98. package/dist-es/components/SaltShakerSolid.js.map +1 -0
  99. package/dist-es/components/SortableAlpha.js +26 -0
  100. package/dist-es/components/SortableAlpha.js.map +1 -0
  101. package/dist-es/components/SortableNum.js +21 -0
  102. package/dist-es/components/SortableNum.js.map +1 -0
  103. package/dist-es/components/Watch.js +28 -0
  104. package/dist-es/components/Watch.js.map +1 -0
  105. package/dist-es/components/WatchSolid.js +23 -0
  106. package/dist-es/components/WatchSolid.js.map +1 -0
  107. package/dist-es/index.js +26 -0
  108. package/dist-es/index.js.map +1 -1
  109. package/dist-types/components/Bank.d.ts +4 -0
  110. package/dist-types/components/BankSolid.d.ts +4 -0
  111. package/dist-types/components/Battery.d.ts +4 -0
  112. package/dist-types/components/BatterySolid.d.ts +4 -0
  113. package/dist-types/components/Browser.d.ts +4 -0
  114. package/dist-types/components/BrowserSolid.d.ts +4 -0
  115. package/dist-types/components/Devices.d.ts +4 -0
  116. package/dist-types/components/DevicesSolid.d.ts +4 -0
  117. package/dist-types/components/Display.d.ts +4 -0
  118. package/dist-types/components/DisplaySolid.d.ts +4 -0
  119. package/dist-types/components/Laptop.d.ts +4 -0
  120. package/dist-types/components/LaptopSolid.d.ts +4 -0
  121. package/dist-types/components/Mobile.d.ts +4 -0
  122. package/dist-types/components/MobileSolid.d.ts +4 -0
  123. package/dist-types/components/Mouse.d.ts +4 -0
  124. package/dist-types/components/MouseSolid.d.ts +4 -0
  125. package/dist-types/components/NotificationRead.d.ts +4 -0
  126. package/dist-types/components/NotificationReadSolid.d.ts +4 -0
  127. package/dist-types/components/Receipt.d.ts +4 -0
  128. package/dist-types/components/ReceiptSolid.d.ts +4 -0
  129. package/dist-types/components/SaltShaker.d.ts +4 -0
  130. package/dist-types/components/SaltShakerSolid.d.ts +4 -0
  131. package/dist-types/components/SortableAlpha.d.ts +4 -0
  132. package/dist-types/components/SortableNum.d.ts +4 -0
  133. package/dist-types/components/Watch.d.ts +4 -0
  134. package/dist-types/components/WatchSolid.d.ts +4 -0
  135. package/dist-types/components/index.d.ts +26 -0
  136. package/package.json +3 -2
@@ -0,0 +1,21 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from '../icon/Icon.js';
4
+
5
+ const SortableNumIcon = forwardRef(
6
+ function SortableNumIcon2(props, ref) {
7
+ return /* @__PURE__ */ jsx(Icon, {
8
+ "data-testid": "SortableNumIcon",
9
+ "aria-label": "sortable num",
10
+ viewBox: "0 0 12 12",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx("path", {
14
+ d: "M3.22 4.997h-.807V1.781c0-.107.001-.214.004-.322l.007-.314c.004-.103.01-.2.017-.294-.048.052-.107.11-.178.171-.068.061-.141.125-.219.191l-.574.458-.403-.509L2.55 0h.67v4.997ZM4.4 9.064c0 .297-.02.587-.064.872a3.233 3.233 0 0 1-.219.8 2.121 2.121 0 0 1-.427.66c-.18.188-.408.337-.684.444-.275.107-.608.16-.998.16-.098 0-.212-.005-.341-.017a2.226 2.226 0 0 1-.315-.04v-.67a2.233 2.233 0 0 0 .615.081c.422 0 .75-.078.985-.236.237-.157.404-.373.502-.649.1-.276.157-.589.171-.94h-.041a1.16 1.16 0 0 1-.622.516 1.628 1.628 0 0 1-.54.079c-.287 0-.538-.06-.752-.181a1.245 1.245 0 0 1-.496-.527A1.855 1.855 0 0 1 1 8.58c0-.353.067-.657.202-.913.134-.255.324-.45.57-.588a1.74 1.74 0 0 1 .869-.208c.25 0 .482.046.693.137.215.089.402.225.561.41.16.182.284.411.373.687.088.273.133.593.133.96Zm-1.75-1.53a.808.808 0 0 0-.618.255c-.16.17-.239.429-.239.78 0 .285.068.51.205.676.137.167.346.25.629.25.196 0 .365-.04.506-.12a.91.91 0 0 0 .331-.31.706.706 0 0 0 .12-.383c0-.135-.02-.27-.058-.404a1.188 1.188 0 0 0-.171-.369.902.902 0 0 0-.294-.27.774.774 0 0 0-.41-.106ZM9 7v2.105l1.6-1.597.708.706-2.8 2.795L5.7 8.206l.708-.706L8 9.089V7h1Zm0-1.991V2.904L10.6 4.5l.708-.707L8.508 1 5.7 3.802l.708.707L8 2.919v2.09h1Z"
15
+ })
16
+ });
17
+ }
18
+ );
19
+
20
+ export { SortableNumIcon };
21
+ //# sourceMappingURL=SortableNum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SortableNum.js","sources":["../src/components/SortableNum.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\nimport { forwardRef } from \"react\";\n\nimport { Icon, IconProps } from \"../icon\";\n\nexport type SortableNumIconProps = IconProps;\n\nexport const SortableNumIcon = forwardRef<SVGSVGElement, SortableNumIconProps>(\n function SortableNumIcon(props: SortableNumIconProps, ref) {\n return (\n <Icon\n data-testid=\"SortableNumIcon\"\n aria-label=\"sortable num\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M3.22 4.997h-.807V1.781c0-.107.001-.214.004-.322l.007-.314c.004-.103.01-.2.017-.294-.048.052-.107.11-.178.171-.068.061-.141.125-.219.191l-.574.458-.403-.509L2.55 0h.67v4.997ZM4.4 9.064c0 .297-.02.587-.064.872a3.233 3.233 0 0 1-.219.8 2.121 2.121 0 0 1-.427.66c-.18.188-.408.337-.684.444-.275.107-.608.16-.998.16-.098 0-.212-.005-.341-.017a2.226 2.226 0 0 1-.315-.04v-.67a2.233 2.233 0 0 0 .615.081c.422 0 .75-.078.985-.236.237-.157.404-.373.502-.649.1-.276.157-.589.171-.94h-.041a1.16 1.16 0 0 1-.622.516 1.628 1.628 0 0 1-.54.079c-.287 0-.538-.06-.752-.181a1.245 1.245 0 0 1-.496-.527A1.855 1.855 0 0 1 1 8.58c0-.353.067-.657.202-.913.134-.255.324-.45.57-.588a1.74 1.74 0 0 1 .869-.208c.25 0 .482.046.693.137.215.089.402.225.561.41.16.182.284.411.373.687.088.273.133.593.133.96Zm-1.75-1.53a.808.808 0 0 0-.618.255c-.16.17-.239.429-.239.78 0 .285.068.51.205.676.137.167.346.25.629.25.196 0 .365-.04.506-.12a.91.91 0 0 0 .331-.31.706.706 0 0 0 .12-.383c0-.135-.02-.27-.058-.404a1.188 1.188 0 0 0-.171-.369.902.902 0 0 0-.294-.27.774.774 0 0 0-.41-.106ZM9 7v2.105l1.6-1.597.708.706-2.8 2.795L5.7 8.206l.708-.706L8 9.089V7h1Zm0-1.991V2.904L10.6 4.5l.708-.707L8.508 1 5.7 3.802l.708.707L8 2.919v2.09h1Z\" />\n </Icon>\n );\n }\n);\n"],"names":["SortableNumIcon"],"mappings":";;;;AAOO,MAAM,eAAkB,GAAA,UAAA;AAAA,EAC7B,SAASA,gBAAgB,CAAA,KAAA,EAA6B,GAAK,EAAA;AACzD,IAAA,uBACG,GAAA,CAAA,IAAA,EAAA;AAAA,MACC,aAAY,EAAA,iBAAA;AAAA,MACZ,YAAW,EAAA,cAAA;AAAA,MACX,OAAQ,EAAA,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAC,kBAAA,GAAA,CAAA,MAAA,EAAA;AAAA,QAAK,CAAE,EAAA,grCAAA;AAAA,OAAirC,CAAA;AAAA,KAC3rC,CAAA,CAAA;AAAA,GAEJ;AACF;;;;"}
@@ -0,0 +1,28 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from '../icon/Icon.js';
4
+
5
+ const WatchIcon = forwardRef(
6
+ function WatchIcon2(props, ref) {
7
+ return /* @__PURE__ */ jsxs(Icon, {
8
+ "data-testid": "WatchIcon",
9
+ "aria-label": "watch",
10
+ viewBox: "0 0 12 12",
11
+ ref,
12
+ ...props,
13
+ children: [
14
+ /* @__PURE__ */ jsx("path", {
15
+ d: "M5 4h1v2h2v1H5V4Z"
16
+ }),
17
+ /* @__PURE__ */ jsx("path", {
18
+ fillRule: "evenodd",
19
+ d: "M3 0h6v2h1v8H9v2H3v-2H2V2h1V0Zm6 3H3v6h6V3Z",
20
+ clipRule: "evenodd"
21
+ })
22
+ ]
23
+ });
24
+ }
25
+ );
26
+
27
+ export { WatchIcon };
28
+ //# sourceMappingURL=Watch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Watch.js","sources":["../src/components/Watch.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\nimport { forwardRef } from \"react\";\n\nimport { Icon, IconProps } from \"../icon\";\n\nexport type WatchIconProps = IconProps;\n\nexport const WatchIcon = forwardRef<SVGSVGElement, WatchIconProps>(\n function WatchIcon(props: WatchIconProps, ref) {\n return (\n <Icon\n data-testid=\"WatchIcon\"\n aria-label=\"watch\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M5 4h1v2h2v1H5V4Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M3 0h6v2h1v8H9v2H3v-2H2V2h1V0Zm6 3H3v6h6V3Z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n }\n);\n"],"names":["WatchIcon"],"mappings":";;;;AAOO,MAAM,SAAY,GAAA,UAAA;AAAA,EACvB,SAASA,UAAU,CAAA,KAAA,EAAuB,GAAK,EAAA;AAC7C,IAAA,uBACG,IAAA,CAAA,IAAA,EAAA;AAAA,MACC,aAAY,EAAA,WAAA;AAAA,MACZ,YAAW,EAAA,OAAA;AAAA,MACX,OAAQ,EAAA,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAC,GAAA,CAAA,MAAA,EAAA;AAAA,UAAK,CAAE,EAAA,mBAAA;AAAA,SAAoB,CAAA;AAAA,wBAC3B,GAAA,CAAA,MAAA,EAAA;AAAA,UACC,QAAS,EAAA,SAAA;AAAA,UACT,CAAE,EAAA,6CAAA;AAAA,UACF,QAAS,EAAA,SAAA;AAAA,SACX,CAAA;AAAA,OAAA;AAAA,KACF,CAAA,CAAA;AAAA,GAEJ;AACF;;;;"}
@@ -0,0 +1,23 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from '../icon/Icon.js';
4
+
5
+ const WatchSolidIcon = forwardRef(
6
+ function WatchSolidIcon2(props, ref) {
7
+ return /* @__PURE__ */ jsx(Icon, {
8
+ "data-testid": "WatchSolidIcon",
9
+ "aria-label": "watch solid",
10
+ viewBox: "0 0 12 12",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx("path", {
14
+ fillRule: "evenodd",
15
+ d: "M3 0h6v2h1v8H9v2H3v-2H2V2h1V0Zm3 4H5v3h3V6H6V4Z",
16
+ clipRule: "evenodd"
17
+ })
18
+ });
19
+ }
20
+ );
21
+
22
+ export { WatchSolidIcon };
23
+ //# sourceMappingURL=WatchSolid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WatchSolid.js","sources":["../src/components/WatchSolid.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\nimport { forwardRef } from \"react\";\n\nimport { Icon, IconProps } from \"../icon\";\n\nexport type WatchSolidIconProps = IconProps;\n\nexport const WatchSolidIcon = forwardRef<SVGSVGElement, WatchSolidIconProps>(\n function WatchSolidIcon(props: WatchSolidIconProps, ref) {\n return (\n <Icon\n data-testid=\"WatchSolidIcon\"\n aria-label=\"watch solid\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M3 0h6v2h1v8H9v2H3v-2H2V2h1V0Zm3 4H5v3h3V6H6V4Z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n }\n);\n"],"names":["WatchSolidIcon"],"mappings":";;;;AAOO,MAAM,cAAiB,GAAA,UAAA;AAAA,EAC5B,SAASA,eAAe,CAAA,KAAA,EAA4B,GAAK,EAAA;AACvD,IAAA,uBACG,GAAA,CAAA,IAAA,EAAA;AAAA,MACC,aAAY,EAAA,gBAAA;AAAA,MACZ,YAAW,EAAA,aAAA;AAAA,MACX,OAAQ,EAAA,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAC,kBAAA,GAAA,CAAA,MAAA,EAAA;AAAA,QACC,QAAS,EAAA,SAAA;AAAA,QACT,CAAE,EAAA,iDAAA;AAAA,QACF,QAAS,EAAA,SAAA;AAAA,OACX,CAAA;AAAA,KACF,CAAA,CAAA;AAAA,GAEJ;AACF;;;;"}
package/dist-es/index.js CHANGED
@@ -11,11 +11,17 @@ export { ArrowLeftIcon } from './components/ArrowLeft.js';
11
11
  export { ArrowRightIcon } from './components/ArrowRight.js';
12
12
  export { ArrowUpIcon } from './components/ArrowUp.js';
13
13
  export { AttachIcon } from './components/Attach.js';
14
+ export { BankIcon } from './components/Bank.js';
14
15
  export { BankCheckIcon } from './components/BankCheck.js';
15
16
  export { BankCheckSolidIcon } from './components/BankCheckSolid.js';
17
+ export { BankSolidIcon } from './components/BankSolid.js';
16
18
  export { BarChartIcon } from './components/BarChart.js';
19
+ export { BatteryIcon } from './components/Battery.js';
20
+ export { BatterySolidIcon } from './components/BatterySolid.js';
17
21
  export { BookmarkIcon } from './components/Bookmark.js';
18
22
  export { BookmarkSolidIcon } from './components/BookmarkSolid.js';
23
+ export { BrowserIcon } from './components/Browser.js';
24
+ export { BrowserSolidIcon } from './components/BrowserSolid.js';
19
25
  export { BuildingIcon } from './components/Building.js';
20
26
  export { BuildingsIcon } from './components/Buildings.js';
21
27
  export { BuildingSolidIcon } from './components/BuildingSolid.js';
@@ -78,7 +84,11 @@ export { DatabaseIcon } from './components/Database.js';
78
84
  export { DatabaseSolidIcon } from './components/DatabaseSolid.js';
79
85
  export { DeleteIcon } from './components/Delete.js';
80
86
  export { DeleteSolidIcon } from './components/DeleteSolid.js';
87
+ export { DevicesIcon } from './components/Devices.js';
88
+ export { DevicesSolidIcon } from './components/DevicesSolid.js';
81
89
  export { DiamondIcon } from './components/Diamond.js';
90
+ export { DisplayIcon } from './components/Display.js';
91
+ export { DisplaySolidIcon } from './components/DisplaySolid.js';
82
92
  export { DocumentIcon } from './components/Document.js';
83
93
  export { DocumentSolidIcon } from './components/DocumentSolid.js';
84
94
  export { DoubleChevronDownIcon } from './components/DoubleChevronDown.js';
@@ -145,6 +155,8 @@ export { KeyOptionIcon } from './components/KeyOption.js';
145
155
  export { KeyShiftIcon } from './components/KeyShift.js';
146
156
  export { KeySolidIcon } from './components/KeySolid.js';
147
157
  export { KeyTabIcon } from './components/KeyTab.js';
158
+ export { LaptopIcon } from './components/Laptop.js';
159
+ export { LaptopSolidIcon } from './components/LaptopSolid.js';
148
160
  export { LightIcon } from './components/Light.js';
149
161
  export { LightSolidIcon } from './components/LightSolid.js';
150
162
  export { LineChartIcon } from './components/LineChart.js';
@@ -172,12 +184,18 @@ export { MessageIcon } from './components/Message.js';
172
184
  export { MessageSolidIcon } from './components/MessageSolid.js';
173
185
  export { MicroMenuIcon } from './components/MicroMenu.js';
174
186
  export { MinimizeIcon } from './components/Minimize.js';
187
+ export { MobileIcon } from './components/Mobile.js';
188
+ export { MobileSolidIcon } from './components/MobileSolid.js';
189
+ export { MouseIcon } from './components/Mouse.js';
190
+ export { MouseSolidIcon } from './components/MouseSolid.js';
175
191
  export { MoveAllIcon } from './components/MoveAll.js';
176
192
  export { MoveHorizontalIcon } from './components/MoveHorizontal.js';
177
193
  export { MoveVerticalIcon } from './components/MoveVertical.js';
178
194
  export { NoteIcon } from './components/Note.js';
179
195
  export { NoteSolidIcon } from './components/NoteSolid.js';
180
196
  export { NotificationIcon } from './components/Notification.js';
197
+ export { NotificationReadIcon } from './components/NotificationRead.js';
198
+ export { NotificationReadSolidIcon } from './components/NotificationReadSolid.js';
181
199
  export { NotificationSolidIcon } from './components/NotificationSolid.js';
182
200
  export { OverflowMenuIcon } from './components/OverflowMenu.js';
183
201
  export { PasteIcon } from './components/Paste.js';
@@ -213,6 +231,8 @@ export { ProgressRejectedIcon } from './components/ProgressRejected.js';
213
231
  export { ProgressTodoIcon } from './components/ProgressTodo.js';
214
232
  export { ProtectionIcon } from './components/Protection.js';
215
233
  export { ProtectionSolidIcon } from './components/ProtectionSolid.js';
234
+ export { ReceiptIcon } from './components/Receipt.js';
235
+ export { ReceiptSolidIcon } from './components/ReceiptSolid.js';
216
236
  export { RedoIcon } from './components/Redo.js';
217
237
  export { RefreshIcon } from './components/Refresh.js';
218
238
  export { RemoveIcon } from './components/Remove.js';
@@ -225,6 +245,8 @@ export { Replay5Icon } from './components/Replay5.js';
225
245
  export { RestoreIcon } from './components/Restore.js';
226
246
  export { RunReportIcon } from './components/RunReport.js';
227
247
  export { RunReportSolidIcon } from './components/RunReportSolid.js';
248
+ export { SaltShakerIcon } from './components/SaltShaker.js';
249
+ export { SaltShakerSolidIcon } from './components/SaltShakerSolid.js';
228
250
  export { SaveIcon } from './components/Save.js';
229
251
  export { SaveSolidIcon } from './components/SaveSolid.js';
230
252
  export { ScheduleTimeIcon } from './components/ScheduleTime.js';
@@ -239,6 +261,8 @@ export { ShareIcon } from './components/Share.js';
239
261
  export { ShareSolidIcon } from './components/ShareSolid.js';
240
262
  export { SignpostIcon } from './components/Signpost.js';
241
263
  export { SignpostSolidIcon } from './components/SignpostSolid.js';
264
+ export { SortableAlphaIcon } from './components/SortableAlpha.js';
265
+ export { SortableNumIcon } from './components/SortableNum.js';
242
266
  export { SortAlphaAscendIcon } from './components/SortAlphaAscend.js';
243
267
  export { SortAlphaDescendIcon } from './components/SortAlphaDescend.js';
244
268
  export { SortNumAscendIcon } from './components/SortNumAscend.js';
@@ -314,6 +338,8 @@ export { VolumeOffIcon } from './components/VolumeOff.js';
314
338
  export { VolumeUpIcon } from './components/VolumeUp.js';
315
339
  export { WarningIcon } from './components/Warning.js';
316
340
  export { WarningSolidIcon } from './components/WarningSolid.js';
341
+ export { WatchIcon } from './components/Watch.js';
342
+ export { WatchSolidIcon } from './components/WatchSolid.js';
317
343
  export { WomanIcon } from './components/Woman.js';
318
344
  export { WomanSolidIcon } from './components/WomanSolid.js';
319
345
  export { WoodlandIcon } from './components/Woodland.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type BankIconProps = IconProps;
4
+ export declare const BankIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type BankSolidIconProps = IconProps;
4
+ export declare const BankSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type BatteryIconProps = IconProps;
4
+ export declare const BatteryIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type BatterySolidIconProps = IconProps;
4
+ export declare const BatterySolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type BrowserIconProps = IconProps;
4
+ export declare const BrowserIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type BrowserSolidIconProps = IconProps;
4
+ export declare const BrowserSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type DevicesIconProps = IconProps;
4
+ export declare const DevicesIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type DevicesSolidIconProps = IconProps;
4
+ export declare const DevicesSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type DisplayIconProps = IconProps;
4
+ export declare const DisplayIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type DisplaySolidIconProps = IconProps;
4
+ export declare const DisplaySolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type LaptopIconProps = IconProps;
4
+ export declare const LaptopIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type LaptopSolidIconProps = IconProps;
4
+ export declare const LaptopSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type MobileIconProps = IconProps;
4
+ export declare const MobileIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type MobileSolidIconProps = IconProps;
4
+ export declare const MobileSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type MouseIconProps = IconProps;
4
+ export declare const MouseIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type MouseSolidIconProps = IconProps;
4
+ export declare const MouseSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type NotificationReadIconProps = IconProps;
4
+ export declare const NotificationReadIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type NotificationReadSolidIconProps = IconProps;
4
+ export declare const NotificationReadSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type ReceiptIconProps = IconProps;
4
+ export declare const ReceiptIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type ReceiptSolidIconProps = IconProps;
4
+ export declare const ReceiptSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type SaltShakerIconProps = IconProps;
4
+ export declare const SaltShakerIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type SaltShakerSolidIconProps = IconProps;
4
+ export declare const SaltShakerSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type SortableAlphaIconProps = IconProps;
4
+ export declare const SortableAlphaIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type SortableNumIconProps = IconProps;
4
+ export declare const SortableNumIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type WatchIconProps = IconProps;
4
+ export declare const WatchIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../icon";
3
+ export declare type WatchSolidIconProps = IconProps;
4
+ export declare const WatchSolidIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -10,11 +10,17 @@ export * from "./ArrowLeft";
10
10
  export * from "./ArrowRight";
11
11
  export * from "./ArrowUp";
12
12
  export * from "./Attach";
13
+ export * from "./Bank";
13
14
  export * from "./BankCheck";
14
15
  export * from "./BankCheckSolid";
16
+ export * from "./BankSolid";
15
17
  export * from "./BarChart";
18
+ export * from "./Battery";
19
+ export * from "./BatterySolid";
16
20
  export * from "./Bookmark";
17
21
  export * from "./BookmarkSolid";
22
+ export * from "./Browser";
23
+ export * from "./BrowserSolid";
18
24
  export * from "./Building";
19
25
  export * from "./Buildings";
20
26
  export * from "./BuildingSolid";
@@ -77,7 +83,11 @@ export * from "./Database";
77
83
  export * from "./DatabaseSolid";
78
84
  export * from "./Delete";
79
85
  export * from "./DeleteSolid";
86
+ export * from "./Devices";
87
+ export * from "./DevicesSolid";
80
88
  export * from "./Diamond";
89
+ export * from "./Display";
90
+ export * from "./DisplaySolid";
81
91
  export * from "./Document";
82
92
  export * from "./DocumentSolid";
83
93
  export * from "./DoubleChevronDown";
@@ -144,6 +154,8 @@ export * from "./KeyOption";
144
154
  export * from "./KeyShift";
145
155
  export * from "./KeySolid";
146
156
  export * from "./KeyTab";
157
+ export * from "./Laptop";
158
+ export * from "./LaptopSolid";
147
159
  export * from "./Light";
148
160
  export * from "./LightSolid";
149
161
  export * from "./LineChart";
@@ -171,12 +183,18 @@ export * from "./Message";
171
183
  export * from "./MessageSolid";
172
184
  export * from "./MicroMenu";
173
185
  export * from "./Minimize";
186
+ export * from "./Mobile";
187
+ export * from "./MobileSolid";
188
+ export * from "./Mouse";
189
+ export * from "./MouseSolid";
174
190
  export * from "./MoveAll";
175
191
  export * from "./MoveHorizontal";
176
192
  export * from "./MoveVertical";
177
193
  export * from "./Note";
178
194
  export * from "./NoteSolid";
179
195
  export * from "./Notification";
196
+ export * from "./NotificationRead";
197
+ export * from "./NotificationReadSolid";
180
198
  export * from "./NotificationSolid";
181
199
  export * from "./OverflowMenu";
182
200
  export * from "./Paste";
@@ -212,6 +230,8 @@ export * from "./ProgressRejected";
212
230
  export * from "./ProgressTodo";
213
231
  export * from "./Protection";
214
232
  export * from "./ProtectionSolid";
233
+ export * from "./Receipt";
234
+ export * from "./ReceiptSolid";
215
235
  export * from "./Redo";
216
236
  export * from "./Refresh";
217
237
  export * from "./Remove";
@@ -224,6 +244,8 @@ export * from "./Replay5";
224
244
  export * from "./Restore";
225
245
  export * from "./RunReport";
226
246
  export * from "./RunReportSolid";
247
+ export * from "./SaltShaker";
248
+ export * from "./SaltShakerSolid";
227
249
  export * from "./Save";
228
250
  export * from "./SaveSolid";
229
251
  export * from "./ScheduleTime";
@@ -238,6 +260,8 @@ export * from "./Share";
238
260
  export * from "./ShareSolid";
239
261
  export * from "./Signpost";
240
262
  export * from "./SignpostSolid";
263
+ export * from "./SortableAlpha";
264
+ export * from "./SortableNum";
241
265
  export * from "./SortAlphaAscend";
242
266
  export * from "./SortAlphaDescend";
243
267
  export * from "./SortNumAscend";
@@ -313,6 +337,8 @@ export * from "./VolumeOff";
313
337
  export * from "./VolumeUp";
314
338
  export * from "./Warning";
315
339
  export * from "./WarningSolid";
340
+ export * from "./Watch";
341
+ export * from "./WatchSolid";
316
342
  export * from "./Woman";
317
343
  export * from "./WomanSolid";
318
344
  export * from "./Woodland";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/icons",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist-cjs/index.js",
6
6
  "sideEffects": false,
@@ -24,7 +24,8 @@
24
24
  "svgo": "^3.0.0"
25
25
  },
26
26
  "publishConfig": {
27
- "directory": "../../dist/salt-ds-icons"
27
+ "directory": "../../dist/salt-ds-icons",
28
+ "provenance": true
28
29
  },
29
30
  "module": "dist-es/index.js",
30
31
  "typings": "dist-types/index.d.ts",