@nation-a/icons 0.3.0 → 0.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +54 -54
- package/dist/index.mjs.map +1 -1
- package/dist/types/CloseCircleFillIcon.d.ts +7 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/v3/ActionOulineIcon.d.ts +7 -0
- package/dist/types/{Close_CircleFillIcon.d.ts → v3/ArrowDownOutlineIcon.d.ts} +2 -2
- package/dist/types/v3/BookFillIcon.d.ts +7 -0
- package/dist/types/v3/ChatFillIcon.d.ts +7 -0
- package/dist/types/v3/ChevronLeftOutlineIcon.d.ts +7 -0
- package/dist/types/v3/ChevronRightOutlineIcon.d.ts +7 -0
- package/dist/types/v3/CloseOutlineIcon.d.ts +7 -0
- package/dist/types/v3/CompassFillIcon.d.ts +7 -0
- package/dist/types/v3/DartFillIcon.d.ts +7 -0
- package/dist/types/v3/DeleteOutlineIcon.d.ts +7 -0
- package/dist/types/v3/EllipsisOutlineIcon.d.ts +7 -0
- package/dist/types/v3/HeartFillIcon.d.ts +7 -0
- package/dist/types/v3/HeartOutlineIcon.d.ts +7 -0
- package/dist/types/v3/IghtbulbFillIcon.d.ts +7 -0
- package/dist/types/v3/LockFillIcon.d.ts +7 -0
- package/dist/types/v3/MessageSmileOutlineIcon.d.ts +7 -0
- package/dist/types/v3/NavCommentFillIcon.d.ts +7 -0
- package/dist/types/v3/NavHomeFillIcon.d.ts +7 -0
- package/dist/types/v3/NavMyFillIcon.d.ts +7 -0
- package/dist/types/v3/RecreateOutlineIcon.d.ts +7 -0
- package/dist/types/v3/SearchOutlineIcon.d.ts +7 -0
- package/dist/types/v3/SendFillIcon.d.ts +7 -0
- package/dist/types/v3/ThumbsDownFillIcon.d.ts +7 -0
- package/dist/types/v3/ThumbsDownOutlineIcon.d.ts +7 -0
- package/dist/types/v3/ThumbsUpFillIcon.d.ts +7 -0
- package/dist/types/v3/ThumbsUpOutlineIcon.d.ts +7 -0
- package/dist/types/v3/VideoFillIcon.d.ts +7 -0
- package/dist/types/v3/WandMagicFillIcon.d.ts +7 -0
- package/dist/types/v3/index.d.ts +28 -0
- package/dist/v3/index.cjs +2 -0
- package/dist/v3/index.cjs.map +1 -0
- package/dist/v3/index.mjs +720 -0
- package/dist/v3/index.mjs.map +1 -0
- package/package.json +6 -1
package/dist/index.mjs
CHANGED
|
@@ -931,6 +931,31 @@ function P({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
931
931
|
);
|
|
932
932
|
}
|
|
933
933
|
function b({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
934
|
+
return /* @__PURE__ */ l(
|
|
935
|
+
"svg",
|
|
936
|
+
{
|
|
937
|
+
width: C,
|
|
938
|
+
height: C,
|
|
939
|
+
viewBox: "0 0 24 24",
|
|
940
|
+
fill: "none",
|
|
941
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
942
|
+
strokeWidth: "0",
|
|
943
|
+
color: e,
|
|
944
|
+
...o,
|
|
945
|
+
children: /* @__PURE__ */ l(
|
|
946
|
+
"path",
|
|
947
|
+
{
|
|
948
|
+
id: "Exclude",
|
|
949
|
+
fillRule: "evenodd",
|
|
950
|
+
clipRule: "evenodd",
|
|
951
|
+
d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM8.43431 8.43398C8.74673 8.12156 9.25326 8.12156 9.56568 8.43398L12.0003 10.8686L14.4343 8.43455C14.7467 8.12213 15.2533 8.12213 15.5657 8.43455C15.8781 8.74697 15.8781 9.2535 15.5657 9.56592L13.1316 12L15.5657 14.434C15.8781 14.7464 15.8781 15.2529 15.5657 15.5653C15.2533 15.8778 14.7467 15.8778 14.4343 15.5653L12.0003 13.1313L9.56568 15.5659C9.25326 15.8783 8.74673 15.8783 8.43431 15.5659C8.12189 15.2535 8.12189 14.747 8.43431 14.4346L10.8689 12L8.43431 9.56535C8.12189 9.25293 8.12189 8.7464 8.43431 8.43398Z",
|
|
952
|
+
fill: "currentColor"
|
|
953
|
+
}
|
|
954
|
+
)
|
|
955
|
+
}
|
|
956
|
+
);
|
|
957
|
+
}
|
|
958
|
+
function G({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
934
959
|
return /* @__PURE__ */ n(
|
|
935
960
|
"svg",
|
|
936
961
|
{
|
|
@@ -963,7 +988,7 @@ function b({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
963
988
|
}
|
|
964
989
|
);
|
|
965
990
|
}
|
|
966
|
-
function
|
|
991
|
+
function N({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
967
992
|
return /* @__PURE__ */ l(
|
|
968
993
|
"svg",
|
|
969
994
|
{
|
|
@@ -986,31 +1011,6 @@ function G({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
986
1011
|
}
|
|
987
1012
|
);
|
|
988
1013
|
}
|
|
989
|
-
function N({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
990
|
-
return /* @__PURE__ */ l(
|
|
991
|
-
"svg",
|
|
992
|
-
{
|
|
993
|
-
width: C,
|
|
994
|
-
height: C,
|
|
995
|
-
viewBox: "0 0 24 24",
|
|
996
|
-
fill: "none",
|
|
997
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
998
|
-
strokeWidth: "0",
|
|
999
|
-
color: e,
|
|
1000
|
-
...o,
|
|
1001
|
-
children: /* @__PURE__ */ l(
|
|
1002
|
-
"path",
|
|
1003
|
-
{
|
|
1004
|
-
id: "Exclude",
|
|
1005
|
-
fillRule: "evenodd",
|
|
1006
|
-
clipRule: "evenodd",
|
|
1007
|
-
d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM8.43431 8.43398C8.74673 8.12156 9.25326 8.12156 9.56568 8.43398L12.0003 10.8686L14.4343 8.43455C14.7467 8.12213 15.2533 8.12213 15.5657 8.43455C15.8781 8.74697 15.8781 9.2535 15.5657 9.56592L13.1316 12L15.5657 14.434C15.8781 14.7464 15.8781 15.2529 15.5657 15.5653C15.2533 15.8778 14.7467 15.8778 14.4343 15.5653L12.0003 13.1313L9.56568 15.5659C9.25326 15.8783 8.74673 15.8783 8.43431 15.5659C8.12189 15.2535 8.12189 14.747 8.43431 14.4346L10.8689 12L8.43431 9.56535C8.12189 9.25293 8.12189 8.7464 8.43431 8.43398Z",
|
|
1008
|
-
fill: "currentColor"
|
|
1009
|
-
}
|
|
1010
|
-
)
|
|
1011
|
-
}
|
|
1012
|
-
);
|
|
1013
|
-
}
|
|
1014
1014
|
function j({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
1015
1015
|
return /* @__PURE__ */ n(
|
|
1016
1016
|
"svg",
|
|
@@ -1122,7 +1122,7 @@ function T({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
);
|
|
1124
1124
|
}
|
|
1125
|
-
function
|
|
1125
|
+
function q({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
1126
1126
|
return /* @__PURE__ */ l(
|
|
1127
1127
|
"svg",
|
|
1128
1128
|
{
|
|
@@ -1147,7 +1147,7 @@ function _({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
1147
1147
|
}
|
|
1148
1148
|
);
|
|
1149
1149
|
}
|
|
1150
|
-
function
|
|
1150
|
+
function J({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
1151
1151
|
return /* @__PURE__ */ l(
|
|
1152
1152
|
"svg",
|
|
1153
1153
|
{
|
|
@@ -1172,7 +1172,7 @@ function q({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
);
|
|
1174
1174
|
}
|
|
1175
|
-
function
|
|
1175
|
+
function K({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
1176
1176
|
return /* @__PURE__ */ l(
|
|
1177
1177
|
"svg",
|
|
1178
1178
|
{
|
|
@@ -1195,7 +1195,7 @@ function J({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
1195
1195
|
}
|
|
1196
1196
|
);
|
|
1197
1197
|
}
|
|
1198
|
-
function
|
|
1198
|
+
function X({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
1199
1199
|
return /* @__PURE__ */ l(
|
|
1200
1200
|
"svg",
|
|
1201
1201
|
{
|
|
@@ -1218,7 +1218,7 @@ function K({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
1218
1218
|
}
|
|
1219
1219
|
);
|
|
1220
1220
|
}
|
|
1221
|
-
function
|
|
1221
|
+
function Y({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
1222
1222
|
return /* @__PURE__ */ n(
|
|
1223
1223
|
"svg",
|
|
1224
1224
|
{
|
|
@@ -1249,7 +1249,7 @@ function X({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
1249
1249
|
}
|
|
1250
1250
|
);
|
|
1251
1251
|
}
|
|
1252
|
-
function
|
|
1252
|
+
function _({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
1253
1253
|
return /* @__PURE__ */ n(
|
|
1254
1254
|
"svg",
|
|
1255
1255
|
{
|
|
@@ -1416,7 +1416,7 @@ function e1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
1416
1416
|
"path",
|
|
1417
1417
|
{
|
|
1418
1418
|
id: "star",
|
|
1419
|
-
d: "M11.7227 4.33582C11.
|
|
1419
|
+
d: "M11.7227 4.33582C11.8265 4.09101 12.1735 4.09101 12.2773 4.33582L14.2529 9.00964L14.4287 9.42566L14.8789 9.46472L19.9736 9.9071C20.2385 9.93032 20.3454 10.2601 20.1445 10.4344L16.292 13.7753L15.9502 14.0712L16.0527 14.5106L17.2012 19.4755C17.2611 19.7347 16.9798 19.9388 16.752 19.8016L12.3877 17.1688L12 16.9344L11.6123 17.1688L7.24805 19.8016C7.02019 19.9388 6.73888 19.7347 6.79883 19.4755L7.94727 14.5106L8.0498 14.0712L7.70801 13.7753L3.85547 10.4344C3.65456 10.2602 3.76146 9.93032 4.02637 9.9071L9.12109 9.46472L9.57129 9.42566L9.74707 9.00964L11.7227 4.33582Z",
|
|
1420
1420
|
stroke: "currentColor",
|
|
1421
1421
|
strokeWidth: "1.5"
|
|
1422
1422
|
}
|
|
@@ -2671,7 +2671,7 @@ function T1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2671
2671
|
}
|
|
2672
2672
|
);
|
|
2673
2673
|
}
|
|
2674
|
-
function
|
|
2674
|
+
function q1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2675
2675
|
return /* @__PURE__ */ l(
|
|
2676
2676
|
"svg",
|
|
2677
2677
|
{
|
|
@@ -2694,7 +2694,7 @@ function _1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2694
2694
|
}
|
|
2695
2695
|
);
|
|
2696
2696
|
}
|
|
2697
|
-
function
|
|
2697
|
+
function J1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2698
2698
|
return /* @__PURE__ */ l(
|
|
2699
2699
|
"svg",
|
|
2700
2700
|
{
|
|
@@ -2719,7 +2719,7 @@ function q1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2719
2719
|
}
|
|
2720
2720
|
);
|
|
2721
2721
|
}
|
|
2722
|
-
function
|
|
2722
|
+
function K1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2723
2723
|
return /* @__PURE__ */ n(
|
|
2724
2724
|
"svg",
|
|
2725
2725
|
{
|
|
@@ -2759,7 +2759,7 @@ function J1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2759
2759
|
}
|
|
2760
2760
|
);
|
|
2761
2761
|
}
|
|
2762
|
-
function
|
|
2762
|
+
function X1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2763
2763
|
return /* @__PURE__ */ n(
|
|
2764
2764
|
"svg",
|
|
2765
2765
|
{
|
|
@@ -2792,7 +2792,7 @@ function K1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2792
2792
|
}
|
|
2793
2793
|
);
|
|
2794
2794
|
}
|
|
2795
|
-
function
|
|
2795
|
+
function Y1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2796
2796
|
return /* @__PURE__ */ n(
|
|
2797
2797
|
"svg",
|
|
2798
2798
|
{
|
|
@@ -2832,7 +2832,7 @@ function X1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2832
2832
|
}
|
|
2833
2833
|
);
|
|
2834
2834
|
}
|
|
2835
|
-
function
|
|
2835
|
+
function _1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2836
2836
|
return /* @__PURE__ */ l(
|
|
2837
2837
|
"svg",
|
|
2838
2838
|
{
|
|
@@ -3491,18 +3491,18 @@ export {
|
|
|
3491
3491
|
D as ChevronUpOutlineIcon,
|
|
3492
3492
|
E as ClipCircleFillIcon,
|
|
3493
3493
|
P as ClipCircleOutlineIcon,
|
|
3494
|
-
b as
|
|
3495
|
-
G as
|
|
3496
|
-
N as
|
|
3494
|
+
b as CloseCircleFillIcon,
|
|
3495
|
+
G as CloseCircleOutlineIcon,
|
|
3496
|
+
N as CloseOutlineIcon,
|
|
3497
3497
|
j as ControlOutlineIcon,
|
|
3498
3498
|
Q as DangerCircleOutlineIcon,
|
|
3499
3499
|
T as DangerOutlineIcon,
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3500
|
+
q as DirectionCircleFillIcon,
|
|
3501
|
+
J as DirectionCircleOutlineIcon,
|
|
3502
|
+
K as DiscordFillIcon,
|
|
3503
|
+
X as DoOutlineIcon,
|
|
3504
|
+
Y as DownloadOutlineIcon,
|
|
3505
|
+
_ as DuplicateOutlineIcon,
|
|
3506
3506
|
$ as EditOutlineIcon,
|
|
3507
3507
|
z as EditorOutlineIcon,
|
|
3508
3508
|
C1 as ExitOutlineIcon,
|
|
@@ -3551,12 +3551,12 @@ export {
|
|
|
3551
3551
|
j1 as PauseOutlineIcon,
|
|
3552
3552
|
Q1 as PlayCircleFillIcon,
|
|
3553
3553
|
T1 as PlayCircleOutlineIcon,
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3554
|
+
q1 as PlayFillIcon,
|
|
3555
|
+
J1 as PlayOutlineIcon,
|
|
3556
|
+
K1 as QuestionCircleOutlineIcon,
|
|
3557
|
+
X1 as QuestionOutlineIcon,
|
|
3558
|
+
Y1 as RemoveOutlineIcon,
|
|
3559
|
+
_1 as ReportFillIcon,
|
|
3560
3560
|
$1 as ReportOutlineIcon,
|
|
3561
3561
|
z1 as ResetOutlineIcon,
|
|
3562
3562
|
C2 as RotationOutlineIcon,
|