@geneui/icons 1.4.2 → 1.4.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.
- package/icons/CheckMarkCircleFilled.js +23 -0
- package/icons/CheckMarkCircleFilled.svg +1 -0
- package/icons/PlaySquare.js +23 -0
- package/icons/PlaySquare.svg +1 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/metadata.js +71 -21
- package/package.json +1 -1
|
@@ -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 SvgCheckMarkCircleFilled = function SvgCheckMarkCircleFilled(_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.737.737 0 0 1-.555.258h-.005a.73.73 0 0 1-.551-.25l-2.55-2.896a.733.733 0 1 1 1.101-.97l1.99 2.259 4.63-5.437a.735.735 0 1 1 1.12.953Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgCheckMarkCircleFilled 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.737.737 0 0 1-.555.258h-.005a.73.73 0 0 1-.551-.25l-2.55-2.896a.733.733 0 1 1 1.101-.97l1.99 2.259 4.63-5.437a.735.735 0 1 1 1.12.953Z" fill="#18714C"/></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 SvgPlaySquare = function SvgPlaySquare(_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: "M2 6.25a3.25 3.25 0 0 1 3.25-3.25h13.5a3.25 3.25 0 0 1 3.25 3.25v11.5a3.25 3.25 0 0 1-3.25 3.25h-13.5a3.25 3.25 0 0 1-3.25-3.25v-11.5Zm3.25-1.75a1.75 1.75 0 0 0-1.75 1.75v11.5c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75v-11.5a1.75 1.75 0 0 0-1.75-1.75h-13.5Zm3.75 4.75v5.5a1 1 0 0 0 1.482.876l5-2.75a1 1 0 0 0 0-1.752l-5-2.75a1 1 0 0 0-1.482.877Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgPlaySquare 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="M2 6.25a3.25 3.25 0 0 1 3.25-3.25h13.5a3.25 3.25 0 0 1 3.25 3.25v11.5a3.25 3.25 0 0 1-3.25 3.25h-13.5a3.25 3.25 0 0 1-3.25-3.25v-11.5Zm3.25-1.75a1.75 1.75 0 0 0-1.75 1.75v11.5c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75v-11.5a1.75 1.75 0 0 0-1.75-1.75h-13.5Zm3.75 4.75v5.5a1 1 0 0 0 1.482.876l5-2.75a1 1 0 0 0 0-1.752l-5-2.75a1 1 0 0 0-1.482.877Z" fill="#262627"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare const CaretRightFilled: React.FC<IconProps>;
|
|
|
51
51
|
export declare const CaretUp: React.FC<IconProps>;
|
|
52
52
|
export declare const CaretUpFilled: React.FC<IconProps>;
|
|
53
53
|
export declare const CheckMark: React.FC<IconProps>;
|
|
54
|
+
export declare const CheckMarkCircleFilled: React.FC<IconProps>;
|
|
54
55
|
export declare const ChevronDoubleLeft: React.FC<IconProps>;
|
|
55
56
|
export declare const ChevronDoubleRight: React.FC<IconProps>;
|
|
56
57
|
export declare const ChevronDown: React.FC<IconProps>;
|
|
@@ -170,6 +171,7 @@ export declare const PhoneMobile: React.FC<IconProps>;
|
|
|
170
171
|
export declare const Pin: React.FC<IconProps>;
|
|
171
172
|
export declare const PinFilled: React.FC<IconProps>;
|
|
172
173
|
export declare const Play: React.FC<IconProps>;
|
|
174
|
+
export declare const PlaySquare: React.FC<IconProps>;
|
|
173
175
|
export declare const Plus: React.FC<IconProps>;
|
|
174
176
|
export declare const Power: React.FC<IconProps>;
|
|
175
177
|
export declare const Puzzle: React.FC<IconProps>;
|
package/index.js
CHANGED
|
@@ -45,6 +45,7 @@ export { S as CaretRightFilled } from './icons/CaretRightFilled.js';
|
|
|
45
45
|
export { S as CaretUp } from './icons/CaretUp.js';
|
|
46
46
|
export { S as CaretUpFilled } from './icons/CaretUpFilled.js';
|
|
47
47
|
export { S as CheckMark } from './icons/CheckMark.js';
|
|
48
|
+
export { S as CheckMarkCircleFilled } from './icons/CheckMarkCircleFilled.js';
|
|
48
49
|
export { S as ChevronDoubleLeft } from './icons/ChevronDoubleLeft.js';
|
|
49
50
|
export { S as ChevronDoubleRight } from './icons/ChevronDoubleRight.js';
|
|
50
51
|
export { S as ChevronDown } from './icons/ChevronDown.js';
|
|
@@ -164,6 +165,7 @@ export { S as PhoneMobile } from './icons/PhoneMobile.js';
|
|
|
164
165
|
export { S as Pin } from './icons/Pin.js';
|
|
165
166
|
export { S as PinFilled } from './icons/PinFilled.js';
|
|
166
167
|
export { S as Play } from './icons/Play.js';
|
|
168
|
+
export { S as PlaySquare } from './icons/PlaySquare.js';
|
|
167
169
|
export { S as Plus } from './icons/Plus.js';
|
|
168
170
|
export { S as Power } from './icons/Power.js';
|
|
169
171
|
export { S as Puzzle } from './icons/Puzzle.js';
|
package/metadata.js
CHANGED
|
@@ -492,8 +492,7 @@ const metadata = {
|
|
|
492
492
|
"next",
|
|
493
493
|
"navigate",
|
|
494
494
|
"direction",
|
|
495
|
-
"move"
|
|
496
|
-
"forward"
|
|
495
|
+
"move"
|
|
497
496
|
],
|
|
498
497
|
"aliases": [
|
|
499
498
|
""
|
|
@@ -914,8 +913,7 @@ const metadata = {
|
|
|
914
913
|
"equation",
|
|
915
914
|
"addition",
|
|
916
915
|
"minus",
|
|
917
|
-
"plus"
|
|
918
|
-
""
|
|
916
|
+
"plus"
|
|
919
917
|
],
|
|
920
918
|
"aliases": [
|
|
921
919
|
""
|
|
@@ -1115,8 +1113,7 @@ const metadata = {
|
|
|
1115
1113
|
"arrow",
|
|
1116
1114
|
"navigation",
|
|
1117
1115
|
"back",
|
|
1118
|
-
"previous"
|
|
1119
|
-
""
|
|
1116
|
+
"previous"
|
|
1120
1117
|
],
|
|
1121
1118
|
"aliases": [
|
|
1122
1119
|
""
|
|
@@ -1171,7 +1168,6 @@ const metadata = {
|
|
|
1171
1168
|
"keywords": [
|
|
1172
1169
|
"Caret",
|
|
1173
1170
|
"right",
|
|
1174
|
-
"",
|
|
1175
1171
|
"arrow",
|
|
1176
1172
|
"navigation",
|
|
1177
1173
|
"forward",
|
|
@@ -1309,6 +1305,39 @@ const metadata = {
|
|
|
1309
1305
|
],
|
|
1310
1306
|
"creation_date": "7/31/2024, 2:10:56 PM"
|
|
1311
1307
|
},
|
|
1308
|
+
"CheckMarkCircleFilled": {
|
|
1309
|
+
"id": "CheckMarkCircleFilledMajor",
|
|
1310
|
+
"name": "CheckMarkCircleFilled",
|
|
1311
|
+
"set": "major",
|
|
1312
|
+
"type": "filled",
|
|
1313
|
+
"keywords": [
|
|
1314
|
+
"Check",
|
|
1315
|
+
"Checkmark",
|
|
1316
|
+
"Circle Check",
|
|
1317
|
+
"Success",
|
|
1318
|
+
"Complete",
|
|
1319
|
+
"Done",
|
|
1320
|
+
"Approved",
|
|
1321
|
+
"Confirmed",
|
|
1322
|
+
"Verified",
|
|
1323
|
+
"yes",
|
|
1324
|
+
"correct",
|
|
1325
|
+
"saved"
|
|
1326
|
+
],
|
|
1327
|
+
"aliases": [
|
|
1328
|
+
""
|
|
1329
|
+
],
|
|
1330
|
+
"description": "A checkmark inside a circle, used to indicate success, completion, or a positive status.",
|
|
1331
|
+
"sizes": [
|
|
1332
|
+
16,
|
|
1333
|
+
20,
|
|
1334
|
+
24,
|
|
1335
|
+
28,
|
|
1336
|
+
32,
|
|
1337
|
+
48
|
|
1338
|
+
],
|
|
1339
|
+
"creation_date": "7/28/2025, 6:34:48 PM"
|
|
1340
|
+
},
|
|
1312
1341
|
"ChevronDoubleLeft": {
|
|
1313
1342
|
"id": "ChevronDoubleLeftMajor",
|
|
1314
1343
|
"name": "ChevronDoubleLeft",
|
|
@@ -1711,8 +1740,7 @@ const metadata = {
|
|
|
1711
1740
|
"notification"
|
|
1712
1741
|
],
|
|
1713
1742
|
"aliases": [
|
|
1714
|
-
"help"
|
|
1715
|
-
""
|
|
1743
|
+
"help"
|
|
1716
1744
|
],
|
|
1717
1745
|
"description": " \"The Circle Info icon represents information enclosed in a circular design, commonly used to provide details, guidance, or notifications in applications and interfaces.\",",
|
|
1718
1746
|
"sizes": [
|
|
@@ -2006,8 +2034,7 @@ const metadata = {
|
|
|
2006
2034
|
"clone",
|
|
2007
2035
|
"copy button",
|
|
2008
2036
|
"copy action",
|
|
2009
|
-
"replicate"
|
|
2010
|
-
""
|
|
2037
|
+
"replicate"
|
|
2011
2038
|
],
|
|
2012
2039
|
"aliases": [
|
|
2013
2040
|
""
|
|
@@ -3356,8 +3383,7 @@ const metadata = {
|
|
|
3356
3383
|
"search",
|
|
3357
3384
|
"trending",
|
|
3358
3385
|
"label",
|
|
3359
|
-
"number"
|
|
3360
|
-
""
|
|
3386
|
+
"number"
|
|
3361
3387
|
],
|
|
3362
3388
|
"aliases": [
|
|
3363
3389
|
""
|
|
@@ -3502,8 +3528,7 @@ const metadata = {
|
|
|
3502
3528
|
"File",
|
|
3503
3529
|
"Photo Gallery",
|
|
3504
3530
|
"Content",
|
|
3505
|
-
"Graphic"
|
|
3506
|
-
""
|
|
3531
|
+
"Graphic"
|
|
3507
3532
|
],
|
|
3508
3533
|
"aliases": [
|
|
3509
3534
|
""
|
|
@@ -3594,8 +3619,7 @@ const metadata = {
|
|
|
3594
3619
|
"Input",
|
|
3595
3620
|
"Directional",
|
|
3596
3621
|
"Arcade",
|
|
3597
|
-
"Movement"
|
|
3598
|
-
""
|
|
3622
|
+
"Movement"
|
|
3599
3623
|
],
|
|
3600
3624
|
"aliases": [
|
|
3601
3625
|
""
|
|
@@ -3839,8 +3863,7 @@ const metadata = {
|
|
|
3839
3863
|
"solution",
|
|
3840
3864
|
"concept",
|
|
3841
3865
|
"energy",
|
|
3842
|
-
"illumination"
|
|
3843
|
-
""
|
|
3866
|
+
"illumination"
|
|
3844
3867
|
],
|
|
3845
3868
|
"aliases": [
|
|
3846
3869
|
""
|
|
@@ -4368,8 +4391,7 @@ const metadata = {
|
|
|
4368
4391
|
"document",
|
|
4369
4392
|
"comment",
|
|
4370
4393
|
"communication",
|
|
4371
|
-
"writing"
|
|
4372
|
-
""
|
|
4394
|
+
"writing"
|
|
4373
4395
|
],
|
|
4374
4396
|
"aliases": [
|
|
4375
4397
|
""
|
|
@@ -4864,6 +4886,34 @@ const metadata = {
|
|
|
4864
4886
|
],
|
|
4865
4887
|
"creation_date": "2/20/2025, 1:36:20 PM"
|
|
4866
4888
|
},
|
|
4889
|
+
"PlaySquare": {
|
|
4890
|
+
"id": "PlaySquaremajor",
|
|
4891
|
+
"name": "PlaySquare",
|
|
4892
|
+
"set": "major",
|
|
4893
|
+
"type": "outline",
|
|
4894
|
+
"keywords": [
|
|
4895
|
+
"\"play\"",
|
|
4896
|
+
"\"start\"",
|
|
4897
|
+
"\"video\"",
|
|
4898
|
+
"\"media\"",
|
|
4899
|
+
"\"player\"",
|
|
4900
|
+
"\"button\"",
|
|
4901
|
+
"\"square\""
|
|
4902
|
+
],
|
|
4903
|
+
"aliases": [
|
|
4904
|
+
""
|
|
4905
|
+
],
|
|
4906
|
+
"description": "\"A square-framed play control that signals starting or resuming media playback, ideal for video players, previews, or any start action on media items.\"",
|
|
4907
|
+
"sizes": [
|
|
4908
|
+
16,
|
|
4909
|
+
20,
|
|
4910
|
+
24,
|
|
4911
|
+
28,
|
|
4912
|
+
32,
|
|
4913
|
+
48
|
|
4914
|
+
],
|
|
4915
|
+
"creation_date": "11/13/2025, 12:45:18 PM"
|
|
4916
|
+
},
|
|
4867
4917
|
"Plus": {
|
|
4868
4918
|
"id": "PlusMajor",
|
|
4869
4919
|
"name": "Plus",
|
package/package.json
CHANGED