@geneui/icons 1.0.2 → 1.0.4

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 (65) hide show
  1. package/icons/{Check.js → ArrowLeft.js} +3 -3
  2. package/icons/ArrowLeft.svg +1 -0
  3. package/icons/ArrowRight.js +23 -0
  4. package/icons/ArrowRight.svg +1 -0
  5. package/icons/CaretDown.js +23 -0
  6. package/icons/CaretDown.svg +1 -0
  7. package/icons/CaretUp.js +23 -0
  8. package/icons/CaretUp.svg +1 -0
  9. package/icons/CheckMark.js +23 -0
  10. package/icons/ChevronDown.js +23 -0
  11. package/icons/ChevronDown.svg +1 -0
  12. package/icons/ChevronLeft.js +23 -0
  13. package/icons/ChevronLeft.svg +1 -0
  14. package/icons/ChevronRight.js +23 -0
  15. package/icons/ChevronRight.svg +1 -0
  16. package/icons/ChevronUp.js +23 -0
  17. package/icons/ChevronUp.svg +1 -0
  18. package/icons/Close.js +23 -0
  19. package/icons/Close.svg +1 -0
  20. package/icons/Copy.js +26 -0
  21. package/icons/Copy.svg +1 -0
  22. package/icons/Currency.js +26 -0
  23. package/icons/Currency.svg +1 -0
  24. package/icons/Dot.js +23 -0
  25. package/icons/Dot.svg +1 -0
  26. package/icons/ErrorAlertFill.js +23 -0
  27. package/icons/ErrorAlertFill.svg +1 -0
  28. package/icons/ErrorAlertOutline.js +29 -0
  29. package/icons/ErrorAlertOutline.svg +1 -0
  30. package/icons/Globe.js +23 -0
  31. package/icons/Globe.svg +1 -0
  32. package/icons/HorizontalDots.js +29 -0
  33. package/icons/HorizontalDots.svg +1 -0
  34. package/icons/InfoFill.js +23 -0
  35. package/icons/InfoFill.svg +1 -0
  36. package/icons/InfoOutline.js +29 -0
  37. package/icons/InfoOutline.svg +1 -0
  38. package/icons/LightBulb.js +26 -0
  39. package/icons/LightBulb.svg +1 -0
  40. package/icons/MinusOutline.js +23 -0
  41. package/icons/MinusOutline.svg +1 -0
  42. package/icons/NewWindow.js +26 -0
  43. package/icons/NewWindow.svg +1 -0
  44. package/icons/Search.js +23 -0
  45. package/icons/Search.svg +1 -0
  46. package/icons/Square.js +1 -1
  47. package/icons/SuccessFill.js +23 -0
  48. package/icons/SuccessFill.svg +1 -0
  49. package/icons/SuccessOutline.js +26 -0
  50. package/icons/SuccessOutline.svg +1 -0
  51. package/icons/TagOutline.js +26 -0
  52. package/icons/TagOutline.svg +1 -0
  53. package/icons/UnavailableFill.js +23 -0
  54. package/icons/UnavailableFill.svg +1 -0
  55. package/icons/UnavailableOutline.js +26 -0
  56. package/icons/UnavailableOutline.svg +1 -0
  57. package/icons/WarningFill.js +25 -0
  58. package/icons/WarningFill.svg +1 -0
  59. package/icons/WarningOutline.js +29 -0
  60. package/icons/WarningOutline.svg +1 -0
  61. package/index.d.ts +31 -2
  62. package/index.js +30 -1
  63. package/metadata.js +876 -6
  64. package/package.json +1 -1
  65. /package/icons/{Check.svg → CheckMark.svg} +0 -0
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgNewWindow = function SvgNewWindow(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M20.277 12.276a.692.692 0 0 0-.692.693v5.461a1.156 1.156 0 0 1-1.16 1.15h-12.92a1.151 1.151 0 0 1-1.15-1.15v-12.926a1.151 1.151 0 0 1 1.15-1.152h5.458a.693.693 0 0 0 0-1.385h-5.458a2.54 2.54 0 0 0-2.535 2.537v12.926a2.539 2.539 0 0 0 2.535 2.537h12.92a2.544 2.544 0 0 0 2.545-2.537v-5.461a.693.693 0 0 0-.693-.693Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M13.796 10.837c.184 0 .36-.072.49-.202l5.288-5.29v4.057a.692.692 0 1 0 1.383 0v-5.675a.675.675 0 0 0-.686-.759l-.006-.002h-5.819a.693.693 0 0 0 0 1.386h4.159l-5.3 5.303a.693.693 0 0 0 .49 1.182Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgNewWindow as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.277 12.276a.692.692 0 0 0-.692.693v5.461a1.156 1.156 0 0 1-1.16 1.15h-12.92a1.151 1.151 0 0 1-1.15-1.15v-12.926a1.151 1.151 0 0 1 1.15-1.152h5.458a.693.693 0 0 0 0-1.385h-5.458a2.54 2.54 0 0 0-2.535 2.537v12.926a2.539 2.539 0 0 0 2.535 2.537h12.92a2.544 2.544 0 0 0 2.545-2.537v-5.461a.693.693 0 0 0-.693-.693Z" fill="#262627"/><path d="M13.796 10.837c.184 0 .36-.072.49-.202l5.288-5.29v4.057a.692.692 0 1 0 1.383 0v-5.675a.675.675 0 0 0-.686-.759l-.006-.002h-5.819a.693.693 0 0 0 0 1.386h4.159l-5.3 5.303a.693.693 0 0 0 .49 1.182Z" fill="#262627"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgSearch = function SvgSearch(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "m20.782 19.727-4.89-4.889a7.259 7.259 0 1 0-1.054 1.055l4.89 4.889a.745.745 0 1 0 1.054-1.055Zm-16.263-9.455a5.754 5.754 0 1 1 11.508.002 5.754 5.754 0 0 1-11.508-.002Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgSearch as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m20.782 19.727-4.89-4.889a7.259 7.259 0 1 0-1.054 1.055l4.89 4.889a.745.745 0 1 0 1.054-1.055Zm-16.263-9.455a5.754 5.754 0 1 1 11.508.002 5.754 5.754 0 0 1-11.508-.002Z" fill="#262627"/></svg>
package/icons/Square.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as _objectWithoutProperties, a as _extends } from './Check.js';
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgSuccessFill = function SvgSuccessFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.139 8.192-5.18 6.083a.74.74 0 0 1-.555.259h-.005a.73.73 0 0 1-.551-.25l-2.55-2.897a.735.735 0 0 1 1.101-.97l1.99 2.26 4.63-5.437a.735.735 0 1 1 1.12.952Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgSuccessFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.139 8.192-5.18 6.083a.74.74 0 0 1-.555.259h-.005a.73.73 0 0 1-.551-.25l-2.55-2.897a.735.735 0 0 1 1.101-.97l1.99 2.26 4.63-5.437a.735.735 0 1 1 1.12.952Z" fill="#18714C"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgSuccessOutline = function SvgSuccessOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "m15.02 9.24-4.631 5.437-1.99-2.26a.733.733 0 0 0-1.283.439.734.734 0 0 0 .181.531l2.55 2.897a.732.732 0 0 0 .552.25h.005a.74.74 0 0 0 .554-.259l5.181-6.083a.734.734 0 0 0-1.12-.952Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgSuccessOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.02 9.24-4.631 5.437-1.99-2.26a.733.733 0 0 0-1.283.439.734.734 0 0 0 .181.531l2.55 2.897a.732.732 0 0 0 .552.25h.005a.74.74 0 0 0 .554-.259l5.181-6.083a.734.734 0 0 0-1.12-.952Z" fill="#262627"/><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z" fill="#262627"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgTagOutline = function SvgTagOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M14.92 7.039a1.414 1.414 0 1 0 2 2 1.414 1.414 0 0 0-2-2Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M20.993 5.42a2.42 2.42 0 0 0-2.411-2.413l-5.63-.007a2.401 2.401 0 0 0-1.708.706l-7.538 7.537a2.417 2.417 0 0 0 0 3.415l5.635 5.634a2.414 2.414 0 0 0 3.416 0l7.536-7.535a2.427 2.427 0 0 0 .707-1.71l-.007-5.627Zm-1.767 6.27-7.535 7.536a.91.91 0 0 1-1.284 0l-5.634-5.634a.906.906 0 0 1 0-1.283l7.535-7.535a.911.911 0 0 1 .643-.266l5.628.007a.908.908 0 0 1 .906.907l.007 5.627a.906.906 0 0 1-.266.642Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgTagOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.92 7.039a1.414 1.414 0 1 0 2 2 1.414 1.414 0 0 0-2-2Z" fill="#262627"/><path d="M20.993 5.42a2.42 2.42 0 0 0-2.411-2.413l-5.63-.007a2.401 2.401 0 0 0-1.708.706l-7.538 7.537a2.417 2.417 0 0 0 0 3.415l5.635 5.634a2.414 2.414 0 0 0 3.416 0l7.536-7.535a2.427 2.427 0 0 0 .707-1.71l-.007-5.627Zm-1.767 6.27-7.535 7.536a.91.91 0 0 1-1.284 0l-5.634-5.634a.906.906 0 0 1 0-1.283l7.535-7.535a.911.911 0 0 1 .643-.266l5.628.007a.908.908 0 0 1 .906.907l.007 5.627a.906.906 0 0 1-.266.642Z" fill="#262627"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgUnavailableFill = function SvgUnavailableFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm3.53 7.53-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 1.06Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgUnavailableFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm3.53 7.53-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 1.06Z" fill="#98332F"/></svg>
@@ -0,0 +1,26 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgUnavailableOutline = function SvgUnavailableOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "m14.47 8.47-6 6a.75.75 0 1 0 1.06 1.06l6-6a.75.75 0 0 0-1.06-1.06Z",
22
+ fill: color
23
+ }));
24
+ };
25
+
26
+ export { SvgUnavailableOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18.5a8.5 8.5 0 1 1 8.5-8.5 8.51 8.51 0 0 1-8.5 8.5Z" fill="#262627"/><path d="m14.47 8.47-6 6a.75.75 0 1 0 1.06 1.06l6-6a.75.75 0 0 0-1.06-1.06Z" fill="#262627"/></svg>
@@ -0,0 +1,25 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgWarningFill = function SvgWarningFill(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "m2.13 19.503 9.075-15.997a1 1 0 0 1 1.375-.368 1 1 0 0 1 .365.375l8.928 15.996a1.004 1.004 0 0 1-.375 1.358.997.997 0 0 1-.497.133h-18.002a.997.997 0 0 1-.999-.997c0-.175.044-.348.13-.5Zm9.33-5.035a.748.748 0 0 0 1.278-.531v-5.254a.753.753 0 0 0-.749-.751.748.748 0 0 0-.749.751v5.254c0 .199.08.39.22.531Zm1.442 2.552a.915.915 0 0 1-.913.917.915.915 0 0 1-.914-.917.915.915 0 1 1 1.827 0Z",
21
+ fill: color
22
+ }));
23
+ };
24
+
25
+ export { SvgWarningFill as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m2.13 19.503 9.075-15.997a1 1 0 0 1 1.375-.368 1 1 0 0 1 .365.375l8.928 15.996a1.004 1.004 0 0 1-.375 1.358.997.997 0 0 1-.497.133h-18.002a.997.997 0 0 1-.999-.997c0-.175.044-.348.13-.5Zm9.33-5.035a.748.748 0 0 0 1.278-.531v-5.254a.753.753 0 0 0-.749-.751.748.748 0 0 0-.749.751v5.254c0 .199.08.39.22.531Zm1.442 2.552a.915.915 0 0 1-.913.917.915.915 0 0 1-.914-.917.915.915 0 1 1 1.827 0Z" fill="#7E6030"/></svg>
@@ -0,0 +1,29 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ArrowLeft.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgWarningOutline = function SvgWarningOutline(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M11.256 8.637v5.3c0 .2.079.393.218.535a.737.737 0 0 0 1.052 0 .765.765 0 0 0 .218-.536v-5.3a.765.765 0 0 0-.218-.535.737.737 0 0 0-1.052 0 .766.766 0 0 0-.218.536Z",
19
+ fill: color
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M12 16.122a.895.895 0 0 0-.504.156.92.92 0 0 0-.334.415.941.941 0 0 0 .197 1.007.892.892 0 0 0 .989.2.912.912 0 0 0 .406-.34.937.937 0 0 0-.113-1.168.906.906 0 0 0-.641-.27Z",
22
+ fill: color
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "m21.755 18.207-8.109-14.28a1.828 1.828 0 0 0-.664-.68 1.784 1.784 0 0 0-.91-.247h-.006a1.782 1.782 0 0 0-.907.244 1.825 1.825 0 0 0-.666.674l-8.242 14.28a1.888 1.888 0 0 0-.01 1.865c.16.285.39.521.668.686a1.8 1.8 0 0 0 .916.251h16.35a1.8 1.8 0 0 0 .913-.25c.278-.164.508-.399.668-.682a1.89 1.89 0 0 0-.001-1.86Zm-1.443 1.013a.15.15 0 0 1-.137.08h-16.35a.157.157 0 0 1-.137-.08.164.164 0 0 1 0-.162l8.242-14.28a.152.152 0 0 1 .136-.079.151.151 0 0 1 .137.08l8.109 14.279a.156.156 0 0 1 0 .162Z",
25
+ fill: color
26
+ }));
27
+ };
28
+
29
+ export { SvgWarningOutline as S };
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.256 8.637v5.3c0 .2.079.393.218.535a.737.737 0 0 0 1.052 0 .765.765 0 0 0 .218-.536v-5.3a.765.765 0 0 0-.218-.535.737.737 0 0 0-1.052 0 .766.766 0 0 0-.218.536Z" fill="#262627"/><path d="M12 16.122a.895.895 0 0 0-.504.156.92.92 0 0 0-.334.415.941.941 0 0 0 .197 1.007.892.892 0 0 0 .989.2.912.912 0 0 0 .406-.34.937.937 0 0 0-.113-1.168.906.906 0 0 0-.641-.27Z" fill="#262627"/><path d="m21.755 18.207-8.109-14.28a1.828 1.828 0 0 0-.664-.68 1.784 1.784 0 0 0-.91-.247h-.006a1.782 1.782 0 0 0-.907.244 1.825 1.825 0 0 0-.666.674l-8.242 14.28a1.888 1.888 0 0 0-.01 1.865c.16.285.39.521.668.686a1.8 1.8 0 0 0 .916.251h16.35a1.8 1.8 0 0 0 .913-.25c.278-.164.508-.399.668-.682a1.89 1.89 0 0 0-.001-1.86Zm-1.443 1.013a.15.15 0 0 1-.137.08h-16.35a.157.157 0 0 1-.137-.08.164.164 0 0 1 0-.162l8.242-14.28a.152.152 0 0 1 .136-.079.151.151 0 0 1 .137.08l8.109 14.279a.156.156 0 0 1 0 .162Z" fill="#262627"/></svg>
package/index.d.ts CHANGED
@@ -4,5 +4,34 @@ interface IconProps extends React.SVGProps<SVGSVGElement> {
4
4
  color?: string;
5
5
  }
6
6
 
7
- export declare const Check: React.FC<IconProps>;
8
- export declare const Square: React.FC<IconProps>;
7
+ export declare const ArrowLeft: React.FC<IconProps>;
8
+ export declare const ArrowRight: React.FC<IconProps>;
9
+ export declare const CaretDown: React.FC<IconProps>;
10
+ export declare const CaretUp: React.FC<IconProps>;
11
+ export declare const CheckMark: React.FC<IconProps>;
12
+ export declare const ChevronDown: React.FC<IconProps>;
13
+ export declare const ChevronLeft: React.FC<IconProps>;
14
+ export declare const ChevronRight: React.FC<IconProps>;
15
+ export declare const ChevronUp: React.FC<IconProps>;
16
+ export declare const Close: React.FC<IconProps>;
17
+ export declare const Copy: React.FC<IconProps>;
18
+ export declare const Currency: React.FC<IconProps>;
19
+ export declare const Dot: React.FC<IconProps>;
20
+ export declare const ErrorAlertFill: React.FC<IconProps>;
21
+ export declare const ErrorAlertOutline: React.FC<IconProps>;
22
+ export declare const Globe: React.FC<IconProps>;
23
+ export declare const HorizontalDots: React.FC<IconProps>;
24
+ export declare const InfoFill: React.FC<IconProps>;
25
+ export declare const InfoOutline: React.FC<IconProps>;
26
+ export declare const LightBulb: React.FC<IconProps>;
27
+ export declare const MinusOutline: React.FC<IconProps>;
28
+ export declare const NewWindow: React.FC<IconProps>;
29
+ export declare const Search: React.FC<IconProps>;
30
+ export declare const Square: React.FC<IconProps>;
31
+ export declare const SuccessFill: React.FC<IconProps>;
32
+ export declare const SuccessOutline: React.FC<IconProps>;
33
+ export declare const TagOutline: React.FC<IconProps>;
34
+ export declare const UnavailableFill: React.FC<IconProps>;
35
+ export declare const UnavailableOutline: React.FC<IconProps>;
36
+ export declare const WarningFill: React.FC<IconProps>;
37
+ export declare const WarningOutline: React.FC<IconProps>;
package/index.js CHANGED
@@ -1,3 +1,32 @@
1
- export { S as Check } from './icons/Check.js';
1
+ export { S as ArrowLeft } from './icons/ArrowLeft.js';
2
+ export { S as ArrowRight } from './icons/ArrowRight.js';
3
+ export { S as CaretDown } from './icons/CaretDown.js';
4
+ export { S as CaretUp } from './icons/CaretUp.js';
5
+ export { S as CheckMark } from './icons/CheckMark.js';
6
+ export { S as ChevronDown } from './icons/ChevronDown.js';
7
+ export { S as ChevronLeft } from './icons/ChevronLeft.js';
8
+ export { S as ChevronRight } from './icons/ChevronRight.js';
9
+ export { S as ChevronUp } from './icons/ChevronUp.js';
10
+ export { S as Close } from './icons/Close.js';
11
+ export { S as Copy } from './icons/Copy.js';
12
+ export { S as Currency } from './icons/Currency.js';
13
+ export { S as Dot } from './icons/Dot.js';
14
+ export { S as ErrorAlertFill } from './icons/ErrorAlertFill.js';
15
+ export { S as ErrorAlertOutline } from './icons/ErrorAlertOutline.js';
16
+ export { S as Globe } from './icons/Globe.js';
17
+ export { S as HorizontalDots } from './icons/HorizontalDots.js';
18
+ export { S as InfoFill } from './icons/InfoFill.js';
19
+ export { S as InfoOutline } from './icons/InfoOutline.js';
20
+ export { S as LightBulb } from './icons/LightBulb.js';
21
+ export { S as MinusOutline } from './icons/MinusOutline.js';
22
+ export { S as NewWindow } from './icons/NewWindow.js';
23
+ export { S as Search } from './icons/Search.js';
2
24
  export { S as Square } from './icons/Square.js';
25
+ export { S as SuccessFill } from './icons/SuccessFill.js';
26
+ export { S as SuccessOutline } from './icons/SuccessOutline.js';
27
+ export { S as TagOutline } from './icons/TagOutline.js';
28
+ export { S as UnavailableFill } from './icons/UnavailableFill.js';
29
+ export { S as UnavailableOutline } from './icons/UnavailableOutline.js';
30
+ export { S as WarningFill } from './icons/WarningFill.js';
31
+ export { S as WarningOutline } from './icons/WarningOutline.js';
3
32
  import 'react';