@geneui/icons 1.3.0 → 1.4.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.
package/icons/Error.js CHANGED
@@ -15,7 +15,13 @@ var SvgError = function SvgError(_ref) {
15
15
  fill: color,
16
16
  xmlns: "http://www.w3.org/2000/svg"
17
17
  }, props), /*#__PURE__*/React.createElement("path", {
18
- d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-.75 5.758a.75.75 0 1 1 1.5 0v5.243a.75.75 0 1 1-1.5 0v-5.243Zm.75 9.235a.915.915 0 1 1 0-1.83.915.915 0 0 1 0 1.83Z",
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: "M12 13.77a.75.75 0 0 0 .75-.75v-5.243a.75.75 0 1 0-1.5 0v5.244a.75.75 0 0 0 .75.75Z",
22
+ fill: color
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M12 15.184a.914.914 0 1 0 0 1.828.914.914 0 0 0 0-1.828Z",
19
25
  fill: color
20
26
  }));
21
27
  };
package/icons/Error.svg CHANGED
@@ -1 +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-20Zm-.75 5.758a.75.75 0 1 1 1.5 0v5.243a.75.75 0 1 1-1.5 0v-5.243Zm.75 9.235a.915.915 0 1 1 0-1.83.915.915 0 0 1 0 1.83Z" fill="#98332F"/></svg>
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="M12 13.77a.75.75 0 0 0 .75-.75v-5.243a.75.75 0 1 0-1.5 0v5.244a.75.75 0 0 0 .75.75Z" fill="#262627"/><path d="M12 15.184a.914.914 0 1 0 0 1.828.914.914 0 0 0 0-1.828Z" fill="#262627"/></svg>
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgErrorFilled = function SvgErrorFilled(_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-20Zm-.75 5.758a.75.75 0 1 1 1.5 0v5.243a.75.75 0 1 1-1.5 0v-5.243Zm.75 9.235a.915.915 0 1 1 0-1.83.915.915 0 0 1 0 1.83Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgErrorFilled 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-20Zm-.75 5.758a.75.75 0 1 1 1.5 0v5.243a.75.75 0 1 1-1.5 0v-5.243Zm.75 9.235a.915.915 0 1 1 0-1.83.915.915 0 0 1 0 1.83Z" fill="#98332F"/></svg>
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgInfoOutlined = function SvgInfoOutlined(_ref) {
5
+ var SvgInfo = function SvgInfo(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -26,4 +26,4 @@ var SvgInfoOutlined = function SvgInfoOutlined(_ref) {
26
26
  }));
27
27
  };
28
28
 
29
- export { SvgInfoOutlined as S };
29
+ export { SvgInfo as S };
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgLetterChecmark = function SvgLetterChecmark(_ref) {
5
+ var SvgLetterCheckmark = function SvgLetterCheckmark(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -20,4 +20,4 @@ var SvgLetterChecmark = function SvgLetterChecmark(_ref) {
20
20
  }));
21
21
  };
22
22
 
23
- export { SvgLetterChecmark as S };
23
+ export { SvgLetterCheckmark as S };
package/icons/Plus.js ADDED
@@ -0,0 +1,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgPlus = function SvgPlus(_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.883 3.007.117-.007a1 1 0 0 1 .993.883l.007.117v7h7a1 1 0 0 1 .993.883l.007.117a1 1 0 0 1-.883.993l-.117.007h-7v7a1 1 0 0 1-.883.993l-.117.007a1 1 0 0 1-.993-.883l-.007-.117v-7h-7a1 1 0 0 1-.993-.883l-.007-.117a1 1 0 0 1 .883-.993l.117-.007h7v-7a1 1 0 0 1 .883-.993l.117-.007-.117.007Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgPlus as S };
package/icons/Plus.svg ADDED
@@ -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.883 3.007.117-.007a1 1 0 0 1 .993.883l.007.117v7h7a1 1 0 0 1 .993.883l.007.117a1 1 0 0 1-.883.993l-.117.007h-7v7a1 1 0 0 1-.883.993l-.117.007a1 1 0 0 1-.993-.883l-.007-.117v-7h-7a1 1 0 0 1-.993-.883l-.007-.117a1 1 0 0 1 .883-.993l.117-.007h7v-7a1 1 0 0 1 .883-.993l.117-.007-.117.007Z" fill="#262627"/></svg>
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgSuccessOutline = function SvgSuccessOutline(_ref) {
5
+ var SvgSuccess = function SvgSuccess(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -23,4 +23,4 @@ var SvgSuccessOutline = function SvgSuccessOutline(_ref) {
23
23
  }));
24
24
  };
25
25
 
26
- export { SvgSuccessOutline as S };
26
+ export { SvgSuccess as S };
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgSuccessFill = function SvgSuccessFill(_ref) {
5
+ var SvgSuccessFilled = function SvgSuccessFilled(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -20,4 +20,4 @@ var SvgSuccessFill = function SvgSuccessFill(_ref) {
20
20
  }));
21
21
  };
22
22
 
23
- export { SvgSuccessFill as S };
23
+ export { SvgSuccessFilled as S };
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgTagOutline = function SvgTagOutline(_ref) {
5
+ var SvgTag = function SvgTag(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -23,4 +23,4 @@ var SvgTagOutline = function SvgTagOutline(_ref) {
23
23
  }));
24
24
  };
25
25
 
26
- export { SvgTagOutline as S };
26
+ export { SvgTag as S };
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgUnavailableOutline = function SvgUnavailableOutline(_ref) {
5
+ var SvgUnavailable = function SvgUnavailable(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -23,4 +23,4 @@ var SvgUnavailableOutline = function SvgUnavailableOutline(_ref) {
23
23
  }));
24
24
  };
25
25
 
26
- export { SvgUnavailableOutline as S };
26
+ export { SvgUnavailable as S };
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgUnavailableFill = function SvgUnavailableFill(_ref) {
5
+ var SvgUnavailableFilled = function SvgUnavailableFilled(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -20,4 +20,4 @@ var SvgUnavailableFill = function SvgUnavailableFill(_ref) {
20
20
  }));
21
21
  };
22
22
 
23
- export { SvgUnavailableFill as S };
23
+ export { SvgUnavailableFilled as S };
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgWarningOutline = function SvgWarningOutline(_ref) {
5
+ var SvgWarning = function SvgWarning(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -26,4 +26,4 @@ var SvgWarningOutline = function SvgWarningOutline(_ref) {
26
26
  }));
27
27
  };
28
28
 
29
- export { SvgWarningOutline as S };
29
+ export { SvgWarning as S };
package/index.d.ts CHANGED
@@ -99,7 +99,7 @@ export declare const EmojiSadFilled: React.FC<IconProps>;
99
99
  export declare const EqualOff: React.FC<IconProps>;
100
100
  export declare const Eraser: React.FC<IconProps>;
101
101
  export declare const Error: React.FC<IconProps>;
102
- export declare const ErrorOutlined: React.FC<IconProps>;
102
+ export declare const ErrorFilled: React.FC<IconProps>;
103
103
  export declare const Expand: React.FC<IconProps>;
104
104
  export declare const Fingerprint: React.FC<IconProps>;
105
105
  export declare const Flag: React.FC<IconProps>;
@@ -123,14 +123,14 @@ export declare const HeaderLeftFilled: React.FC<IconProps>;
123
123
  export declare const Heart: React.FC<IconProps>;
124
124
  export declare const HeartFilled: React.FC<IconProps>;
125
125
  export declare const Image: React.FC<IconProps>;
126
- export declare const InfoOutlined: React.FC<IconProps>;
126
+ export declare const Info: React.FC<IconProps>;
127
127
  export declare const IOT: React.FC<IconProps>;
128
128
  export declare const Joystick: React.FC<IconProps>;
129
129
  export declare const Language: React.FC<IconProps>;
130
130
  export declare const Layers: React.FC<IconProps>;
131
131
  export declare const Letter: React.FC<IconProps>;
132
+ export declare const LetterCheckmark: React.FC<IconProps>;
132
133
  export declare const LetterCheckmarkFilled: React.FC<IconProps>;
133
- export declare const LetterChecmark: React.FC<IconProps>;
134
134
  export declare const LetterFilled: React.FC<IconProps>;
135
135
  export declare const LetterOpened: React.FC<IconProps>;
136
136
  export declare const LightBulb: React.FC<IconProps>;
@@ -167,6 +167,7 @@ export declare const PhoneMobile: React.FC<IconProps>;
167
167
  export declare const Pin: React.FC<IconProps>;
168
168
  export declare const PinFilled: React.FC<IconProps>;
169
169
  export declare const Play: React.FC<IconProps>;
170
+ export declare const Plus: React.FC<IconProps>;
170
171
  export declare const Power: React.FC<IconProps>;
171
172
  export declare const Puzzle: React.FC<IconProps>;
172
173
  export declare const QRCode: React.FC<IconProps>;
@@ -184,17 +185,17 @@ export declare const Square: React.FC<IconProps>;
184
185
  export declare const Star: React.FC<IconProps>;
185
186
  export declare const StarFilled: React.FC<IconProps>;
186
187
  export declare const StarHalfFilled: React.FC<IconProps>;
187
- export declare const SuccessFill: React.FC<IconProps>;
188
- export declare const SuccessOutline: React.FC<IconProps>;
189
- export declare const TagOutline: React.FC<IconProps>;
188
+ export declare const Success: React.FC<IconProps>;
189
+ export declare const SuccessFilled: React.FC<IconProps>;
190
+ export declare const Tag: React.FC<IconProps>;
190
191
  export declare const ThreeDotsHorizontal: React.FC<IconProps>;
191
192
  export declare const ThreeDotsVertical: React.FC<IconProps>;
192
193
  export declare const TriangleAlert: React.FC<IconProps>;
193
- export declare const UnavailableFill: React.FC<IconProps>;
194
- export declare const UnavailableOutline: React.FC<IconProps>;
194
+ export declare const Unavailable: React.FC<IconProps>;
195
+ export declare const UnavailableFilled: React.FC<IconProps>;
195
196
  export declare const Wallet: React.FC<IconProps>;
196
197
  export declare const WalletFilled: React.FC<IconProps>;
197
198
  export declare const Wand: React.FC<IconProps>;
198
- export declare const WarningOutline: React.FC<IconProps>;
199
+ export declare const Warning: React.FC<IconProps>;
199
200
  export declare const WindowsNew: React.FC<IconProps>;
200
201
  export declare const X: React.FC<IconProps>;
package/index.js CHANGED
@@ -93,7 +93,7 @@ export { S as EmojiSadFilled } from './icons/EmojiSadFilled.js';
93
93
  export { S as EqualOff } from './icons/EqualOff.js';
94
94
  export { S as Eraser } from './icons/Eraser.js';
95
95
  export { S as Error } from './icons/Error.js';
96
- export { S as ErrorOutlined } from './icons/ErrorOutlined.js';
96
+ export { S as ErrorFilled } from './icons/ErrorFilled.js';
97
97
  export { S as Expand } from './icons/Expand.js';
98
98
  export { S as Fingerprint } from './icons/Fingerprint.js';
99
99
  export { S as Flag } from './icons/Flag.js';
@@ -117,14 +117,14 @@ export { S as HeaderLeftFilled } from './icons/HeaderLeftFilled.js';
117
117
  export { S as Heart } from './icons/Heart.js';
118
118
  export { S as HeartFilled } from './icons/HeartFilled.js';
119
119
  export { S as Image } from './icons/Image.js';
120
- export { S as InfoOutlined } from './icons/InfoOutlined.js';
120
+ export { S as Info } from './icons/Info.js';
121
121
  export { S as IOT } from './icons/IOT.js';
122
122
  export { S as Joystick } from './icons/Joystick.js';
123
123
  export { S as Language } from './icons/Language.js';
124
124
  export { S as Layers } from './icons/Layers.js';
125
125
  export { S as Letter } from './icons/Letter.js';
126
+ export { S as LetterCheckmark } from './icons/LetterCheckmark.js';
126
127
  export { S as LetterCheckmarkFilled } from './icons/LetterCheckmarkFilled.js';
127
- export { S as LetterChecmark } from './icons/LetterChecmark.js';
128
128
  export { S as LetterFilled } from './icons/LetterFilled.js';
129
129
  export { S as LetterOpened } from './icons/LetterOpened.js';
130
130
  export { S as LightBulb } from './icons/LightBulb.js';
@@ -161,6 +161,7 @@ export { S as PhoneMobile } from './icons/PhoneMobile.js';
161
161
  export { S as Pin } from './icons/Pin.js';
162
162
  export { S as PinFilled } from './icons/PinFilled.js';
163
163
  export { S as Play } from './icons/Play.js';
164
+ export { S as Plus } from './icons/Plus.js';
164
165
  export { S as Power } from './icons/Power.js';
165
166
  export { S as Puzzle } from './icons/Puzzle.js';
166
167
  export { S as QRCode } from './icons/QRCode.js';
@@ -178,18 +179,18 @@ export { S as Square } from './icons/Square.js';
178
179
  export { S as Star } from './icons/Star.js';
179
180
  export { S as StarFilled } from './icons/StarFilled.js';
180
181
  export { S as StarHalfFilled } from './icons/StarHalfFilled.js';
181
- export { S as SuccessFill } from './icons/SuccessFill.js';
182
- export { S as SuccessOutline } from './icons/SuccessOutline.js';
183
- export { S as TagOutline } from './icons/TagOutline.js';
182
+ export { S as Success } from './icons/Success.js';
183
+ export { S as SuccessFilled } from './icons/SuccessFilled.js';
184
+ export { S as Tag } from './icons/Tag.js';
184
185
  export { S as ThreeDotsHorizontal } from './icons/ThreeDotsHorizontal.js';
185
186
  export { S as ThreeDotsVertical } from './icons/ThreeDotsVertical.js';
186
187
  export { S as TriangleAlert } from './icons/TriangleAlert.js';
187
- export { S as UnavailableFill } from './icons/UnavailableFill.js';
188
- export { S as UnavailableOutline } from './icons/UnavailableOutline.js';
188
+ export { S as Unavailable } from './icons/Unavailable.js';
189
+ export { S as UnavailableFilled } from './icons/UnavailableFilled.js';
189
190
  export { S as Wallet } from './icons/Wallet.js';
190
191
  export { S as WalletFilled } from './icons/WalletFilled.js';
191
192
  export { S as Wand } from './icons/Wand.js';
192
- export { S as WarningOutline } from './icons/WarningOutline.js';
193
+ export { S as Warning } from './icons/Warning.js';
193
194
  export { S as WindowsNew } from './icons/WindowsNew.js';
194
195
  export { S as X } from './icons/X.js';
195
196
  import 'react';