lucide-mui 0.511.0 → 0.522.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 (122) hide show
  1. package/cjs/icons/arrow-left-circle.js +2 -2
  2. package/cjs/icons/arrow-right-circle.js +2 -2
  3. package/cjs/icons/badge-question-mark.js +42 -0
  4. package/cjs/icons/barrel.js +43 -0
  5. package/cjs/icons/battery-charging.js +5 -8
  6. package/cjs/icons/battery-full.js +13 -26
  7. package/cjs/icons/battery-low.js +9 -16
  8. package/cjs/icons/battery-medium.js +11 -21
  9. package/cjs/icons/battery-plus.js +4 -4
  10. package/cjs/icons/battery-warning.js +3 -3
  11. package/cjs/icons/battery.js +7 -11
  12. package/cjs/icons/blocks.js +6 -6
  13. package/cjs/icons/book-alert.js +39 -0
  14. package/cjs/icons/card-sim.js +45 -0
  15. package/cjs/icons/check-square.js +1 -1
  16. package/cjs/icons/circle-arrow-left.js +2 -2
  17. package/cjs/icons/circle-arrow-right.js +2 -2
  18. package/cjs/icons/circle-pound-sterling.js +43 -0
  19. package/cjs/icons/circle-question-mark.js +41 -0
  20. package/cjs/icons/cloud-check.js +37 -0
  21. package/cjs/icons/drone.js +55 -0
  22. package/cjs/icons/egg-off.js +4 -7
  23. package/cjs/icons/egg.js +1 -1
  24. package/cjs/icons/eraser.js +2 -4
  25. package/cjs/icons/file-badge.js +6 -4
  26. package/cjs/icons/file-question-mark.js +39 -0
  27. package/cjs/icons/georgian-lari.js +41 -0
  28. package/cjs/icons/grid3x2.js +45 -0
  29. package/cjs/icons/house-plus.js +4 -4
  30. package/cjs/icons/id-card-lanyard.js +45 -0
  31. package/cjs/icons/line-squiggle.js +35 -0
  32. package/cjs/icons/list-collapse.js +4 -4
  33. package/cjs/icons/mail-question-mark.js +41 -0
  34. package/cjs/icons/message-circle-question-mark.js +39 -0
  35. package/cjs/icons/mic.js +7 -6
  36. package/cjs/icons/paperclip.js +4 -6
  37. package/cjs/icons/pocket.js +3 -3
  38. package/cjs/icons/radiation.js +3 -3
  39. package/cjs/icons/radio.js +6 -6
  40. package/cjs/icons/rectangle-circle.js +39 -0
  41. package/cjs/icons/settings2.js +2 -2
  42. package/cjs/icons/shield-question-mark.js +39 -0
  43. package/cjs/icons/shopping-bag.js +3 -3
  44. package/cjs/icons/spool.js +37 -0
  45. package/cjs/icons/square-check-big.js +1 -1
  46. package/cjs/icons/squircle-dashed.js +49 -0
  47. package/cjs/icons/stamp.js +3 -3
  48. package/cjs/icons/trophy.js +6 -6
  49. package/cjs/icons/wifi-cog.js +59 -0
  50. package/cjs/index.js +263 -3
  51. package/esm/icons/arrow-left-circle.js +2 -2
  52. package/esm/icons/arrow-right-circle.js +2 -2
  53. package/esm/icons/badge-question-mark.js +37 -0
  54. package/esm/icons/barrel.js +38 -0
  55. package/esm/icons/battery-charging.js +5 -8
  56. package/esm/icons/battery-full.js +13 -26
  57. package/esm/icons/battery-low.js +9 -16
  58. package/esm/icons/battery-medium.js +11 -21
  59. package/esm/icons/battery-plus.js +4 -4
  60. package/esm/icons/battery-warning.js +3 -3
  61. package/esm/icons/battery.js +7 -11
  62. package/esm/icons/blocks.js +6 -6
  63. package/esm/icons/book-alert.js +34 -0
  64. package/esm/icons/card-sim.js +40 -0
  65. package/esm/icons/check-square.js +1 -1
  66. package/esm/icons/circle-arrow-left.js +2 -2
  67. package/esm/icons/circle-arrow-right.js +2 -2
  68. package/esm/icons/circle-pound-sterling.js +38 -0
  69. package/esm/icons/circle-question-mark.js +36 -0
  70. package/esm/icons/cloud-check.js +32 -0
  71. package/esm/icons/drone.js +50 -0
  72. package/esm/icons/egg-off.js +4 -7
  73. package/esm/icons/egg.js +1 -1
  74. package/esm/icons/eraser.js +2 -4
  75. package/esm/icons/file-badge.js +6 -4
  76. package/esm/icons/file-question-mark.js +34 -0
  77. package/esm/icons/georgian-lari.js +36 -0
  78. package/esm/icons/grid3x2.js +40 -0
  79. package/esm/icons/house-plus.js +4 -4
  80. package/esm/icons/id-card-lanyard.js +40 -0
  81. package/esm/icons/line-squiggle.js +30 -0
  82. package/esm/icons/list-collapse.js +4 -4
  83. package/esm/icons/mail-question-mark.js +36 -0
  84. package/esm/icons/message-circle-question-mark.js +34 -0
  85. package/esm/icons/mic.js +7 -6
  86. package/esm/icons/paperclip.js +5 -7
  87. package/esm/icons/pocket.js +3 -3
  88. package/esm/icons/radiation.js +3 -3
  89. package/esm/icons/radio.js +6 -6
  90. package/esm/icons/rectangle-circle.js +34 -0
  91. package/esm/icons/settings2.js +2 -2
  92. package/esm/icons/shield-question-mark.js +34 -0
  93. package/esm/icons/shopping-bag.js +3 -3
  94. package/esm/icons/spool.js +32 -0
  95. package/esm/icons/square-check-big.js +1 -1
  96. package/esm/icons/squircle-dashed.js +44 -0
  97. package/esm/icons/stamp.js +3 -3
  98. package/esm/icons/trophy.js +6 -6
  99. package/esm/icons/wifi-cog.js +54 -0
  100. package/esm/index.js +20 -0
  101. package/package.json +1 -1
  102. package/types/icons/badge-question-mark.d.ts +6 -0
  103. package/types/icons/barrel.d.ts +6 -0
  104. package/types/icons/book-alert.d.ts +6 -0
  105. package/types/icons/card-sim.d.ts +6 -0
  106. package/types/icons/circle-pound-sterling.d.ts +6 -0
  107. package/types/icons/circle-question-mark.d.ts +6 -0
  108. package/types/icons/cloud-check.d.ts +6 -0
  109. package/types/icons/drone.d.ts +6 -0
  110. package/types/icons/file-question-mark.d.ts +6 -0
  111. package/types/icons/georgian-lari.d.ts +6 -0
  112. package/types/icons/grid3x2.d.ts +6 -0
  113. package/types/icons/id-card-lanyard.d.ts +6 -0
  114. package/types/icons/line-squiggle.d.ts +6 -0
  115. package/types/icons/mail-question-mark.d.ts +6 -0
  116. package/types/icons/message-circle-question-mark.d.ts +6 -0
  117. package/types/icons/rectangle-circle.d.ts +6 -0
  118. package/types/icons/shield-question-mark.d.ts +6 -0
  119. package/types/icons/spool.d.ts +6 -0
  120. package/types/icons/squircle-dashed.d.ts +6 -0
  121. package/types/icons/wifi-cog.d.ts +6 -0
  122. package/types/index.d.ts +20 -0
@@ -30,10 +30,10 @@ var ArrowLeftCircle = function ArrowLeftCircle(props) {
30
30
  cx: "12",
31
31
  cy: "12",
32
32
  r: "10"
33
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M16 12H8"
35
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
34
  d: "m12 8-4 4 4 4"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M16 12H8"
37
37
  })]
38
38
  })
39
39
  }));
@@ -30,10 +30,10 @@ var ArrowRightCircle = function ArrowRightCircle(props) {
30
30
  cx: "12",
31
31
  cy: "12",
32
32
  r: "10"
33
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M8 12h8"
35
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
34
  d: "m12 16 4-4-4-4"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M8 12h8"
37
37
  })]
38
38
  })
39
39
  }));
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _material = require("@mui/material");
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * [BadgeQuestionMark on lucide.dev](https://lucide.dev/icons/badge-question-mark)
16
+ */
17
+ var BadgeQuestionMark = function BadgeQuestionMark(props) {
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ stroke: "currentColor",
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
34
+ x1: "12",
35
+ x2: "12.01",
36
+ y1: "17",
37
+ y2: "17"
38
+ })]
39
+ })
40
+ }));
41
+ };
42
+ var _default = exports["default"] = BadgeQuestionMark;
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _material = require("@mui/material");
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * [Barrel on lucide.dev](https://lucide.dev/icons/barrel)
16
+ */
17
+ var Barrel = function Barrel(props) {
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ stroke: "currentColor",
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M10 3a41 41 0 0 0 0 18"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M14 3a41 41 0 0 1 0 18"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M17 3a2 2 0 0 1 1.68.92 15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92 15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3z"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M3.84 17h16.32"
37
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
38
+ d: "M3.84 7h16.32"
39
+ })]
40
+ })
41
+ }));
42
+ };
43
+ var _default = exports["default"] = Barrel;
@@ -27,16 +27,13 @@ var BatteryCharging = function BatteryCharging(props) {
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
29
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
- d: "M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2"
30
+ d: "m11 7-3 5h4l-3 5"
31
31
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
- d: "M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1"
32
+ d: "M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935"
33
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "m11 7-3 5h4l-3 5"
35
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
36
- x1: "22",
37
- x2: "22",
38
- y1: "11",
39
- y2: "13"
34
+ d: "M22 14v-4"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936"
40
37
  })]
41
38
  })
42
39
  }));
@@ -26,33 +26,20 @@ var BatteryFull = function BatteryFull(props) {
26
26
  strokeWidth: 2,
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
30
- width: "16",
31
- height: "10",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M10 10v4"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M14 10v4"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M22 14v-4"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M6 10v4"
37
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
32
38
  x: "2",
33
- y: "7",
34
- rx: "2",
35
- ry: "2"
36
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
37
- x1: "22",
38
- x2: "22",
39
- y1: "11",
40
- y2: "13"
41
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
42
- x1: "6",
43
- x2: "6",
44
- y1: "11",
45
- y2: "13"
46
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
47
- x1: "10",
48
- x2: "10",
49
- y1: "11",
50
- y2: "13"
51
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
52
- x1: "14",
53
- x2: "14",
54
- y1: "11",
55
- y2: "13"
39
+ y: "6",
40
+ width: "16",
41
+ height: "12",
42
+ rx: "2"
56
43
  })]
57
44
  })
58
45
  }));
@@ -26,23 +26,16 @@ var BatteryLow = function BatteryLow(props) {
26
26
  strokeWidth: 2,
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
30
- width: "16",
31
- height: "10",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M22 14v-4"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M6 14v-4"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
32
34
  x: "2",
33
- y: "7",
34
- rx: "2",
35
- ry: "2"
36
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
37
- x1: "22",
38
- x2: "22",
39
- y1: "11",
40
- y2: "13"
41
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
42
- x1: "6",
43
- x2: "6",
44
- y1: "11",
45
- y2: "13"
35
+ y: "6",
36
+ width: "16",
37
+ height: "12",
38
+ rx: "2"
46
39
  })]
47
40
  })
48
41
  }));
@@ -26,28 +26,18 @@ var BatteryMedium = function BatteryMedium(props) {
26
26
  strokeWidth: 2,
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
30
- width: "16",
31
- height: "10",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M10 14v-4"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M22 14v-4"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M6 14v-4"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
32
36
  x: "2",
33
- y: "7",
34
- rx: "2",
35
- ry: "2"
36
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
37
- x1: "22",
38
- x2: "22",
39
- y1: "11",
40
- y2: "13"
41
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
42
- x1: "6",
43
- x2: "6",
44
- y1: "11",
45
- y2: "13"
46
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
47
- x1: "10",
48
- x2: "10",
49
- y1: "11",
50
- y2: "13"
37
+ y: "6",
38
+ width: "16",
39
+ height: "12",
40
+ rx: "2"
51
41
  })]
52
42
  })
53
43
  }));
@@ -29,13 +29,13 @@ var BatteryPlus = function BatteryPlus(props) {
29
29
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
30
  d: "M10 9v6"
31
31
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
- d: "M13.5 7H16a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2.5"
32
+ d: "M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605"
33
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M22 11v2"
35
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
- d: "M6.5 17H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.5"
34
+ d: "M22 14v-4"
37
35
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
38
36
  d: "M7 12h6"
37
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
38
+ d: "M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606"
39
39
  })]
40
40
  })
41
41
  }));
@@ -31,11 +31,11 @@ var BatteryWarning = function BatteryWarning(props) {
31
31
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
32
  d: "M10 7v6"
33
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2"
34
+ d: "M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2"
35
35
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
- d: "M22 11v2"
36
+ d: "M22 14v-4"
37
37
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
38
- d: "M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2"
38
+ d: "M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2"
39
39
  })]
40
40
  })
41
41
  }));
@@ -26,18 +26,14 @@ var Battery = function Battery(props) {
26
26
  strokeWidth: 2,
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
30
- width: "16",
31
- height: "10",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M 22 14 L 22 10"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
32
32
  x: "2",
33
- y: "7",
34
- rx: "2",
35
- ry: "2"
36
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
37
- x1: "22",
38
- x2: "22",
39
- y1: "11",
40
- y2: "13"
33
+ y: "6",
34
+ width: "16",
35
+ height: "12",
36
+ rx: "2"
41
37
  })]
42
38
  })
43
39
  }));
@@ -26,14 +26,14 @@ var Blocks = function Blocks(props) {
26
26
  strokeWidth: 2,
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
30
- width: "7",
31
- height: "7",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
32
32
  x: "14",
33
- y: "3",
33
+ y: "2",
34
+ width: "8",
35
+ height: "8",
34
36
  rx: "1"
35
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
- d: "M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3"
37
37
  })]
38
38
  })
39
39
  }));
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _material = require("@mui/material");
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * [BookAlert on lucide.dev](https://lucide.dev/icons/book-alert)
16
+ */
17
+ var BookAlert = function BookAlert(props) {
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ stroke: "currentColor",
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M12 13h.01"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M12 6v3"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"
35
+ })]
36
+ })
37
+ }));
38
+ };
39
+ var _default = exports["default"] = BookAlert;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _material = require("@mui/material");
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * [CardSim on lucide.dev](https://lucide.dev/icons/card-sim)
16
+ */
17
+ var CardSim = function CardSim(props) {
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ stroke: "currentColor",
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M12 14v4"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M8 14h8"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
36
+ x: "8",
37
+ y: "10",
38
+ width: "8",
39
+ height: "8",
40
+ rx: "1"
41
+ })]
42
+ })
43
+ }));
44
+ };
45
+ var _default = exports["default"] = CardSim;
@@ -27,7 +27,7 @@ var CheckSquare = function CheckSquare(props) {
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
29
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
- d: "M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5"
30
+ d: "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344"
31
31
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
32
  d: "m9 11 3 3L22 4"
33
33
  })]
@@ -30,10 +30,10 @@ var CircleArrowLeft = function CircleArrowLeft(props) {
30
30
  cx: "12",
31
31
  cy: "12",
32
32
  r: "10"
33
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M16 12H8"
35
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
34
  d: "m12 8-4 4 4 4"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M16 12H8"
37
37
  })]
38
38
  })
39
39
  }));
@@ -30,10 +30,10 @@ var CircleArrowRight = function CircleArrowRight(props) {
30
30
  cx: "12",
31
31
  cy: "12",
32
32
  r: "10"
33
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
- d: "M8 12h8"
35
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
34
  d: "m12 16 4-4-4-4"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M8 12h8"
37
37
  })]
38
38
  })
39
39
  }));
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _material = require("@mui/material");
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * [CirclePoundSterling on lucide.dev](https://lucide.dev/icons/circle-pound-sterling)
16
+ */
17
+ var CirclePoundSterling = function CirclePoundSterling(props) {
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ stroke: "currentColor",
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M10 16V9.5a1 1 0 0 1 5 0"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M8 12h4"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M8 16h7"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
36
+ cx: "12",
37
+ cy: "12",
38
+ r: "10"
39
+ })]
40
+ })
41
+ }));
42
+ };
43
+ var _default = exports["default"] = CirclePoundSterling;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _material = require("@mui/material");
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * [CircleQuestionMark on lucide.dev](https://lucide.dev/icons/circle-question-mark)
16
+ */
17
+ var CircleQuestionMark = function CircleQuestionMark(props) {
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ stroke: "currentColor",
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
30
+ cx: "12",
31
+ cy: "12",
32
+ r: "10"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M12 17h.01"
37
+ })]
38
+ })
39
+ }));
40
+ };
41
+ var _default = exports["default"] = CircleQuestionMark;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _material = require("@mui/material");
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * [CloudCheck on lucide.dev](https://lucide.dev/icons/cloud-check)
16
+ */
17
+ var CloudCheck = function CloudCheck(props) {
18
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
19
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24",
24
+ fill: "none",
25
+ stroke: "currentColor",
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "m17 15-5.5 5.5L9 18"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ d: "M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742"
33
+ })]
34
+ })
35
+ }));
36
+ };
37
+ var _default = exports["default"] = CloudCheck;