@nation-a/icons 0.2.1 → 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 +129 -105
- package/dist/index.mjs.map +1 -1
- package/dist/types/CloseCircleFillIcon.d.ts +7 -0
- package/dist/types/PauseCircleOutlineIcon.d.ts +7 -0
- package/dist/types/index.d.ts +2 -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
|
}
|
|
@@ -2543,6 +2543,29 @@ function b1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2543
2543
|
);
|
|
2544
2544
|
}
|
|
2545
2545
|
function G1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2546
|
+
return /* @__PURE__ */ l(
|
|
2547
|
+
"svg",
|
|
2548
|
+
{
|
|
2549
|
+
width: C,
|
|
2550
|
+
height: C,
|
|
2551
|
+
viewBox: "0 0 24 24",
|
|
2552
|
+
fill: "none",
|
|
2553
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2554
|
+
strokeWidth: "0",
|
|
2555
|
+
color: e,
|
|
2556
|
+
...o,
|
|
2557
|
+
children: /* @__PURE__ */ l(
|
|
2558
|
+
"path",
|
|
2559
|
+
{
|
|
2560
|
+
id: "Vector",
|
|
2561
|
+
d: "M12 4.63636C11.033 4.63636 10.0755 4.82683 9.18206 5.19689C8.28866 5.56694 7.4769 6.10935 6.79312 6.79312C6.10935 7.4769 5.56694 8.28866 5.19689 9.18206C4.82683 10.0755 4.63636 11.033 4.63636 12C4.63636 12.967 4.82683 13.9245 5.19689 14.8179C5.56694 15.7113 6.10935 16.5231 6.79312 17.2069C7.4769 17.8907 8.28866 18.4331 9.18206 18.8031C10.0755 19.1732 11.033 19.3636 12 19.3636C13.953 19.3636 15.8259 18.5878 17.2069 17.2069C18.5878 15.8259 19.3636 13.953 19.3636 12C19.3636 10.047 18.5878 8.17407 17.2069 6.79312C15.8259 5.41217 13.953 4.63636 12 4.63636ZM3 12C3 7.02955 7.02955 3 12 3C16.9705 3 21 7.02955 21 12C21 16.9705 16.9705 21 12 21C7.02955 21 3 16.9705 3 12ZM10.7727 7.90909V16.0909H9.13636V7.90909H10.7727ZM14.8636 7.90909V16.0909H13.2273V7.90909H14.8636Z",
|
|
2562
|
+
fill: "currentColor"
|
|
2563
|
+
}
|
|
2564
|
+
)
|
|
2565
|
+
}
|
|
2566
|
+
);
|
|
2567
|
+
}
|
|
2568
|
+
function N1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2546
2569
|
return /* @__PURE__ */ n(
|
|
2547
2570
|
"svg",
|
|
2548
2571
|
{
|
|
@@ -2573,7 +2596,7 @@ function G1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2573
2596
|
}
|
|
2574
2597
|
);
|
|
2575
2598
|
}
|
|
2576
|
-
function
|
|
2599
|
+
function j1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2577
2600
|
return /* @__PURE__ */ l(
|
|
2578
2601
|
"svg",
|
|
2579
2602
|
{
|
|
@@ -2598,7 +2621,7 @@ function N1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2598
2621
|
}
|
|
2599
2622
|
);
|
|
2600
2623
|
}
|
|
2601
|
-
function
|
|
2624
|
+
function Q1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2602
2625
|
return /* @__PURE__ */ l(
|
|
2603
2626
|
"svg",
|
|
2604
2627
|
{
|
|
@@ -2623,7 +2646,7 @@ function j1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2623
2646
|
}
|
|
2624
2647
|
);
|
|
2625
2648
|
}
|
|
2626
|
-
function
|
|
2649
|
+
function T1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2627
2650
|
return /* @__PURE__ */ l(
|
|
2628
2651
|
"svg",
|
|
2629
2652
|
{
|
|
@@ -2648,7 +2671,7 @@ function Q1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2648
2671
|
}
|
|
2649
2672
|
);
|
|
2650
2673
|
}
|
|
2651
|
-
function
|
|
2674
|
+
function q1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2652
2675
|
return /* @__PURE__ */ l(
|
|
2653
2676
|
"svg",
|
|
2654
2677
|
{
|
|
@@ -2671,7 +2694,7 @@ function T1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2671
2694
|
}
|
|
2672
2695
|
);
|
|
2673
2696
|
}
|
|
2674
|
-
function
|
|
2697
|
+
function J1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2675
2698
|
return /* @__PURE__ */ l(
|
|
2676
2699
|
"svg",
|
|
2677
2700
|
{
|
|
@@ -2696,7 +2719,7 @@ function _1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2696
2719
|
}
|
|
2697
2720
|
);
|
|
2698
2721
|
}
|
|
2699
|
-
function
|
|
2722
|
+
function K1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2700
2723
|
return /* @__PURE__ */ n(
|
|
2701
2724
|
"svg",
|
|
2702
2725
|
{
|
|
@@ -2736,7 +2759,7 @@ function q1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2736
2759
|
}
|
|
2737
2760
|
);
|
|
2738
2761
|
}
|
|
2739
|
-
function
|
|
2762
|
+
function X1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2740
2763
|
return /* @__PURE__ */ n(
|
|
2741
2764
|
"svg",
|
|
2742
2765
|
{
|
|
@@ -2769,7 +2792,7 @@ function J1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2769
2792
|
}
|
|
2770
2793
|
);
|
|
2771
2794
|
}
|
|
2772
|
-
function
|
|
2795
|
+
function Y1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2773
2796
|
return /* @__PURE__ */ n(
|
|
2774
2797
|
"svg",
|
|
2775
2798
|
{
|
|
@@ -2809,7 +2832,7 @@ function K1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2809
2832
|
}
|
|
2810
2833
|
);
|
|
2811
2834
|
}
|
|
2812
|
-
function
|
|
2835
|
+
function _1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2813
2836
|
return /* @__PURE__ */ l(
|
|
2814
2837
|
"svg",
|
|
2815
2838
|
{
|
|
@@ -2834,7 +2857,7 @@ function X1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2834
2857
|
}
|
|
2835
2858
|
);
|
|
2836
2859
|
}
|
|
2837
|
-
function
|
|
2860
|
+
function $1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2838
2861
|
return /* @__PURE__ */ l(
|
|
2839
2862
|
"svg",
|
|
2840
2863
|
{
|
|
@@ -2859,7 +2882,7 @@ function Y1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2859
2882
|
}
|
|
2860
2883
|
);
|
|
2861
2884
|
}
|
|
2862
|
-
function
|
|
2885
|
+
function z1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2863
2886
|
return /* @__PURE__ */ n(
|
|
2864
2887
|
"svg",
|
|
2865
2888
|
{
|
|
@@ -2890,7 +2913,7 @@ function $1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2890
2913
|
}
|
|
2891
2914
|
);
|
|
2892
2915
|
}
|
|
2893
|
-
function
|
|
2916
|
+
function C2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2894
2917
|
return /* @__PURE__ */ l(
|
|
2895
2918
|
"svg",
|
|
2896
2919
|
{
|
|
@@ -2913,7 +2936,7 @@ function z1({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2913
2936
|
}
|
|
2914
2937
|
);
|
|
2915
2938
|
}
|
|
2916
|
-
function
|
|
2939
|
+
function l2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2917
2940
|
return /* @__PURE__ */ n(
|
|
2918
2941
|
"svg",
|
|
2919
2942
|
{
|
|
@@ -2946,7 +2969,7 @@ function C2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2946
2969
|
}
|
|
2947
2970
|
);
|
|
2948
2971
|
}
|
|
2949
|
-
function
|
|
2972
|
+
function e2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2950
2973
|
return /* @__PURE__ */ l(
|
|
2951
2974
|
"svg",
|
|
2952
2975
|
{
|
|
@@ -2969,7 +2992,7 @@ function l2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2969
2992
|
}
|
|
2970
2993
|
);
|
|
2971
2994
|
}
|
|
2972
|
-
function
|
|
2995
|
+
function o2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2973
2996
|
return /* @__PURE__ */ l(
|
|
2974
2997
|
"svg",
|
|
2975
2998
|
{
|
|
@@ -2992,7 +3015,7 @@ function e2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
2992
3015
|
}
|
|
2993
3016
|
);
|
|
2994
3017
|
}
|
|
2995
|
-
function
|
|
3018
|
+
function n2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
2996
3019
|
return /* @__PURE__ */ l(
|
|
2997
3020
|
"svg",
|
|
2998
3021
|
{
|
|
@@ -3015,7 +3038,7 @@ function o2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3015
3038
|
}
|
|
3016
3039
|
);
|
|
3017
3040
|
}
|
|
3018
|
-
function
|
|
3041
|
+
function t2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3019
3042
|
return /* @__PURE__ */ l(
|
|
3020
3043
|
"svg",
|
|
3021
3044
|
{
|
|
@@ -3040,7 +3063,7 @@ function n2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3040
3063
|
}
|
|
3041
3064
|
);
|
|
3042
3065
|
}
|
|
3043
|
-
function
|
|
3066
|
+
function r2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3044
3067
|
return /* @__PURE__ */ l(
|
|
3045
3068
|
"svg",
|
|
3046
3069
|
{
|
|
@@ -3065,7 +3088,7 @@ function t2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3065
3088
|
}
|
|
3066
3089
|
);
|
|
3067
3090
|
}
|
|
3068
|
-
function
|
|
3091
|
+
function i2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3069
3092
|
return /* @__PURE__ */ l(
|
|
3070
3093
|
"svg",
|
|
3071
3094
|
{
|
|
@@ -3090,7 +3113,7 @@ function r2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3090
3113
|
}
|
|
3091
3114
|
);
|
|
3092
3115
|
}
|
|
3093
|
-
function
|
|
3116
|
+
function d2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3094
3117
|
return /* @__PURE__ */ n(
|
|
3095
3118
|
"svg",
|
|
3096
3119
|
{
|
|
@@ -3123,7 +3146,7 @@ function i2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3123
3146
|
}
|
|
3124
3147
|
);
|
|
3125
3148
|
}
|
|
3126
|
-
function
|
|
3149
|
+
function h2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3127
3150
|
return /* @__PURE__ */ l(
|
|
3128
3151
|
"svg",
|
|
3129
3152
|
{
|
|
@@ -3148,7 +3171,7 @@ function d2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3148
3171
|
}
|
|
3149
3172
|
);
|
|
3150
3173
|
}
|
|
3151
|
-
function
|
|
3174
|
+
function u2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3152
3175
|
return /* @__PURE__ */ l(
|
|
3153
3176
|
"svg",
|
|
3154
3177
|
{
|
|
@@ -3171,7 +3194,7 @@ function h2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3171
3194
|
}
|
|
3172
3195
|
);
|
|
3173
3196
|
}
|
|
3174
|
-
function
|
|
3197
|
+
function c2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3175
3198
|
return /* @__PURE__ */ l(
|
|
3176
3199
|
"svg",
|
|
3177
3200
|
{
|
|
@@ -3196,7 +3219,7 @@ function u2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3196
3219
|
}
|
|
3197
3220
|
);
|
|
3198
3221
|
}
|
|
3199
|
-
function
|
|
3222
|
+
function w2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3200
3223
|
return /* @__PURE__ */ l(
|
|
3201
3224
|
"svg",
|
|
3202
3225
|
{
|
|
@@ -3219,7 +3242,7 @@ function c2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3219
3242
|
}
|
|
3220
3243
|
);
|
|
3221
3244
|
}
|
|
3222
|
-
function
|
|
3245
|
+
function L2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3223
3246
|
return /* @__PURE__ */ n(
|
|
3224
3247
|
"svg",
|
|
3225
3248
|
{
|
|
@@ -3257,7 +3280,7 @@ function w2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3257
3280
|
}
|
|
3258
3281
|
);
|
|
3259
3282
|
}
|
|
3260
|
-
function
|
|
3283
|
+
function v2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3261
3284
|
return /* @__PURE__ */ l(
|
|
3262
3285
|
"svg",
|
|
3263
3286
|
{
|
|
@@ -3282,7 +3305,7 @@ function L2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3282
3305
|
}
|
|
3283
3306
|
);
|
|
3284
3307
|
}
|
|
3285
|
-
function
|
|
3308
|
+
function f2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3286
3309
|
return /* @__PURE__ */ l(
|
|
3287
3310
|
"svg",
|
|
3288
3311
|
{
|
|
@@ -3307,7 +3330,7 @@ function v2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3307
3330
|
}
|
|
3308
3331
|
);
|
|
3309
3332
|
}
|
|
3310
|
-
function
|
|
3333
|
+
function g2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3311
3334
|
return /* @__PURE__ */ l(
|
|
3312
3335
|
"svg",
|
|
3313
3336
|
{
|
|
@@ -3332,7 +3355,7 @@ function f2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3332
3355
|
}
|
|
3333
3356
|
);
|
|
3334
3357
|
}
|
|
3335
|
-
function
|
|
3358
|
+
function p2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3336
3359
|
return /* @__PURE__ */ n(
|
|
3337
3360
|
"svg",
|
|
3338
3361
|
{
|
|
@@ -3367,7 +3390,7 @@ function g2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3367
3390
|
}
|
|
3368
3391
|
);
|
|
3369
3392
|
}
|
|
3370
|
-
function
|
|
3393
|
+
function s2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3371
3394
|
return /* @__PURE__ */ n(
|
|
3372
3395
|
"svg",
|
|
3373
3396
|
{
|
|
@@ -3400,7 +3423,7 @@ function p2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
|
3400
3423
|
}
|
|
3401
3424
|
);
|
|
3402
3425
|
}
|
|
3403
|
-
function
|
|
3426
|
+
function M2({ size: C = 24, color: e = "currentColor", ...o }) {
|
|
3404
3427
|
return /* @__PURE__ */ n(
|
|
3405
3428
|
"svg",
|
|
3406
3429
|
{
|
|
@@ -3468,18 +3491,18 @@ export {
|
|
|
3468
3491
|
D as ChevronUpOutlineIcon,
|
|
3469
3492
|
E as ClipCircleFillIcon,
|
|
3470
3493
|
P as ClipCircleOutlineIcon,
|
|
3471
|
-
b as
|
|
3472
|
-
G as
|
|
3473
|
-
N as
|
|
3494
|
+
b as CloseCircleFillIcon,
|
|
3495
|
+
G as CloseCircleOutlineIcon,
|
|
3496
|
+
N as CloseOutlineIcon,
|
|
3474
3497
|
j as ControlOutlineIcon,
|
|
3475
3498
|
Q as DangerCircleOutlineIcon,
|
|
3476
3499
|
T as DangerOutlineIcon,
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3500
|
+
q as DirectionCircleFillIcon,
|
|
3501
|
+
J as DirectionCircleOutlineIcon,
|
|
3502
|
+
K as DiscordFillIcon,
|
|
3503
|
+
X as DoOutlineIcon,
|
|
3504
|
+
Y as DownloadOutlineIcon,
|
|
3505
|
+
_ as DuplicateOutlineIcon,
|
|
3483
3506
|
$ as EditOutlineIcon,
|
|
3484
3507
|
z as EditorOutlineIcon,
|
|
3485
3508
|
C1 as ExitOutlineIcon,
|
|
@@ -3523,37 +3546,38 @@ export {
|
|
|
3523
3546
|
E1 as NotificationFillIcon,
|
|
3524
3547
|
P1 as NotificationOffOutlineIcon,
|
|
3525
3548
|
b1 as NotificationOnOutlineIcon,
|
|
3526
|
-
G1 as
|
|
3527
|
-
N1 as
|
|
3528
|
-
j1 as
|
|
3529
|
-
Q1 as
|
|
3530
|
-
T1 as
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
$1 as
|
|
3538
|
-
z1 as
|
|
3539
|
-
C2 as
|
|
3540
|
-
l2 as
|
|
3541
|
-
e2 as
|
|
3542
|
-
o2 as
|
|
3543
|
-
n2 as
|
|
3544
|
-
t2 as
|
|
3545
|
-
r2 as
|
|
3546
|
-
i2 as
|
|
3547
|
-
d2 as
|
|
3548
|
-
h2 as
|
|
3549
|
-
u2 as
|
|
3550
|
-
c2 as
|
|
3551
|
-
w2 as
|
|
3552
|
-
L2 as
|
|
3553
|
-
v2 as
|
|
3554
|
-
f2 as
|
|
3555
|
-
g2 as
|
|
3556
|
-
p2 as
|
|
3557
|
-
s2 as
|
|
3549
|
+
G1 as PauseCircleOutlineIcon,
|
|
3550
|
+
N1 as PauseFillIcon,
|
|
3551
|
+
j1 as PauseOutlineIcon,
|
|
3552
|
+
Q1 as PlayCircleFillIcon,
|
|
3553
|
+
T1 as PlayCircleOutlineIcon,
|
|
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
|
+
$1 as ReportOutlineIcon,
|
|
3561
|
+
z1 as ResetOutlineIcon,
|
|
3562
|
+
C2 as RotationOutlineIcon,
|
|
3563
|
+
l2 as SaveCloudOutlineIcon,
|
|
3564
|
+
e2 as SaveOutlineIcon,
|
|
3565
|
+
o2 as ScaleIcon,
|
|
3566
|
+
n2 as SearchFillIcon,
|
|
3567
|
+
t2 as SearchOutlineIcon,
|
|
3568
|
+
r2 as SendFillIcon,
|
|
3569
|
+
i2 as SendOutlineIcon,
|
|
3570
|
+
d2 as SetToCenterOutlineIcon,
|
|
3571
|
+
h2 as SettingOutlineIcon,
|
|
3572
|
+
u2 as ShareOutlineIcon,
|
|
3573
|
+
c2 as SkeletonOutlineIcon,
|
|
3574
|
+
w2 as UndoOutlineIcon,
|
|
3575
|
+
L2 as UploadOutlineIcon,
|
|
3576
|
+
v2 as UserFillIcon,
|
|
3577
|
+
f2 as UserOutlineIcon,
|
|
3578
|
+
g2 as VideoChatOutlineIcon,
|
|
3579
|
+
p2 as VisibleOutlineIcon,
|
|
3580
|
+
s2 as ZoomOutOutlineIcon,
|
|
3581
|
+
M2 as ZoonInOutlineIcon
|
|
3558
3582
|
};
|
|
3559
3583
|
//# sourceMappingURL=index.mjs.map
|