@emblamedical/icons-react 0.5.4 → 0.6.2

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 (91) hide show
  1. package/dist/cjs/icons/AlertCircleFilled.js +1 -1
  2. package/dist/cjs/icons/AlertTriangleFilled.js +1 -1
  3. package/dist/cjs/icons/ArrowForward.js +2 -2
  4. package/dist/cjs/icons/Bluetooth.js +30 -0
  5. package/dist/cjs/icons/BluetoothOff.js +30 -0
  6. package/dist/cjs/icons/BoltFilled.js +30 -0
  7. package/dist/cjs/icons/BoltOff.js +30 -0
  8. package/dist/cjs/icons/BoltOutlined.js +30 -0
  9. package/dist/cjs/icons/BookFilled.js +30 -0
  10. package/dist/cjs/icons/BookOutlined.js +30 -0
  11. package/dist/cjs/icons/CircleCheckFilled.js +1 -1
  12. package/dist/cjs/icons/CircleXFilled.js +1 -1
  13. package/dist/cjs/icons/CreditCardPay.js +30 -0
  14. package/dist/cjs/icons/CurrencyDollar.js +30 -0
  15. package/dist/cjs/icons/{DiscountCheck.js → DiscountCheckOutlined.js} +2 -2
  16. package/dist/cjs/icons/ExternalLink.js +1 -1
  17. package/dist/cjs/icons/{EyeOutlinedOff.js → EyeOff.js} +2 -2
  18. package/dist/cjs/icons/FileMove.js +30 -0
  19. package/dist/cjs/icons/History.js +35 -0
  20. package/dist/cjs/icons/InfoCircleFilled.js +1 -1
  21. package/dist/cjs/icons/{LinkedinFilled.js → Linkedin.js} +2 -2
  22. package/dist/cjs/icons/MessengerOutlined.js +1 -1
  23. package/dist/cjs/icons/Paperclip.js +30 -0
  24. package/dist/cjs/icons/{PauseFilled.js → Pause.js} +3 -4
  25. package/dist/cjs/icons/PdfReader.js +3 -3
  26. package/dist/cjs/icons/Results.js +32 -0
  27. package/dist/cjs/icons/{ShareOutlined.js → Share.js} +2 -2
  28. package/dist/cjs/icons/{StartOutlined.js → StarOutlined.js} +2 -2
  29. package/dist/cjs/icons/UserEdit.js +30 -0
  30. package/dist/cjs/icons/UsersFilled.js +31 -0
  31. package/dist/cjs/icons/UsersOutlined.js +30 -0
  32. package/dist/cjs/icons/Youtube.js +1 -1
  33. package/dist/cjs/index.js +56 -24
  34. package/dist/esm/icons/AlertCircleFilled.js +1 -1
  35. package/dist/esm/icons/AlertTriangleFilled.js +1 -1
  36. package/dist/esm/icons/ArrowForward.js +2 -2
  37. package/dist/esm/icons/Bluetooth.js +8 -0
  38. package/dist/esm/icons/BluetoothOff.js +8 -0
  39. package/dist/esm/icons/BoltFilled.js +8 -0
  40. package/dist/esm/icons/BoltOff.js +8 -0
  41. package/dist/esm/icons/BoltOutlined.js +8 -0
  42. package/dist/esm/icons/BookFilled.js +8 -0
  43. package/dist/esm/icons/BookOutlined.js +8 -0
  44. package/dist/esm/icons/CircleCheckFilled.js +1 -1
  45. package/dist/esm/icons/CircleXFilled.js +1 -1
  46. package/dist/esm/icons/CreditCardPay.js +8 -0
  47. package/dist/esm/icons/CurrencyDollar.js +8 -0
  48. package/dist/esm/icons/{DiscountCheck.js → DiscountCheckOutlined.js} +2 -2
  49. package/dist/esm/icons/ExternalLink.js +1 -1
  50. package/dist/esm/icons/{EyeOutlinedOff.js → EyeOff.js} +2 -2
  51. package/dist/esm/icons/FileMove.js +8 -0
  52. package/dist/esm/icons/History.js +13 -0
  53. package/dist/esm/icons/InfoCircleFilled.js +1 -1
  54. package/dist/esm/icons/{LinkedinFilled.js → Linkedin.js} +2 -2
  55. package/dist/esm/icons/MessengerOutlined.js +1 -1
  56. package/dist/esm/icons/Paperclip.js +8 -0
  57. package/dist/esm/icons/Pause.js +8 -0
  58. package/dist/esm/icons/PdfReader.js +3 -3
  59. package/dist/esm/icons/Results.js +10 -0
  60. package/dist/esm/icons/{ShareOutlined.js → Share.js} +2 -2
  61. package/dist/esm/icons/{StartOutlined.js → StarOutlined.js} +2 -2
  62. package/dist/esm/icons/UserEdit.js +8 -0
  63. package/dist/esm/icons/UsersFilled.js +9 -0
  64. package/dist/esm/icons/UsersOutlined.js +8 -0
  65. package/dist/esm/icons/Youtube.js +1 -1
  66. package/dist/esm/index.js +28 -12
  67. package/dist/types/icons/BookOutlined.d.ts +3 -0
  68. package/dist/types/icons/CreditCardPay.d.ts +3 -0
  69. package/dist/types/icons/CurrencyDollar.d.ts +3 -0
  70. package/dist/types/icons/DiscountCheckOutlined.d.ts +3 -0
  71. package/dist/types/icons/EyeOff.d.ts +3 -0
  72. package/dist/types/icons/FileMove.d.ts +3 -0
  73. package/dist/types/icons/History.d.ts +3 -0
  74. package/dist/types/icons/Linkedin.d.ts +3 -0
  75. package/dist/types/icons/Paperclip.d.ts +3 -0
  76. package/dist/types/icons/Pause.d.ts +3 -0
  77. package/dist/types/icons/Results.d.ts +3 -0
  78. package/dist/types/icons/Share.d.ts +3 -0
  79. package/dist/types/icons/StarOutlined.d.ts +3 -0
  80. package/dist/types/icons/UserEdit.d.ts +3 -0
  81. package/dist/types/icons/UsersFilled.d.ts +3 -0
  82. package/dist/types/icons/UsersOutlined.d.ts +3 -0
  83. package/dist/types/index.d.ts +30 -14
  84. package/package.json +20 -12
  85. package/dist/esm/icons/PauseFilled.js +0 -9
  86. /package/dist/types/icons/{DiscountCheck.d.ts → Bluetooth.d.ts} +0 -0
  87. /package/dist/types/icons/{EyeOutlinedOff.d.ts → BluetoothOff.d.ts} +0 -0
  88. /package/dist/types/icons/{LinkedinFilled.d.ts → BoltFilled.d.ts} +0 -0
  89. /package/dist/types/icons/{PauseFilled.d.ts → BoltOff.d.ts} +0 -0
  90. /package/dist/types/icons/{ShareOutlined.d.ts → BoltOutlined.d.ts} +0 -0
  91. /package/dist/types/icons/{StartOutlined.d.ts → BookFilled.d.ts} +0 -0
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const FileMove = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M17.293 15.293c.39-.39 1.024-.39 1.414 0l3 3c.39.39.39 1.024 0 1.414l-3 3c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414L18.586 20H14c-.552 0-1-.448-1-1s.448-1 1-1h4.586l-1.293-1.293c-.39-.39-.39-1.024 0-1.414M4 19V5c0-.796.316-1.558.879-2.121S6.204 2 7 2h7l.099.005c.229.023.444.124.608.288l5 5c.188.188.293.442.293.707v5c0 .552-.448 1-1 1s-1-.448-1-1V9h-3c-.53 0-1.039-.21-1.414-.586C13.21 8.04 13 7.53 13 7V4H7c-.265 0-.52.105-.707.293C6.105 4.481 6 4.735 6 5v14l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h4.5c.552 0 1 .448 1 1s-.448 1-1 1H7c-.796 0-1.558-.316-2.121-.879S4 19.796 4 19M16.586 7 15 5.414V7z" }));
6
+ const ForwardRef = forwardRef(FileMove);
7
+
8
+ export { ForwardRef as default };
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const History = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#a)" },
6
+ React.createElement("path", { d: "M12 8v4l2 2" }),
7
+ React.createElement("path", { d: "M3.05 11c.224-2.2 1.25-4.24 2.883-5.732C7.565 3.776 9.69 2.938 11.9 2.913c2.211-.026 4.354.764 6.02 2.218s2.739 3.47 3.013 5.665-.269 4.412-1.526 6.232-3.14 3.112-5.289 3.632-4.415.23-6.364-.814S4.309 17.077 3.55 15m-.5 5v-5h5" })),
8
+ React.createElement("defs", null,
9
+ React.createElement("clipPath", { id: "a" },
10
+ React.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))));
11
+ const ForwardRef = forwardRef(History);
12
+
13
+ export { ForwardRef as default };
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { forwardRef } from 'react';
3
3
 
4
4
  const InfoCircleFilled = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
- React.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.477 10 10 .002 2.626-1.029 5.146-2.87 7.019-1.84 1.872-4.343 2.945-6.968 2.988-2.625.042-5.162-.95-7.062-2.761s-3.012-4.298-3.095-6.922L2 12l.004-.28C2.152 6.327 6.57 2 12 2m0 9h-1l-.117.007c-.243.029-.467.146-.63.329s-.252.42-.252.664.09.481.252.664c.163.183.387.3.63.329L11 13v3l.007.117c.026.223.127.431.286.59s.367.26.59.286L12 17h1l.117-.007c.223-.026.431-.127.59-.286s.26-.367.286-.59L14 16l-.007-.117c-.024-.204-.11-.396-.247-.55-.136-.152-.317-.26-.517-.307l-.112-.02L13 15v-3l-.007-.117c-.026-.223-.127-.431-.286-.59s-.367-.26-.59-.286zm.01-3-.127.007c-.243.029-.467.146-.63.329s-.252.42-.252.664.09.481.252.664c.163.183.387.3.63.329L12 10l.127-.007c.243-.029.467-.146.63-.329s.252-.42.252-.664-.09-.481-.252-.664c-.163-.183-.387-.3-.63-.329z" }));
5
+ React.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.475 10 9.996.002 2.624-1.029 5.144-2.87 7.016-1.84 1.871-4.343 2.944-6.968 2.987C9.537 22.04 7 21.05 5.1 19.239s-3.012-4.296-3.095-6.92L2 11.997l.004-.28C2.152 6.326 6.57 2 12 2m0 8.996h-1l-.117.007c-.243.03-.467.146-.63.33-.162.182-.252.418-.252.663s.09.48.252.664c.163.183.387.3.63.329l.117.007v2.999l.007.116c.026.223.127.431.286.59s.367.26.59.286l.117.007h1l.117-.007c.223-.026.431-.127.59-.286s.26-.367.286-.59l.007-.117-.007-.117c-.024-.203-.11-.395-.247-.548-.136-.154-.317-.261-.517-.308l-.112-.02-.117-.006v-2.999l-.007-.117c-.026-.223-.127-.43-.286-.59s-.367-.26-.59-.286zm.01-2.998-.127.007c-.243.029-.467.146-.63.328s-.252.42-.252.664.09.481.252.664c.163.183.387.3.63.329l.117.007.127-.007c.243-.03.467-.146.63-.329s.252-.42.252-.664-.09-.48-.252-.664c-.163-.182-.387-.3-.63-.328z" }));
6
6
  const ForwardRef = forwardRef(InfoCircleFilled);
7
7
 
8
8
  export { ForwardRef as default };
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const LinkedinFilled = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
4
+ const Linkedin = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
5
  React.createElement("path", { fill: "currentColor", d: "M2 3.433C2 2.64 2.658 2 3.469 2H20.53c.813 0 1.47.641 1.47 1.433v17.135c0 .79-.657 1.432-1.469 1.432H3.47C2.658 22 2 21.359 2 20.567zm6.179 15.31V9.71H5.178v9.032zm-1.5-10.265c1.046 0 1.697-.693 1.697-1.56-.018-.887-.65-1.56-1.677-1.56S5 6.033 5 6.918c0 .867.651 1.56 1.659 1.56zm6.135 10.265v-5.044c0-.27.02-.54.1-.733.216-.538.71-1.097 1.54-1.097 1.086 0 1.52.827 1.52 2.042v4.832h3.001v-5.18c0-2.776-1.48-4.065-3.455-4.065-1.592 0-2.306.875-2.706 1.49v.032h-.02l.02-.031V9.71h-3c.037.848 0 9.032 0 9.032z" }));
6
- const ForwardRef = forwardRef(LinkedinFilled);
6
+ const ForwardRef = forwardRef(Linkedin);
7
7
 
8
8
  export { ForwardRef as default };
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { forwardRef } from 'react';
3
3
 
4
4
  const MessengerOutlined = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.384 4.986c-1.969-.08-3.89.48-5.406 1.556-1.514 1.074-2.51 2.58-2.842 4.219-.33 1.636.014 3.332.992 4.779.175.257.219.581.12.876l-.747 2.242 2.99-.636c.219-.046.446-.019.646.078 1.714.832 3.72 1.087 5.64.706 1.92-.38 3.594-1.362 4.725-2.735 1.129-1.369 1.645-3.034 1.483-4.689s-.997-3.228-2.389-4.415c-1.393-1.188-3.244-1.9-5.212-1.98M5.82 4.911c1.893-1.344 4.254-2.02 6.644-1.923s4.675.962 6.43 2.458c1.756 1.498 2.864 3.534 3.08 5.741.217 2.21-.48 4.397-1.93 6.156-1.446 1.755-3.54 2.962-5.879 3.425-2.221.44-4.545.186-6.584-.72l-4.374.93c-.35.075-.715-.044-.954-.312-.239-.267-.316-.642-.203-.982l1.15-3.45c-1.063-1.784-1.433-3.853-1.025-5.87.44-2.177 1.75-4.109 3.645-5.453m11.011 5.534c.306.46.182 1.08-.277 1.387l-3 2c-.397.264-.925.212-1.262-.125l-1.42-1.42-2.318 1.545c-.46.306-1.08.182-1.387-.277-.306-.46-.182-1.08.277-1.387l3-2c.397-.265.925-.212 1.262.125l1.42 1.42 2.318-1.545c.46-.306 1.08-.182 1.387.277", clipRule: "evenodd" }));
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.384 4.986c-1.969-.08-3.89.48-5.406 1.556-1.514 1.074-2.51 2.58-2.842 4.219-.33 1.636.014 3.332.992 4.779.175.257.219.581.12.876l-.747 2.242 2.99-.636c.219-.046.446-.019.646.078 1.714.833 3.72 1.087 5.64.706 1.92-.38 3.594-1.362 4.725-2.735 1.129-1.369 1.645-3.034 1.483-4.689s-.997-3.228-2.389-4.415c-1.393-1.188-3.244-1.9-5.212-1.98M5.82 4.911c1.893-1.344 4.254-2.02 6.644-1.923s4.675.962 6.43 2.458c1.756 1.498 2.864 3.534 3.08 5.742s-.48 4.396-1.93 6.155c-1.446 1.755-3.54 2.962-5.879 3.425-2.221.44-4.545.186-6.584-.72l-4.374.93c-.35.075-.715-.044-.954-.312-.239-.267-.316-.642-.203-.982l1.15-3.45c-1.063-1.784-1.433-3.853-1.025-5.87.44-2.177 1.75-4.109 3.645-5.453m11.011 5.534c.306.46.182 1.08-.277 1.387l-3 2c-.397.264-.925.212-1.262-.125l-1.42-1.42-2.318 1.545c-.46.306-1.08.182-1.387-.277-.306-.46-.182-1.08.277-1.387l3-2c.397-.264.925-.212 1.262.125l1.42 1.42 2.318-1.545c.46-.306 1.08-.182 1.387.277", clipRule: "evenodd" }));
6
6
  const ForwardRef = forwardRef(MessengerOutlined);
7
7
 
8
8
  export { ForwardRef as default };
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const Paperclip = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M18.243 7c0-.86-.341-1.684-.95-2.292-.607-.608-1.432-.95-2.292-.95s-1.685.342-2.293.95l-6.5 6.5C5.202 12.214 4.637 13.578 4.637 15c0 1.423.565 2.787 1.571 3.793s2.37 1.571 3.793 1.571 2.787-.565 3.793-1.571l6.5-6.5c.39-.39 1.024-.39 1.414 0s.39 1.025 0 1.415l-6.5 6.5c-1.38 1.38-3.254 2.156-5.207 2.156s-3.826-.775-5.207-2.156S2.637 16.953 2.637 15s.776-3.826 2.157-5.207l6.5-6.5C12.277 2.31 13.61 1.758 15 1.758s2.724.552 3.707 1.535S20.243 5.61 20.243 7s-.552 2.725-1.535 3.708l-6.5 6.5c-.585.585-1.38.914-2.207.914-.828 0-1.622-.329-2.207-.914s-.915-1.38-.915-2.208.33-1.622.915-2.207l6.5-6.5c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.415l-6.5 6.5c-.21.21-.329.495-.33.792 0 .297.12.583.33.793s.496.33.793.33c.297-.001.583-.12.793-.33l6.5-6.5c.608-.608.95-1.433.95-2.293" }));
6
+ const ForwardRef = forwardRef(Paperclip);
7
+
8
+ export { ForwardRef as default };
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const Pause = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M9 4H7c-.53 0-1.04.21-1.414.586C5.21 4.96 5 5.47 5 6v12c0 .53.21 1.04.586 1.414C5.96 19.79 6.47 20 7 20h2c.53 0 1.04-.21 1.414-.586C10.79 19.04 11 18.53 11 18V6c0-.53-.21-1.04-.586-1.414C10.04 4.21 9.53 4 9 4m8 0h-2c-.53 0-1.04.21-1.414.586C13.21 4.96 13 5.47 13 6v12c0 .53.21 1.04.586 1.414.375.375.884.586 1.414.586h2c.53 0 1.04-.21 1.414-.586C18.79 19.04 19 18.53 19 18V6c0-.53-.21-1.04-.586-1.414C18.04 4.21 17.53 4 17 4" }));
6
+ const ForwardRef = forwardRef(Pause);
7
+
8
+ export { ForwardRef as default };
@@ -2,11 +2,11 @@ import * as React from 'react';
2
2
  import { forwardRef } from 'react';
3
3
 
4
4
  const PdfReader = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
- React.createElement("g", { clipPath: "url(#a)" },
6
- React.createElement("path", { d: "M7.523 1.116c3.92-1.197 2.952 5.349 1.127 11.567-1.765 6.018-4.53 12.2-6.945 9.821-2.92-2.878 3.257-5.307 9.781-7.286 5.995-1.818 12.602-2.812 11.412.946-1.065 3.365-5.687-.332-10.396-4.755-4.597-4.316-8.674-9.164-4.98-10.293" })),
7
5
  React.createElement("defs", null,
8
6
  React.createElement("clipPath", { id: "a" },
9
- React.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))));
7
+ React.createElement("path", { d: "M0 0h24v24H0z" }))),
8
+ React.createElement("g", { clipPath: "url(#a)" },
9
+ React.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.523 1.116c3.92-1.197 2.952 5.349 1.127 11.567-1.765 6.018-4.53 12.2-6.945 9.821-2.92-2.878 3.257-5.307 9.781-7.286 5.995-1.818 12.602-2.812 11.412.946-1.065 3.365-5.687-.332-10.396-4.755-4.597-4.316-8.674-9.164-4.98-10.293Z" })));
10
10
  const ForwardRef = forwardRef(PdfReader);
11
11
 
12
12
  export { ForwardRef as default };
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const Results = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.5 14c.928 0 1.818.369 2.475 1.025C19.63 15.682 20 16.572 20 17.5c0 .587-.148 1.157-.422 1.664l2.129 2.129c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-2.129-2.129c-.507.274-1.078.422-1.664.422-.928 0-1.818-.369-2.475-1.025C13.37 19.318 13 18.428 13 17.5s.369-1.818 1.025-2.475C14.682 14.37 15.572 14 16.5 14m0 2c-.398 0-.78.158-1.06.44-.282.28-.44.662-.44 1.06s.158.78.44 1.06c.28.282.662.44 1.06.44s.78-.158 1.06-.44c.282-.28.44-.662.44-1.06s-.158-.78-.44-1.06c-.28-.282-.662-.44-1.06-.44", clipRule: "evenodd" }),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c.796 0 1.559.316 2.121.879.32.319.555.704.703 1.121H16c.796 0 1.558.316 2.121.879S19 6.204 19 7v5c0 .552-.448 1-1 1s-1-.448-1-1V7c0-.265-.105-.52-.293-.707C16.52 6.105 16.265 6 16 6h-1.176c-.148.417-.384.802-.703 1.121C13.56 7.684 12.796 8 12 8h-2c-.796 0-1.558-.316-2.121-.879-.32-.319-.555-.704-.703-1.121H6c-.265 0-.52.105-.707.293C5.105 6.481 5 6.735 5 7v12c0 .265.105.52.293.707.188.188.442.293.707.293h5.697c.552 0 1 .448 1 1s-.448 1-1 1H6c-.796 0-1.558-.316-2.121-.879S3 19.796 3 19V7c0-.796.316-1.558.879-2.121S5.204 4 6 4h1.176c.148-.417.384-.802.703-1.121C8.442 2.316 9.204 2 10 2zm-2 2c-.265 0-.52.105-.707.293C9.105 4.481 9 4.735 9 5s.105.52.293.707c.188.188.442.293.707.293h2c.265 0 .52-.105.707-.293.188-.188.293-.442.293-.707s-.105-.52-.293-.707C12.52 4.105 12.265 4 12 4z", clipRule: "evenodd" }),
7
+ React.createElement("path", { fill: "currentColor", d: "M11 14c.552 0 1 .448 1 1s-.448 1-1 1H8c-.552 0-1-.448-1-1s.448-1 1-1zm1-4c.552 0 1 .448 1 1s-.448 1-1 1H8c-.552 0-1-.448-1-1s.448-1 1-1z" }));
8
+ const ForwardRef = forwardRef(Results);
9
+
10
+ export { ForwardRef as default };
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const ShareOutlined = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
4
+ const Share = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
5
  React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.172 3.172C15.922 2.422 16.939 2 18 2s2.078.421 2.828 1.172S22 4.939 22 6s-.421 2.078-1.172 2.828S19.061 10 18 10s-2.078-.421-2.828-1.172q-.111-.11-.212-.228l-5.04 2.597q.08.394.081.803 0 .408-.081.803l5.04 2.597q.1-.119.212-.228C15.922 14.422 16.939 14 18 14s2.078.421 2.828 1.172S22 16.939 22 18s-.421 2.078-1.172 2.828S19.061 22 18 22s-2.078-.421-2.828-1.172S14 19.061 14 18q0-.408.081-.803L9.04 14.6q-.1.118-.212.228C8.078 15.578 7.061 16 6 16s-2.078-.421-2.828-1.172S2 13.061 2 12s.421-2.078 1.172-2.828S4.939 8 6 8s2.078.421 2.828 1.172q.111.11.212.228l5.041-2.597Q14.001 6.409 14 6c0-1.06.421-2.078 1.172-2.828M7.83 12.807l-.019.035q-.022.042-.04.086-.139.269-.357.486C7.04 13.79 6.53 14 6 14s-1.04-.21-1.414-.586C4.21 13.04 4 12.53 4 12s.21-1.04.586-1.414C4.96 10.21 5.47 10 6 10s1.04.21 1.414.586q.217.218.357.486.018.044.04.086l.02.036c.11.251.169.526.169.806s-.059.555-.17.807m8.34 4.386c-.111.252-.17.526-.17.807 0 .53.21 1.04.586 1.414.375.375.884.586 1.414.586s1.04-.21 1.414-.586C19.79 19.04 20 18.53 20 18s-.21-1.04-.586-1.414C19.04 16.21 18.53 16 18 16s-1.04.21-1.414.586c-.145.144-.265.309-.358.486q-.018.044-.04.086-.007.018-.018.035m.416-9.779c-.145-.144-.265-.309-.358-.487q-.018-.043-.04-.085-.007-.018-.018-.034C16.06 6.556 16 6.28 16 6c0-.53.21-1.04.586-1.414C16.96 4.21 17.47 4 18 4s1.04.21 1.414.586C19.79 4.96 20 5.47 20 6s-.21 1.04-.586 1.414C19.04 7.79 18.53 8 18 8s-1.04-.21-1.414-.586", clipRule: "evenodd" }));
6
- const ForwardRef = forwardRef(ShareOutlined);
6
+ const ForwardRef = forwardRef(Share);
7
7
 
8
8
  export { ForwardRef as default };
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import { forwardRef } from 'react';
3
3
 
4
- const StartOutlined = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
4
+ const StarOutlined = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
5
  React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.993 1.002c.38 0 .728.216.897.557l2.853 5.782 6.38.924c.376.055.69.319.807.681s.02.76-.253 1.026l-4.623 4.5 1.09 6.354c.064.375-.09.755-.399.978-.308.224-.716.253-1.053.076l-5.693-3-5.706 3c-.337.177-.745.148-1.053-.076s-.462-.603-.398-.978l1.09-6.354-4.623-4.5c-.272-.266-.37-.664-.253-1.026.118-.362.43-.626.808-.68l6.379-.925 2.853-5.782c.169-.34.516-.557.897-.557m0 3.26-2.19 4.436c-.145.295-.427.5-.753.547l-4.892.709 3.547 3.451c.236.23.343.561.288.886l-.837 4.876 4.379-2.302c.291-.153.64-.153.931 0l4.363 2.3-.836-4.874c-.055-.325.052-.656.289-.886l3.546-3.451-4.892-.71c-.326-.047-.608-.251-.754-.546z", clipRule: "evenodd" }));
6
- const ForwardRef = forwardRef(StartOutlined);
6
+ const ForwardRef = forwardRef(StarOutlined);
7
7
 
8
8
  export { ForwardRef as default };
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const UserEdit = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M21.005 17.095c0-.145-.029-.288-.084-.421s-.136-.255-.238-.357q-.154-.155-.357-.239c-.133-.055-.276-.083-.42-.083q-.22 0-.422.083c-.133.055-.255.137-.357.24l-.003.002L16 19.416V21h1.583l3.097-3.124.003-.003c.102-.102.183-.224.238-.357q.083-.203.084-.421M5 21v-2c0-1.326.527-2.597 1.465-3.535S8.674 14 10 14h3.5c.552 0 1 .448 1 1s-.448 1-1 1H10c-.796 0-1.558.316-2.121.879S7 18.204 7 19v2c0 .552-.448 1-1 1s-1-.448-1-1m9.985-14.297c-.068-.687-.372-1.332-.864-1.824C13.56 4.316 12.796 4 12 4s-1.559.316-2.121.879S9 6.204 9 7l.015.297c.068.687.372 1.332.864 1.824.563.563 1.325.879 2.121.879l.297-.015c.686-.068 1.332-.372 1.824-.864C14.684 8.558 15 7.796 15 7zm8.02 10.392c0 .407-.08.81-.235 1.186-.156.375-.384.715-.67 1.002l-3.39 3.421c-.188.19-.443.296-.71.296h-3c-.552 0-1-.448-1-1v-3c0-.267.107-.522.296-.71l3.42-3.39c.287-.287.628-.514 1.003-.67.376-.155.78-.235 1.186-.235.407 0 .81.08 1.187.236.376.155.717.385 1.005.672s.517.63.672 1.005c.156.376.236.78.236 1.187m-6.01-9.847c-.062 1.236-.58 2.408-1.46 3.287-.879.88-2.051 1.398-3.287 1.46L12 12c-1.326 0-2.597-.527-3.535-1.465-.88-.879-1.398-2.051-1.46-3.287L7 7c0-1.326.527-2.597 1.465-3.535S10.674 2 12 2s2.598.527 3.535 1.465S17 5.674 17 7z" }));
6
+ const ForwardRef = forwardRef(UserEdit);
7
+
8
+ export { ForwardRef as default };
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const UsersFilled = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M9 2c.989 0 1.956.293 2.778.843s1.463 1.33 1.841 2.244c.379.913.478 1.919.285 2.888-.193.97-.67 1.861-1.368 2.56-.7.7-1.59 1.176-2.56 1.369s-1.976.094-2.89-.285c-.913-.378-1.694-1.019-2.243-1.841C4.293 8.956 4 7.988 4 7l.005-.217c.056-1.287.607-2.503 1.537-3.394S7.712 2 9 2m2 12H7c-1.326 0-2.598.527-3.536 1.464C2.527 16.403 2 17.675 2 19v1c0 .53.21 1.04.586 1.414C2.96 21.79 3.47 22 4 22h10c.53 0 1.04-.21 1.414-.586C15.79 21.04 16 20.53 16 20v-1c0-1.326-.527-2.598-1.464-3.536C13.598 14.528 12.326 14 11 14m9.944 1.95c-.678-.87-1.625-1.492-2.694-1.768-.535-.138-1.08.184-1.218.718-.138.535.183 1.08.718 1.218.641.166 1.21.539 1.616 1.06.356.458.572 1.007.622 1.58l.012.248V21c0 .552.448 1 1 1s1-.448 1-1v-2.006c-.006-1.103-.378-2.173-1.056-3.044" }),
6
+ React.createElement("path", { fill: "currentColor", d: "M5.465 10.535C6.403 11.473 7.674 12 9 12l.248-.006c1.236-.061 2.409-.58 3.288-1.458.879-.88 1.397-2.052 1.458-3.288L14 7c0-1.326-.527-2.597-1.465-3.535C11.598 2.527 10.326 2 9 2s-2.597.527-3.535 1.465S4 5.674 4 7l.006.248c.061 1.236.58 2.408 1.459 3.287m13.493-.464c.68-.877 1.05-1.956 1.05-3.066s-.37-2.189-1.05-3.066-1.634-1.502-2.71-1.778c-.535-.137-1.08.186-1.217.72-.137.536.186 1.08.721 1.218.645.165 1.217.54 1.626 1.066s.63 1.174.63 1.84-.222 1.314-.63 1.84-.98.9-1.626 1.066c-.535.137-.858.682-.72 1.217.136.535.681.858 1.216.72 1.075-.275 2.03-.9 2.71-1.777" }));
7
+ const ForwardRef = forwardRef(UsersFilled);
8
+
9
+ export { ForwardRef as default };
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const UsersOutlined = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M14 21v-2c0-.796-.316-1.558-.879-2.121-.492-.492-1.138-.796-1.824-.864L11 16H7c-.796 0-1.558.316-2.121.879S4 18.204 4 19v2c0 .552-.448 1-1 1s-1-.448-1-1v-2c0-1.326.527-2.597 1.465-3.535S5.674 14 7 14h4c1.326 0 2.598.527 3.535 1.465S16 17.674 16 19v2c0 .552-.448 1-1 1s-1-.448-1-1m6 0v-1.994l-.012-.247c-.05-.574-.266-1.123-.622-1.58-.407-.522-.975-.895-1.616-1.06-.535-.139-.856-.684-.718-1.219.138-.534.683-.856 1.218-.718 1.069.275 2.016.898 2.694 1.768s1.05 1.94 1.056 3.044V21c0 .552-.448 1-1 1s-1-.448-1-1M11.985 6.703c-.068-.687-.372-1.332-.864-1.824C10.56 4.316 9.796 4 9 4s-1.558.316-2.121.879S6 6.204 6 7l.015.297c.068.687.372 1.332.864 1.824C7.442 9.684 8.204 10 9 10l.297-.015c.687-.068 1.332-.372 1.824-.864C11.684 8.558 12 7.796 12 7zm6.023.302c0-.666-.222-1.314-.63-1.84s-.98-.901-1.626-1.066c-.535-.137-.858-.682-.72-1.217.136-.535.681-.858 1.216-.72 1.076.275 2.03.9 2.71 1.777s1.05 1.956 1.05 3.066-.37 2.19-1.05 3.066c-.68.877-1.634 1.502-2.71 1.778-.535.137-1.08-.186-1.217-.721s.186-1.08.721-1.217c.645-.165 1.217-.54 1.626-1.066s.63-1.174.63-1.84m-4.014.243c-.061 1.236-.58 2.408-1.459 3.287-.879.88-2.051 1.398-3.287 1.46L9 12c-1.326 0-2.597-.527-3.535-1.465-.88-.879-1.398-2.051-1.46-3.287L4 7c0-1.326.527-2.597 1.465-3.535S7.674 2 9 2s2.598.527 3.535 1.465S14 5.674 14 7z" }));
6
+ const ForwardRef = forwardRef(UsersOutlined);
7
+
8
+ export { ForwardRef as default };
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { forwardRef } from 'react';
3
3
 
4
4
  const Youtube = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
- React.createElement("path", { fill: "currentColor", d: "M12.07 4.273h.123c1.13.004 6.858.045 8.402.46.467.127.892.374 1.234.717s.587.769.712 1.236c.139.523.236 1.214.302 1.928l.014.143.03.357.011.143c.09 1.257.1 2.434.102 2.691v.104c-.001.266-.014 1.523-.113 2.832l-.01.145-.013.143c-.069.786-.17 1.567-.323 2.142-.125.468-.37.894-.712 1.237-.341.342-.767.59-1.234.716-1.595.429-7.658.459-8.498.46h-.195c-.425 0-2.183-.008-4.025-.071l-.234-.008-.12-.006-.235-.01-.235-.01c-1.526-.067-2.98-.175-3.65-.357-.466-.126-.892-.373-1.233-.715-.342-.343-.587-.769-.712-1.236-.153-.573-.254-1.356-.323-2.142l-.011-.145-.011-.143q-.102-1.397-.113-2.8v-.169c.003-.295.014-1.317.088-2.444l.01-.142.004-.072.01-.143.031-.357.014-.143c.066-.714.163-1.407.302-1.928.125-.467.37-.894.712-1.237.341-.342.767-.59 1.234-.716.67-.178 2.123-.288 3.65-.357l.233-.01.237-.008.118-.004.235-.01q1.963-.063 3.927-.07h.266zM9.8 8.687v6.625L15.518 12z" }));
5
+ React.createElement("path", { fill: "currentColor", d: "M12.07 4.273h.123c1.13.004 6.858.045 8.402.46.467.127.892.374 1.234.717s.587.769.712 1.236c.139.522.236 1.214.302 1.928l.014.143.03.357.011.143c.09 1.257.1 2.434.102 2.691v.104c-.001.266-.014 1.523-.113 2.832l-.01.145-.013.143c-.069.786-.17 1.567-.323 2.142-.125.467-.37.894-.712 1.237-.341.342-.767.59-1.234.716-1.595.429-7.658.459-8.498.46h-.195c-.425 0-2.183-.008-4.025-.071l-.234-.008-.12-.006-.235-.01-.235-.01c-1.526-.067-2.98-.175-3.65-.357-.466-.126-.892-.373-1.233-.715-.342-.343-.587-.769-.712-1.236-.153-.573-.254-1.356-.323-2.142l-.011-.145-.011-.143q-.102-1.398-.113-2.8v-.169c.003-.295.014-1.317.088-2.445l.01-.141.004-.072.01-.143.031-.357.014-.143c.066-.714.163-1.407.302-1.928.125-.468.37-.894.712-1.237.341-.342.767-.59 1.234-.716.67-.178 2.123-.288 3.65-.357l.233-.01.237-.008.118-.004.235-.01q1.963-.063 3.927-.07zM9.8 8.687v6.625L15.518 12z" }));
6
6
  const ForwardRef = forwardRef(Youtube);
7
7
 
8
8
  export { ForwardRef as default };
package/dist/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export { default as Icon360View } from './icons/Icon360View.js';
2
- export { default as AdjustmentsFilled } from './icons/AdjustmentsFilled.js';
3
2
  export { default as AdjustmentsHorizontalFilled } from './icons/AdjustmentsHorizontalFilled.js';
4
3
  export { default as AdjustmentsHorizontalOutlined } from './icons/AdjustmentsHorizontalOutlined.js';
4
+ export { default as AdjustmentsFilled } from './icons/AdjustmentsFilled.js';
5
5
  export { default as AdjustmentsOutlined } from './icons/AdjustmentsOutlined.js';
6
6
  export { default as AlertCircleFilled } from './icons/AlertCircleFilled.js';
7
7
  export { default as AlertCircleOutlined } from './icons/AlertCircleOutlined.js';
@@ -15,6 +15,13 @@ export { default as ArrowsExpand } from './icons/ArrowsExpand.js';
15
15
  export { default as ArrowsUpDown } from './icons/ArrowsUpDown.js';
16
16
  export { default as BellFilled } from './icons/BellFilled.js';
17
17
  export { default as BellOutlined } from './icons/BellOutlined.js';
18
+ export { default as Bluetooth } from './icons/Bluetooth.js';
19
+ export { default as BluetoothOff } from './icons/BluetoothOff.js';
20
+ export { default as BoltOff } from './icons/BoltOff.js';
21
+ export { default as BoltFilled } from './icons/BoltFilled.js';
22
+ export { default as BoltOutlined } from './icons/BoltOutlined.js';
23
+ export { default as BookFilled } from './icons/BookFilled.js';
24
+ export { default as BookOutlined } from './icons/BookOutlined.js';
18
25
  export { default as Bookmark } from './icons/Bookmark.js';
19
26
  export { default as Calendar } from './icons/Calendar.js';
20
27
  export { default as CameraFilled } from './icons/CameraFilled.js';
@@ -27,29 +34,32 @@ export { default as ChevronRight } from './icons/ChevronRight.js';
27
34
  export { default as ChevronUp } from './icons/ChevronUp.js';
28
35
  export { default as CircleCheckFilled } from './icons/CircleCheckFilled.js';
29
36
  export { default as CircleCheckOutlined } from './icons/CircleCheckOutlined.js';
30
- export { default as CircleFilled } from './icons/CircleFilled.js';
31
- export { default as CircleOutlined } from './icons/CircleOutlined.js';
32
37
  export { default as CircleXFilled } from './icons/CircleXFilled.js';
33
38
  export { default as CircleXOutlined } from './icons/CircleXOutlined.js';
39
+ export { default as CircleFilled } from './icons/CircleFilled.js';
40
+ export { default as CircleOutlined } from './icons/CircleOutlined.js';
34
41
  export { default as ClockFilled } from './icons/ClockFilled.js';
35
42
  export { default as ClockOutlined } from './icons/ClockOutlined.js';
36
43
  export { default as Copy } from './icons/Copy.js';
37
44
  export { default as CopyrightFilled } from './icons/CopyrightFilled.js';
38
45
  export { default as CopyrightOutlined } from './icons/CopyrightOutlined.js';
46
+ export { default as CreditCardPay } from './icons/CreditCardPay.js';
47
+ export { default as CurrencyDollar } from './icons/CurrencyDollar.js';
39
48
  export { default as CurrentLocationFilled } from './icons/CurrentLocationFilled.js';
40
49
  export { default as CurrentLocationOutlined } from './icons/CurrentLocationOutlined.js';
41
- export { default as DiscountCheck } from './icons/DiscountCheck.js';
42
50
  export { default as DiscountCheckFilled } from './icons/DiscountCheckFilled.js';
51
+ export { default as DiscountCheckOutlined } from './icons/DiscountCheckOutlined.js';
43
52
  export { default as Dots } from './icons/Dots.js';
44
53
  export { default as Download } from './icons/Download.js';
45
54
  export { default as EmailFilled } from './icons/EmailFilled.js';
46
55
  export { default as EmailOutlined } from './icons/EmailOutlined.js';
47
56
  export { default as ExternalLink } from './icons/ExternalLink.js';
57
+ export { default as EyeOff } from './icons/EyeOff.js';
48
58
  export { default as EyeFilled } from './icons/EyeFilled.js';
49
59
  export { default as EyeOutlined } from './icons/EyeOutlined.js';
50
- export { default as EyeOutlinedOff } from './icons/EyeOutlinedOff.js';
51
60
  export { default as Facebook } from './icons/Facebook.js';
52
61
  export { default as FileLambda } from './icons/FileLambda.js';
62
+ export { default as FileMove } from './icons/FileMove.js';
53
63
  export { default as FileText } from './icons/FileText.js';
54
64
  export { default as FileTypeDoc } from './icons/FileTypeDoc.js';
55
65
  export { default as FileTypePdf } from './icons/FileTypePdf.js';
@@ -58,18 +68,19 @@ export { default as FilterOutlined } from './icons/FilterOutlined.js';
58
68
  export { default as Folders } from './icons/Folders.js';
59
69
  export { default as HeartFilled } from './icons/HeartFilled.js';
60
70
  export { default as HeartOutlined } from './icons/HeartOutlined.js';
71
+ export { default as History } from './icons/History.js';
61
72
  export { default as HomeFilled } from './icons/HomeFilled.js';
62
73
  export { default as HomeOutlined } from './icons/HomeOutlined.js';
63
74
  export { default as InfoCircleFilled } from './icons/InfoCircleFilled.js';
64
75
  export { default as InfoCircleOutlined } from './icons/InfoCircleOutlined.js';
65
76
  export { default as Instagram } from './icons/Instagram.js';
66
77
  export { default as Link } from './icons/Link.js';
67
- export { default as LinkedinFilled } from './icons/LinkedinFilled.js';
78
+ export { default as Linkedin } from './icons/Linkedin.js';
68
79
  export { default as List } from './icons/List.js';
69
80
  export { default as Loader } from './icons/Loader.js';
70
81
  export { default as Map } from './icons/Map.js';
71
- export { default as MapPinFilled } from './icons/MapPinFilled.js';
72
82
  export { default as MapPinOff } from './icons/MapPinOff.js';
83
+ export { default as MapPinFilled } from './icons/MapPinFilled.js';
73
84
  export { default as MapPinOutlined } from './icons/MapPinOutlined.js';
74
85
  export { default as Maximize } from './icons/Maximize.js';
75
86
  export { default as Menu2 } from './icons/Menu2.js';
@@ -81,7 +92,8 @@ export { default as Minus } from './icons/Minus.js';
81
92
  export { default as NavigationFilled } from './icons/NavigationFilled.js';
82
93
  export { default as NavigationOutlined } from './icons/NavigationOutlined.js';
83
94
  export { default as Package } from './icons/Package.js';
84
- export { default as PauseFilled } from './icons/PauseFilled.js';
95
+ export { default as Paperclip } from './icons/Paperclip.js';
96
+ export { default as Pause } from './icons/Pause.js';
85
97
  export { default as PdfReader } from './icons/PdfReader.js';
86
98
  export { default as Pencil } from './icons/Pencil.js';
87
99
  export { default as PhoneFilled } from './icons/PhoneFilled.js';
@@ -98,27 +110,31 @@ export { default as Refresh } from './icons/Refresh.js';
98
110
  export { default as Registered } from './icons/Registered.js';
99
111
  export { default as Repeat } from './icons/Repeat.js';
100
112
  export { default as Reset } from './icons/Reset.js';
113
+ export { default as Results } from './icons/Results.js';
101
114
  export { default as Scan } from './icons/Scan.js';
102
115
  export { default as Search } from './icons/Search.js';
103
116
  export { default as SettingsFilled } from './icons/SettingsFilled.js';
104
117
  export { default as SettingsOutlined } from './icons/SettingsOutlined.js';
105
- export { default as ShareOutlined } from './icons/ShareOutlined.js';
118
+ export { default as Share } from './icons/Share.js';
106
119
  export { default as ShoppingBag } from './icons/ShoppingBag.js';
107
120
  export { default as ShoppingCart } from './icons/ShoppingCart.js';
108
121
  export { default as StarFilled } from './icons/StarFilled.js';
109
- export { default as StartOutlined } from './icons/StartOutlined.js';
122
+ export { default as StarOutlined } from './icons/StarOutlined.js';
110
123
  export { default as TiktokFilled } from './icons/TiktokFilled.js';
111
124
  export { default as TiktokOutlined } from './icons/TiktokOutlined.js';
112
125
  export { default as Tool } from './icons/Tool.js';
113
- export { default as TrashFilled } from './icons/TrashFilled.js';
114
126
  export { default as TrashOff } from './icons/TrashOff.js';
127
+ export { default as TrashFilled } from './icons/TrashFilled.js';
115
128
  export { default as TrashOutlined } from './icons/TrashOutlined.js';
116
129
  export { default as TrendingDown } from './icons/TrendingDown.js';
117
130
  export { default as TrendingUp } from './icons/TrendingUp.js';
118
131
  export { default as Upload } from './icons/Upload.js';
132
+ export { default as UserEdit } from './icons/UserEdit.js';
133
+ export { default as UserPlus } from './icons/UserPlus.js';
119
134
  export { default as UserFilled } from './icons/UserFilled.js';
120
135
  export { default as UserOutlined } from './icons/UserOutlined.js';
121
- export { default as UserPlus } from './icons/UserPlus.js';
136
+ export { default as UsersFilled } from './icons/UsersFilled.js';
137
+ export { default as UsersOutlined } from './icons/UsersOutlined.js';
122
138
  export { default as Video } from './icons/Video.js';
123
139
  export { default as Wechat } from './icons/Wechat.js';
124
140
  export { default as Whatsapp } from './icons/Whatsapp.js';
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -1,8 +1,8 @@
1
1
  import type React from 'react';
2
2
  import Icon360View from './icons/Icon360View';
3
- import AdjustmentsFilled from './icons/AdjustmentsFilled';
4
3
  import AdjustmentsHorizontalFilled from './icons/AdjustmentsHorizontalFilled';
5
4
  import AdjustmentsHorizontalOutlined from './icons/AdjustmentsHorizontalOutlined';
5
+ import AdjustmentsFilled from './icons/AdjustmentsFilled';
6
6
  import AdjustmentsOutlined from './icons/AdjustmentsOutlined';
7
7
  import AlertCircleFilled from './icons/AlertCircleFilled';
8
8
  import AlertCircleOutlined from './icons/AlertCircleOutlined';
@@ -16,6 +16,13 @@ import ArrowsExpand from './icons/ArrowsExpand';
16
16
  import ArrowsUpDown from './icons/ArrowsUpDown';
17
17
  import BellFilled from './icons/BellFilled';
18
18
  import BellOutlined from './icons/BellOutlined';
19
+ import Bluetooth from './icons/Bluetooth';
20
+ import BluetoothOff from './icons/BluetoothOff';
21
+ import BoltOff from './icons/BoltOff';
22
+ import BoltFilled from './icons/BoltFilled';
23
+ import BoltOutlined from './icons/BoltOutlined';
24
+ import BookFilled from './icons/BookFilled';
25
+ import BookOutlined from './icons/BookOutlined';
19
26
  import Bookmark from './icons/Bookmark';
20
27
  import Calendar from './icons/Calendar';
21
28
  import CameraFilled from './icons/CameraFilled';
@@ -28,29 +35,32 @@ import ChevronRight from './icons/ChevronRight';
28
35
  import ChevronUp from './icons/ChevronUp';
29
36
  import CircleCheckFilled from './icons/CircleCheckFilled';
30
37
  import CircleCheckOutlined from './icons/CircleCheckOutlined';
31
- import CircleFilled from './icons/CircleFilled';
32
- import CircleOutlined from './icons/CircleOutlined';
33
38
  import CircleXFilled from './icons/CircleXFilled';
34
39
  import CircleXOutlined from './icons/CircleXOutlined';
40
+ import CircleFilled from './icons/CircleFilled';
41
+ import CircleOutlined from './icons/CircleOutlined';
35
42
  import ClockFilled from './icons/ClockFilled';
36
43
  import ClockOutlined from './icons/ClockOutlined';
37
44
  import Copy from './icons/Copy';
38
45
  import CopyrightFilled from './icons/CopyrightFilled';
39
46
  import CopyrightOutlined from './icons/CopyrightOutlined';
47
+ import CreditCardPay from './icons/CreditCardPay';
48
+ import CurrencyDollar from './icons/CurrencyDollar';
40
49
  import CurrentLocationFilled from './icons/CurrentLocationFilled';
41
50
  import CurrentLocationOutlined from './icons/CurrentLocationOutlined';
42
- import DiscountCheck from './icons/DiscountCheck';
43
51
  import DiscountCheckFilled from './icons/DiscountCheckFilled';
52
+ import DiscountCheckOutlined from './icons/DiscountCheckOutlined';
44
53
  import Dots from './icons/Dots';
45
54
  import Download from './icons/Download';
46
55
  import EmailFilled from './icons/EmailFilled';
47
56
  import EmailOutlined from './icons/EmailOutlined';
48
57
  import ExternalLink from './icons/ExternalLink';
58
+ import EyeOff from './icons/EyeOff';
49
59
  import EyeFilled from './icons/EyeFilled';
50
60
  import EyeOutlined from './icons/EyeOutlined';
51
- import EyeOutlinedOff from './icons/EyeOutlinedOff';
52
61
  import Facebook from './icons/Facebook';
53
62
  import FileLambda from './icons/FileLambda';
63
+ import FileMove from './icons/FileMove';
54
64
  import FileText from './icons/FileText';
55
65
  import FileTypeDoc from './icons/FileTypeDoc';
56
66
  import FileTypePdf from './icons/FileTypePdf';
@@ -59,18 +69,19 @@ import FilterOutlined from './icons/FilterOutlined';
59
69
  import Folders from './icons/Folders';
60
70
  import HeartFilled from './icons/HeartFilled';
61
71
  import HeartOutlined from './icons/HeartOutlined';
72
+ import History from './icons/History';
62
73
  import HomeFilled from './icons/HomeFilled';
63
74
  import HomeOutlined from './icons/HomeOutlined';
64
75
  import InfoCircleFilled from './icons/InfoCircleFilled';
65
76
  import InfoCircleOutlined from './icons/InfoCircleOutlined';
66
77
  import Instagram from './icons/Instagram';
67
78
  import Link from './icons/Link';
68
- import LinkedinFilled from './icons/LinkedinFilled';
79
+ import Linkedin from './icons/Linkedin';
69
80
  import List from './icons/List';
70
81
  import Loader from './icons/Loader';
71
82
  import Map from './icons/Map';
72
- import MapPinFilled from './icons/MapPinFilled';
73
83
  import MapPinOff from './icons/MapPinOff';
84
+ import MapPinFilled from './icons/MapPinFilled';
74
85
  import MapPinOutlined from './icons/MapPinOutlined';
75
86
  import Maximize from './icons/Maximize';
76
87
  import Menu2 from './icons/Menu2';
@@ -82,7 +93,8 @@ import Minus from './icons/Minus';
82
93
  import NavigationFilled from './icons/NavigationFilled';
83
94
  import NavigationOutlined from './icons/NavigationOutlined';
84
95
  import Package from './icons/Package';
85
- import PauseFilled from './icons/PauseFilled';
96
+ import Paperclip from './icons/Paperclip';
97
+ import Pause from './icons/Pause';
86
98
  import PdfReader from './icons/PdfReader';
87
99
  import Pencil from './icons/Pencil';
88
100
  import PhoneFilled from './icons/PhoneFilled';
@@ -99,27 +111,31 @@ import Refresh from './icons/Refresh';
99
111
  import Registered from './icons/Registered';
100
112
  import Repeat from './icons/Repeat';
101
113
  import Reset from './icons/Reset';
114
+ import Results from './icons/Results';
102
115
  import Scan from './icons/Scan';
103
116
  import Search from './icons/Search';
104
117
  import SettingsFilled from './icons/SettingsFilled';
105
118
  import SettingsOutlined from './icons/SettingsOutlined';
106
- import ShareOutlined from './icons/ShareOutlined';
119
+ import Share from './icons/Share';
107
120
  import ShoppingBag from './icons/ShoppingBag';
108
121
  import ShoppingCart from './icons/ShoppingCart';
109
122
  import StarFilled from './icons/StarFilled';
110
- import StartOutlined from './icons/StartOutlined';
123
+ import StarOutlined from './icons/StarOutlined';
111
124
  import TiktokFilled from './icons/TiktokFilled';
112
125
  import TiktokOutlined from './icons/TiktokOutlined';
113
126
  import Tool from './icons/Tool';
114
- import TrashFilled from './icons/TrashFilled';
115
127
  import TrashOff from './icons/TrashOff';
128
+ import TrashFilled from './icons/TrashFilled';
116
129
  import TrashOutlined from './icons/TrashOutlined';
117
130
  import TrendingDown from './icons/TrendingDown';
118
131
  import TrendingUp from './icons/TrendingUp';
119
132
  import Upload from './icons/Upload';
133
+ import UserEdit from './icons/UserEdit';
134
+ import UserPlus from './icons/UserPlus';
120
135
  import UserFilled from './icons/UserFilled';
121
136
  import UserOutlined from './icons/UserOutlined';
122
- import UserPlus from './icons/UserPlus';
137
+ import UsersFilled from './icons/UsersFilled';
138
+ import UsersOutlined from './icons/UsersOutlined';
123
139
  import Video from './icons/Video';
124
140
  import Wechat from './icons/Wechat';
125
141
  import Whatsapp from './icons/Whatsapp';
@@ -146,7 +162,7 @@ import MultipleCircle from './iconographics/MultipleCircle';
146
162
  import ShieldLock from './iconographics/ShieldLock';
147
163
  import SingleManActionsInformation from './iconographics/SingleManActionsInformation';
148
164
  import SingleNeutralActionsChat from './iconographics/SingleNeutralActionsChat';
149
- export { Icon360View, AdjustmentsFilled, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, ArrowForward, ArrowLeft, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsUpDown, BellFilled, BellOutlined, Bookmark, Calendar, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleCheckFilled, CircleCheckOutlined, CircleFilled, CircleOutlined, CircleXFilled, CircleXOutlined, ClockFilled, ClockOutlined, Copy, CopyrightFilled, CopyrightOutlined, CurrentLocationFilled, CurrentLocationOutlined, DiscountCheck, DiscountCheckFilled, Dots, Download, EmailFilled, EmailOutlined, ExternalLink, EyeFilled, EyeOutlined, EyeOutlinedOff, Facebook, FileLambda, FileText, FileTypeDoc, FileTypePdf, FilterFilled, FilterOutlined, Folders, HeartFilled, HeartOutlined, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Link, LinkedinFilled, List, Loader, Map, MapPinFilled, MapPinOff, MapPinOutlined, Maximize, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, PauseFilled, PdfReader, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, Refresh, Registered, Repeat, Reset, Scan, Search, SettingsFilled, SettingsOutlined, ShareOutlined, ShoppingBag, ShoppingCart, StarFilled, StartOutlined, TiktokFilled, TiktokOutlined, Tool, TrashFilled, TrashOff, TrashOutlined, TrendingDown, TrendingUp, Upload, UserFilled, UserOutlined, UserPlus, Video, Wechat, Whatsapp, World, X, XTwitter, Youtube, CalendarIconographic, CaloriesFoodPyramid, CashPaymentBill, DiagramSteadyDown, DonationCharityCarePerson, Expand, HospitalShield, InsuranceDocument, Lock, LockerRoomHangerMan, MedicalFile, MedicalProfilePatient, MedicalResourcesFolder, MedicalSpecialtyRehabilitation, MultipleActionsStar, MultipleCircle, ShieldLock, SingleManActionsInformation, SingleNeutralActionsChat };
165
+ export { Icon360View, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsFilled, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, ArrowForward, ArrowLeft, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsUpDown, BellFilled, BellOutlined, Bluetooth, BluetoothOff, BoltOff, BoltFilled, BoltOutlined, BookFilled, BookOutlined, Bookmark, Calendar, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleCheckFilled, CircleCheckOutlined, CircleXFilled, CircleXOutlined, CircleFilled, CircleOutlined, ClockFilled, ClockOutlined, Copy, CopyrightFilled, CopyrightOutlined, CreditCardPay, CurrencyDollar, CurrentLocationFilled, CurrentLocationOutlined, DiscountCheckFilled, DiscountCheckOutlined, Dots, Download, EmailFilled, EmailOutlined, ExternalLink, EyeOff, EyeFilled, EyeOutlined, Facebook, FileLambda, FileMove, FileText, FileTypeDoc, FileTypePdf, FilterFilled, FilterOutlined, Folders, HeartFilled, HeartOutlined, History, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Link, Linkedin, List, Loader, Map, MapPinOff, MapPinFilled, MapPinOutlined, Maximize, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, Paperclip, Pause, PdfReader, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, Refresh, Registered, Repeat, Reset, Results, Scan, Search, SettingsFilled, SettingsOutlined, Share, ShoppingBag, ShoppingCart, StarFilled, StarOutlined, TiktokFilled, TiktokOutlined, Tool, TrashOff, TrashFilled, TrashOutlined, TrendingDown, TrendingUp, Upload, UserEdit, UserPlus, UserFilled, UserOutlined, UsersFilled, UsersOutlined, Video, Wechat, Whatsapp, World, X, XTwitter, Youtube, CalendarIconographic, CaloriesFoodPyramid, CashPaymentBill, DiagramSteadyDown, DonationCharityCarePerson, Expand, HospitalShield, InsuranceDocument, Lock, LockerRoomHangerMan, MedicalFile, MedicalProfilePatient, MedicalResourcesFolder, MedicalSpecialtyRehabilitation, MultipleActionsStar, MultipleCircle, ShieldLock, SingleManActionsInformation, SingleNeutralActionsChat };
150
166
  export type SvgComponent = React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
151
- export type IconName = '360-view' | 'adjustments-filled' | 'adjustments-horizontal-filled' | 'adjustments-horizontal-outlined' | 'adjustments-outlined' | 'alert-circle-filled' | 'alert-circle-outlined' | 'alert-triangle-filled' | 'alert-triangle-outlined' | 'arrow-forward' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrows-expand' | 'arrows-up-down' | 'bell-filled' | 'bell-outlined' | 'bookmark' | 'calendar' | 'camera-filled' | 'camera-outlined' | 'certification' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-check-filled' | 'circle-check-outlined' | 'circle-filled' | 'circle-outlined' | 'circle-x-filled' | 'circle-x-outlined' | 'clock-filled' | 'clock-outlined' | 'copy' | 'copyright-filled' | 'copyright-outlined' | 'current-location-filled' | 'current-location-outlined' | 'discount-check' | 'discount-check-filled' | 'dots' | 'download' | 'email-filled' | 'email-outlined' | 'external-link' | 'eye-filled' | 'eye-outlined' | 'eye-outlined-off' | 'facebook' | 'file-lambda' | 'file-text' | 'file-type-doc' | 'file-type-pdf' | 'filter-filled' | 'filter-outlined' | 'folders' | 'heart-filled' | 'heart-outlined' | 'home-filled' | 'home-outlined' | 'info-circle-filled' | 'info-circle-outlined' | 'instagram' | 'link' | 'linkedin-filled' | 'list' | 'loader' | 'map' | 'map-pin-filled' | 'map-pin-off' | 'map-pin-outlined' | 'maximize' | 'menu-2' | 'message-circle-2-filled' | 'message-circle-2-outlined' | 'messenger-filled' | 'messenger-outlined' | 'minus' | 'navigation-filled' | 'navigation-outlined' | 'package' | 'pause-filled' | 'pdf-reader' | 'pencil' | 'phone-filled' | 'phone-outlined' | 'photo' | 'photo-filled' | 'photo-outlined' | 'player-play-filled' | 'player-play-outlined' | 'plus' | 'point-filled' | 'point-outlined' | 'refresh' | 'registered' | 'repeat' | 'reset' | 'scan' | 'search' | 'settings-filled' | 'settings-outlined' | 'share-outlined' | 'shopping-bag' | 'shopping-cart' | 'star-filled' | 'start-outlined' | 'tiktok-filled' | 'tiktok-outlined' | 'tool' | 'trash-filled' | 'trash-off' | 'trash-outlined' | 'trending-down' | 'trending-up' | 'upload' | 'user-filled' | 'user-outlined' | 'user-plus' | 'video' | 'wechat' | 'whatsapp' | 'world' | 'x' | 'x-twitter' | 'youtube';
167
+ export type IconName = '360-view' | 'adjustments-horizontal_filled' | 'adjustments-horizontal_outlined' | 'adjustments_filled' | 'adjustments_outlined' | 'alert-circle_filled' | 'alert-circle_outlined' | 'alert-triangle_filled' | 'alert-triangle_outlined' | 'arrow-forward' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrows-expand' | 'arrows-up-down' | 'bell_filled' | 'bell_outlined' | 'bluetooth' | 'bluetooth-off' | 'bolt-off' | 'bolt_filled' | 'bolt_outlined' | 'book_filled' | 'book_outlined' | 'bookmark' | 'calendar' | 'camera_filled' | 'camera_outlined' | 'certification' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-check_filled' | 'circle-check_outlined' | 'circle-x_filled' | 'circle-x_outlined' | 'circle_filled' | 'circle_outlined' | 'clock_filled' | 'clock_outlined' | 'copy' | 'copyright_filled' | 'copyright_outlined' | 'credit-card-pay' | 'currency-dollar' | 'current-location_filled' | 'current-location_outlined' | 'discount-check_filled' | 'discount-check_outlined' | 'dots' | 'download' | 'email_filled' | 'email_outlined' | 'external-link' | 'eye-off' | 'eye_filled' | 'eye_outlined' | 'facebook' | 'file-lambda' | 'file-move' | 'file-text' | 'file-type-doc' | 'file-type-pdf' | 'filter_filled' | 'filter_outlined' | 'folders' | 'heart_filled' | 'heart_outlined' | 'history' | 'home_filled' | 'home_outlined' | 'info-circle_filled' | 'info-circle_outlined' | 'instagram' | 'link' | 'linkedin' | 'list' | 'loader' | 'map' | 'map-pin-off' | 'map-pin_filled' | 'map-pin_outlined' | 'maximize' | 'menu-2' | 'message-circle-2_filled' | 'message-circle-2_outlined' | 'messenger_filled' | 'messenger_outlined' | 'minus' | 'navigation_filled' | 'navigation_outlined' | 'package' | 'paperclip' | 'pause' | 'pdf-reader' | 'pencil' | 'phone_filled' | 'phone_outlined' | 'photo' | 'photo_filled' | 'photo_outlined' | 'player-play_filled' | 'player-play_outlined' | 'plus' | 'point_filled' | 'point_outlined' | 'refresh' | 'registered' | 'repeat' | 'reset' | 'results' | 'scan' | 'search' | 'settings_filled' | 'settings_outlined' | 'share' | 'shopping-bag' | 'shopping-cart' | 'star_filled' | 'star_outlined' | 'tiktok_filled' | 'tiktok_outlined' | 'tool' | 'trash-off' | 'trash_filled' | 'trash_outlined' | 'trending-down' | 'trending-up' | 'upload' | 'user-edit' | 'user-plus' | 'user_filled' | 'user_outlined' | 'users_filled' | 'users_outlined' | 'video' | 'wechat' | 'whatsapp' | 'world' | 'x' | 'x-twitter' | 'youtube';
152
168
  export type IconographicName = 'calendar' | 'calories-food-pyramid' | 'cash-payment-bill' | 'diagram-steady-down' | 'donation-charity-care-person' | 'expand' | 'hospital-shield' | 'insurance-document' | 'lock' | 'locker-room-hanger-man' | 'medical-file' | 'medical-profile-patient' | 'medical-resources-folder' | 'medical-specialty-rehabilitation' | 'multiple-actions-star' | 'multiple-circle' | 'shield-lock' | 'single-man-actions-information' | 'single-neutral-actions-chat';