@fichap/icons-react 1.0.6 → 1.0.7
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.d.mts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +447 -420
- package/dist/index.mjs +446 -420
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -116,6 +116,7 @@ __export(index_exports, {
|
|
|
116
116
|
AttachRegular: () => AttachRegular_default,
|
|
117
117
|
Bag2Bold: () => Bag2Bold_default,
|
|
118
118
|
Bag3Regular: () => Bag3Regular_default,
|
|
119
|
+
Bag4Regular: () => Bag4Regular_default,
|
|
119
120
|
BagBold: () => BagBold_default,
|
|
120
121
|
BagRegular: () => BagRegular_default,
|
|
121
122
|
BankCardInformationRegular: () => BankCardInformationRegular_default,
|
|
@@ -8718,8 +8719,30 @@ var BagRegular = (_a) => {
|
|
|
8718
8719
|
};
|
|
8719
8720
|
var BagRegular_default = BagRegular;
|
|
8720
8721
|
|
|
8721
|
-
// src/
|
|
8722
|
+
// src/Bag4Regular.tsx
|
|
8722
8723
|
var React368 = __toESM(require("react"));
|
|
8724
|
+
var Bag4Regular = (_a) => {
|
|
8725
|
+
var _b = _a, {
|
|
8726
|
+
size = 24,
|
|
8727
|
+
width,
|
|
8728
|
+
height,
|
|
8729
|
+
className
|
|
8730
|
+
} = _b, props = __objRest(_b, [
|
|
8731
|
+
"size",
|
|
8732
|
+
"width",
|
|
8733
|
+
"height",
|
|
8734
|
+
"className"
|
|
8735
|
+
]);
|
|
8736
|
+
var _a2, _b2;
|
|
8737
|
+
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8738
|
+
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8739
|
+
const resolvedViewBox = "0 0 24 24";
|
|
8740
|
+
return /* @__PURE__ */ React368.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React368.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.078 6.287h10.41c2.339 0 3.795 1.651 3.795 3.988v6.307c0 2.337-1.456 3.988-3.796 3.988H7.077c-2.338 0-3.794-1.65-3.794-3.988v-6.307c0-2.337 1.463-3.988 3.795-3.988m14.192 6.467H3.29m5.392 2.058v-2.06m7.195 2.06v-2.06m-.234-6.48v-.623a2.22 2.22 0 0 0-2.22-2.22h-2.28a2.22 2.22 0 0 0-2.22 2.22v.623" }));
|
|
8741
|
+
};
|
|
8742
|
+
var Bag4Regular_default = Bag4Regular;
|
|
8743
|
+
|
|
8744
|
+
// src/Bag3Regular.tsx
|
|
8745
|
+
var React369 = __toESM(require("react"));
|
|
8723
8746
|
var Bag3Regular = (_a) => {
|
|
8724
8747
|
var _b = _a, {
|
|
8725
8748
|
size = 24,
|
|
@@ -8736,12 +8759,12 @@ var Bag3Regular = (_a) => {
|
|
|
8736
8759
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8737
8760
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8738
8761
|
const resolvedViewBox = "0 0 24 24";
|
|
8739
|
-
return /* @__PURE__ */
|
|
8762
|
+
return /* @__PURE__ */ React369.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React369.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.773 9.305V6.273A3.77 3.77 0 0 0 12 2.5a3.773 3.773 0 0 0-3.79 3.756v3.049" }), /* @__PURE__ */ React369.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.742 21H7.258A4.256 4.256 0 0 1 3 16.745V11.23a4.256 4.256 0 0 1 4.258-4.255h9.484A4.256 4.256 0 0 1 21 11.23v5.516A4.256 4.256 0 0 1 16.742 21", clipRule: "evenodd" }));
|
|
8740
8763
|
};
|
|
8741
8764
|
var Bag3Regular_default = Bag3Regular;
|
|
8742
8765
|
|
|
8743
8766
|
// src/AttachRegular.tsx
|
|
8744
|
-
var
|
|
8767
|
+
var React370 = __toESM(require("react"));
|
|
8745
8768
|
var AttachRegular = (_a) => {
|
|
8746
8769
|
var _b = _a, {
|
|
8747
8770
|
size = 24,
|
|
@@ -8758,12 +8781,12 @@ var AttachRegular = (_a) => {
|
|
|
8758
8781
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8759
8782
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8760
8783
|
const resolvedViewBox = "0 0 24 24";
|
|
8761
|
-
return /* @__PURE__ */
|
|
8784
|
+
return /* @__PURE__ */ React370.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React370.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m21 12.396-6.309 6.308a6.85 6.85 0 0 1-9.685-9.686l4.393-4.392a4.549 4.549 0 1 1 6.433 6.433l-4.285 4.286A2.296 2.296 0 1 1 8.3 12.097l4.043-4.044" }));
|
|
8762
8785
|
};
|
|
8763
8786
|
var AttachRegular_default = AttachRegular;
|
|
8764
8787
|
|
|
8765
8788
|
// src/ArrowsDiagonalContractRegular.tsx
|
|
8766
|
-
var
|
|
8789
|
+
var React371 = __toESM(require("react"));
|
|
8767
8790
|
var ArrowsDiagonalContractRegular = (_a) => {
|
|
8768
8791
|
var _b = _a, {
|
|
8769
8792
|
size = 24,
|
|
@@ -8780,12 +8803,12 @@ var ArrowsDiagonalContractRegular = (_a) => {
|
|
|
8780
8803
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8781
8804
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8782
8805
|
const resolvedViewBox = "0 0 24 24";
|
|
8783
|
-
return /* @__PURE__ */
|
|
8806
|
+
return /* @__PURE__ */ React371.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React371.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.13 13.867 4 19.997m6.13-6.13-5.631.012m5.63-.012-.01 5.63m3.751-9.364L20 4.004m-6.13 6.13 5.63-.012m-5.63.011.01-5.63" }));
|
|
8784
8807
|
};
|
|
8785
8808
|
var ArrowsDiagonalContractRegular_default = ArrowsDiagonalContractRegular;
|
|
8786
8809
|
|
|
8787
8810
|
// src/ArrowUpRegular.tsx
|
|
8788
|
-
var
|
|
8811
|
+
var React372 = __toESM(require("react"));
|
|
8789
8812
|
var ArrowUpRegular = (_a) => {
|
|
8790
8813
|
var _b = _a, {
|
|
8791
8814
|
size = 24,
|
|
@@ -8802,12 +8825,12 @@ var ArrowUpRegular = (_a) => {
|
|
|
8802
8825
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8803
8826
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8804
8827
|
const resolvedViewBox = "0 0 24 24";
|
|
8805
|
-
return /* @__PURE__ */
|
|
8828
|
+
return /* @__PURE__ */ React372.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React372.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.726 4.25v15M5.701 10.3l6.024-6.05 6.025 6.05" }));
|
|
8806
8829
|
};
|
|
8807
8830
|
var ArrowUpRegular_default = ArrowUpRegular;
|
|
8808
8831
|
|
|
8809
8832
|
// src/ArrowUpSquareRegular.tsx
|
|
8810
|
-
var
|
|
8833
|
+
var React373 = __toESM(require("react"));
|
|
8811
8834
|
var ArrowUpSquareRegular = (_a) => {
|
|
8812
8835
|
var _b = _a, {
|
|
8813
8836
|
size = 24,
|
|
@@ -8824,12 +8847,12 @@ var ArrowUpSquareRegular = (_a) => {
|
|
|
8824
8847
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8825
8848
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8826
8849
|
const resolvedViewBox = "0 0 24 24";
|
|
8827
|
-
return /* @__PURE__ */
|
|
8850
|
+
return /* @__PURE__ */ React373.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React373.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.334 2.75H7.665c-3.02 0-4.915 2.139-4.915 5.166v8.168c0 3.027 1.885 5.166 4.915 5.166h8.67c3.03 0 4.915-2.139 4.915-5.166V7.916c0-3.027-1.886-5.166-4.916-5.166", clipRule: "evenodd" }), /* @__PURE__ */ React373.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 7.914v8.172m-3.748-4.408L12 7.914l3.748 3.764" }));
|
|
8828
8851
|
};
|
|
8829
8852
|
var ArrowUpSquareRegular_default = ArrowUpSquareRegular;
|
|
8830
8853
|
|
|
8831
8854
|
// src/ArrowUpRightsmRegular.tsx
|
|
8832
|
-
var
|
|
8855
|
+
var React374 = __toESM(require("react"));
|
|
8833
8856
|
var ArrowUpRightsmRegular = (_a) => {
|
|
8834
8857
|
var _b = _a, {
|
|
8835
8858
|
size = 24,
|
|
@@ -8846,12 +8869,12 @@ var ArrowUpRightsmRegular = (_a) => {
|
|
|
8846
8869
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8847
8870
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8848
8871
|
const resolvedViewBox = "0 0 24 24";
|
|
8849
|
-
return /* @__PURE__ */
|
|
8872
|
+
return /* @__PURE__ */ React374.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React374.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8 16 8-8m0 0h-6m6 0v6" }));
|
|
8850
8873
|
};
|
|
8851
8874
|
var ArrowUpRightsmRegular_default = ArrowUpRightsmRegular;
|
|
8852
8875
|
|
|
8853
8876
|
// src/ArrowUpCircleRegular.tsx
|
|
8854
|
-
var
|
|
8877
|
+
var React375 = __toESM(require("react"));
|
|
8855
8878
|
var ArrowUpCircleRegular = (_a) => {
|
|
8856
8879
|
var _b = _a, {
|
|
8857
8880
|
size = 24,
|
|
@@ -8868,12 +8891,12 @@ var ArrowUpCircleRegular = (_a) => {
|
|
|
8868
8891
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8869
8892
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8870
8893
|
const resolvedViewBox = "0 0 24 24";
|
|
8871
|
-
return /* @__PURE__ */
|
|
8894
|
+
return /* @__PURE__ */ React375.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React375.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0", clipRule: "evenodd" }), /* @__PURE__ */ React375.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.47 13.442 12 9.956l-3.471 3.486" }));
|
|
8872
8895
|
};
|
|
8873
8896
|
var ArrowUpCircleRegular_default = ArrowUpCircleRegular;
|
|
8874
8897
|
|
|
8875
8898
|
// src/ArrowUp3Regular.tsx
|
|
8876
|
-
var
|
|
8899
|
+
var React376 = __toESM(require("react"));
|
|
8877
8900
|
var ArrowUp3Regular = (_a) => {
|
|
8878
8901
|
var _b = _a, {
|
|
8879
8902
|
size = 24,
|
|
@@ -8890,12 +8913,12 @@ var ArrowUp3Regular = (_a) => {
|
|
|
8890
8913
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8891
8914
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8892
8915
|
const resolvedViewBox = "0 0 24 24";
|
|
8893
|
-
return /* @__PURE__ */
|
|
8916
|
+
return /* @__PURE__ */ React376.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React376.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.749 11.3v8.95" }), /* @__PURE__ */ React376.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m16.75 11.3-5.001-7.937L6.748 11.3z", clipRule: "evenodd" }));
|
|
8894
8917
|
};
|
|
8895
8918
|
var ArrowUp3Regular_default = ArrowUp3Regular;
|
|
8896
8919
|
|
|
8897
8920
|
// src/ArrowUp2Regular.tsx
|
|
8898
|
-
var
|
|
8921
|
+
var React377 = __toESM(require("react"));
|
|
8899
8922
|
var ArrowUp2Regular = (_a) => {
|
|
8900
8923
|
var _b = _a, {
|
|
8901
8924
|
size = 24,
|
|
@@ -8912,12 +8935,12 @@ var ArrowUp2Regular = (_a) => {
|
|
|
8912
8935
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8913
8936
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8914
8937
|
const resolvedViewBox = "0 0 24 24";
|
|
8915
|
-
return /* @__PURE__ */
|
|
8938
|
+
return /* @__PURE__ */ React377.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React377.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m5 15.5 7-7 7 7" }));
|
|
8916
8939
|
};
|
|
8917
8940
|
var ArrowUp2Regular_default = ArrowUp2Regular;
|
|
8918
8941
|
|
|
8919
8942
|
// src/ArrowRightRegular.tsx
|
|
8920
|
-
var
|
|
8943
|
+
var React378 = __toESM(require("react"));
|
|
8921
8944
|
var ArrowRightRegular = (_a) => {
|
|
8922
8945
|
var _b = _a, {
|
|
8923
8946
|
size = 24,
|
|
@@ -8934,12 +8957,12 @@ var ArrowRightRegular = (_a) => {
|
|
|
8934
8957
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8935
8958
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8936
8959
|
const resolvedViewBox = "0 0 24 24";
|
|
8937
|
-
return /* @__PURE__ */
|
|
8960
|
+
return /* @__PURE__ */ React378.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React378.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.75 11.726h-15m8.95-6.025 6.05 6.024-6.05 6.025" }));
|
|
8938
8961
|
};
|
|
8939
8962
|
var ArrowRightRegular_default = ArrowRightRegular;
|
|
8940
8963
|
|
|
8941
8964
|
// src/ArrowRightSquareRegular.tsx
|
|
8942
|
-
var
|
|
8965
|
+
var React379 = __toESM(require("react"));
|
|
8943
8966
|
var ArrowRightSquareRegular = (_a) => {
|
|
8944
8967
|
var _b = _a, {
|
|
8945
8968
|
size = 24,
|
|
@@ -8956,12 +8979,12 @@ var ArrowRightSquareRegular = (_a) => {
|
|
|
8956
8979
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8957
8980
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8958
8981
|
const resolvedViewBox = "0 0 24 24";
|
|
8959
|
-
return /* @__PURE__ */
|
|
8982
|
+
return /* @__PURE__ */ React379.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React379.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21.25 16.334V7.665c0-3.02-2.139-4.915-5.166-4.915H7.916c-3.027 0-5.166 1.885-5.166 4.915v8.67c0 3.03 2.139 4.915 5.166 4.915h8.168c3.027 0 5.166-1.886 5.166-4.916", clipRule: "evenodd" }), /* @__PURE__ */ React379.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.086 12H7.914m4.408-3.748L16.086 12l-3.764 3.748" }));
|
|
8960
8983
|
};
|
|
8961
8984
|
var ArrowRightSquareRegular_default = ArrowRightSquareRegular;
|
|
8962
8985
|
|
|
8963
8986
|
// src/ArrowRightSmRegular.tsx
|
|
8964
|
-
var
|
|
8987
|
+
var React380 = __toESM(require("react"));
|
|
8965
8988
|
var ArrowRightSmRegular = (_a) => {
|
|
8966
8989
|
var _b = _a, {
|
|
8967
8990
|
size = 24,
|
|
@@ -8978,12 +9001,12 @@ var ArrowRightSmRegular = (_a) => {
|
|
|
8978
9001
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
8979
9002
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
8980
9003
|
const resolvedViewBox = "0 0 24 24";
|
|
8981
|
-
return /* @__PURE__ */
|
|
9004
|
+
return /* @__PURE__ */ React380.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React380.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7 12h10m0 0-4-4m4 4-4 4" }));
|
|
8982
9005
|
};
|
|
8983
9006
|
var ArrowRightSmRegular_default = ArrowRightSmRegular;
|
|
8984
9007
|
|
|
8985
9008
|
// src/ArrowRightCircleRegular.tsx
|
|
8986
|
-
var
|
|
9009
|
+
var React381 = __toESM(require("react"));
|
|
8987
9010
|
var ArrowRightCircleRegular = (_a) => {
|
|
8988
9011
|
var _b = _a, {
|
|
8989
9012
|
size = 24,
|
|
@@ -9000,12 +9023,12 @@ var ArrowRightCircleRegular = (_a) => {
|
|
|
9000
9023
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9001
9024
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9002
9025
|
const resolvedViewBox = "0 0 24 24";
|
|
9003
|
-
return /* @__PURE__ */
|
|
9026
|
+
return /* @__PURE__ */ React381.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React381.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 21.25a9.25 9.25 0 1 0 0-18.5 9.25 9.25 0 0 0 0 18.5", clipRule: "evenodd" }), /* @__PURE__ */ React381.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.558 15.471 14.044 12l-3.486-3.471" }));
|
|
9004
9027
|
};
|
|
9005
9028
|
var ArrowRightCircleRegular_default = ArrowRightCircleRegular;
|
|
9006
9029
|
|
|
9007
9030
|
// src/ArrowRight3Regular.tsx
|
|
9008
|
-
var
|
|
9031
|
+
var React382 = __toESM(require("react"));
|
|
9009
9032
|
var ArrowRight3Regular = (_a) => {
|
|
9010
9033
|
var _b = _a, {
|
|
9011
9034
|
size = 24,
|
|
@@ -9022,12 +9045,12 @@ var ArrowRight3Regular = (_a) => {
|
|
|
9022
9045
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9023
9046
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9024
9047
|
const resolvedViewBox = "0 0 24 24";
|
|
9025
|
-
return /* @__PURE__ */
|
|
9048
|
+
return /* @__PURE__ */ React382.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React382.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.7 11.749H3.75" }), /* @__PURE__ */ React382.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m12.7 16.75 7.937-5.001L12.7 6.748z", clipRule: "evenodd" }));
|
|
9026
9049
|
};
|
|
9027
9050
|
var ArrowRight3Regular_default = ArrowRight3Regular;
|
|
9028
9051
|
|
|
9029
9052
|
// src/ArrowRight2Regular.tsx
|
|
9030
|
-
var
|
|
9053
|
+
var React383 = __toESM(require("react"));
|
|
9031
9054
|
var ArrowRight2Regular = (_a) => {
|
|
9032
9055
|
var _b = _a, {
|
|
9033
9056
|
size = 24,
|
|
@@ -9044,12 +9067,12 @@ var ArrowRight2Regular = (_a) => {
|
|
|
9044
9067
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9045
9068
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9046
9069
|
const resolvedViewBox = "0 0 24 24";
|
|
9047
|
-
return /* @__PURE__ */
|
|
9070
|
+
return /* @__PURE__ */ React383.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React383.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8.5 5 7 7-7 7" }));
|
|
9048
9071
|
};
|
|
9049
9072
|
var ArrowRight2Regular_default = ArrowRight2Regular;
|
|
9050
9073
|
|
|
9051
9074
|
// src/ArrowRight22Regular.tsx
|
|
9052
|
-
var
|
|
9075
|
+
var React384 = __toESM(require("react"));
|
|
9053
9076
|
var ArrowRight22Regular = (_a) => {
|
|
9054
9077
|
var _b = _a, {
|
|
9055
9078
|
size = 24,
|
|
@@ -9066,12 +9089,12 @@ var ArrowRight22Regular = (_a) => {
|
|
|
9066
9089
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9067
9090
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9068
9091
|
const resolvedViewBox = "0 0 24 24";
|
|
9069
|
-
return /* @__PURE__ */
|
|
9092
|
+
return /* @__PURE__ */ React384.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React384.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.5 5s7 4.144 7 7-7 7-7 7" }));
|
|
9070
9093
|
};
|
|
9071
9094
|
var ArrowRight22Regular_default = ArrowRight22Regular;
|
|
9072
9095
|
|
|
9073
9096
|
// src/ArrowLeftRegular.tsx
|
|
9074
|
-
var
|
|
9097
|
+
var React385 = __toESM(require("react"));
|
|
9075
9098
|
var ArrowLeftRegular = (_a) => {
|
|
9076
9099
|
var _b = _a, {
|
|
9077
9100
|
size = 24,
|
|
@@ -9088,12 +9111,12 @@ var ArrowLeftRegular = (_a) => {
|
|
|
9088
9111
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9089
9112
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9090
9113
|
const resolvedViewBox = "0 0 24 24";
|
|
9091
|
-
return /* @__PURE__ */
|
|
9114
|
+
return /* @__PURE__ */ React385.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React385.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.25 12.274h15m-8.95 6.025-6.05-6.024L10.3 6.25" }));
|
|
9092
9115
|
};
|
|
9093
9116
|
var ArrowLeftRegular_default = ArrowLeftRegular;
|
|
9094
9117
|
|
|
9095
9118
|
// src/ArrowLeftSquareRegular.tsx
|
|
9096
|
-
var
|
|
9119
|
+
var React386 = __toESM(require("react"));
|
|
9097
9120
|
var ArrowLeftSquareRegular = (_a) => {
|
|
9098
9121
|
var _b = _a, {
|
|
9099
9122
|
size = 24,
|
|
@@ -9110,12 +9133,12 @@ var ArrowLeftSquareRegular = (_a) => {
|
|
|
9110
9133
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9111
9134
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9112
9135
|
const resolvedViewBox = "0 0 24 24";
|
|
9113
|
-
return /* @__PURE__ */
|
|
9136
|
+
return /* @__PURE__ */ React386.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React386.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.75 7.666v8.669c0 3.02 2.139 4.915 5.166 4.915h8.168c3.027 0 5.166-1.885 5.166-4.915v-8.67c0-3.03-2.139-4.915-5.166-4.915H7.916c-3.027 0-5.166 1.886-5.166 4.916", clipRule: "evenodd" }), /* @__PURE__ */ React386.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.914 12h8.172m-4.408 3.748L7.914 12l3.764-3.748" }));
|
|
9114
9137
|
};
|
|
9115
9138
|
var ArrowLeftSquareRegular_default = ArrowLeftSquareRegular;
|
|
9116
9139
|
|
|
9117
9140
|
// src/ArrowLeftCircleRegular.tsx
|
|
9118
|
-
var
|
|
9141
|
+
var React387 = __toESM(require("react"));
|
|
9119
9142
|
var ArrowLeftCircleRegular = (_a) => {
|
|
9120
9143
|
var _b = _a, {
|
|
9121
9144
|
size = 24,
|
|
@@ -9132,12 +9155,12 @@ var ArrowLeftCircleRegular = (_a) => {
|
|
|
9132
9155
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9133
9156
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9134
9157
|
const resolvedViewBox = "0 0 24 24";
|
|
9135
|
-
return /* @__PURE__ */
|
|
9158
|
+
return /* @__PURE__ */ React387.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React387.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 2.75a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", clipRule: "evenodd" }), /* @__PURE__ */ React387.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.442 8.529 9.956 12l3.486 3.471" }));
|
|
9136
9159
|
};
|
|
9137
9160
|
var ArrowLeftCircleRegular_default = ArrowLeftCircleRegular;
|
|
9138
9161
|
|
|
9139
9162
|
// src/ArrowLeft3Regular.tsx
|
|
9140
|
-
var
|
|
9163
|
+
var React388 = __toESM(require("react"));
|
|
9141
9164
|
var ArrowLeft3Regular = (_a) => {
|
|
9142
9165
|
var _b = _a, {
|
|
9143
9166
|
size = 24,
|
|
@@ -9154,12 +9177,12 @@ var ArrowLeft3Regular = (_a) => {
|
|
|
9154
9177
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9155
9178
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9156
9179
|
const resolvedViewBox = "0 0 24 24";
|
|
9157
|
-
return /* @__PURE__ */
|
|
9180
|
+
return /* @__PURE__ */ React388.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React388.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.3 12.251h8.95" }), /* @__PURE__ */ React388.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.3 7.25-7.937 5.001 7.937 5.001z", clipRule: "evenodd" }));
|
|
9158
9181
|
};
|
|
9159
9182
|
var ArrowLeft3Regular_default = ArrowLeft3Regular;
|
|
9160
9183
|
|
|
9161
9184
|
// src/ArrowLeft2Regular.tsx
|
|
9162
|
-
var
|
|
9185
|
+
var React389 = __toESM(require("react"));
|
|
9163
9186
|
var ArrowLeft2Regular = (_a) => {
|
|
9164
9187
|
var _b = _a, {
|
|
9165
9188
|
size = 24,
|
|
@@ -9176,12 +9199,12 @@ var ArrowLeft2Regular = (_a) => {
|
|
|
9176
9199
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9177
9200
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9178
9201
|
const resolvedViewBox = "0 0 24 24";
|
|
9179
|
-
return /* @__PURE__ */
|
|
9202
|
+
return /* @__PURE__ */ React389.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React389.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m15.5 19-7-7 7-7" }));
|
|
9180
9203
|
};
|
|
9181
9204
|
var ArrowLeft2Regular_default = ArrowLeft2Regular;
|
|
9182
9205
|
|
|
9183
9206
|
// src/ArrowLeft22Regular.tsx
|
|
9184
|
-
var
|
|
9207
|
+
var React390 = __toESM(require("react"));
|
|
9185
9208
|
var ArrowLeft22Regular = (_a) => {
|
|
9186
9209
|
var _b = _a, {
|
|
9187
9210
|
size = 24,
|
|
@@ -9198,12 +9221,12 @@ var ArrowLeft22Regular = (_a) => {
|
|
|
9198
9221
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9199
9222
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9200
9223
|
const resolvedViewBox = "0 0 24 24";
|
|
9201
|
-
return /* @__PURE__ */
|
|
9224
|
+
return /* @__PURE__ */ React390.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React390.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.5 19s-7-4.144-7-7 7-7 7-7" }));
|
|
9202
9225
|
};
|
|
9203
9226
|
var ArrowLeft22Regular_default = ArrowLeft22Regular;
|
|
9204
9227
|
|
|
9205
9228
|
// src/ArrowDownRegular.tsx
|
|
9206
|
-
var
|
|
9229
|
+
var React391 = __toESM(require("react"));
|
|
9207
9230
|
var ArrowDownRegular = (_a) => {
|
|
9208
9231
|
var _b = _a, {
|
|
9209
9232
|
size = 24,
|
|
@@ -9220,12 +9243,12 @@ var ArrowDownRegular = (_a) => {
|
|
|
9220
9243
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9221
9244
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9222
9245
|
const resolvedViewBox = "0 0 24 24";
|
|
9223
|
-
return /* @__PURE__ */
|
|
9246
|
+
return /* @__PURE__ */ React391.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React391.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.274 19.75v-15m6.025 8.95-6.024 6.05L6.25 13.7" }));
|
|
9224
9247
|
};
|
|
9225
9248
|
var ArrowDownRegular_default = ArrowDownRegular;
|
|
9226
9249
|
|
|
9227
9250
|
// src/ArrowDownSquareRegular.tsx
|
|
9228
|
-
var
|
|
9251
|
+
var React392 = __toESM(require("react"));
|
|
9229
9252
|
var ArrowDownSquareRegular = (_a) => {
|
|
9230
9253
|
var _b = _a, {
|
|
9231
9254
|
size = 24,
|
|
@@ -9242,12 +9265,12 @@ var ArrowDownSquareRegular = (_a) => {
|
|
|
9242
9265
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9243
9266
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9244
9267
|
const resolvedViewBox = "0 0 24 24";
|
|
9245
|
-
return /* @__PURE__ */
|
|
9268
|
+
return /* @__PURE__ */ React392.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React392.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.666 21.25h8.669c3.02 0 4.915-2.139 4.915-5.166V7.916c0-3.027-1.885-5.166-4.915-5.166h-8.67c-3.03 0-4.915 2.139-4.915 5.166v8.168c0 3.027 1.886 5.166 4.916 5.166", clipRule: "evenodd" }), /* @__PURE__ */ React392.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 16.086V7.914m3.748 4.408L12 16.086l-3.748-3.764" }));
|
|
9246
9269
|
};
|
|
9247
9270
|
var ArrowDownSquareRegular_default = ArrowDownSquareRegular;
|
|
9248
9271
|
|
|
9249
9272
|
// src/ArrowDownRightsmRegular.tsx
|
|
9250
|
-
var
|
|
9273
|
+
var React393 = __toESM(require("react"));
|
|
9251
9274
|
var ArrowDownRightsmRegular = (_a) => {
|
|
9252
9275
|
var _b = _a, {
|
|
9253
9276
|
size = 24,
|
|
@@ -9264,12 +9287,12 @@ var ArrowDownRightsmRegular = (_a) => {
|
|
|
9264
9287
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9265
9288
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9266
9289
|
const resolvedViewBox = "0 0 24 24";
|
|
9267
|
-
return /* @__PURE__ */
|
|
9290
|
+
return /* @__PURE__ */ React393.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React393.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m8 8 8 8m0 0v-6m0 6h-6" }));
|
|
9268
9291
|
};
|
|
9269
9292
|
var ArrowDownRightsmRegular_default = ArrowDownRightsmRegular;
|
|
9270
9293
|
|
|
9271
9294
|
// src/ArrowDownCircleRegular.tsx
|
|
9272
|
-
var
|
|
9295
|
+
var React394 = __toESM(require("react"));
|
|
9273
9296
|
var ArrowDownCircleRegular = (_a) => {
|
|
9274
9297
|
var _b = _a, {
|
|
9275
9298
|
size = 24,
|
|
@@ -9286,12 +9309,12 @@ var ArrowDownCircleRegular = (_a) => {
|
|
|
9286
9309
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9287
9310
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9288
9311
|
const resolvedViewBox = "0 0 24 24";
|
|
9289
|
-
return /* @__PURE__ */
|
|
9312
|
+
return /* @__PURE__ */ React394.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React394.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.75 12a9.25 9.25 0 1 0 18.5 0 9.25 9.25 0 0 0-18.5 0", clipRule: "evenodd" }), /* @__PURE__ */ React394.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.53 10.558 12 14.044l3.471-3.486" }));
|
|
9290
9313
|
};
|
|
9291
9314
|
var ArrowDownCircleRegular_default = ArrowDownCircleRegular;
|
|
9292
9315
|
|
|
9293
9316
|
// src/ArrowDown3Regular.tsx
|
|
9294
|
-
var
|
|
9317
|
+
var React395 = __toESM(require("react"));
|
|
9295
9318
|
var ArrowDown3Regular = (_a) => {
|
|
9296
9319
|
var _b = _a, {
|
|
9297
9320
|
size = 24,
|
|
@@ -9308,12 +9331,12 @@ var ArrowDown3Regular = (_a) => {
|
|
|
9308
9331
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9309
9332
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9310
9333
|
const resolvedViewBox = "0 0 24 24";
|
|
9311
|
-
return /* @__PURE__ */
|
|
9334
|
+
return /* @__PURE__ */ React395.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React395.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12.251 12.7V3.75" }), /* @__PURE__ */ React395.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.25 12.7 5.001 7.937 5.001-7.937z", clipRule: "evenodd" }));
|
|
9312
9335
|
};
|
|
9313
9336
|
var ArrowDown3Regular_default = ArrowDown3Regular;
|
|
9314
9337
|
|
|
9315
9338
|
// src/ArrowDown2Regular.tsx
|
|
9316
|
-
var
|
|
9339
|
+
var React396 = __toESM(require("react"));
|
|
9317
9340
|
var ArrowDown2Regular = (_a) => {
|
|
9318
9341
|
var _b = _a, {
|
|
9319
9342
|
size = 24,
|
|
@@ -9330,12 +9353,12 @@ var ArrowDown2Regular = (_a) => {
|
|
|
9330
9353
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9331
9354
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9332
9355
|
const resolvedViewBox = "0 0 24 24";
|
|
9333
|
-
return /* @__PURE__ */
|
|
9356
|
+
return /* @__PURE__ */ React396.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React396.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m19 8.5-7 7-7-7" }));
|
|
9334
9357
|
};
|
|
9335
9358
|
var ArrowDown2Regular_default = ArrowDown2Regular;
|
|
9336
9359
|
|
|
9337
9360
|
// src/AnthropicRegular.tsx
|
|
9338
|
-
var
|
|
9361
|
+
var React397 = __toESM(require("react"));
|
|
9339
9362
|
var AnthropicRegular = (_a) => {
|
|
9340
9363
|
var _b = _a, {
|
|
9341
9364
|
size = 24,
|
|
@@ -9352,12 +9375,12 @@ var AnthropicRegular = (_a) => {
|
|
|
9352
9375
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9353
9376
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9354
9377
|
const resolvedViewBox = "0 0 24 24";
|
|
9355
|
-
return /* @__PURE__ */
|
|
9378
|
+
return /* @__PURE__ */ React397.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React397.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ React397.createElement("path", { fill: "currentColor", d: "M15.54 6h-2.447l4.46 11H20zM8.46 6 4 17h2.499l.92-2.302h4.668L12.989 17h2.5l-4.46-11zm-.243 6.65 1.527-3.858 1.527 3.859z" })), /* @__PURE__ */ React397.createElement("defs", null, /* @__PURE__ */ React397.createElement("clipPath", { id: "a" }, /* @__PURE__ */ React397.createElement("path", { fill: "currentColor", d: "M4 6h16v11H4z" }))));
|
|
9356
9379
|
};
|
|
9357
9380
|
var AnthropicRegular_default = AnthropicRegular;
|
|
9358
9381
|
|
|
9359
9382
|
// src/AlignLeftRegular.tsx
|
|
9360
|
-
var
|
|
9383
|
+
var React398 = __toESM(require("react"));
|
|
9361
9384
|
var AlignLeftRegular = (_a) => {
|
|
9362
9385
|
var _b = _a, {
|
|
9363
9386
|
size = 24,
|
|
@@ -9374,12 +9397,12 @@ var AlignLeftRegular = (_a) => {
|
|
|
9374
9397
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9375
9398
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9376
9399
|
const resolvedViewBox = "0 0 24 24";
|
|
9377
|
-
return /* @__PURE__ */
|
|
9400
|
+
return /* @__PURE__ */ React398.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React398.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15 12H3m14 6H3M21 6H3" }));
|
|
9378
9401
|
};
|
|
9379
9402
|
var AlignLeftRegular_default = AlignLeftRegular;
|
|
9380
9403
|
|
|
9381
9404
|
// src/AlarmSpeakerRegular.tsx
|
|
9382
|
-
var
|
|
9405
|
+
var React399 = __toESM(require("react"));
|
|
9383
9406
|
var AlarmSpeakerRegular = (_a) => {
|
|
9384
9407
|
var _b = _a, {
|
|
9385
9408
|
size = 24,
|
|
@@ -9396,12 +9419,12 @@ var AlarmSpeakerRegular = (_a) => {
|
|
|
9396
9419
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9397
9420
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9398
9421
|
const resolvedViewBox = "0 0 24 24";
|
|
9399
|
-
return /* @__PURE__ */
|
|
9422
|
+
return /* @__PURE__ */ React399.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.941 19.712a7.67 7.67 0 0 0 7.67-7.67 7.67 7.67 0 1 0-7.67 7.67m-4.13-1.198L6.365 21m9.707-2.486L17.518 21M6.25 3.008 3.69 5.195M17.75 3l2.558 2.196" }), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m14.316 13.465-4.257.996a1.273 1.273 0 0 1-1.32-1.987l2.726-3.753" }), /* @__PURE__ */ React399.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m10.562 14.338 1.261 1.438-.11-1.687m3.124-4.144c.787 1.362.72 2.872-.148 3.373s-2.209-.196-2.995-1.558c-.787-1.362-.72-2.873.148-3.374s2.209.197 2.995 1.559" }));
|
|
9400
9423
|
};
|
|
9401
9424
|
var AlarmSpeakerRegular_default = AlarmSpeakerRegular;
|
|
9402
9425
|
|
|
9403
9426
|
// src/AiBrainLikeRegular.tsx
|
|
9404
|
-
var
|
|
9427
|
+
var React400 = __toESM(require("react"));
|
|
9405
9428
|
var AiBrainLikeRegular = (_a) => {
|
|
9406
9429
|
var _b = _a, {
|
|
9407
9430
|
size = 24,
|
|
@@ -9418,12 +9441,12 @@ var AiBrainLikeRegular = (_a) => {
|
|
|
9418
9441
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9419
9442
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9420
9443
|
const resolvedViewBox = "0 0 24 24";
|
|
9421
|
-
return /* @__PURE__ */
|
|
9444
|
+
return /* @__PURE__ */ React400.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React400.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M14.054 21.5v-1.328c0-.347.271-.633.618-.652l2.605-.122c.524-.028.962-.41 1.061-.926l.12-2.328c.218-1.137 2.04-.452 1.84-1.723-.276-1.127-1.091-2.244-1.294-3.29-.45-2.32-.163-5.143-2.521-7.131-1.442-1.216-3.192-1.538-5.035-1.497-3.075.069-5.952 1.374-7.236 4.336-1.254 2.889 0 5.288 1.08 7.89.829 1.996.322 6.771.322 6.771" }), /* @__PURE__ */ React400.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.5 7.073c-1.182.38-1.602 1.665-1.242 2.791.58 1.804 3.065 3.157 3.065 3.157s2.505-1.374 3.066-3.157c.36-1.126-.065-2.41-1.246-2.791a2.03 2.03 0 0 0-1.82.306A2.02 2.02 0 0 0 9.5 7.073" }));
|
|
9422
9445
|
};
|
|
9423
9446
|
var AiBrainLikeRegular_default = AiBrainLikeRegular;
|
|
9424
9447
|
|
|
9425
9448
|
// src/AiBrainIdeaRegular.tsx
|
|
9426
|
-
var
|
|
9449
|
+
var React401 = __toESM(require("react"));
|
|
9427
9450
|
var AiBrainIdeaRegular = (_a) => {
|
|
9428
9451
|
var _b = _a, {
|
|
9429
9452
|
size = 24,
|
|
@@ -9440,12 +9463,12 @@ var AiBrainIdeaRegular = (_a) => {
|
|
|
9440
9463
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9441
9464
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9442
9465
|
const resolvedViewBox = "0 0 24 24";
|
|
9443
|
-
return /* @__PURE__ */
|
|
9466
|
+
return /* @__PURE__ */ React401.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M15.187 19.315c-.99.52-1.297 2.186-1.297 2.186" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M5.194 21.264c1.242-2.834.57-5.797-.885-8.401-1.04-1.863-1.27-3.86-.39-5.886C5.225 3.963 8.38 2.573 11.51 2.503c1.877-.041 3.658.286 5.125 1.523 1.883 1.588 2.984 3.532 2.414 6.115-.304 1.378.702 2.942 1.414 3.9a.75.75 0 0 1-.334 1.174l-.928.358a.83.83 0 0 0-.517.618l-.31 2.644c-.103.685-.686 1.011-1.338.874l-3.802-.874" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.187 9.697a3.98 3.98 0 0 0 2.43 3.669v1.33c0 .866.708 1.574 1.573 1.574.866 0 1.574-.708 1.574-1.574v-1.323a4.01 4.01 0 0 0 2.336-4.53 3.99 3.99 0 0 0-3.073-3.059 4.006 4.006 0 0 0-4.84 3.913m4.149 3.678h1.432" }), /* @__PURE__ */ React401.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m11.182 11.155.84-1.542h-1.67l.84-1.543" }));
|
|
9444
9467
|
};
|
|
9445
9468
|
var AiBrainIdeaRegular_default = AiBrainIdeaRegular;
|
|
9446
9469
|
|
|
9447
9470
|
// src/AddUserRegular.tsx
|
|
9448
|
-
var
|
|
9471
|
+
var React402 = __toESM(require("react"));
|
|
9449
9472
|
var AddUserRegular = (_a) => {
|
|
9450
9473
|
var _b = _a, {
|
|
9451
9474
|
size = 24,
|
|
@@ -9462,12 +9485,12 @@ var AddUserRegular = (_a) => {
|
|
|
9462
9485
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9463
9486
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9464
9487
|
const resolvedViewBox = "0 0 24 24";
|
|
9465
|
-
return /* @__PURE__ */
|
|
9488
|
+
return /* @__PURE__ */ React402.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React402.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.877 15.206c-3.844 0-7.127.581-7.127 2.91 0 2.327 3.263 2.93 7.127 2.93 3.845 0 7.127-.583 7.127-2.91s-3.262-2.93-7.127-2.93m0-3.32A4.568 4.568 0 1 0 5.31 7.318a4.55 4.55 0 0 0 4.536 4.568z", clipRule: "evenodd" }), /* @__PURE__ */ React402.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.204 8.67v4.01m2.046-2.006h-4.09" }));
|
|
9466
9489
|
};
|
|
9467
9490
|
var AddUserRegular_default = AddUserRegular;
|
|
9468
9491
|
|
|
9469
9492
|
// src/ActivityRegular.tsx
|
|
9470
|
-
var
|
|
9493
|
+
var React403 = __toESM(require("react"));
|
|
9471
9494
|
var ActivityRegular = (_a) => {
|
|
9472
9495
|
var _b = _a, {
|
|
9473
9496
|
size = 24,
|
|
@@ -9484,12 +9507,12 @@ var ActivityRegular = (_a) => {
|
|
|
9484
9507
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9485
9508
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9486
9509
|
const resolvedViewBox = "0 0 24 24";
|
|
9487
|
-
return /* @__PURE__ */
|
|
9510
|
+
return /* @__PURE__ */ React403.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React403.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.245 14.782 2.993-3.89 3.414 2.681 2.93-3.78" }), /* @__PURE__ */ React403.createElement("circle", { cx: 19.995, cy: 4.2, r: 1.922, stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }), /* @__PURE__ */ React403.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.925 3.12H7.657c-3.012 0-4.879 2.133-4.879 5.144v8.083c0 3.011 1.83 5.135 4.879 5.135h8.604c3.011 0 4.879-2.124 4.879-5.135v-7.04" }));
|
|
9488
9511
|
};
|
|
9489
9512
|
var ActivityRegular_default = ActivityRegular;
|
|
9490
9513
|
|
|
9491
9514
|
// src/Activity2Regular.tsx
|
|
9492
|
-
var
|
|
9515
|
+
var React404 = __toESM(require("react"));
|
|
9493
9516
|
var Activity2Regular = (_a) => {
|
|
9494
9517
|
var _b = _a, {
|
|
9495
9518
|
size = 24,
|
|
@@ -9506,12 +9529,12 @@ var Activity2Regular = (_a) => {
|
|
|
9506
9529
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9507
9530
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9508
9531
|
const resolvedViewBox = "0 0 24 24";
|
|
9509
|
-
return /* @__PURE__ */
|
|
9532
|
+
return /* @__PURE__ */ React404.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React404.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m7.245 14.782 2.993-3.89 3.414 2.681 2.93-3.78m3.413-3.671a1.922 1.922 0 1 0 0-3.844 1.922 1.922 0 0 0 0 3.844" }), /* @__PURE__ */ React404.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M14.925 3.12H7.657c-3.012 0-4.879 2.133-4.879 5.144v8.083c0 3.011 1.83 5.135 4.879 5.135h8.604c3.011 0 4.879-2.124 4.879-5.135v-7.04" }));
|
|
9510
9533
|
};
|
|
9511
9534
|
var Activity2Regular_default = Activity2Regular;
|
|
9512
9535
|
|
|
9513
9536
|
// src/AccidentRegular.tsx
|
|
9514
|
-
var
|
|
9537
|
+
var React405 = __toESM(require("react"));
|
|
9515
9538
|
var AccidentRegular = (_a) => {
|
|
9516
9539
|
var _b = _a, {
|
|
9517
9540
|
size = 24,
|
|
@@ -9528,12 +9551,12 @@ var AccidentRegular = (_a) => {
|
|
|
9528
9551
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9529
9552
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9530
9553
|
const resolvedViewBox = "0 0 24 24";
|
|
9531
|
-
return /* @__PURE__ */
|
|
9554
|
+
return /* @__PURE__ */ React405.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.492 18.332q-.003.248.064.486a1.798 1.798 0 0 0 3.464 0 1.7 1.7 0 0 0 .072-.486 1.801 1.801 0 0 0-3.072-1.274 1.8 1.8 0 0 0-.528 1.274M21 8.657h-.82a1.1 1.1 0 0 0-.962.576l-2.034 3.78m2.142 5.318H21" }), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21 13.058h-5.517a2.01 2.01 0 0 0-2.006 2.006v1.557a2.007 2.007 0 0 0 2.006 2.007m-6.975-.296q0 .248-.072.486a1.8 1.8 0 0 1-3.465 0 1.7 1.7 0 0 1-.063-.486 1.801 1.801 0 0 1 3.073-1.274 1.8 1.8 0 0 1 .527 1.274M3 8.657h.81a1.1 1.1 0 0 1 .963.576l2.043 3.78m-2.142 5.318H3" }), /* @__PURE__ */ React405.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 13.057h5.517a2.01 2.01 0 0 1 2.007 2.007v1.557a2.007 2.007 0 0 1-2.007 2.007m1.115-8.298L7.283 8.836l1.9-.819-1.027-2.763 2.655 1.476 1.548-2.861 1.053 3.302 3.186-.504-1.81 4.005m-2.644.684-.171-2.052" }));
|
|
9532
9555
|
};
|
|
9533
9556
|
var AccidentRegular_default = AccidentRegular;
|
|
9534
9557
|
|
|
9535
9558
|
// src/Icon3UserRegular.tsx
|
|
9536
|
-
var
|
|
9559
|
+
var React406 = __toESM(require("react"));
|
|
9537
9560
|
var Icon3UserRegular = (_a) => {
|
|
9538
9561
|
var _b = _a, {
|
|
9539
9562
|
size = 24,
|
|
@@ -9550,12 +9573,12 @@ var Icon3UserRegular = (_a) => {
|
|
|
9550
9573
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9551
9574
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9552
9575
|
const resolvedViewBox = "0 0 24 24";
|
|
9553
|
-
return /* @__PURE__ */
|
|
9576
|
+
return /* @__PURE__ */ React406.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M17.888 10.897a2.876 2.876 0 0 0 2.472-2.841 2.875 2.875 0 0 0-2.406-2.836m1.775 9.03c1.35.202 2.294.675 2.294 1.65 0 .671-.445 1.107-1.163 1.381" }), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M11.887 14.664c-3.214 0-5.96.487-5.96 2.432s2.729 2.445 5.96 2.445c3.214 0 5.958-.482 5.958-2.428s-2.727-2.45-5.958-2.45m0-2.775a3.819 3.819 0 1 0-3.82-3.82 3.804 3.804 0 0 0 3.792 3.82z", clipRule: "evenodd" }), /* @__PURE__ */ React406.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5.885 10.897a2.875 2.875 0 0 1-2.472-2.841A2.875 2.875 0 0 1 5.819 5.22m-1.775 9.03c-1.351.202-2.294.675-2.294 1.65 0 .671.444 1.107 1.162 1.381" }));
|
|
9554
9577
|
};
|
|
9555
9578
|
var Icon3UserRegular_default = Icon3UserRegular;
|
|
9556
9579
|
|
|
9557
9580
|
// src/Icon2UserRegular.tsx
|
|
9558
|
-
var
|
|
9581
|
+
var React407 = __toESM(require("react"));
|
|
9559
9582
|
var Icon2UserRegular = (_a) => {
|
|
9560
9583
|
var _b = _a, {
|
|
9561
9584
|
size = 24,
|
|
@@ -9572,12 +9595,12 @@ var Icon2UserRegular = (_a) => {
|
|
|
9572
9595
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9573
9596
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9574
9597
|
const resolvedViewBox = "0 0 24 24";
|
|
9575
|
-
return /* @__PURE__ */
|
|
9598
|
+
return /* @__PURE__ */ React407.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React407.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.592 15.207c3.688 0 6.841.559 6.841 2.792s-3.131 2.808-6.841 2.808c-3.69 0-6.842-.554-6.842-2.788s3.13-2.812 6.842-2.812m0-3.187a4.386 4.386 0 1 1 4.384-4.385 4.37 4.37 0 0 1-4.353 4.385z", clipRule: "evenodd" }), /* @__PURE__ */ React407.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.483 10.882A3.3 3.3 0 0 0 19.32 7.62a3.3 3.3 0 0 0-2.762-3.256m2.037 10.368c1.551.231 2.634.775 2.634 1.895 0 .771-.51 1.271-1.334 1.584" }));
|
|
9576
9599
|
};
|
|
9577
9600
|
var Icon2UserRegular_default = Icon2UserRegular;
|
|
9578
9601
|
|
|
9579
9602
|
// src/YoutubeBold.tsx
|
|
9580
|
-
var
|
|
9603
|
+
var React408 = __toESM(require("react"));
|
|
9581
9604
|
var YoutubeBold = (_a) => {
|
|
9582
9605
|
var _b = _a, {
|
|
9583
9606
|
size = 24,
|
|
@@ -9594,12 +9617,12 @@ var YoutubeBold = (_a) => {
|
|
|
9594
9617
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9595
9618
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9596
9619
|
const resolvedViewBox = "0 0 24 24";
|
|
9597
|
-
return /* @__PURE__ */
|
|
9620
|
+
return /* @__PURE__ */ React408.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React408.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m14.767 13.872-3.672 2.09a.97.97 0 0 1-.977-.015.96.96 0 0 1-.473-.829v-4.18c0-.35.182-.667.486-.842a.96.96 0 0 1 .966-.002l3.67 2.09a.97.97 0 0 1 0 1.688m6.298-5.982a3.1 3.1 0 0 0-2.108-2.239c-1.767-.583-12.288-.55-13.9.035a3.05 3.05 0 0 0-2.109 2.2c-.592 1.731-.592 8.574-.009 10.286.29 1.045 1.102 1.872 2.085 2.145.865.314 3.954.47 7.025.47 3.051 0 6.086-.154 6.9-.46a3.08 3.08 0 0 0 2.103-2.195c.59-1.698.592-8.523.013-10.242", clipRule: "evenodd" }));
|
|
9598
9621
|
};
|
|
9599
9622
|
var YoutubeBold_default = YoutubeBold;
|
|
9600
9623
|
|
|
9601
9624
|
// src/XcomBold.tsx
|
|
9602
|
-
var
|
|
9625
|
+
var React409 = __toESM(require("react"));
|
|
9603
9626
|
var XcomBold = (_a) => {
|
|
9604
9627
|
var _b = _a, {
|
|
9605
9628
|
size = 24,
|
|
@@ -9616,12 +9639,12 @@ var XcomBold = (_a) => {
|
|
|
9616
9639
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9617
9640
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9618
9641
|
const resolvedViewBox = "0 0 24 24";
|
|
9619
|
-
return /* @__PURE__ */
|
|
9642
|
+
return /* @__PURE__ */ React409.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React409.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.6 4.802a.97.97 0 0 0-.806-.427H5.148a.39.39 0 0 0-.322.608L14.49 19.23a.97.97 0 0 0 .805.427h3.646a.39.39 0 0 0 .323-.608z" }), /* @__PURE__ */ React409.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M10.45 13.433 4.669 20M18.757 4l-5.437 6.176" }));
|
|
9620
9643
|
};
|
|
9621
9644
|
var XcomBold_default = XcomBold;
|
|
9622
9645
|
|
|
9623
9646
|
// src/WorkBold.tsx
|
|
9624
|
-
var
|
|
9647
|
+
var React410 = __toESM(require("react"));
|
|
9625
9648
|
var WorkBold = (_a) => {
|
|
9626
9649
|
var _b = _a, {
|
|
9627
9650
|
size = 24,
|
|
@@ -9638,12 +9661,12 @@ var WorkBold = (_a) => {
|
|
|
9638
9661
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9639
9662
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9640
9663
|
const resolvedViewBox = "0 0 24 24";
|
|
9641
|
-
return /* @__PURE__ */
|
|
9664
|
+
return /* @__PURE__ */ React410.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React410.createElement("path", { fill: "currentColor", d: "M2.19 12.815c.08-.05.18.01.19.02 2.022 1.357 4.453 2.258 7.004 2.633.36.05.721-.183.821-.547.22-.83.93-1.377 1.78-1.377h.03c.85 0 1.562.547 1.782 1.377.1.364.46.597.82.547 2.551-.375 4.982-1.276 7.003-2.633l.04-.02c.04-.02.1-.03.15 0 .086.048.09.16.09.171l-.08 5.165c0 2.127-1.7 3.848-3.801 3.848H5.973c-2.101 0-3.802-1.721-3.802-3.848l-.07-5.165c0-.01.004-.123.09-.171m9.805 2.177a.76.76 0 0 0-.75.759v1.307c0 .425.34.76.75.76.42 0 .751-.335.751-.76V15.75a.755.755 0 0 0-.75-.759M13.285 2c1.5 0 2.732 1.144 2.922 2.612h1.982c2.1 0 3.81 1.732 3.811 3.859 0 0-.06.9-.08 2.154a.33.33 0 0 1-.129.255c-.481.355-.922.65-.962.67-1.66 1.114-3.59 1.897-5.646 2.287a.32.32 0 0 1-.334-.163 3.3 3.3 0 0 0-2.854-1.649 3.35 3.35 0 0 0-2.872 1.643.32.32 0 0 1-.333.16 15.5 15.5 0 0 1-5.62-2.268l-.96-.67a.28.28 0 0 1-.13-.242C2.05 10.132 2 8.471 2 8.471c0-2.127 1.71-3.858 3.812-3.859h1.971C7.973 3.144 9.203 2 10.704 2zm-2.58 1.52c-.671 0-1.241.465-1.401 1.092h5.383a1.45 1.45 0 0 0-1.4-1.092z" }));
|
|
9642
9665
|
};
|
|
9643
9666
|
var WorkBold_default = WorkBold;
|
|
9644
9667
|
|
|
9645
9668
|
// src/WalletBold.tsx
|
|
9646
|
-
var
|
|
9669
|
+
var React411 = __toESM(require("react"));
|
|
9647
9670
|
var WalletBold = (_a) => {
|
|
9648
9671
|
var _b = _a, {
|
|
9649
9672
|
size = 24,
|
|
@@ -9660,12 +9683,12 @@ var WalletBold = (_a) => {
|
|
|
9660
9683
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9661
9684
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9662
9685
|
const resolvedViewBox = "0 0 24 24";
|
|
9663
|
-
return /* @__PURE__ */
|
|
9686
|
+
return /* @__PURE__ */ React411.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React411.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.769 8.382H22C22 4.985 19.964 3 16.516 3H7.484C4.036 3 2 4.985 2 8.338v7.324C2 19.015 4.036 21 7.484 21h9.032C19.964 21 22 19.015 22 15.662v-.312h-4.231c-1.964 0-3.556-1.553-3.556-3.467s1.592-3.467 3.556-3.467zm0 1.49h3.484c.413 0 .747.326.747.728v2.53a.746.746 0 0 1-.747.729H17.85c-.994.013-1.864-.65-2.089-1.595a1.98 1.98 0 0 1 .433-1.652 2.1 2.1 0 0 1 1.576-.74m.151 2.66h.329a.755.755 0 0 0 .764-.744.755.755 0 0 0-.764-.746h-.329a.77.77 0 0 0-.54.213.73.73 0 0 0-.224.524c0 .413.34.75.764.754M6.738 8.383h5.644a.755.755 0 0 0 .765-.746.755.755 0 0 0-.765-.745H6.738a.755.755 0 0 0-.765.737c0 .413.341.749.765.754", clipRule: "evenodd" }));
|
|
9664
9687
|
};
|
|
9665
9688
|
var WalletBold_default = WalletBold;
|
|
9666
9689
|
|
|
9667
9690
|
// src/VolumeUpBold.tsx
|
|
9668
|
-
var
|
|
9691
|
+
var React412 = __toESM(require("react"));
|
|
9669
9692
|
var VolumeUpBold = (_a) => {
|
|
9670
9693
|
var _b = _a, {
|
|
9671
9694
|
size = 24,
|
|
@@ -9682,12 +9705,12 @@ var VolumeUpBold = (_a) => {
|
|
|
9682
9705
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9683
9706
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9684
9707
|
const resolvedViewBox = "0 0 24 24";
|
|
9685
|
-
return /* @__PURE__ */
|
|
9708
|
+
return /* @__PURE__ */ React412.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React412.createElement("path", { fill: "currentColor", d: "M10.758 3c1.043 0 2.017.751 2.368 1.956.129.503.18 1.008.231 1.494l.047.443c.18 1.476.18 8.728 0 10.215l-.047.458c-.045.463-.091.943-.224 1.454-.352 1.2-1.288 1.98-2.351 1.98l-.105-.001c-.588 0-1.226-.361-1.587-.676l-3.527-2.94H3.752c-1.398 0-2.421-1.012-2.607-2.578-.214-1.567-.172-4.254 0-5.678.203-1.483 1.274-2.51 2.607-2.51h1.811l3.46-2.897c.417-.363 1.153-.722 1.735-.72m8.532.22a.906.906 0 0 1 1.277.237C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.235-2.433 8.544a.9.9 0 0 1-1.276.236.96.96 0 0 1-.23-1.308c1.356-2 2.104-4.653 2.104-7.472 0-2.818-.748-5.473-2.105-7.472a.96.96 0 0 1 .23-1.307M16.129 6.26a.907.907 0 0 1 1.278.236C18.42 7.987 18.978 9.942 18.978 12s-.558 4.014-1.571 5.506a.907.907 0 0 1-1.277.236.957.957 0 0 1-.23-1.308c.802-1.182 1.243-2.757 1.243-4.434s-.44-3.252-1.243-4.434a.957.957 0 0 1 .229-1.307" }));
|
|
9686
9709
|
};
|
|
9687
9710
|
var VolumeUpBold_default = VolumeUpBold;
|
|
9688
9711
|
|
|
9689
9712
|
// src/VolumeOffBold.tsx
|
|
9690
|
-
var
|
|
9713
|
+
var React413 = __toESM(require("react"));
|
|
9691
9714
|
var VolumeOffBold = (_a) => {
|
|
9692
9715
|
var _b = _a, {
|
|
9693
9716
|
size = 24,
|
|
@@ -9704,12 +9727,12 @@ var VolumeOffBold = (_a) => {
|
|
|
9704
9727
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9705
9728
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9706
9729
|
const resolvedViewBox = "0 0 24 24";
|
|
9707
|
-
return /* @__PURE__ */
|
|
9730
|
+
return /* @__PURE__ */ React413.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React413.createElement("path", { fill: "currentColor", d: "M20.42 3.27a.926.926 0 1 1 1.308 1.311L4.58 21.73a.95.95 0 0 1-.655.27.96.96 0 0 1-.652-.267.93.93 0 0 1-.002-1.314l2.826-2.826h-.029c-1.409 0-2.435-.996-2.626-2.541-.212-1.545-.17-4.192 0-5.6.2-1.46 1.282-2.464 2.626-2.464h1.83l3.494-2.859c.424-.36 1.176-.7 1.757-.709 1.059 0 2.033.74 2.382 1.926.138.498.192.995.235 1.473l.083.675c.013.104.026.204.037.31zm-4.933 10.26c.389.098.465.655.458 1.093-.018 1.273-.06 2.158-.128 2.705l-.046.451c-.046.457-.094.928-.229 1.432-.352 1.184-1.298 1.952-2.372 1.952h-.105c-.594 0-1.238-.357-1.603-.667l-1.302-1.007c-.494-.367-.347-.953-.07-1.293.277-.338 4.645-4.32 4.79-4.463.144-.14.463-.24.607-.203" }));
|
|
9708
9731
|
};
|
|
9709
9732
|
var VolumeOffBold_default = VolumeOffBold;
|
|
9710
9733
|
|
|
9711
9734
|
// src/VolumeDownBold.tsx
|
|
9712
|
-
var
|
|
9735
|
+
var React414 = __toESM(require("react"));
|
|
9713
9736
|
var VolumeDownBold = (_a) => {
|
|
9714
9737
|
var _b = _a, {
|
|
9715
9738
|
size = 24,
|
|
@@ -9726,12 +9749,12 @@ var VolumeDownBold = (_a) => {
|
|
|
9726
9749
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9727
9750
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9728
9751
|
const resolvedViewBox = "0 0 24 24";
|
|
9729
|
-
return /* @__PURE__ */
|
|
9752
|
+
return /* @__PURE__ */ React414.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React414.createElement("path", { fill: "currentColor", d: "M12.77 3c1.044 0 2.018.752 2.37 1.956.128.503.18 1.008.23 1.494l.049.443c.18 1.476.18 8.728 0 10.215l-.048.458c-.045.463-.091.943-.225 1.454-.352 1.2-1.289 1.98-2.353 1.98l-.105-.001c-.588 0-1.227-.361-1.59-.676l-3.53-2.94H5.755c-1.4 0-2.424-1.012-2.61-2.578-.214-1.567-.172-4.254 0-5.678.203-1.483 1.275-2.51 2.61-2.51h1.813l3.463-2.897c.418-.363 1.156-.722 1.738-.72m5.377 3.259a.91.91 0 0 1 1.28.236C20.44 7.988 21 9.943 21 12s-.56 4.012-1.573 5.506a.92.92 0 0 1-.755.403.9.9 0 0 1-.525-.167.956.956 0 0 1-.23-1.308c.804-1.184 1.246-2.758 1.246-4.434s-.442-3.25-1.245-4.434a.955.955 0 0 1 .23-1.307" }));
|
|
9730
9753
|
};
|
|
9731
9754
|
var VolumeDownBold_default = VolumeDownBold;
|
|
9732
9755
|
|
|
9733
9756
|
// src/VoiceBold.tsx
|
|
9734
|
-
var
|
|
9757
|
+
var React415 = __toESM(require("react"));
|
|
9735
9758
|
var VoiceBold = (_a) => {
|
|
9736
9759
|
var _b = _a, {
|
|
9737
9760
|
size = 24,
|
|
@@ -9748,12 +9771,12 @@ var VoiceBold = (_a) => {
|
|
|
9748
9771
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9749
9772
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9750
9773
|
const resolvedViewBox = "0 0 24 24";
|
|
9751
|
-
return /* @__PURE__ */
|
|
9774
|
+
return /* @__PURE__ */ React415.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React415.createElement("path", { fill: "currentColor", d: "M19.531 9.826c.535 0 .969.428.969.957 0 4.304-3.3 7.857-7.531 8.334v1.926A.964.964 0 0 1 12 22a.96.96 0 0 1-.968-.957v-1.926C6.8 18.64 3.5 15.087 3.5 10.783c0-.529.434-.957.969-.957s.968.428.968.957c0 3.573 2.944 6.48 6.563 6.48s6.562-2.907 6.563-6.48c0-.529.434-.957.968-.957M12.175 2c2.403 0 4.352 1.924 4.352 4.297v4.623c0 2.372-1.949 4.298-4.352 4.298h-.35c-2.403 0-4.351-1.926-4.351-4.298V6.297C7.474 3.924 9.422 2 11.825 2z" }));
|
|
9752
9775
|
};
|
|
9753
9776
|
var VoiceBold_default = VoiceBold;
|
|
9754
9777
|
|
|
9755
9778
|
// src/Voice2Bold.tsx
|
|
9756
|
-
var
|
|
9779
|
+
var React416 = __toESM(require("react"));
|
|
9757
9780
|
var Voice2Bold = (_a) => {
|
|
9758
9781
|
var _b = _a, {
|
|
9759
9782
|
size = 24,
|
|
@@ -9770,12 +9793,12 @@ var Voice2Bold = (_a) => {
|
|
|
9770
9793
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9771
9794
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9772
9795
|
const resolvedViewBox = "0 0 24 24";
|
|
9773
|
-
return /* @__PURE__ */
|
|
9796
|
+
return /* @__PURE__ */ React416.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React416.createElement("path", { fill: "currentColor", d: "M19.531 9.826c.535 0 .969.428.969.957 0 4.304-3.3 7.858-7.531 8.335v1.925A.964.964 0 0 1 12 22a.96.96 0 0 1-.968-.957v-1.925C6.8 18.641 3.5 15.087 3.5 10.783c0-.529.434-.957.969-.957s.968.428.968.957c0 3.573 2.944 6.48 6.563 6.48s6.562-2.907 6.563-6.48c0-.529.434-.957.968-.957M12.175 2a4.345 4.345 0 0 1 4.19 3.13.39.39 0 0 1-.377.495h-1.132a.616.616 0 0 0-.62.611v.001c0 .339.279.612.62.612H15.9c.346 0 .627.276.627.618a.623.623 0 0 1-.627.618h-1.044a.617.617 0 0 0-.62.613c0 .338.278.613.62.613H15.9c.346 0 .627.276.627.619 0 .34-.28.616-.627.616h-1.044a.617.617 0 0 0-.62.613c0 .338.278.611.62.611h1.078c.265 0 .455.258.372.506a4.35 4.35 0 0 1-4.131 2.94h-.35c-2.403 0-4.351-1.924-4.351-4.296V6.297C7.474 3.924 9.422 2 11.825 2z" }));
|
|
9774
9797
|
};
|
|
9775
9798
|
var Voice2Bold_default = Voice2Bold;
|
|
9776
9799
|
|
|
9777
9800
|
// src/VideoBold.tsx
|
|
9778
|
-
var
|
|
9801
|
+
var React417 = __toESM(require("react"));
|
|
9779
9802
|
var VideoBold = (_a) => {
|
|
9780
9803
|
var _b = _a, {
|
|
9781
9804
|
size = 24,
|
|
@@ -9792,12 +9815,12 @@ var VideoBold = (_a) => {
|
|
|
9792
9815
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9793
9816
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9794
9817
|
const resolvedViewBox = "0 0 24 24";
|
|
9795
|
-
return /* @__PURE__ */
|
|
9818
|
+
return /* @__PURE__ */ React417.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React417.createElement("path", { fill: "currentColor", d: "M11.905 4.5c2.422 0 4.113 1.669 4.114 4.06v6.88c0 2.391-1.692 4.06-4.114 4.06H6.113C3.691 19.5 2 17.831 2 15.44V8.56C2 6.17 3.691 4.5 6.113 4.5zm8.053 2.379c.439-.223.954-.2 1.373.064.419.263.669.72.669 1.22v7.676a1.43 1.43 0 0 1-1.412 1.435c-.215 0-.43-.05-.631-.153l-1.481-.748a1.62 1.62 0 0 1-.888-1.456V9.083c0-.621.34-1.18.888-1.456z" }));
|
|
9796
9819
|
};
|
|
9797
9820
|
var VideoBold_default = VideoBold;
|
|
9798
9821
|
|
|
9799
9822
|
// src/UserSearchBold.tsx
|
|
9800
|
-
var
|
|
9823
|
+
var React418 = __toESM(require("react"));
|
|
9801
9824
|
var UserSearchBold = (_a) => {
|
|
9802
9825
|
var _b = _a, {
|
|
9803
9826
|
size = 24,
|
|
@@ -9814,12 +9837,12 @@ var UserSearchBold = (_a) => {
|
|
|
9814
9837
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9815
9838
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9816
9839
|
const resolvedViewBox = "0 0 24 24";
|
|
9817
|
-
return /* @__PURE__ */
|
|
9840
|
+
return /* @__PURE__ */ React418.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React418.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m20.212 19.302-.71-.71c.304-.608.406-1.217.406-1.825 0-.812-.406-1.623-1.014-2.13a3.37 3.37 0 0 0-4.767 0 3.367 3.367 0 0 0 0 4.766c1.116 1.116 2.637 1.319 3.955.609l.71.71c.203.203.507.304.71.304s.507-.101.71-.304a.98.98 0 0 0 0-1.42m-2.738-1.318c-.507.507-1.42.507-1.927 0s-.507-1.42 0-1.927c.304-.203.61-.406.913-.406.406 0 .71.102 1.014.406.203.203.304.406.304.81.102.407-.1.812-.304 1.117M10.883 2.977a4.664 4.664 0 0 1 4.665 4.665 4.664 4.664 0 0 1-4.665 4.665 4.664 4.664 0 0 1-4.665-4.665 4.664 4.664 0 0 1 4.665-4.665M9.869 14.334c-1.42 0-2.738.203-3.752.507-.61.203-1.217.507-1.623.913a2.45 2.45 0 0 0-.71 1.724c0 .71.203 1.217.71 1.724.406.405 1.014.71 1.623.912 1.014.305 2.332.507 3.752.507.609 0 1.014-.405 1.014-1.014v-4.259c0-.608-.405-1.014-1.014-1.014", clipRule: "evenodd" }));
|
|
9818
9841
|
};
|
|
9819
9842
|
var UserSearchBold_default = UserSearchBold;
|
|
9820
9843
|
|
|
9821
9844
|
// src/UserDeleteBold.tsx
|
|
9822
|
-
var
|
|
9845
|
+
var React419 = __toESM(require("react"));
|
|
9823
9846
|
var UserDeleteBold = (_a) => {
|
|
9824
9847
|
var _b = _a, {
|
|
9825
9848
|
size = 24,
|
|
@@ -9836,12 +9859,12 @@ var UserDeleteBold = (_a) => {
|
|
|
9836
9859
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9837
9860
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9838
9861
|
const resolvedViewBox = "0 0 24 24";
|
|
9839
|
-
return /* @__PURE__ */
|
|
9862
|
+
return /* @__PURE__ */ React419.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React419.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.694 13.39a1 1 0 0 1-.707-.292l-.972-.972-.934.938a1 1 0 0 1-1.416-1.414l.935-.937-.966-.964a1 1 0 0 1 1.414-1.415l.965.964.931-.932a1 1 0 0 1 1.414-.001 1 1 0 0 1 .002 1.414l-.932.932.973.971a1 1 0 0 1-.707 1.708m-10.992-.874c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m-.001 1.98c-3.045 0-7.095.333-7.095 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.094-.333 7.094-3.209 0-3.228-5.339-3.228-7.094-3.228", clipRule: "evenodd" }));
|
|
9840
9863
|
};
|
|
9841
9864
|
var UserDeleteBold_default = UserDeleteBold;
|
|
9842
9865
|
|
|
9843
9866
|
// src/UserCheckedBold.tsx
|
|
9844
|
-
var
|
|
9867
|
+
var React420 = __toESM(require("react"));
|
|
9845
9868
|
var UserCheckedBold = (_a) => {
|
|
9846
9869
|
var _b = _a, {
|
|
9847
9870
|
size = 24,
|
|
@@ -9858,12 +9881,12 @@ var UserCheckedBold = (_a) => {
|
|
|
9858
9881
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9859
9882
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9860
9883
|
const resolvedViewBox = "0 0 24 24";
|
|
9861
|
-
return /* @__PURE__ */
|
|
9884
|
+
return /* @__PURE__ */ React420.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React420.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.02 13.268a1 1 0 0 1-.708-.294l-1.461-1.465a1 1 0 1 1 1.416-1.412l.754.756 2.309-2.306a1 1 0 0 1 1.414 1.415l-3.017 3.014a1 1 0 0 1-.707.292m-8.66-.752c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m0 1.98c-3.046 0-7.096.333-7.096 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.095-.333 7.095-3.209 0-3.228-5.34-3.228-7.095-3.228", clipRule: "evenodd" }));
|
|
9862
9885
|
};
|
|
9863
9886
|
var UserCheckedBold_default = UserCheckedBold;
|
|
9864
9887
|
|
|
9865
9888
|
// src/UserBadgeBold.tsx
|
|
9866
|
-
var
|
|
9889
|
+
var React421 = __toESM(require("react"));
|
|
9867
9890
|
var UserBadgeBold = (_a) => {
|
|
9868
9891
|
var _b = _a, {
|
|
9869
9892
|
size = 24,
|
|
@@ -9880,12 +9903,12 @@ var UserBadgeBold = (_a) => {
|
|
|
9880
9903
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9881
9904
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9882
9905
|
const resolvedViewBox = "0 0 24 24";
|
|
9883
|
-
return /* @__PURE__ */
|
|
9906
|
+
return /* @__PURE__ */ React421.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React421.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.038 16.106-7.775.01a.46.46 0 0 1-.32-.131.46.46 0 0 1-.132-.32c0-1.642 1.342-3.3 4.339-3.3s4.339 1.652 4.339 3.29a.45.45 0 0 1-.451.45M12.15 5.339a2.82 2.82 0 0 1 2.815 2.816 2.82 2.82 0 0 1-2.815 2.815 2.82 2.82 0 0 1-2.815-2.815 2.82 2.82 0 0 1 2.815-2.816M16.3 2.3H8c-3 0-5 2.1-5 5.2v7c0 3.1 2 5.1 5 5.1h1.8l1.9 1.9c.1.1.3.2.5.2s.4-.1.5-.2l1.8-1.9h1.8c3 0 5-2.1 5-5.1v-7c0-3.1-2-5.2-5-5.2", clipRule: "evenodd" }));
|
|
9884
9907
|
};
|
|
9885
9908
|
var UserBadgeBold_default = UserBadgeBold;
|
|
9886
9909
|
|
|
9887
9910
|
// src/UploadBold.tsx
|
|
9888
|
-
var
|
|
9911
|
+
var React422 = __toESM(require("react"));
|
|
9889
9912
|
var UploadBold = (_a) => {
|
|
9890
9913
|
var _b = _a, {
|
|
9891
9914
|
size = 24,
|
|
@@ -9902,12 +9925,12 @@ var UploadBold = (_a) => {
|
|
|
9902
9925
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9903
9926
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9904
9927
|
const resolvedViewBox = "0 0 24 24";
|
|
9905
|
-
return /* @__PURE__ */
|
|
9928
|
+
return /* @__PURE__ */ React422.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React422.createElement("path", { fill: "currentColor", d: "M11.23 14.885c0 .437.34.783.77.783.385 0 .711-.29.763-.676l.007-.107V8.78h-1.54V4.64l-1.59 1.6c-.3.3-.79.3-1.09 0a.764.764 0 0 1-.084-1.004l.074-.086 2.91-2.92a.764.764 0 0 1 1-.082l.09.082 2.91 2.92c.15.15.23.35.23.54a.773.773 0 0 1-1.234.624l-.086-.074-1.59-1.6v4.14h4.78c2.38 0 4.335 1.911 4.445 4.315l.005.213v4.955c0 2.421-1.878 4.401-4.231 4.512l-.21.005H6.45c-2.39 0-4.336-1.92-4.445-4.315L2 18.253v-4.966c0-2.411 1.878-4.39 4.231-4.502l.21-.005h4.79z" }));
|
|
9906
9929
|
};
|
|
9907
9930
|
var UploadBold_default = UploadBold;
|
|
9908
9931
|
|
|
9909
9932
|
// src/UnlockBold.tsx
|
|
9910
|
-
var
|
|
9933
|
+
var React423 = __toESM(require("react"));
|
|
9911
9934
|
var UnlockBold = (_a) => {
|
|
9912
9935
|
var _b = _a, {
|
|
9913
9936
|
size = 24,
|
|
@@ -9924,12 +9947,12 @@ var UnlockBold = (_a) => {
|
|
|
9924
9947
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9925
9948
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9926
9949
|
const resolvedViewBox = "0 0 24 24";
|
|
9927
|
-
return /* @__PURE__ */
|
|
9950
|
+
return /* @__PURE__ */ React423.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React423.createElement("path", { fill: "currentColor", d: "M11.979 2c2.367 0 4.46 1.462 5.232 3.628a.85.85 0 0 1-.041.666.85.85 0 0 1-.508.438.906.906 0 0 1-1.138-.537C15.006 4.723 13.584 3.74 12 3.74c-2.074 0-3.75 1.631-3.76 3.628V8.71l-.013.002h8.005c2.358 0 4.269 1.87 4.269 4.176v4.937C20.5 20.13 18.589 22 16.231 22H7.768C5.41 22 3.5 20.13 3.5 17.824v-4.937c0-1.897 1.3-3.48 3.07-3.99l-.11.014V7.387C6.48 4.417 8.95 2 11.979 2m.016 11.383a.875.875 0 0 0-.884.864v2.207c0 .487.396.874.884.874a.88.88 0 0 0 .894-.874v-2.207a.877.877 0 0 0-.894-.864" }));
|
|
9928
9951
|
};
|
|
9929
9952
|
var UnlockBold_default = UnlockBold;
|
|
9930
9953
|
|
|
9931
9954
|
// src/TwitterBold.tsx
|
|
9932
|
-
var
|
|
9955
|
+
var React424 = __toESM(require("react"));
|
|
9933
9956
|
var TwitterBold = (_a) => {
|
|
9934
9957
|
var _b = _a, {
|
|
9935
9958
|
size = 24,
|
|
@@ -9946,12 +9969,12 @@ var TwitterBold = (_a) => {
|
|
|
9946
9969
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9947
9970
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9948
9971
|
const resolvedViewBox = "0 0 24 24";
|
|
9949
|
-
return /* @__PURE__ */
|
|
9972
|
+
return /* @__PURE__ */ React424.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React424.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.422 6.165a.49.49 0 0 0-.496-.226l-2.003.298c-.565-.632-2.295-2.244-4.682-1.522-2.067.634-3.051 2.832-3.11 4.51a12.8 12.8 0 0 1-6.787-3.592.5.5 0 0 0-.85.267c-.914 5.443.268 9.076 3.718 11.356a8.16 8.16 0 0 1-4.196 1.017.499.499 0 0 0-.4.82c1.482 1.782 4.274 2.393 6.499 2.393q.386 0 .745-.023c3.24-.202 5.91-1.54 7.724-3.871 1.717-2.207 2.548-5.24 2.339-8.565l-.006-.05 1.5-2.268a.5.5 0 0 0 .005-.544", clipRule: "evenodd" }));
|
|
9950
9973
|
};
|
|
9951
9974
|
var TwitterBold_default = TwitterBold;
|
|
9952
9975
|
|
|
9953
9976
|
// src/TranslateLanguageBold.tsx
|
|
9954
|
-
var
|
|
9977
|
+
var React425 = __toESM(require("react"));
|
|
9955
9978
|
var TranslateLanguageBold = (_a) => {
|
|
9956
9979
|
var _b = _a, {
|
|
9957
9980
|
size = 24,
|
|
@@ -9968,12 +9991,12 @@ var TranslateLanguageBold = (_a) => {
|
|
|
9968
9991
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9969
9992
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9970
9993
|
const resolvedViewBox = "0 0 24 24";
|
|
9971
|
-
return /* @__PURE__ */
|
|
9994
|
+
return /* @__PURE__ */ React425.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React425.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.715 14.521c.25.04.524.048.912.048a3 3 0 0 0 .554-.08l-.725-1.42z", clipRule: "evenodd" }), /* @__PURE__ */ React425.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.247 16.888a.75.75 0 0 1-1.009-.327l-.356-.699c-.41.104-.853.209-1.255.209-.656 0-1.11-.033-1.615-.172l-.337.662a.75.75 0 1 1-1.336-.682l2.449-4.8c.256-.502 1.08-.502 1.336 0l2.45 4.8a.75.75 0 0 1-.327 1.009m-6.975-2.501c-.092-.08-.185-.171-.278-.262a8.5 8.5 0 0 1-2.381 1.143.75.75 0 1 1-.438-1.436 7.1 7.1 0 0 0 1.865-.866 7.2 7.2 0 0 1-.96-2.219.75.75 0 1 1 1.458-.353c.135.556.363 1.089.658 1.58a6 6 0 0 0 1.361-2.584H7.093a.75.75 0 0 1 0-1.5h2.546v-.109a.75.75 0 0 1 1.5 0v.109h2.903a.75.75 0 0 1 0 1.5h-.947a7.7 7.7 0 0 1-.536 1.695 7.5 7.5 0 0 1-1.409 2.063c.034.031.071.077.104.106a.75.75 0 0 1-.982 1.133M16.218 2.5H7.783C4.623 2.5 2.5 4.723 2.5 8.031v7.939c0 3.308 2.123 5.53 5.283 5.53h8.434c3.16 0 5.283-2.222 5.283-5.53V8.031c0-3.308-2.123-5.531-5.282-5.531", clipRule: "evenodd" }));
|
|
9972
9995
|
};
|
|
9973
9996
|
var TranslateLanguageBold_default = TranslateLanguageBold;
|
|
9974
9997
|
|
|
9975
9998
|
// src/TiredBold.tsx
|
|
9976
|
-
var
|
|
9999
|
+
var React426 = __toESM(require("react"));
|
|
9977
10000
|
var TiredBold = (_a) => {
|
|
9978
10001
|
var _b = _a, {
|
|
9979
10002
|
size = 24,
|
|
@@ -9990,12 +10013,12 @@ var TiredBold = (_a) => {
|
|
|
9990
10013
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
9991
10014
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
9992
10015
|
const resolvedViewBox = "0 0 24 24";
|
|
9993
|
-
return /* @__PURE__ */
|
|
10016
|
+
return /* @__PURE__ */ React426.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React426.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.9 10.102a.75.75 0 1 1-.795 1.271l-1.787-1.118a.75.75 0 0 1 .001-1.272l1.787-1.112a.749.749 0 1 1 .793 1.273l-.767.478zm-2.033 6.332H9.129c-.276 0-.5-.204-.5-.456 0-1.801 1.512-3.265 3.37-3.265 1.857 0 3.368 1.464 3.368 3.265 0 .252-.224.456-.5.456m-7.37-4.946a.75.75 0 0 1-.399-1.386l.768-.48-.767-.478a.75.75 0 1 1 .793-1.273l1.787 1.112a.75.75 0 0 1 .001 1.272l-1.787 1.118a.74.74 0 0 1-.396.115M12 2.5c-5.239 0-9.5 4.262-9.5 9.5s4.261 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
9994
10017
|
};
|
|
9995
10018
|
var TiredBold_default = TiredBold;
|
|
9996
10019
|
|
|
9997
10020
|
// src/TimerPlusBold.tsx
|
|
9998
|
-
var
|
|
10021
|
+
var React427 = __toESM(require("react"));
|
|
9999
10022
|
var TimerPlusBold = (_a) => {
|
|
10000
10023
|
var _b = _a, {
|
|
10001
10024
|
size = 24,
|
|
@@ -10012,12 +10035,12 @@ var TimerPlusBold = (_a) => {
|
|
|
10012
10035
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10013
10036
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10014
10037
|
const resolvedViewBox = "0 0 24 24";
|
|
10015
|
-
return /* @__PURE__ */
|
|
10038
|
+
return /* @__PURE__ */ React427.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React427.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.711 13.785h-1.81v1.81c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.81h-1.8c-.42 0-.75-.34-.75-.75 0-.42.33-.75.75-.75h1.8v-1.8c0-.41.34-.75.75-.75s.75.34.75.75v1.8h1.81a.749.749 0 1 1 0 1.5m-2.56-8.73c-4.4 0-7.98 3.58-7.98 7.98s3.58 7.98 7.98 7.98 7.98-3.58 7.98-7.98-3.58-7.98-7.98-7.98m-5.359-.67a.75.75 0 1 0-.78-1.281A11.5 11.5 0 0 0 2.54 6.4a.75.75 0 1 0 1.236.849 10 10 0 0 1 3.016-2.864M21.776 6.4a11.5 11.5 0 0 0-3.484-3.307.75.75 0 0 0-.776 1.284A10 10 0 0 1 20.54 7.25a.75.75 0 1 0 1.236-.85", clipRule: "evenodd" }));
|
|
10016
10039
|
};
|
|
10017
10040
|
var TimerPlusBold_default = TimerPlusBold;
|
|
10018
10041
|
|
|
10019
10042
|
// src/TimeSquareBold.tsx
|
|
10020
|
-
var
|
|
10043
|
+
var React428 = __toESM(require("react"));
|
|
10021
10044
|
var TimeSquareBold = (_a) => {
|
|
10022
10045
|
var _b = _a, {
|
|
10023
10046
|
size = 24,
|
|
@@ -10034,12 +10057,12 @@ var TimeSquareBold = (_a) => {
|
|
|
10034
10057
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10035
10058
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10036
10059
|
const resolvedViewBox = "0 0 24 24";
|
|
10037
|
-
return /* @__PURE__ */
|
|
10060
|
+
return /* @__PURE__ */ React428.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React428.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.379 22 7.919v8.17C22 19.62 19.73 22 16.34 22H7.67C4.28 22 2 19.62 2 16.089v-8.17C2 4.379 4.28 2 7.67 2m7.91 13.81c.25 0 .5-.13.64-.37a.744.744 0 0 0-.26-1.03l-3.56-2.12V7.669a.75.75 0 1 0-1.5 0v5.05c0 .26.14.51.37.64l3.92 2.34c.12.08.26.11.39.11", clipRule: "evenodd" }));
|
|
10038
10061
|
};
|
|
10039
10062
|
var TimeSquareBold_default = TimeSquareBold;
|
|
10040
10063
|
|
|
10041
10064
|
// src/TimeCircleBold.tsx
|
|
10042
|
-
var
|
|
10065
|
+
var React429 = __toESM(require("react"));
|
|
10043
10066
|
var TimeCircleBold = (_a) => {
|
|
10044
10067
|
var _b = _a, {
|
|
10045
10068
|
size = 24,
|
|
@@ -10056,12 +10079,12 @@ var TimeCircleBold = (_a) => {
|
|
|
10056
10079
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10057
10080
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10058
10081
|
const resolvedViewBox = "0 0 24 24";
|
|
10059
|
-
return /* @__PURE__ */
|
|
10082
|
+
return /* @__PURE__ */ React429.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React429.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22C6.48 22 2 17.53 2 12 2 6.48 6.48 2 12 2c5.53 0 10 4.48 10 10 0 5.53-4.47 10-10 10m3.19-6.29a.74.74 0 0 0 1.03-.26c.21-.35.1-.81-.26-1.03L12.4 12.3V7.68a.749.749 0 1 0-1.5 0v5.05c0 .26.14.5.37.64z", clipRule: "evenodd" }));
|
|
10060
10083
|
};
|
|
10061
10084
|
var TimeCircleBold_default = TimeCircleBold;
|
|
10062
10085
|
|
|
10063
10086
|
// src/TimeCircle2Bold.tsx
|
|
10064
|
-
var
|
|
10087
|
+
var React430 = __toESM(require("react"));
|
|
10065
10088
|
var TimeCircle2Bold = (_a) => {
|
|
10066
10089
|
var _b = _a, {
|
|
10067
10090
|
size = 24,
|
|
@@ -10078,12 +10101,12 @@ var TimeCircle2Bold = (_a) => {
|
|
|
10078
10101
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10079
10102
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10080
10103
|
const resolvedViewBox = "0 0 24 24";
|
|
10081
|
-
return /* @__PURE__ */
|
|
10104
|
+
return /* @__PURE__ */ React430.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React430.createElement("path", { fill: "currentColor", d: "M12 2c5.53 0 10 4.48 10 10 0 5.53-4.47 10-10 10-5.52 0-10-4.47-10-10C2 6.48 6.48 2 12 2m-.35 4.93c-.41 0-.75.33-.75.75v5.05c0 .26.14.5.37.64l3.92 2.34a.74.74 0 0 0 1.03-.26c.21-.35.1-.81-.26-1.03L12.4 12.3V7.68c0-.42-.34-.75-.75-.75" }));
|
|
10082
10105
|
};
|
|
10083
10106
|
var TimeCircle2Bold_default = TimeCircle2Bold;
|
|
10084
10107
|
|
|
10085
10108
|
// src/TiktokBold.tsx
|
|
10086
|
-
var
|
|
10109
|
+
var React431 = __toESM(require("react"));
|
|
10087
10110
|
var TiktokBold = (_a) => {
|
|
10088
10111
|
var _b = _a, {
|
|
10089
10112
|
size = 24,
|
|
@@ -10100,12 +10123,12 @@ var TiktokBold = (_a) => {
|
|
|
10100
10123
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10101
10124
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10102
10125
|
const resolvedViewBox = "0 0 24 24";
|
|
10103
|
-
return /* @__PURE__ */
|
|
10126
|
+
return /* @__PURE__ */ React431.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React431.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.885 6.94c-2.61-.242-3.536-2.426-3.757-3.09a.5.5 0 0 0-.474-.341H12.94a.5.5 0 0 0-.5.5v12.09c0 1.213-.987 2.2-2.2 2.2a2.203 2.203 0 0 1-.224-4.393.5.5 0 0 0 .449-.497c0-.888.025-3.054.025-3.054a.5.5 0 0 0-.145-.357.5.5 0 0 0-.355-.15c-3.49 0-6.33 2.84-6.33 6.33 0 3.492 2.84 6.33 6.33 6.33s6.33-2.838 6.33-6.33v-5.602c.849.433 2.259.954 3.647.587a.5.5 0 0 0 .37-.484v-3.24a.5.5 0 0 0-.453-.498", clipRule: "evenodd" }));
|
|
10104
10127
|
};
|
|
10105
10128
|
var TiktokBold_default = TiktokBold;
|
|
10106
10129
|
|
|
10107
10130
|
// src/TicketBold.tsx
|
|
10108
|
-
var
|
|
10131
|
+
var React432 = __toESM(require("react"));
|
|
10109
10132
|
var TicketBold = (_a) => {
|
|
10110
10133
|
var _b = _a, {
|
|
10111
10134
|
size = 24,
|
|
@@ -10122,12 +10145,12 @@ var TicketBold = (_a) => {
|
|
|
10122
10145
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10123
10146
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10124
10147
|
const resolvedViewBox = "0 0 24 24";
|
|
10125
|
-
return /* @__PURE__ */
|
|
10148
|
+
return /* @__PURE__ */ React432.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React432.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.787 10.539a.74.74 0 0 1-.512.207c-.716 0-1.296.563-1.296 1.25 0 .69.573 1.25 1.282 1.258.4.004.739.275.739.663v2.41C22 18.354 20.308 20 18.219 20h-3.153a.58.58 0 0 1-.59-.573v-2.03a.71.71 0 0 0-.726-.704.714.714 0 0 0-.725.704v2.03a.58.58 0 0 1-.589.573H5.781C3.702 20 2 18.356 2 16.326v-2.41c0-.387.34-.658.739-.662.71-.007 1.282-.568 1.282-1.259 0-.667-.56-1.174-1.296-1.174a.74.74 0 0 1-.512-.207.7.7 0 0 1-.213-.498V7.683C2 5.657 3.706 4 5.791 4h6.645c.325 0 .59.256.59.573v2.405a.72.72 0 0 0 .725.705c.406 0 .725-.32.725-.705V4.573c0-.317.264-.573.59-.573h3.153C20.308 4 22 5.644 22 7.674v2.367a.7.7 0 0 1-.213.498m-8.036 4.331c.406 0 .725-.32.725-.704v-3.758a.714.714 0 0 0-.726-.705.72.72 0 0 0-.725.705v3.758a.72.72 0 0 0 .726.704", clipRule: "evenodd" }));
|
|
10126
10149
|
};
|
|
10127
10150
|
var TicketBold_default = TicketBold;
|
|
10128
10151
|
|
|
10129
10152
|
// src/TicketStarBold.tsx
|
|
10130
|
-
var
|
|
10153
|
+
var React433 = __toESM(require("react"));
|
|
10131
10154
|
var TicketStarBold = (_a) => {
|
|
10132
10155
|
var _b = _a, {
|
|
10133
10156
|
size = 24,
|
|
@@ -10144,12 +10167,12 @@ var TicketStarBold = (_a) => {
|
|
|
10144
10167
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10145
10168
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10146
10169
|
const resolvedViewBox = "0 0 24 24";
|
|
10147
|
-
return /* @__PURE__ */
|
|
10170
|
+
return /* @__PURE__ */ React433.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React433.createElement("path", { fill: "currentColor", d: "M17.856 3C20.14 3 22 4.842 22 7.105v2.677a.74.74 0 0 1-.75.743c-.821 0-1.49.662-1.49 1.476 0 .763.588 1.392 1.338 1.468l.228.011a.746.746 0 0 1 .674.74v2.675C22 19.16 20.142 21 17.858 21H6.143C3.859 21 2 19.159 2 16.895V14.22c0-.385.296-.702.674-.74l.228-.011A1.483 1.483 0 0 0 4.24 12c0-.793-.641-1.39-1.49-1.39a.75.75 0 0 1-.53-.217.74.74 0 0 1-.22-.525l.002-2.764C2.002 4.842 3.86 3 6.144 3zM12 8.153a.74.74 0 0 0-.663.409l-.729 1.463-1.626.235a.74.74 0 0 0-.6.498.72.72 0 0 0 .187.753l1.179 1.137-.278 1.608a.73.73 0 0 0 .295.719.74.74 0 0 0 .777.055L12 14.27l1.455.757a.73.73 0 0 0 .78-.053.72.72 0 0 0 .296-.718l-.279-1.608 1.179-1.137a.732.732 0 0 0-.41-1.25l-1.628-.236-.729-1.463a.74.74 0 0 0-.662-.409z" }));
|
|
10148
10171
|
};
|
|
10149
10172
|
var TicketStarBold_default = TicketStarBold;
|
|
10150
10173
|
|
|
10151
10174
|
// src/TickSquareBold.tsx
|
|
10152
|
-
var
|
|
10175
|
+
var React434 = __toESM(require("react"));
|
|
10153
10176
|
var TickSquareBold = (_a) => {
|
|
10154
10177
|
var _b = _a, {
|
|
10155
10178
|
size = 24,
|
|
@@ -10166,12 +10189,12 @@ var TickSquareBold = (_a) => {
|
|
|
10166
10189
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10167
10190
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10168
10191
|
const resolvedViewBox = "0 0 24 24";
|
|
10169
|
-
return /* @__PURE__ */
|
|
10192
|
+
return /* @__PURE__ */ React434.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React434.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.171C22 19.62 19.73 22 16.34 22H7.67C4.28 22 2 19.62 2 16.091V7.92C2 4.38 4.28 2 7.67 2m3.76 12.99 4.75-4.75c.34-.34.34-.89 0-1.24a.88.88 0 0 0-1.24 0l-4.13 4.13-1.75-1.75a.88.88 0 0 0-1.24 0c-.34.34-.34.89 0 1.24l2.38 2.37c.17.17.39.25.61.25.23 0 .45-.08.62-.25", clipRule: "evenodd" }));
|
|
10170
10193
|
};
|
|
10171
10194
|
var TickSquareBold_default = TickSquareBold;
|
|
10172
10195
|
|
|
10173
10196
|
// src/ThumbLikeBold.tsx
|
|
10174
|
-
var
|
|
10197
|
+
var React435 = __toESM(require("react"));
|
|
10175
10198
|
var ThumbLikeBold = (_a) => {
|
|
10176
10199
|
var _b = _a, {
|
|
10177
10200
|
size = 24,
|
|
@@ -10188,12 +10211,12 @@ var ThumbLikeBold = (_a) => {
|
|
|
10188
10211
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10189
10212
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10190
10213
|
const resolvedViewBox = "0 0 24 24";
|
|
10191
|
-
return /* @__PURE__ */
|
|
10214
|
+
return /* @__PURE__ */ React435.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React435.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.26 11.928a3.05 3.05 0 0 0-1.363-1.774c-.718-.433-1.731-.433-3.853-.433-.971 0-1.372-.411-1.034-1.604.443-1.605.876-4.635-.834-5.13-.76-.233-1.616.084-2.101.707A783 783 0 0 0 8.646 8.11a.46.46 0 0 0-.02.514q.21.358.324.76c.127.464.127.886.127 1.583V18.6c0 .512 0 .873-.05 1.21-.03.19.05.387.222.473a6.4 6.4 0 0 0 2.54.681c1.774.106 4.118.17 5.807-.01 1.246-.148 2.681-1.098 3.199-2.481.75-2.059.897-5.004.464-6.545M6.142 8.54c-.243-.064-.549-.064-1.15-.064-.602 0-.898 0-1.14.063a1.85 1.85 0 0 0-1.278 1.278c-.074.253-.074.549-.074 1.15V18.6c0 .602 0 .897.074 1.15a1.85 1.85 0 0 0 1.277 1.278c.243.063.539.063 1.14.063.602 0 .908 0 1.151-.063a1.85 1.85 0 0 0 1.277-1.277c.074-.254.074-.55.074-1.151v-7.633c0-.601 0-.897-.074-1.15a1.85 1.85 0 0 0-1.277-1.278", clipRule: "evenodd" }));
|
|
10192
10215
|
};
|
|
10193
10216
|
var ThumbLikeBold_default = ThumbLikeBold;
|
|
10194
10217
|
|
|
10195
10218
|
// src/ThumbDislikeBold.tsx
|
|
10196
|
-
var
|
|
10219
|
+
var React436 = __toESM(require("react"));
|
|
10197
10220
|
var ThumbDislikeBold = (_a) => {
|
|
10198
10221
|
var _b = _a, {
|
|
10199
10222
|
size = 24,
|
|
@@ -10210,12 +10233,12 @@ var ThumbDislikeBold = (_a) => {
|
|
|
10210
10233
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10211
10234
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10212
10235
|
const resolvedViewBox = "0 0 24 24";
|
|
10213
|
-
return /* @__PURE__ */
|
|
10236
|
+
return /* @__PURE__ */ React436.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React436.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.74 12.073a3.05 3.05 0 0 0 1.363 1.773c.718.433 1.731.433 3.853.433.971 0 1.372.412 1.034 1.605-.443 1.604-.876 4.634.834 5.13.76.233 1.616-.084 2.101-.707a785 785 0 0 0 3.429-4.416.46.46 0 0 0 .02-.514 3.3 3.3 0 0 1-.324-.76c-.127-.465-.127-.887-.127-1.584V5.402c0-.513 0-.873.051-1.211.028-.19-.051-.386-.223-.472a6.4 6.4 0 0 0-2.54-.682c-1.774-.105-4.118-.168-5.807.011-1.246.148-2.681 1.098-3.199 2.48-.75 2.06-.897 5.005-.464 6.546m15.117 3.387c.243.063.549.063 1.15.063.602 0 .898 0 1.14-.063a1.85 1.85 0 0 0 1.278-1.277c.074-.254.074-.55.074-1.151V5.401c0-.602 0-.898-.074-1.151a1.85 1.85 0 0 0-1.277-1.277c-.243-.064-.539-.064-1.14-.064-.602 0-.908 0-1.151.064A1.85 1.85 0 0 0 16.58 4.25c-.074.253-.074.549-.074 1.15v7.633c0 .602 0 .897.073 1.15a1.85 1.85 0 0 0 1.278 1.278", clipRule: "evenodd" }));
|
|
10214
10237
|
};
|
|
10215
10238
|
var ThumbDislikeBold_default = ThumbDislikeBold;
|
|
10216
10239
|
|
|
10217
10240
|
// src/TagBold.tsx
|
|
10218
|
-
var
|
|
10241
|
+
var React437 = __toESM(require("react"));
|
|
10219
10242
|
var TagBold = (_a) => {
|
|
10220
10243
|
var _b = _a, {
|
|
10221
10244
|
size = 24,
|
|
@@ -10232,12 +10255,12 @@ var TagBold = (_a) => {
|
|
|
10232
10255
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10233
10256
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10234
10257
|
const resolvedViewBox = "0 0 24 24";
|
|
10235
|
-
return /* @__PURE__ */
|
|
10258
|
+
return /* @__PURE__ */ React437.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.364 9.955a2.33 2.33 0 0 1-1.662.7h-.005a2.353 2.353 0 0 1-2.356-2.33 2.36 2.36 0 0 1 .69-1.684 2.3 2.3 0 0 1 1.629-.69h.01a2.347 2.347 0 0 1 2.375 2.353 2.3 2.3 0 0 1-.681 1.65m-6.212 6.527a.75.75 0 0 1-1.061 0l-2.577-2.576a.749.749 0 1 1 1.06-1.06l2.578 2.576a.75.75 0 0 1 0 1.06m10.334-9.858-.005-.654c-.003-1.661-1.238-3.126-2.87-3.407-.23-.041-1.426-.057-4.763-.05h-.318c-1.487.002-2.78.54-3.843 1.599a5915 5915 0 0 0-6.13 6.13c-1.396 1.4-1.406 3.589-.022 4.984a807 807 0 0 0 5.232 5.233 3.5 3.5 0 0 0 2.475 1.03c.903 0 1.806-.35 2.509-1.053l.31-.31c1.962-1.955 3.92-3.91 5.874-5.874.889-.896 1.398-1.973 1.512-3.201.07-.762.05-3.146.039-4.427", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.67 7.453c-.226.027-.418.086-.574.244a.87.87 0 0 0-.256.622.86.86 0 0 0 .856.837h.002a.85.85 0 0 0 .6-.256.851.851 0 0 0-.629-1.447", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.364 9.955a2.33 2.33 0 0 1-1.662.7h-.005a2.353 2.353 0 0 1-2.356-2.33 2.36 2.36 0 0 1 .69-1.684 2.3 2.3 0 0 1 1.629-.69h.01a2.347 2.347 0 0 1 2.375 2.353 2.3 2.3 0 0 1-.681 1.65m-6.212 6.527a.75.75 0 0 1-1.061 0l-2.577-2.576a.749.749 0 1 1 1.06-1.06l2.578 2.576a.75.75 0 0 1 0 1.06m10.334-9.858-.005-.654c-.003-1.661-1.238-3.126-2.87-3.407-.23-.041-1.426-.057-4.763-.05h-.318c-1.487.002-2.78.54-3.843 1.599a5915 5915 0 0 0-6.13 6.13c-1.396 1.4-1.406 3.589-.022 4.984a807 807 0 0 0 5.232 5.233 3.5 3.5 0 0 0 2.475 1.03c.903 0 1.806-.35 2.509-1.053l.31-.31c1.962-1.955 3.92-3.91 5.874-5.874.889-.896 1.398-1.973 1.512-3.201.07-.762.05-3.146.039-4.427", clipRule: "evenodd" }), /* @__PURE__ */ React437.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.67 7.453c-.226.027-.418.086-.574.244a.87.87 0 0 0-.256.622.86.86 0 0 0 .856.837h.002a.85.85 0 0 0 .6-.256.851.851 0 0 0-.629-1.447", clipRule: "evenodd" }));
|
|
10236
10259
|
};
|
|
10237
10260
|
var TagBold_default = TagBold;
|
|
10238
10261
|
|
|
10239
10262
|
// src/SwapBold.tsx
|
|
10240
|
-
var
|
|
10263
|
+
var React438 = __toESM(require("react"));
|
|
10241
10264
|
var SwapBold = (_a) => {
|
|
10242
10265
|
var _b = _a, {
|
|
10243
10266
|
size = 24,
|
|
@@ -10254,12 +10277,12 @@ var SwapBold = (_a) => {
|
|
|
10254
10277
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10255
10278
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10256
10279
|
const resolvedViewBox = "0 0 24 24";
|
|
10257
|
-
return /* @__PURE__ */
|
|
10280
|
+
return /* @__PURE__ */ React438.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React438.createElement("path", { fill: "currentColor", d: "M17.3 12.83c1.212 0 2.31.068 2.985.196.012 0 .628.127.834.21.297.128.55.36.71.65q.172.347.171.731c-.01.266-.183.766-.264.963-.502 1.3-2.15 3.783-3.155 4.735-.16.162-.355.337-.4.383-.253.197-.56.302-.892.302a1.36 1.36 0 0 1-.836-.28 5 5 0 0 1-.433-.394c-1.042-.974-2.609-3.4-3.112-4.63-.018-.018-.308-.735-.32-1.079v-.047c0-.534.298-1.032.778-1.288.26-.137 1.014-.265 1.04-.28.686-.104 1.739-.173 2.894-.173m-10.595.06c.516 0 .935.425.935.949l.256 4.578a1.2 1.2 0 0 1-1.19 1.208 1.2 1.2 0 0 1-1.191-1.208l.256-4.578a.94.94 0 0 1 .934-.948M6.712 3c.296 0 .593.093.834.278.166.12.434.396.434.396 1.04.975 2.608 3.4 3.11 4.63.011 0 .31.732.322 1.08v.047c0 .533-.299 1.031-.778 1.287-.264.14-1.03.267-1.041.28-.686.104-1.738.173-2.893.173-1.212 0-2.31-.07-2.985-.197-.012 0-.63-.127-.835-.21a1.5 1.5 0 0 1-.71-.65 1.6 1.6 0 0 1-.17-.73c.01-.267.182-.766.262-.963.503-1.3 2.15-3.784 3.157-4.735.16-.163.353-.338.4-.384.251-.197.56-.302.893-.302m10.582 1.375c.658 0 1.19.54 1.19 1.208l-.256 4.58a.94.94 0 0 1-.934.946.94.94 0 0 1-.934-.947l-.258-4.579a1.2 1.2 0 0 1 1.192-1.208" }));
|
|
10258
10281
|
};
|
|
10259
10282
|
var SwapBold_default = SwapBold;
|
|
10260
10283
|
|
|
10261
10284
|
// src/SunBold.tsx
|
|
10262
|
-
var
|
|
10285
|
+
var React439 = __toESM(require("react"));
|
|
10263
10286
|
var SunBold = (_a) => {
|
|
10264
10287
|
var _b = _a, {
|
|
10265
10288
|
size = 24,
|
|
@@ -10276,12 +10299,12 @@ var SunBold = (_a) => {
|
|
|
10276
10299
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10277
10300
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10278
10301
|
const resolvedViewBox = "0 0 24 24";
|
|
10279
|
-
return /* @__PURE__ */
|
|
10302
|
+
return /* @__PURE__ */ React439.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React439.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.576 7.14a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061l-.97-.97a.751.751 0 0 0-1.061 1.062zM12.5 5.12a.75.75 0 0 0 .75-.75V3a.75.75 0 0 0-1.5 0v1.37c0 .414.336.75.75.75M5.622 12a.75.75 0 0 0-.75-.75H3.5a.75.75 0 0 0 0 1.5h1.372a.75.75 0 0 0 .75-.75m12.272-4.64a.75.75 0 0 0 .53-.219l.971-.97a.75.75 0 1 0-1.06-1.061l-.97.969a.75.75 0 0 0 .53 1.281m.528 9.5a.751.751 0 0 0-1.061 1.062l.971.968a.75.75 0 0 0 1.061-1.06zm-11.847 0-.971.97a.75.75 0 1 0 1.06 1.06l.972-.969a.751.751 0 0 0-1.061-1.062M21.5 11.25h-1.37a.75.75 0 0 0 0 1.5h1.37a.75.75 0 0 0 0-1.5m-9 7.63a.75.75 0 0 0-.75.75V21a.75.75 0 0 0 1.5 0v-1.37a.75.75 0 0 0-.75-.75m0-11.58A4.7 4.7 0 0 0 7.805 12c0 2.592 2.106 4.7 4.695 4.7a4.703 4.703 0 0 0 4.696-4.7c0-2.592-2.106-4.7-4.696-4.7", clipRule: "evenodd" }));
|
|
10280
10303
|
};
|
|
10281
10304
|
var SunBold_default = SunBold;
|
|
10282
10305
|
|
|
10283
10306
|
// src/Sun2Bold.tsx
|
|
10284
|
-
var
|
|
10307
|
+
var React440 = __toESM(require("react"));
|
|
10285
10308
|
var Sun2Bold = (_a) => {
|
|
10286
10309
|
var _b = _a, {
|
|
10287
10310
|
size = 24,
|
|
@@ -10298,12 +10321,12 @@ var Sun2Bold = (_a) => {
|
|
|
10298
10321
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10299
10322
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10300
10323
|
const resolvedViewBox = "0 0 24 24";
|
|
10301
|
-
return /* @__PURE__ */
|
|
10324
|
+
return /* @__PURE__ */ React440.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React440.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.282 5.057a.84.84 0 0 0-1.192-.005.863.863 0 0 0-.005 1.213.85.85 0 0 0 1.202.014.85.85 0 0 0 .015-1.202zm-1.198 12.68-.02.02a.84.84 0 0 0 .025 1.192.84.84 0 0 0 .588.237.87.87 0 0 0 .624-.262.85.85 0 0 0-1.217-1.187M3.01 11.16a.85.85 0 0 0 0 1.7h.05c.47 0 .826-.38.826-.85 0-.469-.406-.85-.875-.85m9.007 8.95a.85.85 0 0 0-.85.85v.03c0 .47.38.836.85.836.469 0 .85-.396.85-.865a.85.85 0 0 0-.85-.85M17.76 5.048l-.045.05c-.317.347-.269.86.078 1.176a.82.82 0 0 0 .557.211.9.9 0 0 0 .666-.29.851.851 0 0 0-1.256-1.147m1.21 12.71c-.316-.347-.83-.346-1.177-.03s-.35.878-.032 1.225a.846.846 0 0 0 1.2.055.85.85 0 0 0 .055-1.2zm1.998-6.598a.85.85 0 0 0 0 1.7h.042c.47 0 .83-.38.83-.85 0-.469-.403-.85-.872-.85m-8.95-7.27a.85.85 0 0 0 .85-.85v-.03a.836.836 0 0 0-.85-.834.864.864 0 0 0-.85.865c0 .469.38.85.85.85m-.006 2.679a5.43 5.43 0 0 0-5.425 5.42 5.433 5.433 0 0 0 5.425 5.43 5.43 5.43 0 0 0 5.424-5.43 5.43 5.43 0 0 0-5.424-5.42", clipRule: "evenodd" }));
|
|
10302
10325
|
};
|
|
10303
10326
|
var Sun2Bold_default = Sun2Bold;
|
|
10304
10327
|
|
|
10305
10328
|
// src/StopwatchStopBold.tsx
|
|
10306
|
-
var
|
|
10329
|
+
var React441 = __toESM(require("react"));
|
|
10307
10330
|
var StopwatchStopBold = (_a) => {
|
|
10308
10331
|
var _b = _a, {
|
|
10309
10332
|
size = 24,
|
|
@@ -10320,12 +10343,12 @@ var StopwatchStopBold = (_a) => {
|
|
|
10320
10343
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10321
10344
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10322
10345
|
const resolvedViewBox = "0 0 24 24";
|
|
10323
|
-
return /* @__PURE__ */
|
|
10346
|
+
return /* @__PURE__ */ React441.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React441.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.273 10.967-2.94 2.94c-.14.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.94-2.94c.3-.29.77-.29 1.06 0 .3.29.3.77 0 1.06m-3.46-5.72c-4.5 0-8.16 3.66-8.16 8.16s3.66 8.16 8.16 8.16c.56 0 1.105-.06 1.632-.167.19-.038.284-.248.217-.429a3.4 3.4 0 0 1-.209-1.194v-1.82c0-1.8 1.33-3.16 3.1-3.16h1.94q.505.001.954.145c.182.058.386-.042.418-.23q.108-.64.108-1.305c0-4.5-3.66-8.16-8.16-8.16M9.707 3.815h4.208a.75.75 0 0 0 0-1.5H9.707a.75.75 0 0 0 0 1.5", clipRule: "evenodd" }), /* @__PURE__ */ React441.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.556 17.545c-.105 0-.35 0-.35.41v1.82c0 .41.245.41.35.41h1.94c.105 0 .35 0 .35-.41v-1.82c0-.41-.245-.41-.35-.41zm1.94 4.14h-1.94c-1.072 0-1.85-.803-1.85-1.91v-1.82c0-1.107.778-1.91 1.85-1.91h1.94c1.073 0 1.85.803 1.85 1.91v1.82c0 1.107-.777 1.91-1.85 1.91", clipRule: "evenodd" }));
|
|
10324
10347
|
};
|
|
10325
10348
|
var StopwatchStopBold_default = StopwatchStopBold;
|
|
10326
10349
|
|
|
10327
10350
|
// src/StopwatchPlayBold.tsx
|
|
10328
|
-
var
|
|
10351
|
+
var React442 = __toESM(require("react"));
|
|
10329
10352
|
var StopwatchPlayBold = (_a) => {
|
|
10330
10353
|
var _b = _a, {
|
|
10331
10354
|
size = 24,
|
|
@@ -10342,12 +10365,12 @@ var StopwatchPlayBold = (_a) => {
|
|
|
10342
10365
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10343
10366
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10344
10367
|
const resolvedViewBox = "0 0 24 24";
|
|
10345
|
-
return /* @__PURE__ */
|
|
10368
|
+
return /* @__PURE__ */ React442.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React442.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.31 10.901-2.94 2.94c-.14.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.94-2.94c.3-.29.77-.29 1.06 0 .3.29.3.77 0 1.06m-3.46-5.72c-4.5 0-8.16 3.66-8.16 8.16s3.66 8.16 8.16 8.16c.521 0 1.03-.051 1.52-.144.186-.035.285-.238.223-.418-.431-1.253-.26-2.839-.123-4.088.13-1.01.67-1.82 1.47-2.29.82-.46 1.82-.51 2.73-.12a9 9 0 0 1 1.668.887c.173.118.415.038.463-.166a8 8 0 0 0 .21-1.82c0-4.5-3.66-8.16-8.16-8.16M9.744 3.75h4.208a.75.75 0 0 0 0-1.5H9.744a.75.75 0 0 0 0 1.5", clipRule: "evenodd" }), /* @__PURE__ */ React442.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.41 16.93a.2.2 0 0 0-.102.024c-.07.039-.096.138-.106.213-.101.894-.1 1.863.002 2.867.012.088.048.168.095.196.046.027.15.034.306-.027a6.9 6.9 0 0 0 2.02-1.284c.085-.078.185-.2.185-.337-.001-.135-.098-.253-.18-.327a6.6 6.6 0 0 0-2.028-1.28.5.5 0 0 0-.192-.045m-.02 4.82c-.305 0-.595-.076-.854-.23-.451-.265-.751-.746-.822-1.317a15 15 0 0 1-.001-3.217c.076-.587.386-1.07.85-1.335.478-.272 1.066-.294 1.614-.061a8.1 8.1 0 0 1 2.468 1.56c.424.386.662.894.665 1.425.002.534-.235 1.047-.667 1.446l-.002.002a8.4 8.4 0 0 1-2.474 1.57 2.1 2.1 0 0 1-.776.158", clipRule: "evenodd" }));
|
|
10346
10369
|
};
|
|
10347
10370
|
var StopwatchPlayBold_default = StopwatchPlayBold;
|
|
10348
10371
|
|
|
10349
10372
|
// src/StickerAddBold.tsx
|
|
10350
|
-
var
|
|
10373
|
+
var React443 = __toESM(require("react"));
|
|
10351
10374
|
var StickerAddBold = (_a) => {
|
|
10352
10375
|
var _b = _a, {
|
|
10353
10376
|
size = 24,
|
|
@@ -10364,12 +10387,12 @@ var StickerAddBold = (_a) => {
|
|
|
10364
10387
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10365
10388
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10366
10389
|
const resolvedViewBox = "0 0 24 24";
|
|
10367
|
-
return /* @__PURE__ */
|
|
10390
|
+
return /* @__PURE__ */ React443.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React443.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.451 16.282c-.881-.003-1.919 0-2.666.008-1.185 0-2.162.986-2.162 2.183v2.853c0 .466.561.698.881.361l2.171-2.28 2.144-2.252a.516.516 0 0 0-.368-.873", clipRule: "evenodd" }), /* @__PURE__ */ React443.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.367 11.22H9.32a.75.75 0 0 1 0-1.5h6.047a.75.75 0 0 1 0 1.5m-2.29 4.486H9.319a.75.75 0 0 1 0-1.5h3.758a.75.75 0 0 1 0 1.5m4.516-11.978H9.44a.2.2 0 0 0-.198.228c.022.155.039.312.039.473a5.02 5.02 0 0 1-5.057 5.02c-.114-.006-.208.073-.208.188v7.788c0 2.685 2.164 4.881 4.832 4.881h5.723a.494.494 0 0 0 .493-.498v-3.485c0-1.98 1.618-3.604 3.579-3.614h3.29a.483.483 0 0 0 .482-.487V8.587c0-2.684-2.154-4.86-4.822-4.86M4.577 7.68a.75.75 0 0 0 .75-.75V5.436h1.495a.75.75 0 0 0 0-1.5H5.327V2.441a.75.75 0 0 0-1.5 0v1.495H2.334a.75.75 0 0 0 0 1.5h1.493V6.93c0 .414.336.75.75.75", clipRule: "evenodd" }));
|
|
10368
10391
|
};
|
|
10369
10392
|
var StickerAddBold_default = StickerAddBold;
|
|
10370
10393
|
|
|
10371
10394
|
// src/StarBold.tsx
|
|
10372
|
-
var
|
|
10395
|
+
var React444 = __toESM(require("react"));
|
|
10373
10396
|
var StarBold = (_a) => {
|
|
10374
10397
|
var _b = _a, {
|
|
10375
10398
|
size = 24,
|
|
@@ -10386,12 +10409,12 @@ var StarBold = (_a) => {
|
|
|
10386
10409
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10387
10410
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10388
10411
|
const resolvedViewBox = "0 0 24 24";
|
|
10389
|
-
return /* @__PURE__ */
|
|
10412
|
+
return /* @__PURE__ */ React444.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React444.createElement("path", { fill: "currentColor", d: "M17.918 14.32a1.1 1.1 0 0 0-.319.97l.89 4.92a1.08 1.08 0 0 1-.45 1.08 1.1 1.1 0 0 1-1.17.08l-4.43-2.31a1.1 1.1 0 0 0-.5-.131h-.27a.8.8 0 0 0-.27.09l-4.43 2.32c-.22.11-.468.15-.71.11a1.11 1.11 0 0 1-.89-1.27l.89-4.92a1.12 1.12 0 0 0-.32-.98l-3.61-3.5a1.08 1.08 0 0 1-.27-1.13c.134-.395.476-.684.89-.75l4.97-.72c.377-.04.71-.27.88-.61l2.19-4.49q.077-.15.2-.27l.09-.07a.7.7 0 0 1 .16-.13l.11-.04.17-.07h.42c.376.04.707.265.88.6l2.22 4.47c.16.328.47.555.83.61l4.97.72c.42.06.77.35.91.75.13.402.017.842-.29 1.13z" }));
|
|
10390
10413
|
};
|
|
10391
10414
|
var StarBold_default = StarBold;
|
|
10392
10415
|
|
|
10393
10416
|
// src/SquareBold.tsx
|
|
10394
|
-
var
|
|
10417
|
+
var React445 = __toESM(require("react"));
|
|
10395
10418
|
var SquareBold = (_a) => {
|
|
10396
10419
|
var _b = _a, {
|
|
10397
10420
|
size = 24,
|
|
@@ -10408,12 +10431,12 @@ var SquareBold = (_a) => {
|
|
|
10408
10431
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10409
10432
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10410
10433
|
const resolvedViewBox = "0 0 24 24";
|
|
10411
|
-
return /* @__PURE__ */
|
|
10434
|
+
return /* @__PURE__ */ React445.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React445.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.217 3.871H7.782c-3.159 0-5.282 2.223-5.282 5.53v7.94c0 3.307 2.123 5.53 5.282 5.53h8.434c3.16 0 5.284-2.223 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
|
|
10412
10435
|
};
|
|
10413
10436
|
var SquareBold_default = SquareBold;
|
|
10414
10437
|
|
|
10415
10438
|
// src/SpeakerMegaphone5Bold.tsx
|
|
10416
|
-
var
|
|
10439
|
+
var React446 = __toESM(require("react"));
|
|
10417
10440
|
var SpeakerMegaphone5Bold = (_a) => {
|
|
10418
10441
|
var _b = _a, {
|
|
10419
10442
|
size = 24,
|
|
@@ -10430,12 +10453,12 @@ var SpeakerMegaphone5Bold = (_a) => {
|
|
|
10430
10453
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10431
10454
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10432
10455
|
const resolvedViewBox = "0 0 24 24";
|
|
10433
|
-
return /* @__PURE__ */
|
|
10456
|
+
return /* @__PURE__ */ React446.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React446.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.966 19.235a.98.98 0 0 1-.5.54.97.97 0 0 1-.73.02.96.96 0 0 1-.54-.49l-1.32-2.91c.6-.12 1.26-.23 1.96-.32l1.11 2.43c.1.23.11.49.02.73m2.92-13.35c-.59-1.29-1.56-2.13-2.65-2.31-.89-.14-1.76.18-2.39.87a37 37 0 0 1-4.11 3.87l1.79 3.78c.17.38 0 .82-.38.99-.1.05-.2.07-.31.07a.75.75 0 0 1-.68-.44l-1.63-3.45c-.36.27-.7.51-1.01.72-1.27.87-1.62 2.46-.89 4.05l.39.86c.6 1.32 1.69 2.08 2.89 2.08q.375 0 .75-.09c.22-.06.46-.12.71-.17l1.47 3.21c.27.59.75 1.05 1.37 1.28.28.1.57.16.87.16.34 0 .69-.08 1.01-.22.6-.28 1.06-.77 1.29-1.38.23-.62.2-1.28-.07-1.88l-.91-1.99c.82-.08 1.69-.13 2.6-.15a2.85 2.85 0 0 0 2.37-1.34c.51-.8.57-1.8.18-2.67zm6.331.096a5.92 5.92 0 0 0-4.145-3.326.746.746 0 0 0-.89.577.75.75 0 0 0 .578.89 4.36 4.36 0 0 1 3.092 2.48 4.37 4.37 0 0 1-.114 3.873.75.75 0 1 0 1.326.701 5.86 5.86 0 0 0 .153-5.195", clipRule: "evenodd" }), /* @__PURE__ */ React446.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.76 5.23a.75.75 0 1 0-.522 1.406 2.14 2.14 0 0 1 1.241 2.815.75.75 0 0 0 .697 1.03.75.75 0 0 0 .696-.47 3.63 3.63 0 0 0-.064-2.876A3.62 3.62 0 0 0 16.76 5.23", clipRule: "evenodd" }));
|
|
10434
10457
|
};
|
|
10435
10458
|
var SpeakerMegaphone5Bold_default = SpeakerMegaphone5Bold;
|
|
10436
10459
|
|
|
10437
10460
|
// src/SlightlyFrowningBold.tsx
|
|
10438
|
-
var
|
|
10461
|
+
var React447 = __toESM(require("react"));
|
|
10439
10462
|
var SlightlyFrowningBold = (_a) => {
|
|
10440
10463
|
var _b = _a, {
|
|
10441
10464
|
size = 24,
|
|
@@ -10452,12 +10475,12 @@ var SlightlyFrowningBold = (_a) => {
|
|
|
10452
10475
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10453
10476
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10454
10477
|
const resolvedViewBox = "0 0 24 24";
|
|
10455
|
-
return /* @__PURE__ */
|
|
10478
|
+
return /* @__PURE__ */ React447.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React447.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.225 10a.976.976 0 0 1-.692-1.662.978.978 0 0 1 1.668.687.976.976 0 0 1-.976.975m.112 5.917a.75.75 0 0 1-1.051-.137c-.581-.756-1.414-1.189-2.286-1.189-.871 0-1.704.433-2.285 1.189a.75.75 0 1 1-1.189-.915c.868-1.127 2.134-1.774 3.474-1.774 1.342 0 2.609.647 3.475 1.775a.75.75 0 0 1-.138 1.051M7.75 9.025a.97.97 0 0 1 .283-.687.978.978 0 0 1 1.668.687.976.976 0 0 1-1.951 0M12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.261-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
10456
10479
|
};
|
|
10457
10480
|
var SlightlyFrowningBold_default = SlightlyFrowningBold;
|
|
10458
10481
|
|
|
10459
10482
|
// src/ShowBold.tsx
|
|
10460
|
-
var
|
|
10483
|
+
var React448 = __toESM(require("react"));
|
|
10461
10484
|
var ShowBold = (_a) => {
|
|
10462
10485
|
var _b = _a, {
|
|
10463
10486
|
size = 24,
|
|
@@ -10474,12 +10497,12 @@ var ShowBold = (_a) => {
|
|
|
10474
10497
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10475
10498
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10476
10499
|
const resolvedViewBox = "0 0 24 24";
|
|
10477
|
-
return /* @__PURE__ */
|
|
10500
|
+
return /* @__PURE__ */ React448.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React448.createElement("path", { fill: "currentColor", d: "M12 4c2.068 0 4.03.718 5.736 2.046 1.708 1.319 3.162 3.248 4.205 5.663a.73.73 0 0 1 0 .572C19.854 17.111 16.137 20 12 20h-.01c-4.127 0-7.844-2.89-9.931-7.719a.73.73 0 0 1 0-.572C4.146 6.88 7.863 4 11.99 4zm0 4.121c-2.156 0-3.902 1.736-3.902 3.879 0 2.133 1.746 3.87 3.902 3.87 2.146 0 3.893-1.737 3.893-3.87A3.89 3.89 0 0 0 12 8.121m.001 1.453a2.43 2.43 0 0 1 2.43 2.424A2.43 2.43 0 0 1 12 14.412c-1.346 0-2.438-1.086-2.438-2.414 0-.165.02-.32.048-.475h.05c1.082 0 1.96-.854 2-1.92.106-.02.223-.029.34-.029" }));
|
|
10478
10501
|
};
|
|
10479
10502
|
var ShowBold_default = ShowBold;
|
|
10480
10503
|
|
|
10481
10504
|
// src/ShieldFailBold.tsx
|
|
10482
|
-
var
|
|
10505
|
+
var React449 = __toESM(require("react"));
|
|
10483
10506
|
var ShieldFailBold = (_a) => {
|
|
10484
10507
|
var _b = _a, {
|
|
10485
10508
|
size = 24,
|
|
@@ -10496,12 +10519,12 @@ var ShieldFailBold = (_a) => {
|
|
|
10496
10519
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10497
10520
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10498
10521
|
const resolvedViewBox = "0 0 24 24";
|
|
10499
|
-
return /* @__PURE__ */
|
|
10522
|
+
return /* @__PURE__ */ React449.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React449.createElement("path", { fill: "currentColor", d: "M11.341 2.103a1.87 1.87 0 0 1 1.228 0L19.2 4.33a1.8 1.8 0 0 1 1.249 1.697l.05 6.638a8.25 8.25 0 0 1-2.073 5.492c-.614.706-1.41 1.305-2.416 1.844l-3.573 1.912a.75.75 0 0 1-.352.088.8.8 0 0 1-.363-.088L8.12 20.049c-1.016-.53-1.811-1.119-2.435-1.815a8.23 8.23 0 0 1-2.145-5.471l-.04-6.64c-.01-.765.494-1.45 1.229-1.706zm3.08 7.256a.773.773 0 0 0-1.067 0l-1.359 1.325-1.359-1.325a.773.773 0 0 0-1.066 0 .727.727 0 0 0 0 1.04l1.358 1.324-1.358 1.324a.727.727 0 0 0 0 1.04c.15.147.342.214.533.214a.72.72 0 0 0 .533-.214l1.36-1.324 1.358 1.324c.15.147.342.214.533.214a.74.74 0 0 0 .533-.214.727.727 0 0 0 0-1.04l-1.358-1.324 1.358-1.324a.727.727 0 0 0 0-1.04" }));
|
|
10500
10523
|
};
|
|
10501
10524
|
var ShieldFailBold_default = ShieldFailBold;
|
|
10502
10525
|
|
|
10503
10526
|
// src/ShieldDoneBold.tsx
|
|
10504
|
-
var
|
|
10527
|
+
var React450 = __toESM(require("react"));
|
|
10505
10528
|
var ShieldDoneBold = (_a) => {
|
|
10506
10529
|
var _b = _a, {
|
|
10507
10530
|
size = 24,
|
|
@@ -10518,12 +10541,12 @@ var ShieldDoneBold = (_a) => {
|
|
|
10518
10541
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10519
10542
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10520
10543
|
const resolvedViewBox = "0 0 24 24";
|
|
10521
|
-
return /* @__PURE__ */
|
|
10544
|
+
return /* @__PURE__ */ React450.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React450.createElement("path", { fill: "currentColor", d: "M11.34 2.106c.393-.139.83-.142 1.23-.006l6.638 2.226a1.81 1.81 0 0 1 1.25 1.696l.042 6.641a8.25 8.25 0 0 1-2.065 5.495c-.618.702-1.41 1.306-2.422 1.845l-3.568 1.907a.78.78 0 0 1-.716.004l-3.602-1.863c-1.023-.53-1.822-1.125-2.446-1.818a8.25 8.25 0 0 1-2.139-5.473L3.5 6.124a1.81 1.81 0 0 1 1.229-1.71zm4.405 7.113a.77.77 0 0 0-1.068.006l-3.368 3.32-1.38-1.326a.77.77 0 0 0-1.069.007.72.72 0 0 0 .008 1.04l1.915 1.843a.76.76 0 0 0 .536.211.76.76 0 0 0 .533-.218l3.899-3.844a.72.72 0 0 0-.006-1.04" }));
|
|
10522
10545
|
};
|
|
10523
10546
|
var ShieldDoneBold_default = ShieldDoneBold;
|
|
10524
10547
|
|
|
10525
10548
|
// src/SettingBold.tsx
|
|
10526
|
-
var
|
|
10549
|
+
var React451 = __toESM(require("react"));
|
|
10527
10550
|
var SettingBold = (_a) => {
|
|
10528
10551
|
var _b = _a, {
|
|
10529
10552
|
size = 24,
|
|
@@ -10540,12 +10563,12 @@ var SettingBold = (_a) => {
|
|
|
10540
10563
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10541
10564
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10542
10565
|
const resolvedViewBox = "0 0 24 24";
|
|
10543
|
-
return /* @__PURE__ */
|
|
10566
|
+
return /* @__PURE__ */ React451.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React451.createElement("path", { fill: "currentColor", d: "M12.717 2c.756 0 1.441.42 1.82 1.04.183.3.306.67.275 1.06-.02.3.071.6.235.88.521.85 1.677 1.17 2.576.69a2.11 2.11 0 0 1 2.871.76l.685 1.18c.592.99.266 2.26-.756 2.83-.869.51-1.176 1.64-.654 2.5.163.27.347.5.633.64.358.19.634.49.828.79.378.62.348 1.38-.02 2.05l-.716 1.2a2.13 2.13 0 0 1-1.808 1.04c-.358 0-.756-.1-1.084-.3-.265-.17-.572-.23-.899-.23-1.012 0-1.86.83-1.89 1.82 0 1.15-.94 2.05-2.116 2.05h-1.39c-1.186 0-2.125-.9-2.125-2.05-.02-.99-.87-1.82-1.881-1.82-.337 0-.644.06-.9.23-.327.2-.735.3-1.083.3-.735 0-1.44-.4-1.819-1.04l-.705-1.2c-.378-.65-.399-1.43-.02-2.05.163-.3.47-.6.817-.79.286-.14.47-.37.644-.64.511-.86.204-1.99-.665-2.5a2.044 2.044 0 0 1-.756-2.83L3.5 6.43a2.125 2.125 0 0 1 2.882-.76c.889.48 2.044.16 2.565-.69.164-.28.256-.58.236-.88-.02-.39.092-.76.286-1.06A2.2 2.2 0 0 1 11.276 2zm-.705 7.18c-1.605 0-2.903 1.26-2.903 2.83s1.298 2.82 2.903 2.82 2.872-1.25 2.872-2.82-1.268-2.83-2.872-2.83" }));
|
|
10544
10567
|
};
|
|
10545
10568
|
var SettingBold_default = SettingBold;
|
|
10546
10569
|
|
|
10547
10570
|
// src/SendBold.tsx
|
|
10548
|
-
var
|
|
10571
|
+
var React452 = __toESM(require("react"));
|
|
10549
10572
|
var SendBold = (_a) => {
|
|
10550
10573
|
var _b = _a, {
|
|
10551
10574
|
size = 24,
|
|
@@ -10562,12 +10585,12 @@ var SendBold = (_a) => {
|
|
|
10562
10585
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10563
10586
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10564
10587
|
const resolvedViewBox = "0 0 24 24";
|
|
10565
|
-
return /* @__PURE__ */
|
|
10588
|
+
return /* @__PURE__ */ React452.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React452.createElement("path", { fill: "currentColor", d: "M21.435 2.582a1.93 1.93 0 0 0-1.93-.503L3.408 6.759A1.92 1.92 0 0 0 2.024 8.28c-.142.751.355 1.705 1.003 2.103l5.033 3.094a1.304 1.304 0 0 0 1.61-.194l5.763-5.799a.734.734 0 0 1 1.06 0c.29.292.29.765 0 1.067l-5.773 5.8c-.428.43-.508 1.1-.193 1.62l3.075 5.083c.36.604.98.946 1.66.946.08 0 .17 0 .251-.01.78-.1 1.4-.634 1.63-1.39l4.773-16.075c.21-.685.02-1.43-.48-1.943" }));
|
|
10566
10589
|
};
|
|
10567
10590
|
var SendBold_default = SendBold;
|
|
10568
10591
|
|
|
10569
10592
|
// src/Send2Bold.tsx
|
|
10570
|
-
var
|
|
10593
|
+
var React453 = __toESM(require("react"));
|
|
10571
10594
|
var Send2Bold = (_a) => {
|
|
10572
10595
|
var _b = _a, {
|
|
10573
10596
|
size = 24,
|
|
@@ -10584,12 +10607,12 @@ var Send2Bold = (_a) => {
|
|
|
10584
10607
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10585
10608
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10586
10609
|
const resolvedViewBox = "0 0 24 24";
|
|
10587
|
-
return /* @__PURE__ */
|
|
10610
|
+
return /* @__PURE__ */ React453.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React453.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.717 2.741a.5.5 0 0 0-.206-.207c-2.087-1.11-14.565 2.758-17.793 4.62-.841.485-1.216 1.055-1.113 1.691.297 1.842 5.26 3.238 7.953 3.863l5.057-5.056a.75.75 0 1 1 1.06 1.061l-5.106 5.104c.641 2.721 2.022 7.536 3.835 7.828q.103.017.204.017c.553 0 1.053-.38 1.486-1.13 1.862-3.225 5.733-15.702 4.622-17.79", clipRule: "evenodd" }));
|
|
10588
10611
|
};
|
|
10589
10612
|
var Send2Bold_default = Send2Bold;
|
|
10590
10613
|
|
|
10591
10614
|
// src/SearchBold.tsx
|
|
10592
|
-
var
|
|
10615
|
+
var React454 = __toESM(require("react"));
|
|
10593
10616
|
var SearchBold = (_a) => {
|
|
10594
10617
|
var _b = _a, {
|
|
10595
10618
|
size = 24,
|
|
@@ -10606,12 +10629,12 @@ var SearchBold = (_a) => {
|
|
|
10606
10629
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10607
10630
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10608
10631
|
const resolvedViewBox = "0 0 24 24";
|
|
10609
|
-
return /* @__PURE__ */
|
|
10632
|
+
return /* @__PURE__ */ React454.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React454.createElement("path", { fill: "currentColor", d: "M17.621 17.654a.986.986 0 0 1 1.393 0l2.554 2.063h.044a1.347 1.347 0 0 1 0 1.891 1.314 1.314 0 0 1-1.872 0l-2.119-2.43a1.084 1.084 0 0 1 0-1.524M10.578 2c2.275 0 4.456.913 6.065 2.54a8.72 8.72 0 0 1 2.512 6.13c0 4.788-3.84 8.67-8.577 8.67S2 15.458 2 10.67 5.84 2 10.578 2" }));
|
|
10610
10633
|
};
|
|
10611
10634
|
var SearchBold_default = SearchBold;
|
|
10612
10635
|
|
|
10613
10636
|
// src/ScanBold.tsx
|
|
10614
|
-
var
|
|
10637
|
+
var React455 = __toESM(require("react"));
|
|
10615
10638
|
var ScanBold = (_a) => {
|
|
10616
10639
|
var _b = _a, {
|
|
10617
10640
|
size = 24,
|
|
@@ -10628,12 +10651,12 @@ var ScanBold = (_a) => {
|
|
|
10628
10651
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10629
10652
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10630
10653
|
const resolvedViewBox = "0 0 24 24";
|
|
10631
|
-
return /* @__PURE__ */
|
|
10654
|
+
return /* @__PURE__ */ React455.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React455.createElement("path", { fill: "currentColor", d: "M22.24 12.041c.419 0 .76.335.76.747s-.34.746-.76.746h-1.063v3.56c0 2.155-1.787 3.906-3.983 3.906h-1.593a.754.754 0 0 1-.762-.747c0-.412.34-.746.762-.746h1.593c1.357 0 2.461-1.082 2.461-2.413v-3.56h-2.623v.991c.01 1.24-1.005 2.254-2.27 2.266H9.238c-1.264-.012-2.28-1.025-2.27-2.266v-.99H4.347v3.563c0 1.326 1.101 2.406 2.454 2.408h1.628c.42 0 .761.335.761.747a.756.756 0 0 1-.762.747l-1.63-.001c-2.19-.002-3.974-1.752-3.974-3.901v-3.564H1.762A.755.755 0 0 1 1 12.788c0-.412.342-.747.762-.747zm-7.477-5.298c.604 0 1.185.238 1.608.662a2.27 2.27 0 0 1 .661 1.604v1.245a.28.28 0 0 1-.272.269H7.24a.277.277 0 0 1-.27-.27V9.01c-.011-1.24 1.004-2.253 2.268-2.266zM17.193 3c2.197 0 3.984 1.752 3.984 3.906v1.857c0 .411-.34.747-.761.747a.756.756 0 0 1-.762-.747V6.906c0-1.33-1.104-2.413-2.46-2.413H15.6a.754.754 0 0 1-.761-.746c0-.413.34-.747.76-.747zM8.428 3c.42 0 .76.334.76.747 0 .412-.34.746-.76.746l-1.63.001c-1.351.002-2.451 1.082-2.451 2.408v1.86a.756.756 0 0 1-.762.747.755.755 0 0 1-.762-.747v-1.86c0-2.149 1.784-3.9 3.975-3.901L8.427 3" }));
|
|
10632
10655
|
};
|
|
10633
10656
|
var ScanBold_default = ScanBold;
|
|
10634
10657
|
|
|
10635
10658
|
// src/RemoveUserBold.tsx
|
|
10636
|
-
var
|
|
10659
|
+
var React456 = __toESM(require("react"));
|
|
10637
10660
|
var RemoveUserBold = (_a) => {
|
|
10638
10661
|
var _b = _a, {
|
|
10639
10662
|
size = 24,
|
|
@@ -10650,12 +10673,12 @@ var RemoveUserBold = (_a) => {
|
|
|
10650
10673
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10651
10674
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10652
10675
|
const resolvedViewBox = "0 0 24 24";
|
|
10653
|
-
return /* @__PURE__ */
|
|
10676
|
+
return /* @__PURE__ */ React456.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React456.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.13 12.803h-4.162a1 1 0 1 1 0-2h4.162a1 1 0 1 1 0 2m-11.864-.287c2.608 0 4.73-2.12 4.73-4.725a4.733 4.733 0 0 0-4.73-4.725 4.733 4.733 0 0 0-4.73 4.725 4.733 4.733 0 0 0 4.73 4.725m0 1.98c-3.045 0-7.095.333-7.095 3.21 0 3.227 5.34 3.227 7.095 3.227 3.045 0 7.095-.333 7.095-3.209 0-3.228-5.34-3.228-7.095-3.228", clipRule: "evenodd" }));
|
|
10654
10677
|
};
|
|
10655
10678
|
var RemoveUserBold_default = RemoveUserBold;
|
|
10656
10679
|
|
|
10657
10680
|
// src/RemoveCircleBold.tsx
|
|
10658
|
-
var
|
|
10681
|
+
var React457 = __toESM(require("react"));
|
|
10659
10682
|
var RemoveCircleBold = (_a) => {
|
|
10660
10683
|
var _b = _a, {
|
|
10661
10684
|
size = 24,
|
|
@@ -10672,12 +10695,12 @@ var RemoveCircleBold = (_a) => {
|
|
|
10672
10695
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10673
10696
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10674
10697
|
const resolvedViewBox = "0 0 24 24";
|
|
10675
|
-
return /* @__PURE__ */
|
|
10698
|
+
return /* @__PURE__ */ React457.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React457.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.866 14.864a.75.75 0 0 1-1.061 0l-1.806-1.807-1.801 1.801a.75.75 0 0 1-1.061-1.06l1.801-1.801-1.802-1.803a.749.749 0 1 1 1.06-1.06l1.802 1.802L13.8 9.135a.749.749 0 1 1 1.06 1.06l-1.801 1.802 1.807 1.806a.75.75 0 0 1 0 1.061M12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
10676
10699
|
};
|
|
10677
10700
|
var RemoveCircleBold_default = RemoveCircleBold;
|
|
10678
10701
|
|
|
10679
10702
|
// src/ProfileBold.tsx
|
|
10680
|
-
var
|
|
10703
|
+
var React458 = __toESM(require("react"));
|
|
10681
10704
|
var ProfileBold = (_a) => {
|
|
10682
10705
|
var _b = _a, {
|
|
10683
10706
|
size = 24,
|
|
@@ -10694,12 +10717,12 @@ var ProfileBold = (_a) => {
|
|
|
10694
10717
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10695
10718
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10696
10719
|
const resolvedViewBox = "0 0 24 24";
|
|
10697
|
-
return /* @__PURE__ */
|
|
10720
|
+
return /* @__PURE__ */ React458.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React458.createElement("path", { fill: "currentColor", d: "M12 15.174c4.339 0 8 .705 8 3.425S16.315 22 12 22c-4.337 0-8-.705-8-3.425s3.685-3.401 8-3.401M12 2a5.273 5.273 0 0 1 5.294 5.291A5.274 5.274 0 0 1 12 12.583a5.275 5.275 0 0 1-5.294-5.292A5.274 5.274 0 0 1 12 2" }));
|
|
10698
10721
|
};
|
|
10699
10722
|
var ProfileBold_default = ProfileBold;
|
|
10700
10723
|
|
|
10701
10724
|
// src/PlusBold.tsx
|
|
10702
|
-
var
|
|
10725
|
+
var React459 = __toESM(require("react"));
|
|
10703
10726
|
var PlusBold = (_a) => {
|
|
10704
10727
|
var _b = _a, {
|
|
10705
10728
|
size = 24,
|
|
@@ -10716,12 +10739,12 @@ var PlusBold = (_a) => {
|
|
|
10716
10739
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10717
10740
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10718
10741
|
const resolvedViewBox = "0 0 24 24";
|
|
10719
|
-
return /* @__PURE__ */
|
|
10742
|
+
return /* @__PURE__ */ React459.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React459.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.33 2h9.33C20.06 2 22 3.92 22 7.33v9.34c0 3.39-1.93 5.33-5.33 5.33H7.33C3.92 22 2 20.06 2 16.67V7.33C2 3.92 3.92 2 7.33 2m5.49 10.83h2.84c.46-.01.83-.38.83-.84s-.37-.83-.83-.83h-2.84V8.34c0-.46-.37-.83-.83-.83s-.83.37-.83.83v2.82H8.33c-.22 0-.43.09-.59.24a.87.87 0 0 0-.24.59c0 .46.37.83.83.84h2.83v2.83c0 .46.37.83.83.83s.83-.37.83-.83z", clipRule: "evenodd" }));
|
|
10720
10743
|
};
|
|
10721
10744
|
var PlusBold_default = PlusBold;
|
|
10722
10745
|
|
|
10723
10746
|
// src/PlayBold.tsx
|
|
10724
|
-
var
|
|
10747
|
+
var React460 = __toESM(require("react"));
|
|
10725
10748
|
var PlayBold = (_a) => {
|
|
10726
10749
|
var _b = _a, {
|
|
10727
10750
|
size = 24,
|
|
@@ -10738,12 +10761,12 @@ var PlayBold = (_a) => {
|
|
|
10738
10761
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10739
10762
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10740
10763
|
const resolvedViewBox = "0 0 24 24";
|
|
10741
|
-
return /* @__PURE__ */
|
|
10764
|
+
return /* @__PURE__ */ React460.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React460.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12.006C2 6.486 6.488 2 12 2s10 4.486 10 10.006C22 17.514 17.512 22 12 22S2 17.514 2 12.006m13.668 1.012c.106-.106.241-.27.27-.309.155-.202.232-.453.232-.703 0-.28-.087-.541-.251-.754l-.074-.079a8 8 0 0 0-.245-.258c-.791-.85-2.857-2.239-3.938-2.663-.164-.067-.579-.212-.801-.222q-.318 0-.608.145a1.25 1.25 0 0 0-.54.598c-.068.174-.174.695-.174.704-.107.57-.164 1.496-.164 2.518 0 .976.057 1.862.144 2.441.003.003.011.044.024.108.04.196.12.603.208.77.212.405.627.656 1.071.656h.039c.29-.01.898-.26.898-.27 1.023-.424 3.04-1.746 3.851-2.624z", clipRule: "evenodd" }));
|
|
10742
10765
|
};
|
|
10743
10766
|
var PlayBold_default = PlayBold;
|
|
10744
10767
|
|
|
10745
10768
|
// src/PlaneCheckBold.tsx
|
|
10746
|
-
var
|
|
10769
|
+
var React461 = __toESM(require("react"));
|
|
10747
10770
|
var PlaneCheckBold = (_a) => {
|
|
10748
10771
|
var _b = _a, {
|
|
10749
10772
|
size = 24,
|
|
@@ -10760,12 +10783,12 @@ var PlaneCheckBold = (_a) => {
|
|
|
10760
10783
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10761
10784
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10762
10785
|
const resolvedViewBox = "0 0 24 24";
|
|
10763
|
-
return /* @__PURE__ */
|
|
10786
|
+
return /* @__PURE__ */ React461.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React461.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.045 16.278a612 612 0 0 0 9.939-4.105c1.328-.562 2.553-1.892 2.105-3.483-.19-.681-.603-1.203-1.195-1.51-1.138-.59-2.513-.207-3.056-.013-.946.343-1.876.747-2.775 1.138l-.273.119-.044.017-.009-.01c-1.195-1.11-2.468-2.221-3.487-3.111-.795-.703-1.62-.961-2.466-.77-.456.11-.887.276-1.303.438q-.27.106-.55.206a.75.75 0 0 0-.441.992l1.995 4.834-1.64.697c-.651.277-1.307.557-1.861.791l-.102-.247-.19-.46a.75.75 0 1 0-1.384.58l.187.451c.13.316.282.683.337.813l.048.112.01.023.03.064c.865 1.877 2.298 2.87 4.032 2.87.659 0 1.362-.143 2.093-.436m3.229 3.723H4.895a.75.75 0 0 0 0 1.5h7.379a.75.75 0 0 0 0-1.5M21.53 16.3a.75.75 0 0 0-1.06 0l-3.268 3.27-1.314-1.318a.75.75 0 1 0-1.063 1.058l1.845 1.85a.75.75 0 0 0 1.061 0l3.8-3.798a.75.75 0 0 0 0-1.061", clipRule: "evenodd" }));
|
|
10764
10787
|
};
|
|
10765
10788
|
var PlaneCheckBold_default = PlaneCheckBold;
|
|
10766
10789
|
|
|
10767
10790
|
// src/PasswordBold.tsx
|
|
10768
|
-
var
|
|
10791
|
+
var React462 = __toESM(require("react"));
|
|
10769
10792
|
var PasswordBold = (_a) => {
|
|
10770
10793
|
var _b = _a, {
|
|
10771
10794
|
size = 24,
|
|
@@ -10782,12 +10805,12 @@ var PasswordBold = (_a) => {
|
|
|
10782
10805
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10783
10806
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10784
10807
|
const resolvedViewBox = "0 0 24 24";
|
|
10785
|
-
return /* @__PURE__ */
|
|
10808
|
+
return /* @__PURE__ */ React462.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React462.createElement("path", { fill: "currentColor", d: "M16.335 2C19.723 2 22 4.376 22 7.915v8.167C22 19.623 19.723 22 16.334 22H7.666C4.276 22 2 19.622 2 16.083V7.916C2 4.377 4.277 2 7.666 2zM8.84 9.398a2.604 2.604 0 0 0-2.601 2.6 2.604 2.604 0 0 0 2.6 2.602 2.6 2.6 0 0 0 2.48-1.852h2.11v1.102a.75.75 0 0 0 1.5 0v-1.102h1.33v1.102a.75.75 0 0 0 1.5 0v-1.852a.75.75 0 0 0-.75-.75h-5.69A2.6 2.6 0 0 0 8.84 9.4m0 1.5c.607 0 1.102.493 1.102 1.101a1.103 1.103 0 0 1-2.204 0c0-.608.495-1.101 1.102-1.101" }));
|
|
10786
10809
|
};
|
|
10787
10810
|
var PasswordBold_default = PasswordBold;
|
|
10788
10811
|
|
|
10789
10812
|
// src/PaperBold.tsx
|
|
10790
|
-
var
|
|
10813
|
+
var React463 = __toESM(require("react"));
|
|
10791
10814
|
var PaperBold = (_a) => {
|
|
10792
10815
|
var _b = _a, {
|
|
10793
10816
|
size = 24,
|
|
@@ -10804,12 +10827,12 @@ var PaperBold = (_a) => {
|
|
|
10804
10827
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10805
10828
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10806
10829
|
const resolvedViewBox = "0 0 24 24";
|
|
10807
|
-
return /* @__PURE__ */
|
|
10830
|
+
return /* @__PURE__ */ React463.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React463.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.445 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zM8.926 14.9a.74.74 0 0 0-.742.74c0 .41.336.75.742.75h5.386a.744.744 0 0 0 0-1.49zm0-5a.75.75 0 0 0-.742.75c0 .41.336.74.742.74h3.347a.744.744 0 0 0 0-1.49zm6.224-6.994c0-.43.519-.645.815-.334L19.95 6.76a.477.477 0 0 1-.339.807c-.814.003-1.773 0-2.463-.007-1.096 0-1.998-.911-1.998-2.017z" }));
|
|
10808
10831
|
};
|
|
10809
10832
|
var PaperBold_default = PaperBold;
|
|
10810
10833
|
|
|
10811
10834
|
// src/PaperUploadBold.tsx
|
|
10812
|
-
var
|
|
10835
|
+
var React464 = __toESM(require("react"));
|
|
10813
10836
|
var PaperUploadBold = (_a) => {
|
|
10814
10837
|
var _b = _a, {
|
|
10815
10838
|
size = 24,
|
|
@@ -10826,12 +10849,12 @@ var PaperUploadBold = (_a) => {
|
|
|
10826
10849
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10827
10850
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10828
10851
|
const resolvedViewBox = "0 0 24 24";
|
|
10829
|
-
return /* @__PURE__ */
|
|
10852
|
+
return /* @__PURE__ */ React464.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React464.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.485 3.33 3.307 3.34.742 0 1.336.01 1.792.01.307 0 .812-.01 1.238-.01.247 0 .455.2.455.45v8.04c0 2.48-2 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.49 2 7.966 2zm-1.614 6.74a.7.7 0 0 0-.287.06.8.8 0 0 0-.238.16l-2.832 2.88a.75.75 0 0 0 0 1.05.73.73 0 0 0 1.04 0l1.574-1.6v4.83a.738.738 0 1 0 1.475 0v-4.83l1.574 1.6a.73.73 0 0 0 1.04 0 .74.74 0 0 0 .01-1.05l-2.842-2.88a.77.77 0 0 0-.514-.22m3.507-5.834c0-.43.516-.645.812-.334l3.987 4.187a.478.478 0 0 1-.34.807c-.814.003-1.772 0-2.462-.007-1.096 0-1.998-.911-1.998-2.017z" }));
|
|
10830
10853
|
};
|
|
10831
10854
|
var PaperUploadBold_default = PaperUploadBold;
|
|
10832
10855
|
|
|
10833
10856
|
// src/PaperPlusBold.tsx
|
|
10834
|
-
var
|
|
10857
|
+
var React465 = __toESM(require("react"));
|
|
10835
10858
|
var PaperPlusBold = (_a) => {
|
|
10836
10859
|
var _b = _a, {
|
|
10837
10860
|
size = 24,
|
|
@@ -10848,12 +10871,12 @@ var PaperPlusBold = (_a) => {
|
|
|
10848
10871
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10849
10872
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10850
10873
|
const resolvedViewBox = "0 0 24 24";
|
|
10851
|
-
return /* @__PURE__ */
|
|
10874
|
+
return /* @__PURE__ */ React465.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React465.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zm-1.437 7.77a.743.743 0 0 0-.742.74v1.73H9.371a.745.745 0 0 0 0 1.49h1.703v1.73c0 .41.337.74.742.74.406 0 .734-.33.734-.74v-1.73h1.713a.745.745 0 0 0 0-1.49H12.55v-1.73c0-.41-.328-.74-.734-.74m3.333-6.864c0-.43.519-.645.815-.334l3.985 4.187a.477.477 0 0 1-.339.807c-.813.003-1.773 0-2.463-.006-1.095 0-1.998-.912-1.998-2.018z" }));
|
|
10852
10875
|
};
|
|
10853
10876
|
var PaperPlusBold_default = PaperPlusBold;
|
|
10854
10877
|
|
|
10855
10878
|
// src/PaperNegativeBold.tsx
|
|
10856
|
-
var
|
|
10879
|
+
var React466 = __toESM(require("react"));
|
|
10857
10880
|
var PaperNegativeBold = (_a) => {
|
|
10858
10881
|
var _b = _a, {
|
|
10859
10882
|
size = 24,
|
|
@@ -10870,12 +10893,12 @@ var PaperNegativeBold = (_a) => {
|
|
|
10870
10893
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10871
10894
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10872
10895
|
const resolvedViewBox = "0 0 24 24";
|
|
10873
|
-
return /* @__PURE__ */
|
|
10896
|
+
return /* @__PURE__ */ React466.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React466.createElement("path", { fill: "currentColor", d: "M13.253 2c.257 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.752 0 1.346.01 1.801.01.307 0 .813-.01 1.239-.01.247 0 .445.2.445.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.599 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zM9.37 12.24a.745.745 0 0 0 0 1.49h4.892a.745.745 0 0 0 0-1.49zm5.778-9.334c0-.43.519-.645.815-.334l3.985 4.187a.477.477 0 0 1-.339.807c-.813.003-1.773 0-2.463-.006-1.095 0-1.998-.912-1.998-2.018z" }));
|
|
10874
10897
|
};
|
|
10875
10898
|
var PaperNegativeBold_default = PaperNegativeBold;
|
|
10876
10899
|
|
|
10877
10900
|
// src/PaperFailBold.tsx
|
|
10878
|
-
var
|
|
10901
|
+
var React467 = __toESM(require("react"));
|
|
10879
10902
|
var PaperFailBold = (_a) => {
|
|
10880
10903
|
var _b = _a, {
|
|
10881
10904
|
size = 24,
|
|
@@ -10892,12 +10915,12 @@ var PaperFailBold = (_a) => {
|
|
|
10892
10915
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10893
10916
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10894
10917
|
const resolvedViewBox = "0 0 24 24";
|
|
10895
|
-
return /* @__PURE__ */
|
|
10918
|
+
return /* @__PURE__ */ React467.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React467.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.495 3.33 3.307 3.34.742 0 1.346.01 1.792.01.307 0 .822-.01 1.238-.01.257 0 .455.2.455.45v8.04c0 2.48-1.99 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.5 2 7.966 2zm.802 8.72a.725.725 0 0 0-1.05 0l-1.208 1.22-1.208-1.22a.713.713 0 0 0-1.04 0 .75.75 0 0 0 0 1.05l1.209 1.22-1.208 1.22a.747.747 0 0 0 0 1.05c.138.15.326.22.515.22.188 0 .385-.07.524-.22l1.208-1.22 1.208 1.22a.73.73 0 0 0 1.05 0 .75.75 0 0 0 0-1.05l-1.208-1.22 1.208-1.22a.75.75 0 0 0 0-1.05m1.092-7.814c0-.43.517-.645.812-.334l3.987 4.187a.478.478 0 0 1-.34.807c-.814.003-1.772 0-2.462-.006-1.095 0-1.997-.912-1.997-2.018z" }));
|
|
10896
10919
|
};
|
|
10897
10920
|
var PaperFailBold_default = PaperFailBold;
|
|
10898
10921
|
|
|
10899
10922
|
// src/PaperDownloadBold.tsx
|
|
10900
|
-
var
|
|
10923
|
+
var React468 = __toESM(require("react"));
|
|
10901
10924
|
var PaperDownloadBold = (_a) => {
|
|
10902
10925
|
var _b = _a, {
|
|
10903
10926
|
size = 24,
|
|
@@ -10914,12 +10937,12 @@ var PaperDownloadBold = (_a) => {
|
|
|
10914
10937
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10915
10938
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10916
10939
|
const resolvedViewBox = "0 0 24 24";
|
|
10917
|
-
return /* @__PURE__ */
|
|
10940
|
+
return /* @__PURE__ */ React468.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React468.createElement("path", { fill: "currentColor", d: "M13.253 2c.247 0 .455.21.455.46v3.22c0 1.83 1.485 3.33 3.307 3.34.742 0 1.346.01 1.792.01.307 0 .812-.01 1.238-.01.257 0 .455.2.455.45v8.04c0 2.48-2 4.49-4.455 4.49H8.173C5.589 22 3.5 19.89 3.5 17.29V6.51C3.5 4.03 5.49 2 7.966 2zm-1.614 6.74a.746.746 0 0 0-.743.75v4.82l-1.575-1.6a.73.73 0 0 0-1.039 0 .76.76 0 0 0 0 1.06l2.832 2.87a.77.77 0 0 0 .525.22.77.77 0 0 0 .515-.22l2.841-2.87a.75.75 0 0 0-.01-1.06.73.73 0 0 0-1.04 0l-1.574 1.6V9.49c0-.42-.326-.75-.732-.75m3.507-5.834c0-.43.517-.645.812-.334l3.987 4.187a.477.477 0 0 1-.34.807c-.813.003-1.773 0-2.463-.007-1.095 0-1.996-.911-1.996-2.017z" }));
|
|
10918
10941
|
};
|
|
10919
10942
|
var PaperDownloadBold_default = PaperDownloadBold;
|
|
10920
10943
|
|
|
10921
10944
|
// src/NotificationBold.tsx
|
|
10922
|
-
var
|
|
10945
|
+
var React469 = __toESM(require("react"));
|
|
10923
10946
|
var NotificationBold = (_a) => {
|
|
10924
10947
|
var _b = _a, {
|
|
10925
10948
|
size = 24,
|
|
@@ -10936,12 +10959,12 @@ var NotificationBold = (_a) => {
|
|
|
10936
10959
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10937
10960
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10938
10961
|
const resolvedViewBox = "0 0 24 24";
|
|
10939
|
-
return /* @__PURE__ */
|
|
10962
|
+
return /* @__PURE__ */ React469.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React469.createElement("path", { fill: "currentColor", d: "M9.963 19.228c.5-.106 3.544-.106 4.046 0 .427.098.89.33.89.832-.025.48-.306.905-.695 1.175a3.64 3.64 0 0 1-1.714.732 3.8 3.8 0 0 1-1.008 0 3.6 3.6 0 0 1-1.712-.733c-.39-.269-.672-.694-.697-1.174 0-.503.463-.734.89-.832M12.045 2c2.08 0 4.205.987 5.468 2.625.818 1.054 1.194 2.108 1.194 3.745v.426c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.862 2.378a4.54 4.54 0 0 1-2.9 1.413c-1.572.134-3.144.247-4.737.247-1.594 0-3.166-.068-4.737-.247a4.53 4.53 0 0 1-2.9-1.413 3.62 3.62 0 0 1-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.782 1.283-3.858C7.861 2.942 9.92 2 11.957 2z" }));
|
|
10940
10963
|
};
|
|
10941
10964
|
var NotificationBold_default = NotificationBold;
|
|
10942
10965
|
|
|
10943
10966
|
// src/MoreSquareBold.tsx
|
|
10944
|
-
var
|
|
10967
|
+
var React470 = __toESM(require("react"));
|
|
10945
10968
|
var MoreSquareBold = (_a) => {
|
|
10946
10969
|
var _b = _a, {
|
|
10947
10970
|
size = 24,
|
|
@@ -10958,12 +10981,12 @@ var MoreSquareBold = (_a) => {
|
|
|
10958
10981
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10959
10982
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10960
10983
|
const resolvedViewBox = "0 0 24 24";
|
|
10961
|
-
return /* @__PURE__ */
|
|
10984
|
+
return /* @__PURE__ */ React470.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React470.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m-.15 11.2c-.66 0-1.2-.54-1.2-1.2s.54-1.199 1.2-1.199 1.2.539 1.2 1.199-.54 1.2-1.2 1.2M10.8 12c0 .66.54 1.2 1.2 1.2s1.2-.54 1.2-1.2-.54-1.199-1.2-1.199-1.2.539-1.2 1.199m4.48 0c0 .66.54 1.2 1.2 1.2s1.19-.54 1.19-1.2a1.194 1.194 0 1 0-2.39 0", clipRule: "evenodd" }));
|
|
10962
10985
|
};
|
|
10963
10986
|
var MoreSquareBold_default = MoreSquareBold;
|
|
10964
10987
|
|
|
10965
10988
|
// src/MoreCircleBold.tsx
|
|
10966
|
-
var
|
|
10989
|
+
var React471 = __toESM(require("react"));
|
|
10967
10990
|
var MoreCircleBold = (_a) => {
|
|
10968
10991
|
var _b = _a, {
|
|
10969
10992
|
size = 24,
|
|
@@ -10980,12 +11003,12 @@ var MoreCircleBold = (_a) => {
|
|
|
10980
11003
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
10981
11004
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
10982
11005
|
const resolvedViewBox = "0 0 24 24";
|
|
10983
|
-
return /* @__PURE__ */
|
|
11006
|
+
return /* @__PURE__ */ React471.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React471.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.47 2 12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10C6.47 22 2 17.52 2 12m5.52 1.2c-.66 0-1.2-.54-1.2-1.2s.54-1.199 1.2-1.199S8.71 11.34 8.71 12s-.53 1.2-1.19 1.2M10.8 12c0 .66.54 1.2 1.2 1.2s1.19-.54 1.19-1.2a1.194 1.194 0 1 0-2.39 0m4.48 0a1.195 1.195 0 1 0 2.39 0 1.194 1.194 0 1 0-2.39 0", clipRule: "evenodd" }));
|
|
10984
11007
|
};
|
|
10985
11008
|
var MoreCircleBold_default = MoreCircleBold;
|
|
10986
11009
|
|
|
10987
11010
|
// src/MoonBold.tsx
|
|
10988
|
-
var
|
|
11011
|
+
var React472 = __toESM(require("react"));
|
|
10989
11012
|
var MoonBold = (_a) => {
|
|
10990
11013
|
var _b = _a, {
|
|
10991
11014
|
size = 24,
|
|
@@ -11002,12 +11025,12 @@ var MoonBold = (_a) => {
|
|
|
11002
11025
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11003
11026
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11004
11027
|
const resolvedViewBox = "0 0 24 24";
|
|
11005
|
-
return /* @__PURE__ */
|
|
11028
|
+
return /* @__PURE__ */ React472.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React472.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.276 13.874a.62.62 0 0 0-.596-.038c-2.985 1.587-6.745 1.023-9.142-1.373-2.4-2.398-2.967-6.157-1.375-9.152a.56.56 0 0 0-.054-.594.61.61 0 0 0-.598-.2c-4.127 1.181-7.009 5.005-7.009 9.3 0 5.338 4.341 9.68 9.677 9.68 4.296 0 8.121-2.888 9.302-7.023a.61.61 0 0 0-.205-.6", clipRule: "evenodd" }));
|
|
11006
11029
|
};
|
|
11007
11030
|
var MoonBold_default = MoonBold;
|
|
11008
11031
|
|
|
11009
11032
|
// src/Minus3Bold.tsx
|
|
11010
|
-
var
|
|
11033
|
+
var React473 = __toESM(require("react"));
|
|
11011
11034
|
var Minus3Bold = (_a) => {
|
|
11012
11035
|
var _b = _a, {
|
|
11013
11036
|
size = 24,
|
|
@@ -11024,12 +11047,12 @@ var Minus3Bold = (_a) => {
|
|
|
11024
11047
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11025
11048
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11026
11049
|
const resolvedViewBox = "0 0 24 24";
|
|
11027
|
-
return /* @__PURE__ */
|
|
11050
|
+
return /* @__PURE__ */ React473.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React473.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 12A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.5 9.5 9.5 9.5 0 0 1-19 0m6.2-.748a.75.75 0 1 0 0 1.5h6.6a.75.75 0 1 0 0-1.5z", clipRule: "evenodd" }));
|
|
11028
11051
|
};
|
|
11029
11052
|
var Minus3Bold_default = Minus3Bold;
|
|
11030
11053
|
|
|
11031
11054
|
// src/Minus2Bold.tsx
|
|
11032
|
-
var
|
|
11055
|
+
var React474 = __toESM(require("react"));
|
|
11033
11056
|
var Minus2Bold = (_a) => {
|
|
11034
11057
|
var _b = _a, {
|
|
11035
11058
|
size = 24,
|
|
@@ -11046,12 +11069,12 @@ var Minus2Bold = (_a) => {
|
|
|
11046
11069
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11047
11070
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11048
11071
|
const resolvedViewBox = "0 0 24 24";
|
|
11049
|
-
return /* @__PURE__ */
|
|
11072
|
+
return /* @__PURE__ */ React474.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React474.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 12A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.5 9.5 9.5 9.5 0 0 1-19 0m6.2-.748a.75.75 0 1 0 0 1.5h6.6a.75.75 0 1 0 0-1.5z", clipRule: "evenodd" }));
|
|
11050
11073
|
};
|
|
11051
11074
|
var Minus2Bold_default = Minus2Bold;
|
|
11052
11075
|
|
|
11053
11076
|
// src/MessagesBold.tsx
|
|
11054
|
-
var
|
|
11077
|
+
var React475 = __toESM(require("react"));
|
|
11055
11078
|
var MessagesBold = (_a) => {
|
|
11056
11079
|
var _b = _a, {
|
|
11057
11080
|
size = 24,
|
|
@@ -11068,12 +11091,12 @@ var MessagesBold = (_a) => {
|
|
|
11068
11091
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11069
11092
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11070
11093
|
const resolvedViewBox = "0 0 24 24";
|
|
11071
|
-
return /* @__PURE__ */
|
|
11094
|
+
return /* @__PURE__ */ React475.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React475.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.82 16.087H9.338a.75.75 0 0 1 0-1.5h6.484a.75.75 0 0 1 0 1.5m-6.483-6.021h3.268a.75.75 0 0 1 0 1.5h-3.27a.75.75 0 0 1 0-1.5m10.438-2.491a9.53 9.53 0 0 0-6.921-3.629A9.5 9.5 0 0 0 5.58 6.72c-2.806 2.814-3.572 7.136-1.914 10.729.109.274.442.896.989 1.848a.47.47 0 0 1-.023.509c-.223.314-.504.716-.722 1.045-.284.424-.31.967-.07 1.417.239.446.717.686 1.209.723l.616-.001c2.372-.001 5.783-.002 6.6.001h.034a9.5 9.5 0 0 0 7.272-3.397c2.897-3.437 2.983-8.492.204-12.019", clipRule: "evenodd" }));
|
|
11072
11095
|
};
|
|
11073
11096
|
var MessagesBold_default = MessagesBold;
|
|
11074
11097
|
|
|
11075
11098
|
// src/MessageBold.tsx
|
|
11076
|
-
var
|
|
11099
|
+
var React476 = __toESM(require("react"));
|
|
11077
11100
|
var MessageBold = (_a) => {
|
|
11078
11101
|
var _b = _a, {
|
|
11079
11102
|
size = 24,
|
|
@@ -11090,12 +11113,12 @@ var MessageBold = (_a) => {
|
|
|
11090
11113
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11091
11114
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11092
11115
|
const resolvedViewBox = "0 0 24 24";
|
|
11093
|
-
return /* @__PURE__ */
|
|
11116
|
+
return /* @__PURE__ */ React476.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React476.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.94 3A5.057 5.057 0 0 1 22 8.05v7.9c0 2.79-2.27 5.05-5.06 5.05H7.06A5.057 5.057 0 0 1 2 15.95v-7.9A5.05 5.05 0 0 1 7.06 3zm1.59 6.54.08-.08a.77.77 0 0 0-.01-1 .84.84 0 0 0-.53-.26.76.76 0 0 0-.56.2L13 12a1.566 1.566 0 0 1-2 0L6.5 8.4a.76.76 0 0 0-1 .07c-.27.27-.3.7-.07 1l.13.13 4.55 3.55a3.14 3.14 0 0 0 3.91 0z", clipRule: "evenodd" }));
|
|
11094
11117
|
};
|
|
11095
11118
|
var MessageBold_default = MessageBold;
|
|
11096
11119
|
|
|
11097
11120
|
// src/MediumBold.tsx
|
|
11098
|
-
var
|
|
11121
|
+
var React477 = __toESM(require("react"));
|
|
11099
11122
|
var MediumBold = (_a) => {
|
|
11100
11123
|
var _b = _a, {
|
|
11101
11124
|
size = 24,
|
|
@@ -11112,12 +11135,12 @@ var MediumBold = (_a) => {
|
|
|
11112
11135
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11113
11136
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11114
11137
|
const resolvedViewBox = "0 0 24 24";
|
|
11115
|
-
return /* @__PURE__ */
|
|
11138
|
+
return /* @__PURE__ */ React477.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React477.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 8.509a4.506 4.506 0 0 0-4.5 4.5c0 2.48 2.019 4.5 4.5 4.5s4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5m7.999 0c-1.426 0-2.501 1.935-2.501 4.5s1.075 4.5 2.5 4.5 2.5-1.935 2.5-4.5-1.074-4.5-2.5-4.5m5.002 0c-1.428 0-1.5 3.749-1.5 4.5s.072 4.5 1.5 4.5 1.5-3.75 1.5-4.5c0-.751-.072-4.5-1.5-4.5", clipRule: "evenodd" }));
|
|
11116
11139
|
};
|
|
11117
11140
|
var MediumBold_default = MediumBold;
|
|
11118
11141
|
|
|
11119
11142
|
// src/MapCloseBold.tsx
|
|
11120
|
-
var
|
|
11143
|
+
var React478 = __toESM(require("react"));
|
|
11121
11144
|
var MapCloseBold = (_a) => {
|
|
11122
11145
|
var _b = _a, {
|
|
11123
11146
|
size = 24,
|
|
@@ -11134,12 +11157,12 @@ var MapCloseBold = (_a) => {
|
|
|
11134
11157
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11135
11158
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11136
11159
|
const resolvedViewBox = "0 0 24 24";
|
|
11137
|
-
return /* @__PURE__ */
|
|
11160
|
+
return /* @__PURE__ */ React478.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React478.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.938 3.24c-.51-.33-1.15-.38-1.71-.13l-2.993 1.327-.067.103v6.97c.85-.36 1.79-.56 2.78-.56a7.2 7.2 0 0 1 2.068.303.567.567 0 0 0 .732-.545V4.75c0-.61-.3-1.17-.81-1.51M7.685 2.733 3.836 4.434a2.67 2.67 0 0 0-1.584 2.44v12.663a1.79 1.79 0 0 0 2.522 1.64l2.998-1.333a.11.11 0 0 0 .065-.1V2.834a.11.11 0 0 0-.152-.1m1.801-.061a.11.11 0 0 0-.148.107v16.87c0 .05.02.09.07.1.22.078.979.358 1.859.678.422.154.867-.22.759-.654a7.08 7.08 0 0 1 2.642-7.384V4.63c0-.04-.03-.08-.07-.1-.548-.2-4.305-1.561-5.112-1.857M20.988 14.99a.81.81 0 0 0-1.147 0l-1.658 1.659-1.658-1.658a.81.81 0 1 0-1.147 1.147l1.658 1.658-1.658 1.658a.81.81 0 1 0 1.147 1.147l1.658-1.658 1.658 1.658a.81.81 0 1 0 1.147-1.147l-1.658-1.658 1.658-1.658a.81.81 0 0 0 0-1.147", clipRule: "evenodd" }));
|
|
11138
11161
|
};
|
|
11139
11162
|
var MapCloseBold_default = MapCloseBold;
|
|
11140
11163
|
|
|
11141
11164
|
// src/MacNotebookBold.tsx
|
|
11142
|
-
var
|
|
11165
|
+
var React479 = __toESM(require("react"));
|
|
11143
11166
|
var MacNotebookBold = (_a) => {
|
|
11144
11167
|
var _b = _a, {
|
|
11145
11168
|
size = 24,
|
|
@@ -11156,12 +11179,12 @@ var MacNotebookBold = (_a) => {
|
|
|
11156
11179
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11157
11180
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11158
11181
|
const resolvedViewBox = "0 0 24 24";
|
|
11159
|
-
return /* @__PURE__ */
|
|
11182
|
+
return /* @__PURE__ */ React479.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React479.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.949 16.246H3.052a.8.8 0 0 0-.802.8v.507a2.68 2.68 0 0 0 2.679 2.678h14.142a2.68 2.68 0 0 0 2.679-2.678v-.507c0-.44-.36-.8-.801-.8M11.446 6.069h1.35c.42 0 .75.33.75.75 0 .41-.33.75-.75.75h-1.35a.749.749 0 1 1 0-1.5m-7.11 8.75h15.33c.28 0 .5-.22.5-.5v-7.64c0-1.79-1.34-2.91-3.51-2.91h-9.31c-2.17 0-3.51 1.12-3.51 2.91v7.64c0 .28.22.5.5.5", clipRule: "evenodd" }));
|
|
11160
11183
|
};
|
|
11161
11184
|
var MacNotebookBold_default = MacNotebookBold;
|
|
11162
11185
|
|
|
11163
11186
|
// src/LogoutBold.tsx
|
|
11164
|
-
var
|
|
11187
|
+
var React480 = __toESM(require("react"));
|
|
11165
11188
|
var LogoutBold = (_a) => {
|
|
11166
11189
|
var _b = _a, {
|
|
11167
11190
|
size = 24,
|
|
@@ -11178,12 +11201,12 @@ var LogoutBold = (_a) => {
|
|
|
11178
11201
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11179
11202
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11180
11203
|
const resolvedViewBox = "0 0 24 24";
|
|
11181
|
-
return /* @__PURE__ */
|
|
11204
|
+
return /* @__PURE__ */ React480.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React480.createElement("path", { fill: "currentColor", d: "M11.493 2C13.976 2 16 3.99 16 6.44v4.79H9.896a.77.77 0 0 0-.784.77c0 .42.346.77.784.77H16v4.78C16 20 13.975 22 11.473 22H6.518C4.025 22 2 20.01 2 17.56V6.45C2 3.99 4.035 2 6.527 2zm7.047 6.55c.3-.31.79-.31 1.09-.01l2.92 2.91a.764.764 0 0 1 0 1.09l-2.92 2.91c-.15.15-.35.23-.54.23a.773.773 0 0 1-.55-1.32l1.6-1.59H16v-1.54h4.14l-1.6-1.59c-.3-.3-.3-.79 0-1.09" }));
|
|
11182
11205
|
};
|
|
11183
11206
|
var LogoutBold_default = LogoutBold;
|
|
11184
11207
|
|
|
11185
11208
|
// src/LoginBold.tsx
|
|
11186
|
-
var
|
|
11209
|
+
var React481 = __toESM(require("react"));
|
|
11187
11210
|
var LoginBold = (_a) => {
|
|
11188
11211
|
var _b = _a, {
|
|
11189
11212
|
size = 24,
|
|
@@ -11200,12 +11223,12 @@ var LoginBold = (_a) => {
|
|
|
11200
11223
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11201
11224
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11202
11225
|
const resolvedViewBox = "0 0 24 24";
|
|
11203
|
-
return /* @__PURE__ */
|
|
11226
|
+
return /* @__PURE__ */ React481.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React481.createElement("path", { fill: "currentColor", d: "M16.926 2c2.52 0 4.574 2 4.574 4.44v11.12c0 2.45-2.055 4.44-4.596 4.44h-5.028c-2.52 0-4.585-1.99-4.585-4.43v-4.8h6.402l-1.652 1.6c-.31.3-.31.79 0 1.09a.8.8 0 0 0 .568.22c.196 0 .403-.07.558-.22l3.015-2.91a.74.74 0 0 0 .237-.55c0-.2-.082-.4-.237-.54l-3.015-2.91a.817.817 0 0 0-1.126 0c-.31.3-.31.79 0 1.09l1.652 1.59H7.291V6.45C7.291 4 9.356 2 11.886 2zM7.29 11.23v1.54H3.281A.776.776 0 0 1 2.5 12c0-.42.355-.77.781-.77z" }));
|
|
11204
11227
|
};
|
|
11205
11228
|
var LoginBold_default = LoginBold;
|
|
11206
11229
|
|
|
11207
11230
|
// src/LockBold.tsx
|
|
11208
|
-
var
|
|
11231
|
+
var React482 = __toESM(require("react"));
|
|
11209
11232
|
var LockBold = (_a) => {
|
|
11210
11233
|
var _b = _a, {
|
|
11211
11234
|
size = 24,
|
|
@@ -11222,12 +11245,12 @@ var LockBold = (_a) => {
|
|
|
11222
11245
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11223
11246
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11224
11247
|
const resolvedViewBox = "0 0 24 24";
|
|
11225
|
-
return /* @__PURE__ */
|
|
11248
|
+
return /* @__PURE__ */ React482.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React482.createElement("path", { fill: "currentColor", d: "M11.984 2c3.07 0 5.539 2.415 5.539 5.396V8.93c1.722.537 2.977 2.096 2.977 3.959v4.936c0 2.306-1.911 4.175-4.268 4.175H7.77c-2.36 0-4.27-1.87-4.27-4.175V12.89c0-1.863 1.256-3.422 2.978-3.96V7.397C6.488 4.416 8.956 2 11.984 2m.011 11.385a.875.875 0 0 0-.884.864v2.206c0 .487.396.874.884.874a.88.88 0 0 0 .894-.874V14.25a.877.877 0 0 0-.894-.864m.01-9.646c-2.063 0-3.739 1.63-3.75 3.637v1.338h7.49V7.396c-.001-2.018-1.677-3.657-3.74-3.657" }));
|
|
11226
11249
|
};
|
|
11227
11250
|
var LockBold_default = LockBold;
|
|
11228
11251
|
|
|
11229
11252
|
// src/LocationBold.tsx
|
|
11230
|
-
var
|
|
11253
|
+
var React483 = __toESM(require("react"));
|
|
11231
11254
|
var LocationBold = (_a) => {
|
|
11232
11255
|
var _b = _a, {
|
|
11233
11256
|
size = 24,
|
|
@@ -11244,12 +11267,12 @@ var LocationBold = (_a) => {
|
|
|
11244
11267
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11245
11268
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11246
11269
|
const resolvedViewBox = "0 0 24 24";
|
|
11247
|
-
return /* @__PURE__ */
|
|
11270
|
+
return /* @__PURE__ */ React483.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React483.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 10.318C3.5 5.718 7.344 2 11.993 2c4.663 0 8.507 3.718 8.507 8.318 0 2.318-.843 4.47-2.23 6.294a22 22 0 0 1-5.541 5.14c-.486.318-.925.342-1.459 0a21.6 21.6 0 0 1-5.54-5.14c-1.388-1.824-2.23-3.976-2.23-6.294m5.694.259c0 1.54 1.258 2.753 2.8 2.753s2.812-1.212 2.812-2.753c0-1.53-1.27-2.8-2.813-2.8a2.813 2.813 0 0 0-2.799 2.8", clipRule: "evenodd" }));
|
|
11248
11271
|
};
|
|
11249
11272
|
var LocationBold_default = LocationBold;
|
|
11250
11273
|
|
|
11251
11274
|
// src/LinkedinBold.tsx
|
|
11252
|
-
var
|
|
11275
|
+
var React484 = __toESM(require("react"));
|
|
11253
11276
|
var LinkedinBold = (_a) => {
|
|
11254
11277
|
var _b = _a, {
|
|
11255
11278
|
size = 24,
|
|
@@ -11266,12 +11289,12 @@ var LinkedinBold = (_a) => {
|
|
|
11266
11289
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11267
11290
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11268
11291
|
const resolvedViewBox = "0 0 24 24";
|
|
11269
|
-
return /* @__PURE__ */
|
|
11292
|
+
return /* @__PURE__ */ React484.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React484.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.976 16.299a.75.75 0 0 1-1.5 0v-3.41a1.82 1.82 0 0 0-1.815-1.82 1.82 1.82 0 0 0-1.815 1.82v3.41a.75.75 0 0 1-1.5 0v-3.41a3.32 3.32 0 0 1 3.315-3.32 3.32 3.32 0 0 1 3.315 3.32zm-9.201-5.79c-.414 0-.786-.376-.786-.79s.372-.79.786-.79.784.376.784.79-.37.79-.784.79m.749 5.79a.75.75 0 0 1-1.5 0v-3.771a.75.75 0 0 1 1.5 0zm7.693-12.79H7.783c-3.16 0-5.283 2.223-5.283 5.53v7.94c0 3.307 2.123 5.53 5.283 5.53h8.433c3.16 0 5.284-2.223 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
|
|
11270
11293
|
};
|
|
11271
11294
|
var LinkedinBold_default = LinkedinBold;
|
|
11272
11295
|
|
|
11273
11296
|
// src/InstagramBold.tsx
|
|
11274
|
-
var
|
|
11297
|
+
var React485 = __toESM(require("react"));
|
|
11275
11298
|
var InstagramBold = (_a) => {
|
|
11276
11299
|
var _b = _a, {
|
|
11277
11300
|
size = 24,
|
|
@@ -11288,12 +11311,12 @@ var InstagramBold = (_a) => {
|
|
|
11288
11311
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11289
11312
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11290
11313
|
const resolvedViewBox = "0 0 24 24";
|
|
11291
|
-
return /* @__PURE__ */
|
|
11314
|
+
return /* @__PURE__ */ React485.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React485.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.845 10.589a2.754 2.754 0 0 0-2.753 2.75 2.753 2.753 0 0 0 5.505 0 2.753 2.753 0 0 0-2.752-2.75", clipRule: "evenodd" }), /* @__PURE__ */ React485.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.864 9.418c-.57 0-1.035-.462-1.035-1.03a1.034 1.034 0 0 1 2.069 0c0 .568-.464 1.03-1.034 1.03m-5.02 8.17a4.256 4.256 0 0 1-4.252-4.25 4.256 4.256 0 0 1 4.252-4.25 4.255 4.255 0 0 1 4.252 4.25 4.255 4.255 0 0 1-4.252 4.25m4.373-14.08H7.782c-3.159 0-5.282 2.223-5.282 5.53v7.94c0 3.308 2.123 5.53 5.282 5.53h8.434c3.16 0 5.284-2.222 5.284-5.53v-7.94c0-3.307-2.123-5.53-5.283-5.53", clipRule: "evenodd" }));
|
|
11292
11315
|
};
|
|
11293
11316
|
var InstagramBold_default = InstagramBold;
|
|
11294
11317
|
|
|
11295
11318
|
// src/InfoSquareBold.tsx
|
|
11296
|
-
var
|
|
11319
|
+
var React486 = __toESM(require("react"));
|
|
11297
11320
|
var InfoSquareBold = (_a) => {
|
|
11298
11321
|
var _b = _a, {
|
|
11299
11322
|
size = 24,
|
|
@@ -11310,12 +11333,12 @@ var InfoSquareBold = (_a) => {
|
|
|
11310
11333
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11311
11334
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11312
11335
|
const resolvedViewBox = "0 0 24 24";
|
|
11313
|
-
return /* @__PURE__ */
|
|
11336
|
+
return /* @__PURE__ */ React486.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React486.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m4.32 7.06a.87.87 0 0 1-.86-.87.875.875 0 1 1 .86.87m.88 6.72c0 .48-.39.87-.88.87a.87.87 0 0 1-.87-.87v-4.42c0-.48.39-.88.87-.88.49 0 .88.4.88.88z", clipRule: "evenodd" }));
|
|
11314
11337
|
};
|
|
11315
11338
|
var InfoSquareBold_default = InfoSquareBold;
|
|
11316
11339
|
|
|
11317
11340
|
// src/InfoCircleBold.tsx
|
|
11318
|
-
var
|
|
11341
|
+
var React487 = __toESM(require("react"));
|
|
11319
11342
|
var InfoCircleBold = (_a) => {
|
|
11320
11343
|
var _b = _a, {
|
|
11321
11344
|
size = 24,
|
|
@@ -11332,12 +11355,12 @@ var InfoCircleBold = (_a) => {
|
|
|
11332
11355
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11333
11356
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11334
11357
|
const resolvedViewBox = "0 0 24 24";
|
|
11335
|
-
return /* @__PURE__ */
|
|
11358
|
+
return /* @__PURE__ */ React487.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React487.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2c5.53 0 10 4.48 10 10s-4.47 10-10 10C6.48 22 2 17.52 2 12m9.12-3.79c0-.48.4-.88.88-.88s.87.4.87.88v4.42a.87.87 0 0 1-.87.87.88.88 0 0 1-.88-.87zm.89 8.47c-.49 0-.88-.4-.88-.88s.39-.87.87-.87c.49 0 .88.39.88.87s-.39.88-.87.88", clipRule: "evenodd" }));
|
|
11336
11359
|
};
|
|
11337
11360
|
var InfoCircleBold_default = InfoCircleBold;
|
|
11338
11361
|
|
|
11339
11362
|
// src/InfoCircle2Bold.tsx
|
|
11340
|
-
var
|
|
11363
|
+
var React488 = __toESM(require("react"));
|
|
11341
11364
|
var InfoCircle2Bold = (_a) => {
|
|
11342
11365
|
var _b = _a, {
|
|
11343
11366
|
size = 24,
|
|
@@ -11354,12 +11377,12 @@ var InfoCircle2Bold = (_a) => {
|
|
|
11354
11377
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11355
11378
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11356
11379
|
const resolvedViewBox = "0 0 24 24";
|
|
11357
|
-
return /* @__PURE__ */
|
|
11380
|
+
return /* @__PURE__ */ React488.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React488.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.756 15.693a.75.75 0 0 1-1.5 0v-4.299a.75.75 0 0 1 1.5 0zM11.25 8.291a.75.75 0 0 1 1.5 0c0 .414-.336.782-.75.782s-.75-.305-.75-.719zM12 2.5c-5.238 0-9.5 4.261-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
11358
11381
|
};
|
|
11359
11382
|
var InfoCircle2Bold_default = InfoCircle2Bold;
|
|
11360
11383
|
|
|
11361
11384
|
// src/ImageBold.tsx
|
|
11362
|
-
var
|
|
11385
|
+
var React489 = __toESM(require("react"));
|
|
11363
11386
|
var ImageBold = (_a) => {
|
|
11364
11387
|
var _b = _a, {
|
|
11365
11388
|
size = 24,
|
|
@@ -11376,12 +11399,12 @@ var ImageBold = (_a) => {
|
|
|
11376
11399
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11377
11400
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11378
11401
|
const resolvedViewBox = "0 0 24 24";
|
|
11379
|
-
return /* @__PURE__ */
|
|
11402
|
+
return /* @__PURE__ */ React489.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React489.createElement("path", { fill: "currentColor", d: "M16.334 2C19.724 2 22 4.378 22 7.917v8.166C22 19.622 19.723 22 16.333 22H7.666C4.276 22 2 19.622 2 16.083V7.917C2 4.378 4.277 2 7.666 2zm1.102 10.55c-1.071-.668-1.898.27-2.121.571-.216.29-.401.61-.596.93-.477.79-1.023 1.699-1.968 2.228-1.373.76-2.417.06-3.167-.449-.281-.19-.555-.37-.827-.49-.672-.29-1.276.041-2.173 1.18q-.703.893-1.41 1.774c-.283.352-.215.895.166 1.13.608.374 1.35.576 2.19.576h8.427a4.5 4.5 0 0 0 1.406-.214 3.7 3.7 0 0 0 2.261-2.111c.358-.85.532-1.883.197-2.741a2.3 2.3 0 0 0-.512-.784c-.615-.61-1.19-1.18-1.873-1.6M8.5 6A2.5 2.5 0 0 0 6 8.5C6 9.878 7.12 11 8.499 11a2.503 2.503 0 0 0 2.499-2.5c0-1.378-1.121-2.5-2.499-2.5" }));
|
|
11380
11403
|
};
|
|
11381
11404
|
var ImageBold_default = ImageBold;
|
|
11382
11405
|
|
|
11383
11406
|
// src/Image2Bold.tsx
|
|
11384
|
-
var
|
|
11407
|
+
var React490 = __toESM(require("react"));
|
|
11385
11408
|
var Image2Bold = (_a) => {
|
|
11386
11409
|
var _b = _a, {
|
|
11387
11410
|
size = 24,
|
|
@@ -11398,12 +11421,12 @@ var Image2Bold = (_a) => {
|
|
|
11398
11421
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11399
11422
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11400
11423
|
const resolvedViewBox = "0 0 24 24";
|
|
11401
|
-
return /* @__PURE__ */
|
|
11424
|
+
return /* @__PURE__ */ React490.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React490.createElement("path", { fill: "currentColor", d: "M16.353 2C19.73 2 21.999 4.362 22 7.888v8.214c0 .151-.028.287-.036.433-.005.085-.003.17-.01.255-.004.038-.016.073-.02.11a7 7 0 0 1-.154.905q-.029.116-.06.23-.12.422-.288.807-.05.107-.102.212a5.4 5.4 0 0 1-.408.698c-.047.067-.098.128-.147.193a5 5 0 0 1-.514.582c-.06.058-.13.108-.193.163-.193.166-.39.325-.608.46-.078.05-.164.086-.244.13a5 5 0 0 1-.686.333c-.1.038-.212.058-.316.09-.238.075-.474.152-.731.196-.194.034-.405.038-.61.055-.174.013-.339.046-.52.046H7.637a7 7 0 0 1-1.082-.094l-.037-.006c-1.353-.233-2.476-.886-3.263-1.871-.008 0-.008-.01-.017-.02C2.447 19.013 2 17.674 2 16.102V7.888C2 4.362 4.27 2.001 7.637 2zM7.637 3.396c-2.577 0-4.24 1.766-4.241 4.492v8.214c0 .765.142 1.448.385 2.04.04-.05 1.949-2.377 1.976-2.407.692-.79 1.992-1.968 3.697-1.255.41.17.77.408 1.1.618.572.383.91.563 1.26.533.145-.02.28-.062.41-.142.557-.344 2.135-2.645 2.23-2.77 1.09-1.42 2.77-1.8 4.17-.96.188.112 1.535 1.054 1.981 1.432V7.888c0-2.726-1.666-4.492-4.252-4.492zM8.48 6c.698 0 1.33.293 1.782.761.455.452.74 1.075.74 1.754C11 9.87 9.867 11 8.505 11.001c-1.196 0-2.217-.875-2.446-2.007A2.4 2.4 0 0 1 6 8.468 2.47 2.47 0 0 1 8.48 6" }));
|
|
11402
11425
|
};
|
|
11403
11426
|
var Image2Bold_default = Image2Bold;
|
|
11404
11427
|
|
|
11405
11428
|
// src/HotDrinkBold.tsx
|
|
11406
|
-
var
|
|
11429
|
+
var React491 = __toESM(require("react"));
|
|
11407
11430
|
var HotDrinkBold = (_a) => {
|
|
11408
11431
|
var _b = _a, {
|
|
11409
11432
|
size = 24,
|
|
@@ -11420,12 +11443,12 @@ var HotDrinkBold = (_a) => {
|
|
|
11420
11443
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11421
11444
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11422
11445
|
const resolvedViewBox = "0 0 24 24";
|
|
11423
|
-
return /* @__PURE__ */
|
|
11446
|
+
return /* @__PURE__ */ React491.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React491.createElement("path", { fill: "currentColor", d: "M7.86 4.12a.75.75 0 0 0-1.5 0v1.51a.75.75 0 1 0 1.5 0zm3.224 0a.75.75 0 0 0-1.5 0v1.51a.75.75 0 0 0 1.5 0zm3.225 0a.75.75 0 1 0-1.5 0v1.51a.75.75 0 0 0 1.5 0z" }), /* @__PURE__ */ React491.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 10.429a2.46 2.46 0 0 1 2.462-2.462h8.82c1.076 0 1.99.689 2.326 1.65h.829a2.813 2.813 0 1 1 0 5.627h-.913a6.88 6.88 0 0 1-2.698 3.887h3.343a.75.75 0 1 1 0 1.5H4.176a.75.75 0 0 1 0-1.5h2.243A6.87 6.87 0 0 1 3.5 13.509zm13.745 3.08v-2.392h.692a1.313 1.313 0 1 1 0 2.627h-.696z", clipRule: "evenodd" }));
|
|
11424
11447
|
};
|
|
11425
11448
|
var HotDrinkBold_default = HotDrinkBold;
|
|
11426
11449
|
|
|
11427
11450
|
// src/HomeBold.tsx
|
|
11428
|
-
var
|
|
11451
|
+
var React492 = __toESM(require("react"));
|
|
11429
11452
|
var HomeBold = (_a) => {
|
|
11430
11453
|
var _b = _a, {
|
|
11431
11454
|
size = 24,
|
|
@@ -11442,12 +11465,12 @@ var HomeBold = (_a) => {
|
|
|
11442
11465
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11443
11466
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11444
11467
|
const resolvedViewBox = "0 0 24 24";
|
|
11445
|
-
return /* @__PURE__ */
|
|
11468
|
+
return /* @__PURE__ */ React492.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React492.createElement("path", { fill: "currentColor", d: "M9.135 20.773v-3.057c0-.781.637-1.414 1.423-1.414h2.875c.377 0 .74.15 1.006.414.267.265.417.625.417 1v3.057c-.002.325.126.637.356.867s.544.36.87.36h1.962a3.46 3.46 0 0 0 2.443-1 3.4 3.4 0 0 0 1.013-2.422V9.867c0-.735-.328-1.431-.895-1.902l-6.671-5.29a3.1 3.1 0 0 0-3.949.072L3.467 7.965A2.47 2.47 0 0 0 2.5 9.867v8.702c0 1.895 1.547 3.43 3.456 3.43h1.916a1.23 1.23 0 0 0 1.236-1.217z" }));
|
|
11446
11469
|
};
|
|
11447
11470
|
var HomeBold_default = HomeBold;
|
|
11448
11471
|
|
|
11449
11472
|
// src/HideBold.tsx
|
|
11450
|
-
var
|
|
11473
|
+
var React493 = __toESM(require("react"));
|
|
11451
11474
|
var HideBold = (_a) => {
|
|
11452
11475
|
var _b = _a, {
|
|
11453
11476
|
size = 24,
|
|
@@ -11464,12 +11487,12 @@ var HideBold = (_a) => {
|
|
|
11464
11487
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11465
11488
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11466
11489
|
const resolvedViewBox = "0 0 24 24";
|
|
11467
|
-
return /* @__PURE__ */
|
|
11490
|
+
return /* @__PURE__ */ React493.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React493.createElement("path", { fill: "currentColor", d: "M19.17 3.714a.73.73 0 0 1 1.034 0 .73.73 0 0 1 0 1.043L18.43 6.55c1.415 1.3 2.615 3.053 3.513 5.16a.75.75 0 0 1 0 .58c-2.088 4.903-5.806 7.836-9.943 7.836h-.01c-1.883 0-3.688-.62-5.279-1.751l-1.892 1.91a.72.72 0 0 1-.518.216.7.7 0 0 1-.517-.216.74.74 0 0 1-.087-.926l.029-.04 14.43-14.56c.02-.02.04-.04.05-.06a.3.3 0 0 0 .048-.059zm-7.169.171a8.85 8.85 0 0 1 4.001.965l-3.259 3.288a4.5 4.5 0 0 0-.742-.068C9.845 8.07 8.1 9.832 8.1 12.007c0 .256.03.512.068.748l-3.61 3.643c-.976-1.142-1.825-2.52-2.498-4.105a.75.75 0 0 1 0-.58c2.088-4.903 5.805-7.828 9.933-7.828zm2.155 6.977c.175.334.272.728.272 1.141 0 1.349-1.092 2.452-2.429 2.453-.41 0-.8-.1-1.133-.277l-1.063 1.073c.624.424 1.386.68 2.196.68 2.147 0 3.893-1.763 3.893-3.929 0-.817-.253-1.585-.673-2.214z" }));
|
|
11468
11491
|
};
|
|
11469
11492
|
var HideBold_default = HideBold;
|
|
11470
11493
|
|
|
11471
11494
|
// src/HeartBold.tsx
|
|
11472
|
-
var
|
|
11495
|
+
var React494 = __toESM(require("react"));
|
|
11473
11496
|
var HeartBold = (_a) => {
|
|
11474
11497
|
var _b = _a, {
|
|
11475
11498
|
size = 24,
|
|
@@ -11486,12 +11509,12 @@ var HeartBold = (_a) => {
|
|
|
11486
11509
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11487
11510
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11488
11511
|
const resolvedViewBox = "0 0 24 24";
|
|
11489
|
-
return /* @__PURE__ */
|
|
11512
|
+
return /* @__PURE__ */ React494.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React494.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.85 2.5c.63 0 1.26.09 1.86.29 3.69 1.2 5.02 5.25 3.91 8.79a12.7 12.7 0 0 1-3.01 4.81 38.5 38.5 0 0 1-6.33 4.96l-.25.15-.26-.16a38 38 0 0 1-6.37-4.96 12.9 12.9 0 0 1-3.01-4.8c-1.13-3.54.2-7.59 3.93-8.81.29-.1.59-.17.89-.21h.12q.42-.06.84-.06h.11q.945.03 1.83.33h.06q.06.03.09.06c.22.07.43.15.63.26l.38.17c.092.05.195.124.284.19.056.04.107.077.146.1l.05.03c.085.05.175.102.25.16a6.26 6.26 0 0 1 3.85-1.3m2.66 7.2c.41-.01.76-.34.79-.76v-.12a3.3 3.3 0 0 0-2.11-3.16.8.8 0 0 0-1.01.5c-.14.42.08.88.5 1.03.64.24 1.07.87 1.07 1.57v.03a.86.86 0 0 0 .19.62c.14.17.35.27.57.29", clipRule: "evenodd" }));
|
|
11490
11513
|
};
|
|
11491
11514
|
var HeartBold_default = HeartBold;
|
|
11492
11515
|
|
|
11493
11516
|
// src/HeartPlusBold.tsx
|
|
11494
|
-
var
|
|
11517
|
+
var React495 = __toESM(require("react"));
|
|
11495
11518
|
var HeartPlusBold = (_a) => {
|
|
11496
11519
|
var _b = _a, {
|
|
11497
11520
|
size = 24,
|
|
@@ -11508,12 +11531,12 @@ var HeartPlusBold = (_a) => {
|
|
|
11508
11531
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11509
11532
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11510
11533
|
const resolvedViewBox = "0 0 24 24";
|
|
11511
|
-
return /* @__PURE__ */
|
|
11534
|
+
return /* @__PURE__ */ React495.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React495.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.181 12.34h-1.437v1.44a.75.75 0 0 1-1.5 0v-1.44H9.808a.75.75 0 0 1 0-1.5h1.436V9.41a.75.75 0 0 1 1.5 0v1.43h1.437a.75.75 0 0 1 0 1.5m6.804-5.363c-.68-1.68-1.993-2.907-3.695-3.452a6.1 6.1 0 0 0-2.91-.207c-.893.149-1.702.684-2.383 1.18-.656-.475-1.486-1.02-2.382-1.171a6.3 6.3 0 0 0-2.909.198c-3.73 1.207-4.879 5.289-3.836 8.534 1.624 5.21 8.62 8.525 8.916 8.664a.5.5 0 0 0 .423 0c.292-.136 7.184-3.391 8.906-8.66.551-1.715.504-3.522-.13-5.086", clipRule: "evenodd" }));
|
|
11512
11535
|
};
|
|
11513
11536
|
var HeartPlusBold_default = HeartPlusBold;
|
|
11514
11537
|
|
|
11515
11538
|
// src/Heart2Bold.tsx
|
|
11516
|
-
var
|
|
11539
|
+
var React496 = __toESM(require("react"));
|
|
11517
11540
|
var Heart2Bold = (_a) => {
|
|
11518
11541
|
var _b = _a, {
|
|
11519
11542
|
size = 24,
|
|
@@ -11530,12 +11553,12 @@ var Heart2Bold = (_a) => {
|
|
|
11530
11553
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11531
11554
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11532
11555
|
const resolvedViewBox = "0 0 24 24";
|
|
11533
|
-
return /* @__PURE__ */
|
|
11556
|
+
return /* @__PURE__ */ React496.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React496.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.691 3.371c-2.096-.677-4.007-.113-5.44 1.583-1.436-1.698-3.347-2.259-5.44-1.583-2.648.852-4.299 3.243-4.31 6.24-.025 5.133 4.916 9.155 9.547 11.207l.203.09.203-.09C17.086 18.766 22.025 14.744 22 9.61c-.012-2.996-1.663-5.387-4.309-6.239", clipRule: "evenodd" }));
|
|
11534
11557
|
};
|
|
11535
11558
|
var Heart2Bold_default = Heart2Bold;
|
|
11536
11559
|
|
|
11537
11560
|
// src/GraphBold.tsx
|
|
11538
|
-
var
|
|
11561
|
+
var React497 = __toESM(require("react"));
|
|
11539
11562
|
var GraphBold = (_a) => {
|
|
11540
11563
|
var _b = _a, {
|
|
11541
11564
|
size = 24,
|
|
@@ -11552,12 +11575,12 @@ var GraphBold = (_a) => {
|
|
|
11552
11575
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11553
11576
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11554
11577
|
const resolvedViewBox = "0 0 24 24";
|
|
11555
|
-
return /* @__PURE__ */
|
|
11578
|
+
return /* @__PURE__ */ React497.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React497.createElement("path", { fill: "currentColor", d: "M8.956 4.96a1.1 1.1 0 0 1 1.195.595c.106.159.133.354.146.545.13 1.997.268 3.965.397 5.932-.003.214.03.428.1.631.162.4.568.654 1.006.63l6.63-.408h.071c.286.004.558.12.757.322s.307.473.303.753c-.263 3.822-3.065 7.015-6.878 7.838s-7.723-.923-9.595-4.284a8.2 8.2 0 0 1-1.024-3.136 6 6 0 0 1-.063-.986c.013-4.065 2.906-7.573 6.955-8.432M12.913 2c4.57.138 8.392 3.456 9.084 7.89a.3.3 0 0 1 0 .08.78.78 0 0 1-.197.576.8.8 0 0 1-.555.268l-7.68.507a.92.92 0 0 1-.693-.23.88.88 0 0 1-.294-.658l-.515-7.543v-.125a.8.8 0 0 1 .263-.555.83.83 0 0 1 .587-.21" }));
|
|
11556
11579
|
};
|
|
11557
11580
|
var GraphBold_default = GraphBold;
|
|
11558
11581
|
|
|
11559
11582
|
// src/GameBold.tsx
|
|
11560
|
-
var
|
|
11583
|
+
var React498 = __toESM(require("react"));
|
|
11561
11584
|
var GameBold = (_a) => {
|
|
11562
11585
|
var _b = _a, {
|
|
11563
11586
|
size = 24,
|
|
@@ -11574,12 +11597,12 @@ var GameBold = (_a) => {
|
|
|
11574
11597
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11575
11598
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11576
11599
|
const resolvedViewBox = "0 0 24 24";
|
|
11577
|
-
return /* @__PURE__ */
|
|
11600
|
+
return /* @__PURE__ */ React498.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React498.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.164 6.083.948.011c3.405 0 5.888 2.428 5.888 5.78v4.307c0 3.353-2.483 5.78-5.888 5.78A194 194 0 0 1 12.01 22c-1.374 0-2.758-.01-4.122-.038-3.405 0-5.888-2.428-5.888-5.78v-4.307c0-3.353 2.483-5.78 5.898-5.78 1.286-.02 2.6-.04 3.935-.04v-.163c0-.665-.56-1.204-1.226-1.204h-.972c-1.109 0-2.012-.886-2.012-1.965 0-.395.334-.723.736-.723.412 0 .736.328.736.723 0 .289.246.52.54.52h.972c1.481.01 2.688 1.194 2.698 2.64v.183q.928.002 1.859.017m-4.312 8.663h-1.03v1.02a.735.735 0 0 1-.737.723.73.73 0 0 1-.736-.722v-1.021H7.31a.73.73 0 0 1-.736-.723c0-.395.334-.723.736-.723h1.04v-1.01c0-.395.324-.723.736-.723.403 0 .736.328.736.723v1.01h1.03c.403 0 .737.328.737.723a.73.73 0 0 1-.736.723m4.17-1.629h.099a.73.73 0 0 0 .736-.722.735.735 0 0 0-.736-.723h-.098a.722.722 0 1 0 0 1.445m1.679 3.314h.098a.73.73 0 0 0 .736-.722.735.735 0 0 0-.736-.723H16.7a.722.722 0 1 0 0 1.445", clipRule: "evenodd" }));
|
|
11578
11601
|
};
|
|
11579
11602
|
var GameBold_default = GameBold;
|
|
11580
11603
|
|
|
11581
11604
|
// src/ForwardClockTimer10Bold.tsx
|
|
11582
|
-
var
|
|
11605
|
+
var React499 = __toESM(require("react"));
|
|
11583
11606
|
var ForwardClockTimer10Bold = (_a) => {
|
|
11584
11607
|
var _b = _a, {
|
|
11585
11608
|
size = 24,
|
|
@@ -11596,12 +11619,12 @@ var ForwardClockTimer10Bold = (_a) => {
|
|
|
11596
11619
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11597
11620
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11598
11621
|
const resolvedViewBox = "0 0 24 24";
|
|
11599
|
-
return /* @__PURE__ */
|
|
11622
|
+
return /* @__PURE__ */ React499.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React499.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.27 8.728a1 1 0 0 0 1-1v-2.99a1 1 0 0 0-2 0v.438c-2.72-2.802-6.954-3.832-10.734-2.37-5.118 1.982-7.68 7.76-5.713 12.88.95 2.469 2.816 4.43 5.255 5.525q.201.088.41.088a1 1 0 0 0 .408-1.913c-1.954-.877-3.448-2.446-4.206-4.417-1.574-4.093.476-8.713 4.568-10.298 3.09-1.197 6.558-.303 8.723 2.057h-.685a1 1 0 0 0 0 2z", clipRule: "evenodd" }), /* @__PURE__ */ React499.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.163 12.098v-4.18a1 1 0 0 0-2 0v3.18H8.717a1 1 0 0 0 0 2h3.446a1 1 0 0 0 1-1m1.673 2.347a1 1 0 0 0-1.06.126l-1.69 1.37a.999.999 0 1 0 1.258 1.554l.062-.05v3.303a1 1 0 0 0 2 0v-5.4a1 1 0 0 0-.57-.903m5.319 4.683a.73.73 0 0 1-1.458 0v-2.38a.73.73 0 0 1 .73-.73.73.73 0 0 1 .728.73zm-.729-5.11a2.733 2.733 0 0 0-2.729 2.73v2.38a2.733 2.733 0 0 0 2.73 2.73 2.733 2.733 0 0 0 2.728-2.73v-2.38a2.733 2.733 0 0 0-2.729-2.73", clipRule: "evenodd" }));
|
|
11600
11623
|
};
|
|
11601
11624
|
var ForwardClockTimer10Bold_default = ForwardClockTimer10Bold;
|
|
11602
11625
|
|
|
11603
11626
|
// src/FolderBold.tsx
|
|
11604
|
-
var
|
|
11627
|
+
var React500 = __toESM(require("react"));
|
|
11605
11628
|
var FolderBold = (_a) => {
|
|
11606
11629
|
var _b = _a, {
|
|
11607
11630
|
size = 24,
|
|
@@ -11618,12 +11641,12 @@ var FolderBold = (_a) => {
|
|
|
11618
11641
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11619
11642
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11620
11643
|
const resolvedViewBox = "0 0 24 24";
|
|
11621
|
-
return /* @__PURE__ */
|
|
11644
|
+
return /* @__PURE__ */ React500.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React500.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.45 4.88h3.07c3.69 0 5.49 1.97 5.48 6.01v4.87c0 3.86-2.38 6.24-6.25 6.24H8.24C4.39 22 2 19.62 2 15.75V8.24C2 4.1 3.84 2 7.47 2h1.58c.931-.01 1.8.42 2.37 1.15l.88 1.17c.28.35.7.56 1.15.56M7.37 15.29h9.26c.41 0 .74-.34.74-.75a.74.74 0 0 0-.74-.75H7.37c-.42 0-.75.33-.75.75 0 .41.33.75.75.75", clipRule: "evenodd" }));
|
|
11622
11645
|
};
|
|
11623
11646
|
var FolderBold_default = FolderBold;
|
|
11624
11647
|
|
|
11625
11648
|
// src/FolderFileBold.tsx
|
|
11626
|
-
var
|
|
11649
|
+
var React501 = __toESM(require("react"));
|
|
11627
11650
|
var FolderFileBold = (_a) => {
|
|
11628
11651
|
var _b = _a, {
|
|
11629
11652
|
size = 24,
|
|
@@ -11640,12 +11663,12 @@ var FolderFileBold = (_a) => {
|
|
|
11640
11663
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11641
11664
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11642
11665
|
const resolvedViewBox = "0 0 24 24";
|
|
11643
|
-
return /* @__PURE__ */
|
|
11666
|
+
return /* @__PURE__ */ React501.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React501.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.942 16.47h-3.944a.75.75 0 0 1 0-1.5h3.944a.75.75 0 0 1 0 1.5m.677-11.106h-2.652a1.66 1.66 0 0 1-1.313-.658l-.856-1.137a2.65 2.65 0 0 0-2.111-1.056H7.812c-3.423 0-5.087 1.906-5.087 5.828v7.313c0 3.652 2.185 5.833 5.844 5.833h7.297c3.652 0 5.832-2.181 5.832-5.83l.027-4.66c0-3.843-1.622-5.633-5.106-5.633", clipRule: "evenodd" }));
|
|
11644
11667
|
};
|
|
11645
11668
|
var FolderFileBold_default = FolderFileBold;
|
|
11646
11669
|
|
|
11647
11670
|
// src/FolderFileSearchBold.tsx
|
|
11648
|
-
var
|
|
11671
|
+
var React502 = __toESM(require("react"));
|
|
11649
11672
|
var FolderFileSearchBold = (_a) => {
|
|
11650
11673
|
var _b = _a, {
|
|
11651
11674
|
size = 24,
|
|
@@ -11662,12 +11685,12 @@ var FolderFileSearchBold = (_a) => {
|
|
|
11662
11685
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11663
11686
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11664
11687
|
const resolvedViewBox = "0 0 24 24";
|
|
11665
|
-
return /* @__PURE__ */
|
|
11688
|
+
return /* @__PURE__ */ React502.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React502.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.615 4.733h-2.65c-.51 0-1-.25-1.31-.66l-.86-1.14a2.63 2.63 0 0 0-2.11-1.05h-1.87c-3.42 0-5.09 1.91-5.09 5.83v7.31c0 3.65 2.19 5.83 5.84 5.83h3.346c.16 0 .256-.179.176-.317a5.85 5.85 0 0 1-.792-2.943c0-3.24 2.63-5.87 5.87-5.87a5.84 5.84 0 0 1 4.169 1.747c.131.134.373.045.374-.142l.017-2.955c0-3.85-1.62-5.64-5.11-5.64", clipRule: "evenodd" }), /* @__PURE__ */ React502.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.323 19.92a2.22 2.22 0 0 1-2.217-2.217 2.22 2.22 0 0 1 2.217-2.217 2.22 2.22 0 0 1 2.217 2.217 2.22 2.22 0 0 1-2.217 2.218m3.04-.082a3.7 3.7 0 0 0 .677-2.135 3.72 3.72 0 0 0-3.717-3.717 3.72 3.72 0 0 0-3.717 3.717 3.72 3.72 0 0 0 3.717 3.718 3.7 3.7 0 0 0 1.949-.554l1.032 1.032a.754.754 0 0 0 1.062-.001.75.75 0 0 0-.001-1.062z", clipRule: "evenodd" }));
|
|
11666
11689
|
};
|
|
11667
11690
|
var FolderFileSearchBold_default = FolderFileSearchBold;
|
|
11668
11691
|
|
|
11669
11692
|
// src/FlashBold.tsx
|
|
11670
|
-
var
|
|
11693
|
+
var React503 = __toESM(require("react"));
|
|
11671
11694
|
var FlashBold = (_a) => {
|
|
11672
11695
|
var _b = _a, {
|
|
11673
11696
|
size = 24,
|
|
@@ -11684,12 +11707,12 @@ var FlashBold = (_a) => {
|
|
|
11684
11707
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11685
11708
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11686
11709
|
const resolvedViewBox = "0 0 24 24";
|
|
11687
|
-
return /* @__PURE__ */
|
|
11710
|
+
return /* @__PURE__ */ React503.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React503.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.915 10.105a1.49 1.49 0 0 0-1.33-.814h-4.979V4c0-.663-.406-1.224-1.034-1.428a1.47 1.47 0 0 0-1.67.544l-6.696 9.22a1.492 1.492 0 0 0 1.21 2.373h4.977V20c0 .663.406 1.223 1.034 1.427q.238.077.475.077c.466 0 .907-.22 1.197-.62l6.695-9.22a1.49 1.49 0 0 0 .121-1.56", clipRule: "evenodd" }));
|
|
11688
11711
|
};
|
|
11689
11712
|
var FlashBold_default = FlashBold;
|
|
11690
11713
|
|
|
11691
11714
|
// src/FlagBold.tsx
|
|
11692
|
-
var
|
|
11715
|
+
var React504 = __toESM(require("react"));
|
|
11693
11716
|
var FlagBold = (_a) => {
|
|
11694
11717
|
var _b = _a, {
|
|
11695
11718
|
size = 24,
|
|
@@ -11706,12 +11729,12 @@ var FlagBold = (_a) => {
|
|
|
11706
11729
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11707
11730
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11708
11731
|
const resolvedViewBox = "0 0 24 24";
|
|
11709
|
-
return /* @__PURE__ */
|
|
11732
|
+
return /* @__PURE__ */ React504.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React504.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.046 8.361 2.651-5.011a.748.748 0 0 0-.663-1.1H4.965a.75.75 0 0 0-.75.75v18a.75.75 0 0 0 1.5 0v-6.456l13.33-.179a.75.75 0 0 0 .65-1.107z", clipRule: "evenodd" }));
|
|
11710
11733
|
};
|
|
11711
11734
|
var FlagBold_default = FlagBold;
|
|
11712
11735
|
|
|
11713
11736
|
// src/FilterBold.tsx
|
|
11714
|
-
var
|
|
11737
|
+
var React505 = __toESM(require("react"));
|
|
11715
11738
|
var FilterBold = (_a) => {
|
|
11716
11739
|
var _b = _a, {
|
|
11717
11740
|
size = 24,
|
|
@@ -11728,12 +11751,12 @@ var FilterBold = (_a) => {
|
|
|
11728
11751
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11729
11752
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11730
11753
|
const resolvedViewBox = "0 0 24 24";
|
|
11731
|
-
return /* @__PURE__ */
|
|
11754
|
+
return /* @__PURE__ */ React505.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React505.createElement("path", { fill: "currentColor", d: "M18.562 14.02c1.9 0 3.438 1.513 3.438 3.38 0 1.865-1.539 3.377-3.439 3.377-1.898 0-3.439-1.512-3.439-3.378s1.54-3.38 3.44-3.38m-8.479 1.938c.832 0 1.508.664 1.508 1.481s-.676 1.482-1.508 1.482H3.508C2.676 18.92 2 18.256 2 17.439s.676-1.481 1.508-1.481zM5.438 3c1.9 0 3.44 1.513 3.44 3.379s-1.54 3.379-3.44 3.379C3.54 9.758 2 8.245 2 6.378 2 4.514 3.54 3 5.438 3m15.055 1.898c.831 0 1.507.664 1.507 1.48 0 .818-.676 1.482-1.507 1.482h-6.575c-.832 0-1.508-.664-1.508-1.481s.676-1.48 1.508-1.48z" }));
|
|
11732
11755
|
};
|
|
11733
11756
|
var FilterBold_default = FilterBold;
|
|
11734
11757
|
|
|
11735
11758
|
// src/Filter2Bold.tsx
|
|
11736
|
-
var
|
|
11759
|
+
var React506 = __toESM(require("react"));
|
|
11737
11760
|
var Filter2Bold = (_a) => {
|
|
11738
11761
|
var _b = _a, {
|
|
11739
11762
|
size = 24,
|
|
@@ -11750,12 +11773,12 @@ var Filter2Bold = (_a) => {
|
|
|
11750
11773
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11751
11774
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11752
11775
|
const resolvedViewBox = "0 0 24 24";
|
|
11753
|
-
return /* @__PURE__ */
|
|
11776
|
+
return /* @__PURE__ */ React506.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React506.createElement("path", { fill: "currentColor", d: "M14.135 15.839a.56.56 0 0 1 .548.565v2.732a.8.8 0 0 1-.453.723l-4.408 2.07a.76.76 0 0 1-.738-.055.8.8 0 0 1-.355-.669V16.39c0-.313.248-.567.551-.566zM19.872 2C21.048 2 22 2.981 22 4.192v1.532c0 .587-.23 1.152-.638 1.563l-6.505 6.58a.6.6 0 0 1-.421.177l-5.447-.017a.6.6 0 0 1-.436-.195L2.574 7.258A2.23 2.23 0 0 1 2 5.758V4.193C2 2.983 2.952 2 4.128 2z" }));
|
|
11754
11777
|
};
|
|
11755
11778
|
var Filter2Bold_default = Filter2Bold;
|
|
11756
11779
|
|
|
11757
11780
|
// src/FacebookBold.tsx
|
|
11758
|
-
var
|
|
11781
|
+
var React507 = __toESM(require("react"));
|
|
11759
11782
|
var FacebookBold = (_a) => {
|
|
11760
11783
|
var _b = _a, {
|
|
11761
11784
|
size = 24,
|
|
@@ -11772,12 +11795,12 @@ var FacebookBold = (_a) => {
|
|
|
11772
11795
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11773
11796
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11774
11797
|
const resolvedViewBox = "0 0 24 24";
|
|
11775
|
-
return /* @__PURE__ */
|
|
11798
|
+
return /* @__PURE__ */ React507.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React507.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.957 8.233a.43.43 0 0 1 .293-.124h2.7a.5.5 0 0 0 .5-.5v-3.6a.5.5 0 0 0-.5-.5h-2.7c-1.306 0-2.594.53-3.536 1.457A5 5 0 0 0 9.25 8.509v2.2h-2.2a.5.5 0 0 0-.5.5v3.6c0 .277.223.5.5.5h2.2v6.7a.5.5 0 0 0 .5.5h3.6a.5.5 0 0 0 .5-.5v-6.7h3.1c.277 0 .5-.223.5-.5v-3.6a.5.5 0 0 0-.5-.5h-3.1v-2.2c0-.108.042-.21.107-.276", clipRule: "evenodd" }));
|
|
11776
11799
|
};
|
|
11777
11800
|
var FacebookBold_default = FacebookBold;
|
|
11778
11801
|
|
|
11779
11802
|
// src/Eye2Bold.tsx
|
|
11780
|
-
var
|
|
11803
|
+
var React508 = __toESM(require("react"));
|
|
11781
11804
|
var Eye2Bold = (_a) => {
|
|
11782
11805
|
var _b = _a, {
|
|
11783
11806
|
size = 24,
|
|
@@ -11794,12 +11817,12 @@ var Eye2Bold = (_a) => {
|
|
|
11794
11817
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11795
11818
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11796
11819
|
const resolvedViewBox = "0 0 24 24";
|
|
11797
|
-
return /* @__PURE__ */
|
|
11820
|
+
return /* @__PURE__ */ React508.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React508.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.002 15.82A3.827 3.827 0 0 1 8.176 12a3.83 3.83 0 0 1 3.826-3.83A3.83 3.83 0 0 1 15.829 12a3.83 3.83 0 0 1-3.827 3.82M12 4.397c-4.883 0-9.5 3.693-9.5 7.601 0 3.977 4.528 7.6 9.5 7.6s9.5-3.623 9.5-7.6c0-3.908-4.617-7.6-9.5-7.6", clipRule: "evenodd" }), /* @__PURE__ */ React508.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.002 9.67A2.33 2.33 0 0 0 9.676 12a2.326 2.326 0 0 0 4.653 0 2.33 2.33 0 0 0-2.327-2.33", clipRule: "evenodd" }));
|
|
11798
11821
|
};
|
|
11799
11822
|
var Eye2Bold_default = Eye2Bold;
|
|
11800
11823
|
|
|
11801
11824
|
// src/EditBold.tsx
|
|
11802
|
-
var
|
|
11825
|
+
var React509 = __toESM(require("react"));
|
|
11803
11826
|
var EditBold = (_a) => {
|
|
11804
11827
|
var _b = _a, {
|
|
11805
11828
|
size = 24,
|
|
@@ -11816,12 +11839,12 @@ var EditBold = (_a) => {
|
|
|
11816
11839
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11817
11840
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11818
11841
|
const resolvedViewBox = "0 0 24 24";
|
|
11819
|
-
return /* @__PURE__ */
|
|
11842
|
+
return /* @__PURE__ */ React509.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React509.createElement("path", { fill: "currentColor", d: "M19.99 18.953c.556 0 1.01.46 1.01 1.024S20.546 21 19.99 21h-5.71c-.558 0-1.01-.458-1.01-1.023s.452-1.024 1.01-1.024zM12.24 3.957c.913-1.172 2.505-1.279 3.79-.258l1.474 1.172c.605.473 1.008 1.096 1.146 1.752.16.721-.01 1.43-.488 2.042L9.376 20.028a2.1 2.1 0 0 1-1.634.817l-3.502.043a.4.4 0 0 1-.392-.312l-.796-3.451c-.138-.634 0-1.29.403-1.795l6.23-8.062a.313.313 0 0 1 .423-.054L12.73 9.3c.17.14.404.215.648.182a.945.945 0 0 0 .817-1.043 1.05 1.05 0 0 0-.329-.633l-2.547-2.043a.38.38 0 0 1-.063-.526z" }));
|
|
11820
11843
|
};
|
|
11821
11844
|
var EditBold_default = EditBold;
|
|
11822
11845
|
|
|
11823
11846
|
// src/EditSquareBold.tsx
|
|
11824
|
-
var
|
|
11847
|
+
var React510 = __toESM(require("react"));
|
|
11825
11848
|
var EditSquareBold = (_a) => {
|
|
11826
11849
|
var _b = _a, {
|
|
11827
11850
|
size = 24,
|
|
@@ -11838,12 +11861,12 @@ var EditSquareBold = (_a) => {
|
|
|
11838
11861
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11839
11862
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11840
11863
|
const resolvedViewBox = "0 0 24 24";
|
|
11841
|
-
return /* @__PURE__ */
|
|
11864
|
+
return /* @__PURE__ */ React510.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React510.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.665 2.01a5.32 5.32 0 0 1 3.926 1.39 5.38 5.38 0 0 1 1.399 3.936v9.33a5.37 5.37 0 0 1-1.389 3.936 5.35 5.35 0 0 1-3.936 1.389h-9.33A5.33 5.33 0 0 1 3.399 20.6a5.33 5.33 0 0 1-1.389-3.936v-9.33A5.33 5.33 0 0 1 3.4 3.399 5.33 5.33 0 0 1 7.335 2.01zm-5.684 14.835 6.723-6.743c.61-.62.61-1.618 0-2.228l-1.298-1.298a1.58 1.58 0 0 0-2.238 0l-.67.679c-.1.1-.1.27 0 .37 0 0 1.589 1.578 1.619 1.618.11.12.18.28.18.46a.66.66 0 0 1-.66.659c-.17 0-.33-.07-.44-.18L12.53 8.524a.217.217 0 0 0-.3 0l-4.765 4.765c-.33.33-.52.769-.53 1.238l-.06 2.368c0 .13.04.25.13.34s.21.14.34.14h2.347c.48 0 .94-.19 1.29-.53", clipRule: "evenodd" }));
|
|
11842
11865
|
};
|
|
11843
11866
|
var EditSquareBold_default = EditSquareBold;
|
|
11844
11867
|
|
|
11845
11868
|
// src/DownloadBold.tsx
|
|
11846
|
-
var
|
|
11869
|
+
var React511 = __toESM(require("react"));
|
|
11847
11870
|
var DownloadBold = (_a) => {
|
|
11848
11871
|
var _b = _a, {
|
|
11849
11872
|
size = 24,
|
|
@@ -11860,12 +11883,12 @@ var DownloadBold = (_a) => {
|
|
|
11860
11883
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11861
11884
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11862
11885
|
const resolvedViewBox = "0 0 24 24";
|
|
11863
|
-
return /* @__PURE__ */
|
|
11886
|
+
return /* @__PURE__ */ React511.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React511.createElement("path", { fill: "currentColor", d: "M11.23 7.29V3.281c0-.426.34-.781.77-.781.385 0 .711.298.763.677l.007.104v4.01h4.78c2.38 0 4.335 1.949 4.445 4.38l.005.215v5.04c0 2.447-1.887 4.456-4.232 4.569l-.208.005H6.44c-2.38 0-4.326-1.94-4.435-4.379L2 16.905v-5.03c0-2.447 1.878-4.466 4.222-4.58l.208-.004zv6.402l-1.6-1.652a.755.755 0 0 0-1.09 0 .8.8 0 0 0-.22.568c0 .157.045.32.14.459l.08.098 2.91 3.016c.14.155.34.237.55.237a.73.73 0 0 0 .465-.166l.075-.071 2.91-3.015c.3-.31.3-.816 0-1.126a.755.755 0 0 0-1.004-.077l-.086.077-1.59 1.652V7.291z" }));
|
|
11864
11887
|
};
|
|
11865
11888
|
var DownloadBold_default = DownloadBold;
|
|
11866
11889
|
|
|
11867
11890
|
// src/DollarCircle3Bold.tsx
|
|
11868
|
-
var
|
|
11891
|
+
var React512 = __toESM(require("react"));
|
|
11869
11892
|
var DollarCircle3Bold = (_a) => {
|
|
11870
11893
|
var _b = _a, {
|
|
11871
11894
|
size = 24,
|
|
@@ -11882,12 +11905,12 @@ var DollarCircle3Bold = (_a) => {
|
|
|
11882
11905
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11883
11906
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11884
11907
|
const resolvedViewBox = "0 0 24 24";
|
|
11885
|
-
return /* @__PURE__ */
|
|
11908
|
+
return /* @__PURE__ */ React512.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React512.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.808 16.142h-.058v.44a.75.75 0 0 1-1.5 0v-.44h-1.067a.75.75 0 0 1 0-1.5h2.625a.663.663 0 0 0 .664-.66.663.663 0 0 0-.664-.66h-1.615a2.17 2.17 0 0 1-2.164-2.17c0-1.191.97-2.16 2.164-2.16h.057v-.44a.75.75 0 0 1 1.5 0v.44h1.068a.75.75 0 0 1 0 1.5h-2.625a.663.663 0 0 0-.664.66c0 .37.298.67.664.67h1.615c1.193 0 2.164.969 2.164 2.16s-.971 2.16-2.164 2.16M12 3.062c-5.238 0-9.5 4.262-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5c0-5.237-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
11886
11909
|
};
|
|
11887
11910
|
var DollarCircle3Bold_default = DollarCircle3Bold;
|
|
11888
11911
|
|
|
11889
11912
|
// src/DocumentBold.tsx
|
|
11890
|
-
var
|
|
11913
|
+
var React513 = __toESM(require("react"));
|
|
11891
11914
|
var DocumentBold = (_a) => {
|
|
11892
11915
|
var _b = _a, {
|
|
11893
11916
|
size = 24,
|
|
@@ -11904,12 +11927,12 @@ var DocumentBold = (_a) => {
|
|
|
11904
11927
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11905
11928
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11906
11929
|
const resolvedViewBox = "0 0 24 24";
|
|
11907
|
-
return /* @__PURE__ */
|
|
11930
|
+
return /* @__PURE__ */ React513.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React513.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.81 2h8.381C19.28 2 21 3.78 21 6.83v10.33c0 3.1-1.72 4.84-4.809 4.84H7.81C4.77 22 3 20.26 3 17.16V6.83C3 3.78 4.77 2 7.81 2m.27 4.66v-.01h2.989c.431 0 .781.35.781.779 0 .44-.35.79-.781.79H8.08a.78.78 0 0 1 0-1.56m0 6.08h7.84a.781.781 0 0 0 0-1.561H8.08a.781.781 0 0 0 0 1.561m0 4.57h7.84c.399-.04.7-.381.7-.78 0-.41-.301-.75-.7-.79H8.08a.795.795 0 0 0-.75 1.21c.16.25.45.4.75.36", clipRule: "evenodd" }));
|
|
11908
11931
|
};
|
|
11909
11932
|
var DocumentBold_default = DocumentBold;
|
|
11910
11933
|
|
|
11911
11934
|
// src/DocumentPin2LinesBold.tsx
|
|
11912
|
-
var
|
|
11935
|
+
var React514 = __toESM(require("react"));
|
|
11913
11936
|
var DocumentPin2LinesBold = (_a) => {
|
|
11914
11937
|
var _b = _a, {
|
|
11915
11938
|
size = 24,
|
|
@@ -11926,12 +11949,12 @@ var DocumentPin2LinesBold = (_a) => {
|
|
|
11926
11949
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11927
11950
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11928
11951
|
const resolvedViewBox = "0 0 24 24";
|
|
11929
|
-
return /* @__PURE__ */
|
|
11952
|
+
return /* @__PURE__ */ React514.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React514.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.894 9.239a.75.75 0 0 1 0-1.5h3.885a.75.75 0 0 1 0 1.5zm1.585 4.196H7.894a.75.75 0 0 1 0-1.5H9.48a.75.75 0 0 1 0 1.5m2.416 4.916c0-.869.322-1.707.885-2.353a.22.22 0 0 0 .027-.245 3 3 0 0 1-.142-2.529 2.99 2.99 0 0 1 2.791-1.892h2.498c.322 0 .632.053.926.149.137.045.285-.053.285-.197V6.772a4.4 4.4 0 0 0-4.397-4.397H8.13a4.4 4.4 0 0 0-4.397 4.397v9.234a4.403 4.403 0 0 0 4.397 4.397h4.195c.189 0 .285-.253.165-.4a2.6 2.6 0 0 1-.595-1.652", clipRule: "evenodd" }), /* @__PURE__ */ React514.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.71 18.24-.006-.001h-2.052a.83.83 0 0 1 .292-.525c.814-.456.966-.764 1.015-.862.223-.44.19-1.184.023-1.571-.038-.09-.15-.357-.702-.765a.252.252 0 0 1 .177-.434h2.496c.105 0 .198.06.238.158a.4.4 0 0 1 .01.216c-.62.467-.735.734-.771.82-.166.39-.2 1.132.02 1.576.052.102.206.408 1.018.862a.83.83 0 0 1 .29.526zm2.625-1.753a1 1 0 0 0-.09-.06 4 4 0 0 1-.447-.283 1.3 1.3 0 0 1 .005-.234c.07-.07.206-.187.37-.316a1.75 1.75 0 0 0 .413-1.905l-.002-.004a1.745 1.745 0 0 0-1.63-1.103h-2.498c-.723 0-1.362.433-1.63 1.104-.263.663-.101 1.412.481 1.969.107.08.23.185.298.252.01.073.014.174.013.232-.1.08-.287.2-.45.29a1 1 0 0 0-.09.058 2.34 2.34 0 0 0-.932 1.864 1.39 1.39 0 0 0 1.385 1.389h1.423v1.135a.75.75 0 0 0 1.5 0V19.74h1.424a1.39 1.39 0 0 0 1.389-1.39c0-.727-.348-1.424-.931-1.863", clipRule: "evenodd" }));
|
|
11930
11953
|
};
|
|
11931
11954
|
var DocumentPin2LinesBold_default = DocumentPin2LinesBold;
|
|
11932
11955
|
|
|
11933
11956
|
// src/DocumentPencilBold.tsx
|
|
11934
|
-
var
|
|
11957
|
+
var React515 = __toESM(require("react"));
|
|
11935
11958
|
var DocumentPencilBold = (_a) => {
|
|
11936
11959
|
var _b = _a, {
|
|
11937
11960
|
size = 24,
|
|
@@ -11948,12 +11971,12 @@ var DocumentPencilBold = (_a) => {
|
|
|
11948
11971
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11949
11972
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11950
11973
|
const resolvedViewBox = "0 0 24 24";
|
|
11951
|
-
return /* @__PURE__ */
|
|
11974
|
+
return /* @__PURE__ */ React515.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.768 7.236c.673.007 1.608.01 2.401.007a.465.465 0 0 0 .331-.787L17.57 4.43l-1.955-2.053a.46.46 0 0 0-.793.325v2.57c0 1.077.88 1.965 1.946 1.965", clipRule: "evenodd" }), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.668 14.63h-4.73a.75.75 0 1 1 0-1.5h4.73a.75.75 0 0 1 0 1.5m-4.73-5.628h2.469a.75.75 0 0 1 0 1.5h-2.47a.75.75 0 1 1 0-1.5m8.057 4.364a3.06 3.06 0 0 1 4.174-1.12l.78.451c.032.018.057.043.087.063V9.098a.434.434 0 0 0-.434-.438H16.64c-1.766-.01-3.223-1.472-3.223-3.255V2.266a.445.445 0 0 0-.444-.448H7.82c-2.402 0-4.352 1.978-4.352 4.395V16.72c0 2.534 2.046 4.591 4.555 4.591h4.334c-.038-.114-.083-.225-.107-.344l-.134-.669a3.94 3.94 0 0 1 .449-2.724z", clipRule: "evenodd" }), /* @__PURE__ */ React515.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m18.992 15.731-2.428 4.205a1.18 1.18 0 0 1-.636.524l-.676.206-.134-.672a1.18 1.18 0 0 1 .136-.814l2.428-4.206a.31.31 0 0 1 .418-.112l.78.45a.31.31 0 0 1 .111.419m.637-1.718-.78-.45a1.81 1.81 0 0 0-2.465.661l-2.43 4.207a2.68 2.68 0 0 0-.306 1.856l.133.671a1.518 1.518 0 0 0 1.976 1.143l.652-.221a2.67 2.67 0 0 0 1.454-1.194l2.428-4.206a1.81 1.81 0 0 0-.662-2.467", clipRule: "evenodd" }));
|
|
11952
11975
|
};
|
|
11953
11976
|
var DocumentPencilBold_default = DocumentPencilBold;
|
|
11954
11977
|
|
|
11955
11978
|
// src/DocumentPdfBold.tsx
|
|
11956
|
-
var
|
|
11979
|
+
var React516 = __toESM(require("react"));
|
|
11957
11980
|
var DocumentPdfBold = (_a) => {
|
|
11958
11981
|
var _b = _a, {
|
|
11959
11982
|
size = 24,
|
|
@@ -11970,12 +11993,12 @@ var DocumentPdfBold = (_a) => {
|
|
|
11970
11993
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11971
11994
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11972
11995
|
const resolvedViewBox = "0 0 24 24";
|
|
11973
|
-
return /* @__PURE__ */
|
|
11996
|
+
return /* @__PURE__ */ React516.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React516.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.155 9.286h-3.08c-1.84-.01-3.35-1.53-3.35-3.38v-3.26c0-.26-.21-.47-.46-.47h-5.35c-2.5 0-4.52 2.06-4.52 4.57v7.12c0 .145.15.243.29.2a2.5 2.5 0 0 1 .73-.11h1.39c.951 0 1.817.324 2.511.87a.224.224 0 0 0 .305-.032 2.47 2.47 0 0 1 1.874-.848h1.16c1.083 0 2.768 1.01 3.26 1.32a.21.21 0 0 0 .258-.026c.35-.338 1.411-1.294 2.152-1.294h2.5q.257 0 .503.05c.137.029.277-.07.277-.209V9.736c0-.25-.21-.45-.45-.45", clipRule: "evenodd" }), /* @__PURE__ */ React516.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.207 7.805c.699.007 1.67.01 2.494.007a.483.483 0 0 0 .344-.817c-.53-.555-1.265-1.328-2.005-2.106l-2.031-2.132a.478.478 0 0 0-.824.338v2.668c0 1.12.913 2.042 2.022 2.042M5.81 18.796h-.647v-1.593h.647a.798.798 0 0 1 0 1.593m0-3.093H4.413a.75.75 0 0 0-.75.75v4.615a.75.75 0 0 0 1.5 0v-.772h.647a2.3 2.3 0 0 0 2.297-2.297 2.3 2.3 0 0 0-2.297-2.296m14.017-.004h-2.506a.75.75 0 0 0-.75.75v4.626a.75.75 0 0 0 1.5 0v-1.177h1.371a.75.75 0 0 0 0-1.5h-1.371v-1.199h1.756a.75.75 0 0 0 0-1.5m-7.07 4.168a1.56 1.56 0 0 1-1.106.457h-.406V17.2h.406c.418 0 .81.162 1.106.458.295.294.458.688.458 1.105s-.163.81-.458 1.104M11.65 15.7h-1.156a.75.75 0 0 0-.75.75v4.625c0 .415.336.75.75.75h1.156c.818 0 1.587-.319 2.166-.898a3.04 3.04 0 0 0 .898-2.165 3.04 3.04 0 0 0-.897-2.166 3.05 3.05 0 0 0-2.167-.896", clipRule: "evenodd" }));
|
|
11974
11997
|
};
|
|
11975
11998
|
var DocumentPdfBold_default = DocumentPdfBold;
|
|
11976
11999
|
|
|
11977
12000
|
// src/DocumentBadgePlusBold.tsx
|
|
11978
|
-
var
|
|
12001
|
+
var React517 = __toESM(require("react"));
|
|
11979
12002
|
var DocumentBadgePlusBold = (_a) => {
|
|
11980
12003
|
var _b = _a, {
|
|
11981
12004
|
size = 24,
|
|
@@ -11992,12 +12015,12 @@ var DocumentBadgePlusBold = (_a) => {
|
|
|
11992
12015
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
11993
12016
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
11994
12017
|
const resolvedViewBox = "0 0 24 24";
|
|
11995
|
-
return /* @__PURE__ */
|
|
12018
|
+
return /* @__PURE__ */ React517.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React517.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.059 15.378H7.83a.75.75 0 0 1 0-1.5h7.229a.75.75 0 0 1 0 1.5M7.83 9.642h3.337a.75.75 0 0 1 0 1.5H7.83a.75.75 0 0 1 0-1.5m6.904-4.262c0-.33.041-.648.106-.958a.206.206 0 0 0-.199-.25H7.227c-3.159 0-5.282 2.222-5.282 5.527v5.616c0 3.305 2.123 5.527 5.282 5.527h8.434c3.161 0 5.284-2.222 5.284-5.527v-4.838a.206.206 0 0 0-.25-.199c-.31.065-.628.106-.957.106a5.004 5.004 0 0 1-5.004-5.004", clipRule: "evenodd" }), /* @__PURE__ */ React517.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.305 5.11h-1.2V3.907a.75.75 0 0 0-1.5 0V5.11h-1.2a.75.75 0 0 0 0 1.5h1.2v1.2a.75.75 0 0 0 1.5 0v-1.2h1.2a.75.75 0 0 0 0-1.5", clipRule: "evenodd" }));
|
|
11996
12019
|
};
|
|
11997
12020
|
var DocumentBadgePlusBold_default = DocumentBadgePlusBold;
|
|
11998
12021
|
|
|
11999
12022
|
// src/DiscoveryBold.tsx
|
|
12000
|
-
var
|
|
12023
|
+
var React518 = __toESM(require("react"));
|
|
12001
12024
|
var DiscoveryBold = (_a) => {
|
|
12002
12025
|
var _b = _a, {
|
|
12003
12026
|
size = 24,
|
|
@@ -12014,12 +12037,12 @@ var DiscoveryBold = (_a) => {
|
|
|
12014
12037
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12015
12038
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12016
12039
|
const resolvedViewBox = "0 0 24 24";
|
|
12017
|
-
return /* @__PURE__ */
|
|
12040
|
+
return /* @__PURE__ */ React518.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React518.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.47 2 12 2c5.52 0 10 4.48 10 10 0 5.53-4.48 10-10 10-5.53 0-10-4.47-10-10m12.23 1.83 1.62-5.12a.45.45 0 0 0-.56-.57l-5.12 1.6c-.21.07-.38.23-.44.44l-1.6 5.13c-.11.34.22.67.56.56l5.1-1.6c.21-.06.38-.23.44-.44", clipRule: "evenodd" }));
|
|
12018
12041
|
};
|
|
12019
12042
|
var DiscoveryBold_default = DiscoveryBold;
|
|
12020
12043
|
|
|
12021
12044
|
// src/DiscountBold.tsx
|
|
12022
|
-
var
|
|
12045
|
+
var React519 = __toESM(require("react"));
|
|
12023
12046
|
var DiscountBold = (_a) => {
|
|
12024
12047
|
var _b = _a, {
|
|
12025
12048
|
size = 24,
|
|
@@ -12036,12 +12059,12 @@ var DiscountBold = (_a) => {
|
|
|
12036
12059
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12037
12060
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12038
12061
|
const resolvedViewBox = "0 0 24 24";
|
|
12039
|
-
return /* @__PURE__ */
|
|
12062
|
+
return /* @__PURE__ */ React519.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React519.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m20.4 9.146.72.72c.57.56.88 1.32.88 2.12a2.98 2.98 0 0 1-.88 2.15l-.01.01-.71.71a1.5 1.5 0 0 0-.441 1.061v1.03c0 1.66-1.35 3.01-3.011 3.01h-1.03c-.4 0-.78.16-1.06.44l-.721.72c-.59.59-1.36.88-2.13.88a3.03 3.03 0 0 1-2.132-.87l-.73-.73c-.28-.28-.66-.44-1.06-.44h-1.03a3.014 3.014 0 0 1-3.012-3.01v-1.03c0-.4-.16-.78-.44-1.07l-.72-.71a3.02 3.02 0 0 1-.01-4.26l.73-.73c.28-.28.44-.66.44-1.07v-1.02c0-1.66 1.35-3.01 3.011-3.01h1.03c.4 0 .781-.16 1.061-.44l.72-.72a3.02 3.02 0 0 1 4.262-.01l.73.73c.28.28.66.44 1.06.44h1.03a3.013 3.013 0 0 1 3.012 3.01v1.03c0 .4.16.78.44 1.06m-10.975 6.3c.24 0 .46-.09.62-.26l5.142-5.139a.88.88 0 0 0 0-1.241.87.87 0 0 0-1.23 0l-5.142 5.14c-.34.34-.34.9 0 1.24.16.17.38.26.61.26m4.272-.88a.875.875 0 1 0 1.75.01.875.875 0 0 0-1.75-.01m-4.262-6.01c.48 0 .87.39.87.87 0 .491-.39.88-.87.88a.88.88 0 0 1-.88-.88c0-.48.4-.87.88-.87", clipRule: "evenodd" }));
|
|
12040
12063
|
};
|
|
12041
12064
|
var DiscountBold_default = DiscountBold;
|
|
12042
12065
|
|
|
12043
12066
|
// src/DeleteBold.tsx
|
|
12044
|
-
var
|
|
12067
|
+
var React520 = __toESM(require("react"));
|
|
12045
12068
|
var DeleteBold = (_a) => {
|
|
12046
12069
|
var _b = _a, {
|
|
12047
12070
|
size = 24,
|
|
@@ -12058,12 +12081,12 @@ var DeleteBold = (_a) => {
|
|
|
12058
12081
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12059
12082
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12060
12083
|
const resolvedViewBox = "0 0 24 24";
|
|
12061
|
-
return /* @__PURE__ */
|
|
12084
|
+
return /* @__PURE__ */ React520.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React520.createElement("path", { fill: "currentColor", d: "M18.94 8.697c.198 0 .38.087.522.234a.75.75 0 0 1 .182.558c-.002.082-.534 6.81-.838 9.645-.191 1.74-1.313 2.798-2.996 2.827-1.295.029-2.56.039-3.806.039-1.323 0-2.617-.01-3.872-.04-1.627-.038-2.75-1.114-2.93-2.826-.314-2.844-.837-9.564-.848-9.645a.8.8 0 0 1 .19-.558.7.7 0 0 1 .524-.234zM14.063 2c.884 0 1.674.617 1.903 1.497l.164.73a1.28 1.28 0 0 0 1.24 1.016h2.916c.389 0 .713.323.713.734v.38a.73.73 0 0 1-.713.734H3.714A.73.73 0 0 1 3 6.357v-.38c0-.411.324-.734.714-.734H6.63c.592 0 1.107-.422 1.24-1.015l.153-.682C8.261 2.617 9.042 2 9.936 2z" }));
|
|
12062
12085
|
};
|
|
12063
12086
|
var DeleteBold_default = DeleteBold;
|
|
12064
12087
|
|
|
12065
12088
|
// src/DcoumentAnalyzeBold.tsx
|
|
12066
|
-
var
|
|
12089
|
+
var React521 = __toESM(require("react"));
|
|
12067
12090
|
var DcoumentAnalyzeBold = (_a) => {
|
|
12068
12091
|
var _b = _a, {
|
|
12069
12092
|
size = 24,
|
|
@@ -12080,12 +12103,12 @@ var DcoumentAnalyzeBold = (_a) => {
|
|
|
12080
12103
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12081
12104
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12082
12105
|
const resolvedViewBox = "0 0 24 24";
|
|
12083
|
-
return /* @__PURE__ */
|
|
12106
|
+
return /* @__PURE__ */ React521.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React521.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.016 7.671c.673.007 1.608.01 2.401.007a.465.465 0 0 0 .331-.787l-1.93-2.027-1.955-2.053a.46.46 0 0 0-.793.325v2.57c0 1.077.88 1.965 1.946 1.965", clipRule: "evenodd" }), /* @__PURE__ */ React521.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.604 12.17-2.301 2.969a.75.75 0 0 1-1.055.13l-2.088-1.637-1.89 2.455a.75.75 0 1 1-1.188-.915l2.35-3.055a.753.753 0 0 1 1.058-.133l2.09 1.64 1.838-2.373a.75.75 0 0 1 1.186.919m4.247-3.075h-2.962c-1.766-.01-3.223-1.472-3.223-3.255V2.702a.444.444 0 0 0-.444-.448H8.069c-2.403 0-4.352 1.978-4.352 4.395v10.506c0 2.534 2.046 4.59 4.555 4.59h7.67c2.404 0 4.343-1.96 4.343-4.376V9.534a.435.435 0 0 0-.434-.44", clipRule: "evenodd" }));
|
|
12084
12107
|
};
|
|
12085
12108
|
var DcoumentAnalyzeBold_default = DcoumentAnalyzeBold;
|
|
12086
12109
|
|
|
12087
12110
|
// src/Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold.tsx
|
|
12088
|
-
var
|
|
12111
|
+
var React522 = __toESM(require("react"));
|
|
12089
12112
|
var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
|
|
12090
12113
|
var _b = _a, {
|
|
12091
12114
|
size = 24,
|
|
@@ -12102,12 +12125,12 @@ var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold = (_a) => {
|
|
|
12102
12125
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12103
12126
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12104
12127
|
const resolvedViewBox = "0 0 24 24";
|
|
12105
|
-
return /* @__PURE__ */
|
|
12128
|
+
return /* @__PURE__ */ React522.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React522.createElement("path", { fill: "currentColor", d: "M3.333 9.167a.8.8 0 0 1-.593-.24.8.8 0 0 1-.24-.594v-5q0-.354.24-.593.24-.24.593-.24h5q.354 0 .594.24t.24.593v5q0 .354-.24.594a.8.8 0 0 1-.594.24zm8.334 0a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.594v-5q0-.354.24-.593.24-.24.594-.24h5q.354 0 .593.24.24.24.24.593v5q0 .354-.24.594a.8.8 0 0 1-.593.24zM3.333 17.5a.8.8 0 0 1-.593-.24.8.8 0 0 1-.24-.593v-5q0-.354.24-.594t.593-.24h5q.354 0 .594.24t.24.594v5q0 .354-.24.593a.8.8 0 0 1-.594.24zm10.834 0a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.593V15h-1.687a.77.77 0 0 1-.584-.24.83.83 0 0 1-.229-.593q0-.354.24-.594t.594-.24h1.666v-1.687q0-.354.24-.584a.83.83 0 0 1 .594-.229q.354 0 .593.24.24.24.24.594v1.666h1.688q.354 0 .583.24.23.24.229.594 0 .354-.24.593a.8.8 0 0 1-.593.24H15v1.688q0 .354-.24.583a.83.83 0 0 1-.593.229" }));
|
|
12106
12129
|
};
|
|
12107
12130
|
var Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold_default = Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold;
|
|
12108
12131
|
|
|
12109
12132
|
// src/DangerBold.tsx
|
|
12110
|
-
var
|
|
12133
|
+
var React523 = __toESM(require("react"));
|
|
12111
12134
|
var DangerBold = (_a) => {
|
|
12112
12135
|
var _b = _a, {
|
|
12113
12136
|
size = 24,
|
|
@@ -12124,12 +12147,12 @@ var DangerBold = (_a) => {
|
|
|
12124
12147
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12125
12148
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12126
12149
|
const resolvedViewBox = "0 0 24 24";
|
|
12127
|
-
return /* @__PURE__ */
|
|
12150
|
+
return /* @__PURE__ */ React523.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React523.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m14.477 4.442 7.269 12.615c.16.377.23.683.25 1.001a2.76 2.76 0 0 1-.73 2.021 2.84 2.84 0 0 1-1.95.921H4.68c-.31-.019-.62-.09-.91-.198-1.45-.585-2.15-2.23-1.56-3.656L9.53 4.433a2.73 2.73 0 0 1 1.099-1.08 2.85 2.85 0 0 1 3.85 1.09m-1.61 8.314c0 .475-.39.873-.87.873a.884.884 0 0 1-.88-.873V9.952c0-.476.4-.862.88-.862s.87.386.87.862zm-.87 4.262a.884.884 0 0 1-.88-.872c0-.477.4-.873.88-.873s.87.387.87.862c0 .485-.39.883-.87.883", clipRule: "evenodd" }));
|
|
12128
12151
|
};
|
|
12129
12152
|
var DangerBold_default = DangerBold;
|
|
12130
12153
|
|
|
12131
12154
|
// src/CounterClockwiseUndoBold.tsx
|
|
12132
|
-
var
|
|
12155
|
+
var React524 = __toESM(require("react"));
|
|
12133
12156
|
var CounterClockwiseUndoBold = (_a) => {
|
|
12134
12157
|
var _b = _a, {
|
|
12135
12158
|
size = 24,
|
|
@@ -12146,12 +12169,12 @@ var CounterClockwiseUndoBold = (_a) => {
|
|
|
12146
12169
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12147
12170
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12148
12171
|
const resolvedViewBox = "0 0 24 24";
|
|
12149
|
-
return /* @__PURE__ */
|
|
12172
|
+
return /* @__PURE__ */ React524.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React524.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.978 7.624a9.93 9.93 0 0 0-5.72-5.07A9.99 9.99 0 0 0 4.915 4.935v-.668a1 1 0 0 0-2 0v3.3a1 1 0 0 0 1 1h3.28a1 1 0 1 0 0-2H6.129a8 8 0 0 1 8.476-2.125A7.94 7.94 0 0 1 19.18 8.5a7.93 7.93 0 0 1 .367 6.104 7.93 7.93 0 0 1-4.056 4.586 7.92 7.92 0 0 1-6.108.363 7.97 7.97 0 0 1-5.094-5.41 1 1 0 1 0-1.928.532 9.96 9.96 0 0 0 6.369 6.77c1.072.37 2.176.555 3.278.555a9.9 9.9 0 0 0 4.358-1.012 9.9 9.9 0 0 0 5.07-5.732 9.9 9.9 0 0 0-.459-7.63", clipRule: "evenodd" }), /* @__PURE__ */ React524.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.984 15.568a1 1 0 0 0 .513-.142l3.174-1.9c.3-.18.486-.507.486-.858v-4.1a1 1 0 0 0-2 0v3.533l-2.688 1.61a1 1 0 0 0 .515 1.857", clipRule: "evenodd" }));
|
|
12150
12173
|
};
|
|
12151
12174
|
var CounterClockwiseUndoBold_default = CounterClockwiseUndoBold;
|
|
12152
12175
|
|
|
12153
12176
|
// src/ColorPaletteBold.tsx
|
|
12154
|
-
var
|
|
12177
|
+
var React525 = __toESM(require("react"));
|
|
12155
12178
|
var ColorPaletteBold = (_a) => {
|
|
12156
12179
|
var _b = _a, {
|
|
12157
12180
|
size = 24,
|
|
@@ -12168,12 +12191,12 @@ var ColorPaletteBold = (_a) => {
|
|
|
12168
12191
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12169
12192
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12170
12193
|
const resolvedViewBox = "0 0 24 24";
|
|
12171
|
-
return /* @__PURE__ */
|
|
12194
|
+
return /* @__PURE__ */ React525.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React525.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.45 7.007a3.25 3.25 0 1 1 6.5 0v11c0 1.8-1.45 3.25-3.25 3.25a3.25 3.25 0 0 1-3.25-3.25v-5.935c.03.01.06 0 .09 0h-.011l-.01-.001-.01-.001c-.02-.002-.04-.005-.06.002zm4.15 11.05c0-.49-.4-.9-.9-.9-.49 0-.9.41-.9.9 0 .5.41.9.9.9.5 0 .9-.4.9-.9", clipRule: "evenodd" }), /* @__PURE__ */ React525.createElement("path", { fill: "currentColor", d: "M18.477 7.895c-.91-2.48-3.81-2.92-5.42-1.31l-2.512 2.493a.4.4 0 0 0-.118.282l-.047 8.609a.2.2 0 0 0 .341.142l7.016-7.006c.84-.84 1.15-2.09.74-3.21m-2.366 6.981a.4.4 0 0 1 .28-.114h2.282c2.278 0 4.015 2.357 2.905 4.76-.498 1.076-1.608 1.74-2.794 1.74h-8.672a.2.2 0 0 1-.14-.343z" }));
|
|
12172
12195
|
};
|
|
12173
12196
|
var ColorPaletteBold_default = ColorPaletteBold;
|
|
12174
12197
|
|
|
12175
12198
|
// src/CodeBold.tsx
|
|
12176
|
-
var
|
|
12199
|
+
var React526 = __toESM(require("react"));
|
|
12177
12200
|
var CodeBold = (_a) => {
|
|
12178
12201
|
var _b = _a, {
|
|
12179
12202
|
size = 24,
|
|
@@ -12190,12 +12213,12 @@ var CodeBold = (_a) => {
|
|
|
12190
12213
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12191
12214
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12192
12215
|
const resolvedViewBox = "0 0 24 24";
|
|
12193
|
-
return /* @__PURE__ */
|
|
12216
|
+
return /* @__PURE__ */ React526.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React526.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.243 12.531-2.65 2.649a.74.74 0 0 1-.53.22.749.749 0 0 1-.53-1.28l2.119-2.119-2.119-2.119a.75.75 0 0 1 1.06-1.061l2.65 2.649a.75.75 0 0 1 0 1.061m-6.775 1.589a.749.749 0 1 1-1.06 1.06l-2.649-2.649a.75.75 0 0 1 0-1.061l2.649-2.649a.749.749 0 1 1 1.06 1.061l-2.119 2.119zm5.75-11.62H7.783C4.623 2.5 2.5 4.72 2.5 8.026v7.947c0 3.306 2.123 5.527 5.283 5.527h8.434c3.16 0 5.283-2.221 5.283-5.527V8.026c0-3.306-2.123-5.526-5.282-5.526", clipRule: "evenodd" }));
|
|
12194
12217
|
};
|
|
12195
12218
|
var CodeBold_default = CodeBold;
|
|
12196
12219
|
|
|
12197
12220
|
// src/CloudRemoveBold.tsx
|
|
12198
|
-
var
|
|
12221
|
+
var React527 = __toESM(require("react"));
|
|
12199
12222
|
var CloudRemoveBold = (_a) => {
|
|
12200
12223
|
var _b = _a, {
|
|
12201
12224
|
size = 24,
|
|
@@ -12212,12 +12235,12 @@ var CloudRemoveBold = (_a) => {
|
|
|
12212
12235
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12213
12236
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12214
12237
|
const resolvedViewBox = "0 0 24 24";
|
|
12215
|
-
return /* @__PURE__ */
|
|
12238
|
+
return /* @__PURE__ */ React527.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React527.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.509 8.845a.21.21 0 0 1-.183-.177c-.285-1.832-1.752-4.742-5.324-4.742s-5.04 2.91-5.325 4.742a.21.21 0 0 1-.183.177c-2.359.289-3.957 2.098-3.957 4.584a4.64 4.64 0 0 0 2.74 4.222c.776.314 1.554.37 2.37.373a.21.21 0 0 0 .173-.094c.15-.22.33-.407.518-.594a.2.2 0 0 0 0-.283l-.217-.217a2.501 2.501 0 0 1 3.537-3.535l.216.216a.2.2 0 0 0 .283 0l.215-.216a2.501 2.501 0 0 1 3.537 3.535l-.217.217a.2.2 0 0 0 0 .283c.188.187.369.375.518.595a.21.21 0 0 0 .173.093c.815-.004 1.59-.067 2.365-.377a4.64 4.64 0 0 0 2.716-4.218c0-2.486-1.596-4.295-3.955-4.584", clipRule: "evenodd" }), /* @__PURE__ */ React527.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.67 14.539a.75.75 0 0 0-1.061 0l-1.595 1.595-1.595-1.595a.75.75 0 0 0-1.061 1.06l1.596 1.596-1.596 1.595a.752.752 0 0 0 .53 1.28.75.75 0 0 0 .53-.22l1.596-1.594 1.595 1.595a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061l-1.594-1.595L14.67 15.6a.75.75 0 0 0 0-1.061", clipRule: "evenodd" }));
|
|
12216
12239
|
};
|
|
12217
12240
|
var CloudRemoveBold_default = CloudRemoveBold;
|
|
12218
12241
|
|
|
12219
12242
|
// src/CloseSquareBold.tsx
|
|
12220
|
-
var
|
|
12243
|
+
var React528 = __toESM(require("react"));
|
|
12221
12244
|
var CloseSquareBold = (_a) => {
|
|
12222
12245
|
var _b = _a, {
|
|
12223
12246
|
size = 24,
|
|
@@ -12234,12 +12257,12 @@ var CloseSquareBold = (_a) => {
|
|
|
12234
12257
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12235
12258
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12236
12259
|
const resolvedViewBox = "0 0 24 24";
|
|
12237
|
-
return /* @__PURE__ */
|
|
12260
|
+
return /* @__PURE__ */ React528.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React528.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.67 2h8.67C19.73 2 22 4.38 22 7.92v8.17c0 3.53-2.27 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2m7.34 13a.87.87 0 0 0 0-1.23l-1.78-1.78 1.78-1.78a.88.88 0 0 0 0-1.24.88.88 0 0 0-1.24 0L12 10.75l-1.78-1.78a.88.88 0 0 0-1.24 0 .88.88 0 0 0 0 1.24l1.78 1.78-1.78 1.77a.88.88 0 0 0 .62 1.5c.23 0 .45-.09.62-.26L12 13.23 13.78 15c.17.18.39.26.61.26.23 0 .45-.09.62-.26", clipRule: "evenodd" }));
|
|
12238
12261
|
};
|
|
12239
12262
|
var CloseSquareBold_default = CloseSquareBold;
|
|
12240
12263
|
|
|
12241
12264
|
// src/ClockOffSleepBold.tsx
|
|
12242
|
-
var
|
|
12265
|
+
var React529 = __toESM(require("react"));
|
|
12243
12266
|
var ClockOffSleepBold = (_a) => {
|
|
12244
12267
|
var _b = _a, {
|
|
12245
12268
|
size = 24,
|
|
@@ -12256,12 +12279,12 @@ var ClockOffSleepBold = (_a) => {
|
|
|
12256
12279
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12257
12280
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12258
12281
|
const resolvedViewBox = "0 0 24 24";
|
|
12259
|
-
return /* @__PURE__ */
|
|
12282
|
+
return /* @__PURE__ */ React529.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React529.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.111 14.956a.75.75 0 0 1-1.028.258l-3.175-1.9a.75.75 0 0 1-.365-.644V8.581a.75.75 0 1 1 1.5 0v3.664l2.81 1.682a.75.75 0 0 1 .258 1.029m4.8-4.045a5.627 5.627 0 0 1-5.281-7.57.306.306 0 0 0-.186-.402A9.4 9.4 0 0 0 11.62 2.5c-5.239 0-9.5 4.262-9.5 9.5s4.261 9.5 9.5 9.5 9.5-4.261 9.5-9.5q-.002-.446-.048-.88a.31.31 0 0 0-.355-.267 6 6 0 0 1-.808.058", clipRule: "evenodd" }), /* @__PURE__ */ React529.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.129 8.1h-3.49a.749.749 0 0 1-.555-1.254l2.353-2.596h-1.798a.75.75 0 0 1 0-1.5h3.49a.751.751 0 0 1 .556 1.254L19.33 6.6h1.798a.75.75 0 0 1 0 1.5", clipRule: "evenodd" }));
|
|
12260
12283
|
};
|
|
12261
12284
|
var ClockOffSleepBold_default = ClockOffSleepBold;
|
|
12262
12285
|
|
|
12263
12286
|
// src/ClockAddPlusBold.tsx
|
|
12264
|
-
var
|
|
12287
|
+
var React530 = __toESM(require("react"));
|
|
12265
12288
|
var ClockAddPlusBold = (_a) => {
|
|
12266
12289
|
var _b = _a, {
|
|
12267
12290
|
size = 24,
|
|
@@ -12278,12 +12301,12 @@ var ClockAddPlusBold = (_a) => {
|
|
|
12278
12301
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12279
12302
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12280
12303
|
const resolvedViewBox = "0 0 24 24";
|
|
12281
|
-
return /* @__PURE__ */
|
|
12304
|
+
return /* @__PURE__ */ React530.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React530.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.88 12.67a.75.75 0 0 1-.365.644l-3.175 1.9a.747.747 0 0 1-1.028-.258.75.75 0 0 1 .258-1.029l2.81-1.682V8.58a.75.75 0 0 1 1.5 0zm.646 5.348a4.96 4.96 0 0 1 4.962-4.963c.815 0 1.578.204 2.254.554.187.097.423-.006.454-.214A9.4 9.4 0 0 0 21.302 12c0-5.238-4.262-9.5-9.5-9.5s-9.5 4.262-9.5 9.5 4.262 9.5 9.5 9.5c.823 0 1.622-.105 2.385-.303.204-.053.28-.298.164-.474a4.9 4.9 0 0 1-.825-2.705", clipRule: "evenodd" }), /* @__PURE__ */ React530.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.896 21.299a.75.75 0 0 1-.75-.75v-1.62h-1.62a.75.75 0 0 1 0-1.5h1.62v-1.617a.75.75 0 1 1 1.5 0v1.618h1.618a.75.75 0 0 1 0 1.5h-1.618v1.619a.75.75 0 0 1-.75.75", clipRule: "evenodd" }));
|
|
12282
12305
|
};
|
|
12283
12306
|
var ClockAddPlusBold_default = ClockAddPlusBold;
|
|
12284
12307
|
|
|
12285
12308
|
// src/CheckCircleBold.tsx
|
|
12286
|
-
var
|
|
12309
|
+
var React531 = __toESM(require("react"));
|
|
12287
12310
|
var CheckCircleBold = (_a) => {
|
|
12288
12311
|
var _b = _a, {
|
|
12289
12312
|
size = 24,
|
|
@@ -12300,12 +12323,12 @@ var CheckCircleBold = (_a) => {
|
|
|
12300
12323
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12301
12324
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12302
12325
|
const resolvedViewBox = "0 0 24 24";
|
|
12303
|
-
return /* @__PURE__ */
|
|
12326
|
+
return /* @__PURE__ */ React531.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React531.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m15.993 10.222-4.618 4.618a.746.746 0 0 1-1.061 0l-2.309-2.309a.75.75 0 0 1 1.06-1.061l1.78 1.779 4.087-4.088a.75.75 0 1 1 1.061 1.061M12 2.5c-5.238 0-9.5 4.262-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.261 9.5-9.5-4.262-9.5-9.5-9.5", clipRule: "evenodd" }));
|
|
12304
12327
|
};
|
|
12305
12328
|
var CheckCircleBold_default = CheckCircleBold;
|
|
12306
12329
|
|
|
12307
12330
|
// src/ChatBold.tsx
|
|
12308
|
-
var
|
|
12331
|
+
var React532 = __toESM(require("react"));
|
|
12309
12332
|
var ChatBold = (_a) => {
|
|
12310
12333
|
var _b = _a, {
|
|
12311
12334
|
size = 24,
|
|
@@ -12322,12 +12345,12 @@ var ChatBold = (_a) => {
|
|
|
12322
12345
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12323
12346
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12324
12347
|
const resolvedViewBox = "0 0 24 24";
|
|
12325
|
-
return /* @__PURE__ */
|
|
12348
|
+
return /* @__PURE__ */ React532.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React532.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12.015C2 6.747 6.21 2 12.02 2 17.7 2 22 6.657 22 11.985 22 18.165 16.96 22 12 22c-1.64 0-3.46-.44-4.92-1.302-.51-.31-.94-.54-1.49-.36l-2.02.6c-.51.16-.97-.24-.82-.78l.67-2.244c.11-.31.09-.641-.07-.902C2.49 15.43 2 13.698 2 12.016m8.7 0c0 .711.57 1.282 1.28 1.292.71 0 1.28-.581 1.28-1.282 0-.711-.57-1.282-1.28-1.282-.7-.01-1.28.57-1.28 1.272m4.61.01c0 .701.57 1.282 1.28 1.282s1.28-.581 1.28-1.282c0-.711-.57-1.282-1.28-1.282s-1.28.57-1.28 1.282m-7.94 1.282c-.7 0-1.28-.58-1.28-1.282 0-.711.57-1.282 1.28-1.282s1.28.571 1.28 1.282a1.29 1.29 0 0 1-1.28 1.282", clipRule: "evenodd" }));
|
|
12326
12349
|
};
|
|
12327
12350
|
var ChatBold_default = ChatBold;
|
|
12328
12351
|
|
|
12329
12352
|
// src/ChatQuoteBold.tsx
|
|
12330
|
-
var
|
|
12353
|
+
var React533 = __toESM(require("react"));
|
|
12331
12354
|
var ChatQuoteBold = (_a) => {
|
|
12332
12355
|
var _b = _a, {
|
|
12333
12356
|
size = 24,
|
|
@@ -12344,12 +12367,12 @@ var ChatQuoteBold = (_a) => {
|
|
|
12344
12367
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12345
12368
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12346
12369
|
const resolvedViewBox = "0 0 24 24";
|
|
12347
|
-
return /* @__PURE__ */
|
|
12370
|
+
return /* @__PURE__ */ React533.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React533.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.28 11.692a.75.75 0 0 1-.71-.643 4.2 4.2 0 0 0-.321.828c-.188.69-.138 1.31.138 1.7a1.17 1.17 0 0 0 1.229.443c.37-.102.646-.382.76-.767a1.2 1.2 0 0 0-.241-1.152 1.24 1.24 0 0 0-.855-.41m-5.962.001a.75.75 0 0 1-.71-.642 4.2 4.2 0 0 0-.321.828c-.187.689-.136 1.309.139 1.7.263.376.79.566 1.229.442.37-.102.646-.382.76-.767a1.2 1.2 0 0 0-.241-1.152 1.24 1.24 0 0 0-.856-.41", clipRule: "evenodd" }), /* @__PURE__ */ React533.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.815 13.679a2.6 2.6 0 0 1-1.798 1.786 2.5 2.5 0 0 1-.682.093c-.846 0-1.68-.411-2.175-1.117-.541-.768-.67-1.82-.36-2.958a5.83 5.83 0 0 1 2.213-3.196.75.75 0 1 1 .875 1.218 4.2 4.2 0 0 0-.763.71.8.8 0 0 1 .22-.022 2.73 2.73 0 0 1 1.913.913c.619.699.828 1.66.557 2.573m-5.961 0a2.6 2.6 0 0 1-1.798 1.786 2.5 2.5 0 0 1-.682.093c-.846 0-1.68-.411-2.175-1.117-.54-.767-.67-1.818-.36-2.957a5.84 5.84 0 0 1 2.213-3.197.75.75 0 0 1 .875 1.218c-.28.202-.537.443-.763.71a.8.8 0 0 1 .22-.022c.73.032 1.427.364 1.913.913.62.699.828 1.66.557 2.573m5.509-9.84H7.24a4.2 4.2 0 0 0-4.19 4.203v6.939a4.2 4.2 0 0 0 4.19 4.203h1.068c.51 0 .988.199 1.349.56l1.422 1.427c.326.328.76.508 1.22.508.462 0 .897-.18 1.223-.508l1.422-1.426a1.9 1.9 0 0 1 1.349-.561h1.069c2.309 0 4.188-1.885 4.188-4.203V8.04c0-2.316-1.88-4.201-4.188-4.201", clipRule: "evenodd" }));
|
|
12348
12371
|
};
|
|
12349
12372
|
var ChatQuoteBold_default = ChatQuoteBold;
|
|
12350
12373
|
|
|
12351
12374
|
// src/ChartBold.tsx
|
|
12352
|
-
var
|
|
12375
|
+
var React534 = __toESM(require("react"));
|
|
12353
12376
|
var ChartBold = (_a) => {
|
|
12354
12377
|
var _b = _a, {
|
|
12355
12378
|
size = 24,
|
|
@@ -12366,12 +12389,12 @@ var ChartBold = (_a) => {
|
|
|
12366
12389
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12367
12390
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12368
12391
|
const resolvedViewBox = "0 0 24 24";
|
|
12369
|
-
return /* @__PURE__ */
|
|
12392
|
+
return /* @__PURE__ */ React534.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React534.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.33 2h9.34c3.4 0 5.32 1.93 5.33 5.33v9.34c0 3.4-1.93 5.33-5.33 5.33H7.33C3.93 22 2 20.07 2 16.67V7.33C2 3.93 3.93 2 7.33 2m4.72 15.86c.43 0 .79-.32.83-.75V6.92a.82.82 0 0 0-.38-.79.84.84 0 0 0-1.28.79v10.19c.05.43.41.75.83.75m4.6 0c.42 0 .78-.32.83-.75v-3.28a.839.839 0 0 0-1.28-.79.81.81 0 0 0-.38.79v3.28c.04.43.4.75.83.75m-8.43-.75a.827.827 0 0 1-.83.75c-.43 0-.79-.32-.83-.75V10.2a.84.84 0 0 1 .39-.79c.27-.17.61-.17.88 0s.42.48.39.79z", clipRule: "evenodd" }));
|
|
12370
12393
|
};
|
|
12371
12394
|
var ChartBold_default = ChartBold;
|
|
12372
12395
|
|
|
12373
12396
|
// src/CategoryBold.tsx
|
|
12374
|
-
var
|
|
12397
|
+
var React535 = __toESM(require("react"));
|
|
12375
12398
|
var CategoryBold = (_a) => {
|
|
12376
12399
|
var _b = _a, {
|
|
12377
12400
|
size = 24,
|
|
@@ -12388,12 +12411,12 @@ var CategoryBold = (_a) => {
|
|
|
12388
12411
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12389
12412
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12390
12413
|
const resolvedViewBox = "0 0 24 24";
|
|
12391
|
-
return /* @__PURE__ */
|
|
12414
|
+
return /* @__PURE__ */ React535.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React535.createElement("path", { fill: "currentColor", d: "M7.92 13.47c1.41 0 2.54 1.14 2.54 2.56v3.41c0 1.41-1.13 2.56-2.54 2.56H4.54C3.14 22 2 20.85 2 19.44v-3.41c0-1.42 1.14-2.56 2.54-2.56zm11.54 0c1.4 0 2.54 1.14 2.54 2.56v3.41c0 1.41-1.14 2.56-2.54 2.56h-3.38c-1.41 0-2.54-1.15-2.54-2.56v-3.41c0-1.42 1.13-2.56 2.54-2.56zM7.92 2c1.41 0 2.54 1.15 2.54 2.56v3.41c0 1.42-1.13 2.56-2.54 2.56H4.54C3.14 10.53 2 9.39 2 7.97V4.56C2 3.15 3.14 2 4.54 2zm11.54 0C20.86 2 22 3.15 22 4.56v3.41c0 1.42-1.14 2.56-2.54 2.56h-3.38c-1.41 0-2.54-1.14-2.54-2.56V4.56c0-1.41 1.13-2.56 2.54-2.56z" }));
|
|
12392
12415
|
};
|
|
12393
12416
|
var CategoryBold_default = CategoryBold;
|
|
12394
12417
|
|
|
12395
12418
|
// src/CaptchaQuestionMarkSquareBold.tsx
|
|
12396
|
-
var
|
|
12419
|
+
var React536 = __toESM(require("react"));
|
|
12397
12420
|
var CaptchaQuestionMarkSquareBold = (_a) => {
|
|
12398
12421
|
var _b = _a, {
|
|
12399
12422
|
size = 24,
|
|
@@ -12410,12 +12433,12 @@ var CaptchaQuestionMarkSquareBold = (_a) => {
|
|
|
12410
12433
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12411
12434
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12412
12435
|
const resolvedViewBox = "0 0 24 24";
|
|
12413
|
-
return /* @__PURE__ */
|
|
12436
|
+
return /* @__PURE__ */ React536.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React536.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.615 12.806-.151.085c-.693.388-.981.611-.976.991a.75.75 0 0 1-.74.76h-.01a.75.75 0 0 1-.75-.74c-.018-1.333 1.084-1.95 1.742-2.32l.15-.084c.635-.351.954-.838.954-1.45 0-1.01-.823-1.832-1.832-1.832s-1.832.822-1.832 1.832a.75.75 0 0 1-1.5 0 3.336 3.336 0 0 1 3.332-3.332 3.336 3.336 0 0 1 3.332 3.332c0 1.165-.611 2.145-1.719 2.758m-1.127 3.766a.75.75 0 0 1-1.5 0c0-.414.336-.773.75-.773s.75.315.75.729zM16.217 2.5H7.782C4.623 2.5 2.5 4.721 2.5 8.027v7.948c0 3.305 2.123 5.525 5.282 5.525h8.434c3.16 0 5.284-2.22 5.284-5.525V8.027c0-3.306-2.123-5.527-5.283-5.527", clipRule: "evenodd" }));
|
|
12414
12437
|
};
|
|
12415
12438
|
var CaptchaQuestionMarkSquareBold_default = CaptchaQuestionMarkSquareBold;
|
|
12416
12439
|
|
|
12417
12440
|
// src/CaptchaDiamondStarBold.tsx
|
|
12418
|
-
var
|
|
12441
|
+
var React537 = __toESM(require("react"));
|
|
12419
12442
|
var CaptchaDiamondStarBold = (_a) => {
|
|
12420
12443
|
var _b = _a, {
|
|
12421
12444
|
size = 24,
|
|
@@ -12432,12 +12455,12 @@ var CaptchaDiamondStarBold = (_a) => {
|
|
|
12432
12455
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12433
12456
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12434
12457
|
const resolvedViewBox = "0 0 24 24";
|
|
12435
|
-
return /* @__PURE__ */
|
|
12458
|
+
return /* @__PURE__ */ React537.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React537.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.23 12.657a13.27 13.27 0 0 1-8.517-8.518.75.75 0 0 0-1.427 0 13.27 13.27 0 0 1-8.517 8.518.75.75 0 0 0 0 1.428 13.27 13.27 0 0 1 8.517 8.517.75.75 0 0 0 1.427 0 13.27 13.27 0 0 1 8.517-8.517.752.752 0 0 0 0-1.428", clipRule: "evenodd" }));
|
|
12436
12459
|
};
|
|
12437
12460
|
var CaptchaDiamondStarBold_default = CaptchaDiamondStarBold;
|
|
12438
12461
|
|
|
12439
12462
|
// src/CameraBold.tsx
|
|
12440
|
-
var
|
|
12463
|
+
var React538 = __toESM(require("react"));
|
|
12441
12464
|
var CameraBold = (_a) => {
|
|
12442
12465
|
var _b = _a, {
|
|
12443
12466
|
size = 24,
|
|
@@ -12454,12 +12477,12 @@ var CameraBold = (_a) => {
|
|
|
12454
12477
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12455
12478
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12456
12479
|
const resolvedViewBox = "0 0 24 24";
|
|
12457
|
-
return /* @__PURE__ */
|
|
12480
|
+
return /* @__PURE__ */ React538.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React538.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.37 4.37 0 0 1 17.64 21H6.36A4.36 4.36 0 0 1 2 16.645V10.71a4.36 4.36 0 0 1 4.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a98 98 0 0 1 .714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91m-6.44 1.548c.47-.47 1.08-.719 1.73-.719s1.26.25 1.72.71.71 1.068.71 1.717A2.44 2.44 0 0 1 12 15.756c-.65 0-1.26-.25-1.72-.71a2.4 2.4 0 0 1-.71-1.718v-.01c-.01-.629.24-1.238.7-1.698m4.5 4.485a3.93 3.93 0 0 1-5.55 0 3.92 3.92 0 0 1-1.15-2.777 3.87 3.87 0 0 1 1.14-2.766A3.92 3.92 0 0 1 12 9.402c1.05 0 2.04.41 2.78 1.15a3.94 3.94 0 0 1 1.15 2.777 3.96 3.96 0 0 1-1.16 2.776", clipRule: "evenodd" }));
|
|
12458
12481
|
};
|
|
12459
12482
|
var CameraBold_default = CameraBold;
|
|
12460
12483
|
|
|
12461
12484
|
// src/CallingBold.tsx
|
|
12462
|
-
var
|
|
12485
|
+
var React539 = __toESM(require("react"));
|
|
12463
12486
|
var CallingBold = (_a) => {
|
|
12464
12487
|
var _b = _a, {
|
|
12465
12488
|
size = 24,
|
|
@@ -12476,12 +12499,12 @@ var CallingBold = (_a) => {
|
|
|
12476
12499
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12477
12500
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12478
12501
|
const resolvedViewBox = "0 0 24 24";
|
|
12479
|
-
return /* @__PURE__ */
|
|
12502
|
+
return /* @__PURE__ */ React539.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", d: "M14.418 5.49a.854.854 0 0 0-1.004.68.86.86 0 0 0 .678 1.01 3.46 3.46 0 0 1 2.743 2.75.86.86 0 0 0 1.006.681.865.865 0 0 0 .677-1.01 5.17 5.17 0 0 0-4.1-4.111" }), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", d: "M14.356 2.008a.82.82 0 0 0-.625.176.85.85 0 0 0-.323.584.86.86 0 0 0 .757.95 6.91 6.91 0 0 1 6.126 6.138.857.857 0 1 0 1.704-.191c-.454-4.058-3.594-7.206-7.639-7.657" }), /* @__PURE__ */ React539.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.032 12.972c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.993 7.644 2.762 5.172 3.074 4.784c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
|
|
12480
12503
|
};
|
|
12481
12504
|
var CallingBold_default = CallingBold;
|
|
12482
12505
|
|
|
12483
12506
|
// src/CallBold.tsx
|
|
12484
|
-
var
|
|
12507
|
+
var React540 = __toESM(require("react"));
|
|
12485
12508
|
var CallBold = (_a) => {
|
|
12486
12509
|
var _b = _a, {
|
|
12487
12510
|
size = 24,
|
|
@@ -12498,12 +12521,12 @@ var CallBold = (_a) => {
|
|
|
12498
12521
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12499
12522
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12500
12523
|
const resolvedViewBox = "0 0 24 24";
|
|
12501
|
-
return /* @__PURE__ */
|
|
12524
|
+
return /* @__PURE__ */ React540.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React540.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.532 12.472c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.493 7.144 3.262 4.672 3.574 4.284c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
|
|
12502
12525
|
};
|
|
12503
12526
|
var CallBold_default = CallBold;
|
|
12504
12527
|
|
|
12505
12528
|
// src/CallSilentBold.tsx
|
|
12506
|
-
var
|
|
12529
|
+
var React541 = __toESM(require("react"));
|
|
12507
12530
|
var CallSilentBold = (_a) => {
|
|
12508
12531
|
var _b = _a, {
|
|
12509
12532
|
size = 24,
|
|
@@ -12520,12 +12543,12 @@ var CallSilentBold = (_a) => {
|
|
|
12520
12543
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12521
12544
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12522
12545
|
const resolvedViewBox = "0 0 24 24";
|
|
12523
|
-
return /* @__PURE__ */
|
|
12546
|
+
return /* @__PURE__ */ React541.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React541.createElement("path", { fill: "currentColor", d: "M20.77 2.364c.228 0 .447.103.605.266a.893.893 0 0 1 0 1.23v.009l-9.416 9.645-.546.56.678-.691c3.28 2.693 4.205-1.16 6.528 1.202 2.397 2.447 3.776 2.94.736 6.042-.357.311-2.658 3.84-10.55-3.88l-5.36 5.499a.86.86 0 0 1-.595.254.9.9 0 0 1-.605-.254.9.9 0 0 1-.129-1.058l.03-.04a.5.5 0 0 1 .07-.091L20.176 2.63a.82.82 0 0 1 .595-.266M3.255 4.386c3.069-3.113 3.545-1.696 5.956.75 2.03 2.072-.602 3.06.477 5.517l-3.501 3.552c-6.43-7.285-3.218-9.464-2.932-9.82" }));
|
|
12524
12547
|
};
|
|
12525
12548
|
var CallSilentBold_default = CallSilentBold;
|
|
12526
12549
|
|
|
12527
12550
|
// src/CallMissedBold.tsx
|
|
12528
|
-
var
|
|
12551
|
+
var React542 = __toESM(require("react"));
|
|
12529
12552
|
var CallMissedBold = (_a) => {
|
|
12530
12553
|
var _b = _a, {
|
|
12531
12554
|
size = 24,
|
|
@@ -12542,12 +12565,12 @@ var CallMissedBold = (_a) => {
|
|
|
12542
12565
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12543
12566
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12544
12567
|
const resolvedViewBox = "0 0 24 24";
|
|
12545
|
-
return /* @__PURE__ */
|
|
12568
|
+
return /* @__PURE__ */ React542.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React542.createElement("path", { fill: "currentColor", d: "m19.337 5.918 2.404-2.413a.88.88 0 0 0 .26-.627.88.88 0 0 0-.26-.627.903.903 0 0 0-1.249 0L18.09 4.664l-2.405-2.413a.903.903 0 0 0-1.249 0 .887.887 0 0 0 0 1.254l2.404 2.413-2.404 2.412a.887.887 0 0 0 0 1.255.903.903 0 0 0 1.25 0l2.404-2.414 2.403 2.414a.88.88 0 0 0 1.249 0 .88.88 0 0 0 .26-.628.88.88 0 0 0-.26-.627z" }), /* @__PURE__ */ React542.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.032 12.972c3.989 3.988 4.894-.625 7.434 1.913 2.448 2.448 3.856 2.938.753 6.04-.388.312-2.857 4.07-11.534-4.605C-.993 7.644 2.762 5.172 3.074 4.784c3.11-3.11 3.592-1.695 6.04.753 2.54 2.54-2.071 3.447 1.918 7.435", clipRule: "evenodd" }));
|
|
12546
12569
|
};
|
|
12547
12570
|
var CallMissedBold_default = CallMissedBold;
|
|
12548
12571
|
|
|
12549
12572
|
// src/CalendarBold.tsx
|
|
12550
|
-
var
|
|
12573
|
+
var React543 = __toESM(require("react"));
|
|
12551
12574
|
var CalendarBold = (_a) => {
|
|
12552
12575
|
var _b = _a, {
|
|
12553
12576
|
size = 24,
|
|
@@ -12564,12 +12587,12 @@ var CalendarBold = (_a) => {
|
|
|
12564
12587
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12565
12588
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12566
12589
|
const resolvedViewBox = "0 0 24 24";
|
|
12567
|
-
return /* @__PURE__ */
|
|
12590
|
+
return /* @__PURE__ */ React543.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React543.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m16.41 2.769.002.75c2.755.215 4.574 2.092 4.577 4.97L21 16.917c.004 3.138-1.968 5.069-5.128 5.074l-7.72.01c-3.14.004-5.137-1.973-5.141-5.12L3 8.553c-.004-2.898 1.752-4.77 4.506-5.023v-.75a.746.746 0 0 1 .758-.77.747.747 0 0 1 .762.769v.7l5.865-.009v-.7A.747.747 0 0 1 15.65 2a.753.753 0 0 1 .76.769M4.523 8.862l14.948-.02v-.35c-.043-2.15-1.121-3.277-3.056-3.445v.77a.76.76 0 0 1-.758.77.75.75 0 0 1-.762-.768v-.81l-5.865.009v.808c0 .43-.324.77-.759.77a.75.75 0 0 1-.76-.768l-.002-.77c-1.925.193-2.99 1.325-2.987 3.493zm10.718 4.542v.011c.01.46.385.809.84.799a.823.823 0 0 0 .789-.852.83.83 0 0 0-.82-.797.83.83 0 0 0-.81.84m.815 4.488a.85.85 0 0 1-.821-.848.833.833 0 0 1 .809-.852h.01c.464 0 .84.379.84.849a.844.844 0 0 1-.838.851m-4.883-4.472c.02.46.396.819.85.799a.823.823 0 0 0 .78-.86.816.816 0 0 0-.821-.8.854.854 0 0 0-.809.861m.854 4.427a.823.823 0 0 1-.85-.798c0-.46.354-.84.809-.861a.815.815 0 0 1 .82.798c.02.46-.335.84-.779.861m-4.922-4.392c.02.46.396.82.85.799.445-.02.8-.4.778-.86a.815.815 0 0 0-.82-.8.85.85 0 0 0-.808.861m.854 4.397a.82.82 0 0 1-.85-.799.853.853 0 0 1 .809-.86.815.815 0 0 1 .82.798.82.82 0 0 1-.779.861", clipRule: "evenodd" }));
|
|
12568
12591
|
};
|
|
12569
12592
|
var CalendarBold_default = CalendarBold;
|
|
12570
12593
|
|
|
12571
12594
|
// src/CalendarTimeBold.tsx
|
|
12572
|
-
var
|
|
12595
|
+
var React544 = __toESM(require("react"));
|
|
12573
12596
|
var CalendarTimeBold = (_a) => {
|
|
12574
12597
|
var _b = _a, {
|
|
12575
12598
|
size = 24,
|
|
@@ -12586,12 +12609,12 @@ var CalendarTimeBold = (_a) => {
|
|
|
12586
12609
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12587
12610
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12588
12611
|
const resolvedViewBox = "0 0 24 24";
|
|
12589
|
-
return /* @__PURE__ */
|
|
12612
|
+
return /* @__PURE__ */ React544.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React544.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.743 10.522c-.42 0-.75-.34-.75-.75 0-.42.33-.75.75-.75h8.49c.42 0 .75.33.75.75 0 .41-.33.75-.75.75zm10.63 1.31c.675 0 1.328.113 1.94.331a.21.21 0 0 0 .28-.192V8.212c0-1.41-.43-2.58-1.24-3.4-.72-.72-1.75-1.13-2.98-1.23v-.97a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.62v-.92c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.33-.75-.75V3.99a.193.193 0 0 0-.248-.188c-1.908.581-3.012 2.128-3.012 4.411v8.15c0 2.98 1.79 4.75 4.79 4.75h4.963c.162 0 .259-.184.174-.322a5.8 5.8 0 0 1-.857-3.058c0-3.26 2.65-5.9 5.91-5.9", clipRule: "evenodd" }), /* @__PURE__ */ React544.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.227 19.132a.75.75 0 0 1-1.028.259l-1.236-.738a.75.75 0 0 1-.365-.643v-1.587a.75.75 0 0 1 1.5 0v1.16l.87.52a.75.75 0 0 1 .26 1.029m-1.857-5.803a4.41 4.41 0 0 0-4.404 4.405 4.41 4.41 0 0 0 4.404 4.404 4.41 4.41 0 0 0 4.405-4.404 4.41 4.41 0 0 0-4.405-4.405", clipRule: "evenodd" }));
|
|
12590
12613
|
};
|
|
12591
12614
|
var CalendarTimeBold_default = CalendarTimeBold;
|
|
12592
12615
|
|
|
12593
12616
|
// src/CalendarForwardBold.tsx
|
|
12594
|
-
var
|
|
12617
|
+
var React545 = __toESM(require("react"));
|
|
12595
12618
|
var CalendarForwardBold = (_a) => {
|
|
12596
12619
|
var _b = _a, {
|
|
12597
12620
|
size = 24,
|
|
@@ -12608,12 +12631,12 @@ var CalendarForwardBold = (_a) => {
|
|
|
12608
12631
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12609
12632
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12610
12633
|
const resolvedViewBox = "0 0 24 24";
|
|
12611
|
-
return /* @__PURE__ */
|
|
12634
|
+
return /* @__PURE__ */ React545.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React545.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.663 11.294H8.298a.75.75 0 0 1 0-1.5h7.365a.75.75 0 0 1 0 1.5m.373 5.454-2.064 1.926a.75.75 0 0 1-1.06-.037.75.75 0 0 1 .036-1.061l.67-.626H8.693a.75.75 0 0 1 0-1.5h4.928l-.671-.626a.75.75 0 1 1 1.022-1.097l2.064 1.923a.75.75 0 0 1 0 1.098m3.417-11.421c-.723-.725-1.755-1.134-2.982-1.236v-.966a.75.75 0 0 0-1.5 0v3.549c-.065.019-.13.041-.201.041a.75.75 0 0 1-.75-.75V4.247a.2.2 0 0 0-.2-.2H9.198v-.922a.75.75 0 0 0-1.5 0v3.549c-.065.019-.13.041-.201.041a.75.75 0 0 1-.75-.75V4.5a.193.193 0 0 0-.248-.188c-1.908.576-3.014 2.126-3.014 4.413v8.145c0 2.978 1.792 4.755 4.793 4.755h7.613c3 0 4.793-1.752 4.793-4.686V8.726c.004-1.412-.422-2.587-1.231-3.399", clipRule: "evenodd" }));
|
|
12612
12635
|
};
|
|
12613
12636
|
var CalendarForwardBold_default = CalendarForwardBold;
|
|
12614
12637
|
|
|
12615
12638
|
// src/CalendarEditBold.tsx
|
|
12616
|
-
var
|
|
12639
|
+
var React546 = __toESM(require("react"));
|
|
12617
12640
|
var CalendarEditBold = (_a) => {
|
|
12618
12641
|
var _b = _a, {
|
|
12619
12642
|
size = 24,
|
|
@@ -12630,12 +12653,12 @@ var CalendarEditBold = (_a) => {
|
|
|
12630
12653
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12631
12654
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12632
12655
|
const resolvedViewBox = "0 0 24 24";
|
|
12633
|
-
return /* @__PURE__ */
|
|
12656
|
+
return /* @__PURE__ */ React546.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React546.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.208 14.895c-.41 0-.75-.34-.75-.76s.34-.76.75-.76a.76.76 0 1 1 0 1.52m-3.69 0a.76.76 0 1 1 0-1.52.76.76 0 0 1 0 1.52m0 3.39a.76.76 0 1 1 0-1.52.76.76 0 0 1 0 1.52m5.52-1.31 2.58-2.82.17-.18.73-.8a3.09 3.09 0 0 1 3.206-.855c.137.043.284-.054.284-.198v-1.197a.2.2 0 0 0-.2-.2h-16.8a.2.2 0 0 0-.2.2v5.64c0 2.98 1.79 4.76 4.79 4.76h4.263c.142 0 .24-.144.201-.28a2.8 2.8 0 0 1-.084-1.07l.09-.82c.09-.82.42-1.57.97-2.18m6.97-8.55c0-1.41-.42-2.59-1.23-3.4-.73-.72-1.76-1.13-2.98-1.24v-.96a.749.749 0 1 0-1.5 0v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.34-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.63v-.92a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.34-.75-.75V4.201a.193.193 0 0 0-.247-.188c-1.908.572-3.013 2.12-3.013 4.412v.6c0 .11.09.2.2.2h16.8a.2.2 0 0 0 .2-.2z", clipRule: "evenodd" }), /* @__PURE__ */ React546.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m19.768 16.175-.39.42-1.18-1.18.34-.38c.07-.07.16-.11.25-.11s.17.03.23.09l.74.68c.08.08.1.18.1.24.01.05 0 .15-.09.24m-3.43 3.75c-.17.19-.41.32-.67.37l-.79.13c-.06.01-.1-.02-.12-.04-.03-.02-.05-.06-.05-.12l.09-.82c.03-.23.13-.46.28-.63l2.1-2.3 1.19 1.19zm4.43-5.33-.73-.68c-.74-.69-1.91-.64-2.6.1l-.8.88s-.01 0-.01.01c-.01 0-.01.01-.02.02l-2.64 2.88c-.37.42-.6.93-.66 1.48l-.09.82c-.05.52.13 1.02.51 1.37.31.29.7.45 1.12.45.09 0 .18-.01.27-.02l.8-.14c.59-.1 1.14-.4 1.53-.84l3.42-3.73c.34-.36.51-.83.49-1.32s-.23-.95-.59-1.28", clipRule: "evenodd" }));
|
|
12634
12657
|
};
|
|
12635
12658
|
var CalendarEditBold_default = CalendarEditBold;
|
|
12636
12659
|
|
|
12637
12660
|
// src/CalendarCheckBold.tsx
|
|
12638
|
-
var
|
|
12661
|
+
var React547 = __toESM(require("react"));
|
|
12639
12662
|
var CalendarCheckBold = (_a) => {
|
|
12640
12663
|
var _b = _a, {
|
|
12641
12664
|
size = 24,
|
|
@@ -12652,12 +12675,12 @@ var CalendarCheckBold = (_a) => {
|
|
|
12652
12675
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12653
12676
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12654
12677
|
const resolvedViewBox = "0 0 24 24";
|
|
12655
|
-
return /* @__PURE__ */
|
|
12678
|
+
return /* @__PURE__ */ React547.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React547.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.869 15.74a.75.75 0 0 1 1.06.002l1.224 1.227 3.087-3.088a.751.751 0 0 1 1.06 1.06l-3.617 3.62a.747.747 0 0 1-1.061-.002l-1.755-1.758a.75.75 0 0 1 .002-1.06m-5.385 1.125c0 2.98 1.79 4.76 4.79 4.76h7.62c3 0 4.79-1.75 4.79-4.69v-5.71a.2.2 0 0 0-.2-.2h-16.8a.2.2 0 0 0-.2.2zm15.97-11.541c-.73-.72-1.76-1.13-2.98-1.24v-.96a.749.749 0 1 0-1.5 0v3.55c-.07.02-.13.04-.2.04-.42 0-.75-.34-.75-.75v-1.72a.2.2 0 0 0-.2-.2h-4.63v-.92a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.34-.75-.75V4.501a.193.193 0 0 0-.247-.189c-1.908.573-3.013 2.12-3.013 4.413v.6c0 .11.09.2.2.2h16.8a.2.2 0 0 0 .2-.2v-.6c0-1.41-.42-2.59-1.23-3.4", clipRule: "evenodd" }));
|
|
12656
12679
|
};
|
|
12657
12680
|
var CalendarCheckBold_default = CalendarCheckBold;
|
|
12658
12681
|
|
|
12659
12682
|
// src/Calendar2Bold.tsx
|
|
12660
|
-
var
|
|
12683
|
+
var React548 = __toESM(require("react"));
|
|
12661
12684
|
var Calendar2Bold = (_a) => {
|
|
12662
12685
|
var _b = _a, {
|
|
12663
12686
|
size = 24,
|
|
@@ -12674,12 +12697,12 @@ var Calendar2Bold = (_a) => {
|
|
|
12674
12697
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12675
12698
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12676
12699
|
const resolvedViewBox = "0 0 24 24";
|
|
12677
|
-
return /* @__PURE__ */
|
|
12700
|
+
return /* @__PURE__ */ React548.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React548.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.682 10.503h-8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.5c.41 0 .75.34.75.75s-.34.75-.75.75m3.12-5.7c-.73-.73-1.76-1.14-2.99-1.24v-.97a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75v-1.71a.2.2 0 0 0-.2-.2h-4.62v-.93a.749.749 0 1 0-1.5 0v3.55c-.06.02-.13.04-.2.04-.41 0-.75-.33-.75-.75V3.97a.193.193 0 0 0-.248-.188c-1.908.58-3.012 2.128-3.012 4.41v8.15c0 2.98 1.79 4.75 4.79 4.75h5.55a.21.21 0 0 0 .19-.29 5 5 0 0 1-.37-1.9 5.09 5.09 0 0 1 6.76-4.806.21.21 0 0 0 .28-.193v-5.7c0-1.42-.42-2.59-1.23-3.4", clipRule: "evenodd" }), /* @__PURE__ */ React548.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.126 15.735a3.214 3.214 0 0 0-3.211 3.211c0 1.77 1.44 3.211 3.21 3.211a3.215 3.215 0 0 0 3.212-3.21 3.214 3.214 0 0 0-3.211-3.212", clipRule: "evenodd" }));
|
|
12678
12701
|
};
|
|
12679
12702
|
var Calendar2Bold_default = Calendar2Bold;
|
|
12680
12703
|
|
|
12681
12704
|
// src/BuyBold.tsx
|
|
12682
|
-
var
|
|
12705
|
+
var React549 = __toESM(require("react"));
|
|
12683
12706
|
var BuyBold = (_a) => {
|
|
12684
12707
|
var _b = _a, {
|
|
12685
12708
|
size = 24,
|
|
@@ -12696,12 +12719,12 @@ var BuyBold = (_a) => {
|
|
|
12696
12719
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12697
12720
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12698
12721
|
const resolvedViewBox = "0 0 24 24";
|
|
12699
|
-
return /* @__PURE__ */
|
|
12722
|
+
return /* @__PURE__ */ React549.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React549.createElement("path", { fill: "currentColor", d: "M7.427 18.908c.829 0 1.508.694 1.509 1.551 0 .847-.68 1.54-1.51 1.541a1.533 1.533 0 0 1-1.519-1.541c0-.857.68-1.55 1.52-1.55m11.241 0c.83 0 1.509.694 1.509 1.551 0 .847-.68 1.54-1.509 1.541-.84 0-1.52-.694-1.52-1.541 0-.857.68-1.55 1.52-1.55M2.011 2.641a.765.765 0 0 1 .869-.632l2.384.366c.34.062.589.348.619.694l.19 2.286c.03.328.29.572.609.573h13.495c.61 0 1.01.214 1.409.683.4.47.469 1.143.379 1.754l-.95 6.695c-.18 1.286-1.258 2.235-2.527 2.235H7.586c-1.329 0-2.427-1.04-2.537-2.387l-.92-11.125L2.62 3.52a.767.767 0 0 1-.61-.878m12.11 7.061a.75.75 0 0 0-.749.766c0 .418.33.765.75.765h2.767c.42 0 .75-.347.75-.765a.75.75 0 0 0-.75-.766z" }));
|
|
12700
12723
|
};
|
|
12701
12724
|
var BuyBold_default = BuyBold;
|
|
12702
12725
|
|
|
12703
12726
|
// src/BookmarkBold.tsx
|
|
12704
|
-
var
|
|
12727
|
+
var React550 = __toESM(require("react"));
|
|
12705
12728
|
var BookmarkBold = (_a) => {
|
|
12706
12729
|
var _b = _a, {
|
|
12707
12730
|
size = 24,
|
|
@@ -12718,12 +12741,12 @@ var BookmarkBold = (_a) => {
|
|
|
12718
12741
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12719
12742
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12720
12743
|
const resolvedViewBox = "0 0 24 24";
|
|
12721
|
-
return /* @__PURE__ */
|
|
12744
|
+
return /* @__PURE__ */ React550.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React550.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.9 2h6.17c2.71 0 4.9 1.07 4.93 3.79v15.18c0 .17-.04.34-.12.49-.13.24-.35.42-.62.5-.26.08-.55.04-.79-.1l-6.48-3.24-6.49 3.24c-.149.079-.32.13-.49.13-.56 0-1.01-.46-1.01-1.02V5.79C4 3.07 6.2 2 8.9 2m-.68 7.62h7.53c.43 0 .78-.351.78-.79s-.35-.79-.78-.79H8.22c-.43 0-.78.35-.78.79 0 .439.35.79.78.79", clipRule: "evenodd" }));
|
|
12722
12745
|
};
|
|
12723
12746
|
var BookmarkBold_default = BookmarkBold;
|
|
12724
12747
|
|
|
12725
12748
|
// src/BookBold.tsx
|
|
12726
|
-
var
|
|
12749
|
+
var React551 = __toESM(require("react"));
|
|
12727
12750
|
var BookBold = (_a) => {
|
|
12728
12751
|
var _b = _a, {
|
|
12729
12752
|
size = 24,
|
|
@@ -12740,12 +12763,12 @@ var BookBold = (_a) => {
|
|
|
12740
12763
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12741
12764
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12742
12765
|
const resolvedViewBox = "0 0 24 24";
|
|
12743
|
-
return /* @__PURE__ */
|
|
12766
|
+
return /* @__PURE__ */ React551.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React551.createElement("path", { fill: "currentColor", d: "M7.827 18.37h9.455a.75.75 0 0 0 0-1.5H7.827a.75.75 0 0 0 0 1.5" }), /* @__PURE__ */ React551.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m19.479 5.79-1.26.013V3.96c0-.943-.769-1.71-1.715-1.71H7.356c-2.206 0-4 1.794-4 4v11.3l-.002.06a4.147 4.147 0 0 0 4.144 4.14h12a1.72 1.72 0 0 0 1.715-1.72V7.5a1.7 1.7 0 0 0-.514-1.221c-.33-.324-.776-.511-1.22-.489M7.498 20.25a2.646 2.646 0 0 1-2.642-2.64A2.65 2.65 0 0 1 7.5 14.96h9.005c.946 0 1.715-.767 1.715-1.71V7.304l1.282-.014c.071-.022.106.016.133.046l.014.014a.2.2 0 0 1 .065.15v12.53c0 .123-.095.22-.215.22z", clipRule: "evenodd" }));
|
|
12744
12767
|
};
|
|
12745
12768
|
var BookBold_default = BookBold;
|
|
12746
12769
|
|
|
12747
12770
|
// src/BagBold.tsx
|
|
12748
|
-
var
|
|
12771
|
+
var React552 = __toESM(require("react"));
|
|
12749
12772
|
var BagBold = (_a) => {
|
|
12750
12773
|
var _b = _a, {
|
|
12751
12774
|
size = 24,
|
|
@@ -12762,12 +12785,12 @@ var BagBold = (_a) => {
|
|
|
12762
12785
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12763
12786
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12764
12787
|
const resolvedViewBox = "0 0 24 24";
|
|
12765
|
-
return /* @__PURE__ */
|
|
12788
|
+
return /* @__PURE__ */ React552.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React552.createElement("path", { fill: "currentColor", d: "M12.005 2A4.99 4.99 0 0 1 17 6.774h-.026A.5.5 0 0 1 16.93 7h.156c1.264 0 2.59.91 3.059 3.12l.768 6.195C21.48 20.353 19.207 22 16.158 22h-8.29c-3.058 0-5.4-1.138-4.764-5.686l.779-6.194C4.28 7.846 5.65 7 6.932 7h.078a.7.7 0 0 1 0-.226A4.99 4.99 0 0 1 12.005 2m-2.908 8.33a.9.9 0 0 0-.884.91c0 .501.396.908.884.908a.897.897 0 0 0 .883-.909.897.897 0 0 0-.883-.91m5.789 0a.9.9 0 0 0-.884.91c0 .502.396.908.884.908a.897.897 0 0 0 .884-.909.897.897 0 0 0-.884-.91m-2.92-7.027A3.48 3.48 0 0 0 8.48 6.774a.7.7 0 0 1 0 .226h7.012a.7.7 0 0 1-.044-.226 3.48 3.48 0 0 0-3.483-3.471" }));
|
|
12766
12789
|
};
|
|
12767
12790
|
var BagBold_default = BagBold;
|
|
12768
12791
|
|
|
12769
12792
|
// src/Bag2Bold.tsx
|
|
12770
|
-
var
|
|
12793
|
+
var React553 = __toESM(require("react"));
|
|
12771
12794
|
var Bag2Bold = (_a) => {
|
|
12772
12795
|
var _b = _a, {
|
|
12773
12796
|
size = 24,
|
|
@@ -12784,12 +12807,12 @@ var Bag2Bold = (_a) => {
|
|
|
12784
12807
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12785
12808
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12786
12809
|
const resolvedViewBox = "0 0 24 24";
|
|
12787
|
-
return /* @__PURE__ */
|
|
12810
|
+
return /* @__PURE__ */ React553.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React553.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.418 6.47h.205c2.692 0 4.877 2.25 4.877 5.01V17c0 2.76-2.185 5-4.877 5H7.377C4.685 22 2.5 19.76 2.5 17v-5.52c0-2.76 2.185-5.01 4.877-5.01h.205a4.57 4.57 0 0 1 1.307-3.16c.838-.85 1.911-1.28 3.12-1.31 2.42 0 4.38 2 4.41 4.47M9.913 4.38c-.546.56-.849 1.3-.868 2.09h5.91C14.926 4.83 13.62 3.5 12.01 3.5c-.751 0-1.531.31-2.097.88m5.793 5.94a.74.74 0 0 0 .732-.75V8.41a.74.74 0 0 0-.732-.75c-.4 0-.731.34-.731.75v1.16c0 .41.332.75.731.75m-6.769-.75a.74.74 0 0 1-.731.75c-.4 0-.732-.34-.732-.75V8.41c0-.41.332-.75.732-.75.41 0 .731.34.731.75z", clipRule: "evenodd" }));
|
|
12788
12811
|
};
|
|
12789
12812
|
var Bag2Bold_default = Bag2Bold;
|
|
12790
12813
|
|
|
12791
12814
|
// src/ArrowUpBold.tsx
|
|
12792
|
-
var
|
|
12815
|
+
var React554 = __toESM(require("react"));
|
|
12793
12816
|
var ArrowUpBold = (_a) => {
|
|
12794
12817
|
var _b = _a, {
|
|
12795
12818
|
size = 24,
|
|
@@ -12806,12 +12829,12 @@ var ArrowUpBold = (_a) => {
|
|
|
12806
12829
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12807
12830
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12808
12831
|
const resolvedViewBox = "0 0 24 24";
|
|
12809
|
-
return /* @__PURE__ */
|
|
12832
|
+
return /* @__PURE__ */ React554.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React554.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m12.007 13.165.354-.002c1.404-.012 2.657-.096 3.451-.242.015 0 .802-.16 1.064-.261.38-.16.701-.447.905-.809a2 2 0 0 0 .219-.91c-.012-.249-.137-.66-.242-.954l-.094-.244c-.642-1.617-2.74-4.707-4.024-5.891l-.09-.087-.42-.39A1.86 1.86 0 0 0 11.992 3c-.379 0-.758.116-1.064.347-.099.07-.226.18-.334.28l-.397.379C8.876 5.31 7.022 8.135 6.407 9.599c-.013 0-.393.91-.407 1.343v.057c0 .665.379 1.286.991 1.603.168.087.496.17.784.233l.544.114c.874.13 2.216.216 3.688.216m-1.525 6.332c0 .83.68 1.503 1.518 1.503a1.51 1.51 0 0 0 1.518-1.503l-.328-3.7c0-.65-.532-1.179-1.19-1.179s-1.191.528-1.191 1.18z", clipRule: "evenodd" }));
|
|
12810
12833
|
};
|
|
12811
12834
|
var ArrowUpBold_default = ArrowUpBold;
|
|
12812
12835
|
|
|
12813
12836
|
// src/ArrowUpSquareBold.tsx
|
|
12814
|
-
var
|
|
12837
|
+
var React555 = __toESM(require("react"));
|
|
12815
12838
|
var ArrowUpSquareBold = (_a) => {
|
|
12816
12839
|
var _b = _a, {
|
|
12817
12840
|
size = 24,
|
|
@@ -12828,12 +12851,12 @@ var ArrowUpSquareBold = (_a) => {
|
|
|
12828
12851
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12829
12852
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12830
12853
|
const resolvedViewBox = "0 0 24 24";
|
|
12831
|
-
return /* @__PURE__ */
|
|
12854
|
+
return /* @__PURE__ */ React555.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React555.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 7.92v8.17c0 3.53-2.271 5.91-5.66 5.91H7.67C4.28 22 2 19.62 2 16.09V7.92C2 4.38 4.28 2 7.67 2h8.67C19.729 2 22 4.38 22 7.92M11.25 9.73v6.35c0 .42.34.75.75.75.42 0 .75-.33.75-.75V9.73l2.47 2.48c.14.14.34.22.53.22.189 0 .38-.08.53-.22.29-.29.29-.77 0-1.06l-3.75-3.77a.774.774 0 0 0-1.06 0l-3.75 3.77c-.29.29-.29.77 0 1.06.3.29.77.29 1.07 0z", clipRule: "evenodd" }));
|
|
12832
12855
|
};
|
|
12833
12856
|
var ArrowUpSquareBold_default = ArrowUpSquareBold;
|
|
12834
12857
|
|
|
12835
12858
|
// src/ArrowUpCircleBold.tsx
|
|
12836
|
-
var
|
|
12859
|
+
var React556 = __toESM(require("react"));
|
|
12837
12860
|
var ArrowUpCircleBold = (_a) => {
|
|
12838
12861
|
var _b = _a, {
|
|
12839
12862
|
size = 24,
|
|
@@ -12850,12 +12873,12 @@ var ArrowUpCircleBold = (_a) => {
|
|
|
12850
12873
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12851
12874
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12852
12875
|
const resolvedViewBox = "0 0 24 24";
|
|
12853
|
-
return /* @__PURE__ */
|
|
12876
|
+
return /* @__PURE__ */ React556.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React556.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c5.52 0 10 4.49 10 10l-.004.28C21.848 17.67 17.426 22 12 22 6.49 22 2 17.52 2 12 2 6.49 6.49 2 12 2M8 13.98c.3.29.77.29 1.06-.01L12 11.02l2.94 2.95c.29.3.77.3 1.06.01.3-.3.3-.77 0-1.06l-3.47-3.49a.75.75 0 0 0-1.06 0L8 12.92c-.15.14-.22.33-.22.52 0 .2.07.39.22.54", clipRule: "evenodd" }));
|
|
12854
12877
|
};
|
|
12855
12878
|
var ArrowUpCircleBold_default = ArrowUpCircleBold;
|
|
12856
12879
|
|
|
12857
12880
|
// src/ArrowUp3Bold.tsx
|
|
12858
|
-
var
|
|
12881
|
+
var React557 = __toESM(require("react"));
|
|
12859
12882
|
var ArrowUp3Bold = (_a) => {
|
|
12860
12883
|
var _b = _a, {
|
|
12861
12884
|
size = 24,
|
|
@@ -12872,12 +12895,12 @@ var ArrowUp3Bold = (_a) => {
|
|
|
12872
12895
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12873
12896
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12874
12897
|
const resolvedViewBox = "0 0 24 24";
|
|
12875
|
-
return /* @__PURE__ */
|
|
12898
|
+
return /* @__PURE__ */ React557.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React557.createElement("path", { fill: "currentColor", d: "M6.59 11.859c.126.233.366.38.627.38h4.066v8.027c0 .405.321.734.717.734a.726.726 0 0 0 .717-.734v-8.028h4.066a.71.71 0 0 0 .627-.38.75.75 0 0 0-.02-.745l-4.783-7.77A.71.71 0 0 0 12 3a.71.71 0 0 0-.607.343l-4.783 7.77a.75.75 0 0 0-.02.745" }));
|
|
12876
12899
|
};
|
|
12877
12900
|
var ArrowUp3Bold_default = ArrowUp3Bold;
|
|
12878
12901
|
|
|
12879
12902
|
// src/ArrowUp2Bold.tsx
|
|
12880
|
-
var
|
|
12903
|
+
var React558 = __toESM(require("react"));
|
|
12881
12904
|
var ArrowUp2Bold = (_a) => {
|
|
12882
12905
|
var _b = _a, {
|
|
12883
12906
|
size = 24,
|
|
@@ -12894,12 +12917,12 @@ var ArrowUp2Bold = (_a) => {
|
|
|
12894
12917
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12895
12918
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12896
12919
|
const resolvedViewBox = "0 0 24 24";
|
|
12897
|
-
return /* @__PURE__ */
|
|
12920
|
+
return /* @__PURE__ */ React558.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React558.createElement("path", { fill: "currentColor", d: "M13.131 7.37c.058.056.306.27.51.468 1.283 1.165 3.383 4.204 4.024 5.795.103.242.321.853.335 1.179q0 .469-.218.895a1.87 1.87 0 0 1-.904.795c-.263.1-1.05.256-1.064.256-.861.156-2.26.242-3.806.242-1.473 0-2.815-.086-3.689-.213-.014-.015-.992-.17-1.327-.341A1.79 1.79 0 0 1 6 14.868v-.056c.015-.426.395-1.321.409-1.321.642-1.505 2.639-4.474 3.966-5.668 0 0 .341-.336.554-.482A1.8 1.8 0 0 1 11.993 7c.423 0 .817.128 1.138.37" }));
|
|
12898
12921
|
};
|
|
12899
12922
|
var ArrowUp2Bold_default = ArrowUp2Bold;
|
|
12900
12923
|
|
|
12901
12924
|
// src/ArrowRightBold.tsx
|
|
12902
|
-
var
|
|
12925
|
+
var React559 = __toESM(require("react"));
|
|
12903
12926
|
var ArrowRightBold = (_a) => {
|
|
12904
12927
|
var _b = _a, {
|
|
12905
12928
|
size = 24,
|
|
@@ -12916,12 +12939,12 @@ var ArrowRightBold = (_a) => {
|
|
|
12916
12939
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12917
12940
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12918
12941
|
const resolvedViewBox = "0 0 24 24";
|
|
12919
|
-
return /* @__PURE__ */
|
|
12942
|
+
return /* @__PURE__ */ React559.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React559.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.835 12.007.002.354c.012 1.404.096 2.657.242 3.451 0 .015.16.802.261 1.064.16.38.447.701.809.905a2 2 0 0 0 .91.219c.249-.012.66-.137.954-.242l.244-.094c1.617-.642 4.707-2.74 5.891-4.024l.087-.09.39-.42A1.86 1.86 0 0 0 21 11.992c0-.379-.116-.758-.347-1.064a4 4 0 0 0-.28-.334l-.379-.397c-1.305-1.321-4.129-3.175-5.593-3.79 0-.013-.91-.393-1.343-.407h-.057c-.665 0-1.286.379-1.603.991-.087.168-.17.496-.233.784l-.114.544c-.13.874-.216 2.216-.216 3.688m-6.332-1.525C3.673 10.482 3 11.162 3 12a1.51 1.51 0 0 0 1.503 1.518l3.7-.328c.65 0 1.179-.532 1.179-1.19s-.528-1.191-1.18-1.191z", clipRule: "evenodd" }));
|
|
12920
12943
|
};
|
|
12921
12944
|
var ArrowRightBold_default = ArrowRightBold;
|
|
12922
12945
|
|
|
12923
12946
|
// src/ArrowRightSquareBold.tsx
|
|
12924
|
-
var
|
|
12947
|
+
var React560 = __toESM(require("react"));
|
|
12925
12948
|
var ArrowRightSquareBold = (_a) => {
|
|
12926
12949
|
var _b = _a, {
|
|
12927
12950
|
size = 24,
|
|
@@ -12938,12 +12961,12 @@ var ArrowRightSquareBold = (_a) => {
|
|
|
12938
12961
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12939
12962
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12940
12963
|
const resolvedViewBox = "0 0 24 24";
|
|
12941
|
-
return /* @__PURE__ */
|
|
12964
|
+
return /* @__PURE__ */ React560.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React560.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.08 22H7.91C4.38 22 2 19.729 2 16.34V7.67C2 4.28 4.38 2 7.91 2h8.17C19.62 2 22 4.28 22 7.67v8.67c0 3.389-2.38 5.66-5.92 5.66m-1.81-10.75H7.92c-.42 0-.75.34-.75.75 0 .42.33.75.75.75h6.35l-2.48 2.47c-.14.14-.22.34-.22.53 0 .189.08.38.22.53.29.29.77.29 1.06 0l3.77-3.75c.28-.28.28-.78 0-1.06l-3.77-3.75a.754.754 0 0 0-1.06 0c-.29.3-.29.77 0 1.07z", clipRule: "evenodd" }));
|
|
12942
12965
|
};
|
|
12943
12966
|
var ArrowRightSquareBold_default = ArrowRightSquareBold;
|
|
12944
12967
|
|
|
12945
12968
|
// src/ArrowRightCircleBold.tsx
|
|
12946
|
-
var
|
|
12969
|
+
var React561 = __toESM(require("react"));
|
|
12947
12970
|
var ArrowRightCircleBold = (_a) => {
|
|
12948
12971
|
var _b = _a, {
|
|
12949
12972
|
size = 24,
|
|
@@ -12960,12 +12983,12 @@ var ArrowRightCircleBold = (_a) => {
|
|
|
12960
12983
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12961
12984
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12962
12985
|
const resolvedViewBox = "0 0 24 24";
|
|
12963
|
-
return /* @__PURE__ */
|
|
12986
|
+
return /* @__PURE__ */ React561.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React561.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12c0 5.52-4.49 10-10 10l-.28-.004C6.33 21.848 2 17.426 2 12 2 6.49 6.48 2 12 2c5.51 0 10 4.49 10 10M10.02 8c-.29.3-.29.77.01 1.06L12.98 12l-2.95 2.94c-.3.29-.3.77-.01 1.06.3.3.77.3 1.06 0l3.49-3.47a.75.75 0 0 0 0-1.06L11.08 8a.7.7 0 0 0-.52-.22c-.2 0-.39.07-.54.22", clipRule: "evenodd" }));
|
|
12964
12987
|
};
|
|
12965
12988
|
var ArrowRightCircleBold_default = ArrowRightCircleBold;
|
|
12966
12989
|
|
|
12967
12990
|
// src/ArrowRight3Bold.tsx
|
|
12968
|
-
var
|
|
12991
|
+
var React562 = __toESM(require("react"));
|
|
12969
12992
|
var ArrowRight3Bold = (_a) => {
|
|
12970
12993
|
var _b = _a, {
|
|
12971
12994
|
size = 24,
|
|
@@ -12982,12 +13005,12 @@ var ArrowRight3Bold = (_a) => {
|
|
|
12982
13005
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
12983
13006
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
12984
13007
|
const resolvedViewBox = "0 0 24 24";
|
|
12985
|
-
return /* @__PURE__ */
|
|
13008
|
+
return /* @__PURE__ */ React562.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React562.createElement("path", { fill: "currentColor", d: "M12.142 6.59a.72.72 0 0 0-.38.627v4.066H3.734A.726.726 0 0 0 3 12c0 .396.329.717.734.717h8.028v4.066c0 .262.146.502.38.627.234.127.52.119.745-.02l7.77-4.783A.71.71 0 0 0 21 12a.71.71 0 0 0-.343-.607l-7.77-4.783a.75.75 0 0 0-.745-.02" }));
|
|
12986
13009
|
};
|
|
12987
13010
|
var ArrowRight3Bold_default = ArrowRight3Bold;
|
|
12988
13011
|
|
|
12989
13012
|
// src/ArrowRight2Bold.tsx
|
|
12990
|
-
var
|
|
13013
|
+
var React563 = __toESM(require("react"));
|
|
12991
13014
|
var ArrowRight2Bold = (_a) => {
|
|
12992
13015
|
var _b = _a, {
|
|
12993
13016
|
size = 24,
|
|
@@ -13004,12 +13027,12 @@ var ArrowRight2Bold = (_a) => {
|
|
|
13004
13027
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13005
13028
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13006
13029
|
const resolvedViewBox = "0 0 24 24";
|
|
13007
|
-
return /* @__PURE__ */
|
|
13030
|
+
return /* @__PURE__ */ React563.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React563.createElement("path", { fill: "currentColor", d: "M16.63 13.131c-.056.058-.27.306-.468.51-1.165 1.283-4.204 3.383-5.795 4.024-.242.103-.853.321-1.179.335q-.469 0-.895-.218a1.87 1.87 0 0 1-.795-.904c-.1-.263-.256-1.05-.256-1.064-.156-.861-.242-2.26-.242-3.806 0-1.473.086-2.815.213-3.689.015-.014.17-.992.341-1.327A1.79 1.79 0 0 1 9.132 6h.056c.426.015 1.321.395 1.321.409 1.505.642 4.474 2.639 5.668 3.966 0 0 .336.341.482.554.228.306.341.685.341 1.064 0 .423-.128.817-.37 1.138" }));
|
|
13008
13031
|
};
|
|
13009
13032
|
var ArrowRight2Bold_default = ArrowRight2Bold;
|
|
13010
13033
|
|
|
13011
13034
|
// src/ArrowLeftBold.tsx
|
|
13012
|
-
var
|
|
13035
|
+
var React564 = __toESM(require("react"));
|
|
13013
13036
|
var ArrowLeftBold = (_a) => {
|
|
13014
13037
|
var _b = _a, {
|
|
13015
13038
|
size = 24,
|
|
@@ -13026,12 +13049,12 @@ var ArrowLeftBold = (_a) => {
|
|
|
13026
13049
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13027
13050
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13028
13051
|
const resolvedViewBox = "0 0 24 24";
|
|
13029
|
-
return /* @__PURE__ */
|
|
13052
|
+
return /* @__PURE__ */ React564.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React564.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.165 11.993-.002-.354c-.012-1.404-.096-2.657-.242-3.451 0-.015-.16-.802-.261-1.064a1.9 1.9 0 0 0-.809-.905 2 2 0 0 0-.91-.219c-.249.012-.66.137-.954.242l-.244.094c-1.617.642-4.707 2.74-5.891 4.024l-.087.09-.39.42A1.86 1.86 0 0 0 3 12.008c0 .379.116.758.347 1.064.07.099.18.226.28.334l.379.397c1.304 1.321 4.129 3.175 5.593 3.79 0 .013.91.393 1.343.407h.057c.665 0 1.286-.379 1.603-.991.087-.168.17-.496.233-.784l.114-.544c.13-.874.216-2.216.216-3.688m6.332 1.525c.83 0 1.503-.68 1.503-1.518a1.51 1.51 0 0 0-1.503-1.517l-3.7.327c-.65 0-1.179.532-1.179 1.19s.528 1.191 1.18 1.191z", clipRule: "evenodd" }));
|
|
13030
13053
|
};
|
|
13031
13054
|
var ArrowLeftBold_default = ArrowLeftBold;
|
|
13032
13055
|
|
|
13033
13056
|
// src/ArrowLeftSquareBold.tsx
|
|
13034
|
-
var
|
|
13057
|
+
var React565 = __toESM(require("react"));
|
|
13035
13058
|
var ArrowLeftSquareBold = (_a) => {
|
|
13036
13059
|
var _b = _a, {
|
|
13037
13060
|
size = 24,
|
|
@@ -13048,12 +13071,12 @@ var ArrowLeftSquareBold = (_a) => {
|
|
|
13048
13071
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13049
13072
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13050
13073
|
const resolvedViewBox = "0 0 24 24";
|
|
13051
|
-
return /* @__PURE__ */
|
|
13074
|
+
return /* @__PURE__ */ React565.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React565.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.92 2h8.17C19.62 2 22 4.271 22 7.66v8.67c0 3.39-2.38 5.67-5.91 5.67H7.92C4.38 22 2 19.72 2 16.33V7.66C2 4.271 4.38 2 7.92 2m1.81 10.75h6.35c.42 0 .75-.34.75-.75 0-.42-.33-.75-.75-.75H9.73l2.48-2.47c.14-.14.22-.34.22-.53 0-.189-.08-.38-.22-.53a.754.754 0 0 0-1.06 0l-3.77 3.75c-.28.28-.28.78 0 1.06l3.77 3.75c.29.29.77.29 1.06 0 .29-.3.29-.77 0-1.07z", clipRule: "evenodd" }));
|
|
13052
13075
|
};
|
|
13053
13076
|
var ArrowLeftSquareBold_default = ArrowLeftSquareBold;
|
|
13054
13077
|
|
|
13055
13078
|
// src/ArrowLeftCircleBold.tsx
|
|
13056
|
-
var
|
|
13079
|
+
var React566 = __toESM(require("react"));
|
|
13057
13080
|
var ArrowLeftCircleBold = (_a) => {
|
|
13058
13081
|
var _b = _a, {
|
|
13059
13082
|
size = 24,
|
|
@@ -13070,12 +13093,12 @@ var ArrowLeftCircleBold = (_a) => {
|
|
|
13070
13093
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13071
13094
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13072
13095
|
const resolvedViewBox = "0 0 24 24";
|
|
13073
|
-
return /* @__PURE__ */
|
|
13096
|
+
return /* @__PURE__ */ React566.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React566.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 12C2 6.48 6.49 2 12 2l.28.004C17.67 2.152 22 6.574 22 12c0 5.51-4.48 10-10 10-5.51 0-10-4.49-10-10m11.98 4c.29-.3.29-.77-.01-1.06L11.02 12l2.95-2.94c.3-.29.3-.77.01-1.06-.3-.3-.77-.3-1.06 0l-3.49 3.47a.75.75 0 0 0 0 1.06L12.92 16c.14.15.33.22.52.22.2 0 .39-.07.54-.22", clipRule: "evenodd" }));
|
|
13074
13097
|
};
|
|
13075
13098
|
var ArrowLeftCircleBold_default = ArrowLeftCircleBold;
|
|
13076
13099
|
|
|
13077
13100
|
// src/ArrowLeft3Bold.tsx
|
|
13078
|
-
var
|
|
13101
|
+
var React567 = __toESM(require("react"));
|
|
13079
13102
|
var ArrowLeft3Bold = (_a) => {
|
|
13080
13103
|
var _b = _a, {
|
|
13081
13104
|
size = 24,
|
|
@@ -13092,12 +13115,12 @@ var ArrowLeft3Bold = (_a) => {
|
|
|
13092
13115
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13093
13116
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13094
13117
|
const resolvedViewBox = "0 0 24 24";
|
|
13095
|
-
return /* @__PURE__ */
|
|
13118
|
+
return /* @__PURE__ */ React567.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React567.createElement("path", { fill: "currentColor", d: "M11.859 17.41a.72.72 0 0 0 .38-.627v-4.066h8.027A.726.726 0 0 0 21 12a.726.726 0 0 0-.734-.717h-8.028V7.217a.71.71 0 0 0-.38-.627.75.75 0 0 0-.745.02l-7.77 4.783A.71.71 0 0 0 3 12c0 .247.13.475.343.607l7.77 4.783a.75.75 0 0 0 .745.02" }));
|
|
13096
13119
|
};
|
|
13097
13120
|
var ArrowLeft3Bold_default = ArrowLeft3Bold;
|
|
13098
13121
|
|
|
13099
13122
|
// src/ArrowLeft2Bold.tsx
|
|
13100
|
-
var
|
|
13123
|
+
var React568 = __toESM(require("react"));
|
|
13101
13124
|
var ArrowLeft2Bold = (_a) => {
|
|
13102
13125
|
var _b = _a, {
|
|
13103
13126
|
size = 24,
|
|
@@ -13114,12 +13137,12 @@ var ArrowLeft2Bold = (_a) => {
|
|
|
13114
13137
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13115
13138
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13116
13139
|
const resolvedViewBox = "0 0 24 24";
|
|
13117
|
-
return /* @__PURE__ */
|
|
13140
|
+
return /* @__PURE__ */ React568.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React568.createElement("path", { fill: "currentColor", d: "M7.37 10.869c.056-.058.27-.306.468-.51 1.165-1.283 4.204-3.383 5.795-4.024.242-.103.853-.321 1.179-.335q.469 0 .895.218c.355.204.64.525.795.904.1.263.256 1.05.256 1.064.156.861.242 2.26.242 3.806 0 1.473-.086 2.815-.213 3.689-.015.014-.17.992-.341 1.327a1.79 1.79 0 0 1-1.578.992h-.056c-.426-.015-1.321-.395-1.321-.409-1.505-.642-4.474-2.639-5.668-3.966 0 0-.336-.341-.482-.554A1.8 1.8 0 0 1 7 12.007c0-.423.128-.817.37-1.138" }));
|
|
13118
13141
|
};
|
|
13119
13142
|
var ArrowLeft2Bold_default = ArrowLeft2Bold;
|
|
13120
13143
|
|
|
13121
13144
|
// src/ArrowDownBold.tsx
|
|
13122
|
-
var
|
|
13145
|
+
var React569 = __toESM(require("react"));
|
|
13123
13146
|
var ArrowDownBold = (_a) => {
|
|
13124
13147
|
var _b = _a, {
|
|
13125
13148
|
size = 24,
|
|
@@ -13136,12 +13159,12 @@ var ArrowDownBold = (_a) => {
|
|
|
13136
13159
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13137
13160
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13138
13161
|
const resolvedViewBox = "0 0 24 24";
|
|
13139
|
-
return /* @__PURE__ */
|
|
13162
|
+
return /* @__PURE__ */ React569.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React569.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.483 4.503.327 3.7c0 .65.532 1.179 1.19 1.179s1.191-.528 1.191-1.18l.327-3.699C13.518 3.673 12.838 3 12 3a1.51 1.51 0 0 0-1.517 1.503m.267 16.011c.056.051.1.09.12.11.322.246.715.376 1.138.376.379 0 .758-.116 1.064-.347.212-.148.554-.49.554-.49 1.327-1.214 3.324-4.231 3.966-5.762.014 0 .394-.91.408-1.343v-.057c0-.665-.379-1.286-.991-1.603-.254-.131-.874-.254-1.168-.313a2 2 0 0 1-.16-.034c-.874-.13-2.216-.216-3.688-.216-1.546 0-2.945.086-3.805.244-.015 0-.802.16-1.064.261-.38.16-.701.447-.905.809a2 2 0 0 0-.219.91c.015.332.234.953.336 1.198.642 1.617 2.74 4.707 4.024 5.891.133.132.285.27.39.366", clipRule: "evenodd" }));
|
|
13140
13163
|
};
|
|
13141
13164
|
var ArrowDownBold_default = ArrowDownBold;
|
|
13142
13165
|
|
|
13143
13166
|
// src/ArrowDownSquareBold.tsx
|
|
13144
|
-
var
|
|
13167
|
+
var React570 = __toESM(require("react"));
|
|
13145
13168
|
var ArrowDownSquareBold = (_a) => {
|
|
13146
13169
|
var _b = _a, {
|
|
13147
13170
|
size = 24,
|
|
@@ -13158,12 +13181,12 @@ var ArrowDownSquareBold = (_a) => {
|
|
|
13158
13181
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13159
13182
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13160
13183
|
const resolvedViewBox = "0 0 24 24";
|
|
13161
|
-
return /* @__PURE__ */
|
|
13184
|
+
return /* @__PURE__ */ React570.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React570.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2 16.08V7.91C2 4.38 4.271 2 7.66 2h8.67C19.72 2 22 4.38 22 7.91v8.17c0 3.54-2.28 5.92-5.67 5.92H7.66C4.271 22 2 19.62 2 16.08m10.75-1.81V7.92c0-.42-.34-.75-.75-.75-.42 0-.75.33-.75.75v6.35l-2.47-2.48a.77.77 0 0 0-.53-.22c-.189 0-.38.08-.53.22-.29.29-.29.77 0 1.06l3.75 3.77c.28.28.78.28 1.06 0l3.75-3.77c.29-.29.29-.77 0-1.06a.767.767 0 0 0-1.07 0z", clipRule: "evenodd" }));
|
|
13162
13185
|
};
|
|
13163
13186
|
var ArrowDownSquareBold_default = ArrowDownSquareBold;
|
|
13164
13187
|
|
|
13165
13188
|
// src/ArrowDownCircleBold.tsx
|
|
13166
|
-
var
|
|
13189
|
+
var React571 = __toESM(require("react"));
|
|
13167
13190
|
var ArrowDownCircleBold = (_a) => {
|
|
13168
13191
|
var _b = _a, {
|
|
13169
13192
|
size = 24,
|
|
@@ -13180,12 +13203,12 @@ var ArrowDownCircleBold = (_a) => {
|
|
|
13180
13203
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13181
13204
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13182
13205
|
const resolvedViewBox = "0 0 24 24";
|
|
13183
|
-
return /* @__PURE__ */
|
|
13206
|
+
return /* @__PURE__ */ React571.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React571.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22C6.48 22 2 17.51 2 12 2 6.48 6.48 2 12 2c5.51 0 10 4.48 10 10 0 5.51-4.49 10-10 10m4-11.98a.745.745 0 0 0-1.06.01L12 12.98l-2.94-2.95c-.29-.3-.77-.3-1.06-.01-.3.3-.3.77 0 1.06l3.47 3.49a.75.75 0 0 0 1.06 0L16 11.08c.15-.14.22-.33.22-.52 0-.2-.07-.39-.22-.54", clipRule: "evenodd" }));
|
|
13184
13207
|
};
|
|
13185
13208
|
var ArrowDownCircleBold_default = ArrowDownCircleBold;
|
|
13186
13209
|
|
|
13187
13210
|
// src/ArrowDown3Bold.tsx
|
|
13188
|
-
var
|
|
13211
|
+
var React572 = __toESM(require("react"));
|
|
13189
13212
|
var ArrowDown3Bold = (_a) => {
|
|
13190
13213
|
var _b = _a, {
|
|
13191
13214
|
size = 24,
|
|
@@ -13202,12 +13225,12 @@ var ArrowDown3Bold = (_a) => {
|
|
|
13202
13225
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13203
13226
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13204
13227
|
const resolvedViewBox = "0 0 24 24";
|
|
13205
|
-
return /* @__PURE__ */
|
|
13228
|
+
return /* @__PURE__ */ React572.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React572.createElement("path", { fill: "currentColor", d: "M17.41 12.142a.72.72 0 0 0-.627-.38h-4.066V3.734A.726.726 0 0 0 12 3a.726.726 0 0 0-.717.734v8.028H7.217a.71.71 0 0 0-.627.38.75.75 0 0 0 .02.745l4.783 7.77c.132.214.36.343.607.343s.475-.13.607-.343l4.783-7.77a.75.75 0 0 0 .02-.745" }));
|
|
13206
13229
|
};
|
|
13207
13230
|
var ArrowDown3Bold_default = ArrowDown3Bold;
|
|
13208
13231
|
|
|
13209
13232
|
// src/ArrowDown2Bold.tsx
|
|
13210
|
-
var
|
|
13233
|
+
var React573 = __toESM(require("react"));
|
|
13211
13234
|
var ArrowDown2Bold = (_a) => {
|
|
13212
13235
|
var _b = _a, {
|
|
13213
13236
|
size = 24,
|
|
@@ -13224,12 +13247,12 @@ var ArrowDown2Bold = (_a) => {
|
|
|
13224
13247
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13225
13248
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13226
13249
|
const resolvedViewBox = "0 0 24 24";
|
|
13227
|
-
return /* @__PURE__ */
|
|
13250
|
+
return /* @__PURE__ */ React573.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React573.createElement("path", { fill: "currentColor", d: "M10.869 16.63c-.058-.056-.306-.27-.51-.468-1.283-1.165-3.383-4.204-4.024-5.795-.103-.242-.321-.853-.335-1.179q0-.469.218-.895c.204-.355.525-.64.904-.795.263-.1 1.05-.256 1.064-.256.861-.156 2.26-.242 3.806-.242 1.473 0 2.815.086 3.689.213.014.015.992.17 1.327.341.612.313.992.924.992 1.578v.056c-.015.426-.395 1.321-.409 1.321-.642 1.505-2.639 4.474-3.966 5.668 0 0-.341.336-.554.482a1.8 1.8 0 0 1-1.064.341c-.423 0-.817-.128-1.138-.37" }));
|
|
13228
13251
|
};
|
|
13229
13252
|
var ArrowDown2Bold_default = ArrowDown2Bold;
|
|
13230
13253
|
|
|
13231
13254
|
// src/AddUserBold.tsx
|
|
13232
|
-
var
|
|
13255
|
+
var React574 = __toESM(require("react"));
|
|
13233
13256
|
var AddUserBold = (_a) => {
|
|
13234
13257
|
var _b = _a, {
|
|
13235
13258
|
size = 24,
|
|
@@ -13246,12 +13269,12 @@ var AddUserBold = (_a) => {
|
|
|
13246
13269
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13247
13270
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13248
13271
|
const resolvedViewBox = "0 0 24 24";
|
|
13249
|
-
return /* @__PURE__ */
|
|
13272
|
+
return /* @__PURE__ */ React574.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React574.createElement("path", { fill: "currentColor", d: "M9.5 15.016c4.067 0 7.5.668 7.5 3.253S13.545 21.5 9.5 21.5c-4.067 0-7.5-.67-7.5-3.254s3.454-3.23 7.5-3.23M18.999 7.5c.496 0 .898.41.899.911v1.177H21.1c.495 0 .899.41.899.911a.91.91 0 0 1-.9.912h-1.203v1.178A.906.906 0 0 1 19 13.5c-.495 0-.9-.41-.9-.911V11.41h-1.2c-.496 0-.899-.41-.899-.912s.403-.911.9-.911h1.2V8.41c0-.502.404-.911.899-.911M9.5 2.5c2.754 0 4.963 2.236 4.963 5.026s-2.208 5.028-4.963 5.028-4.963-2.237-4.963-5.028S6.746 2.5 9.5 2.5" }));
|
|
13250
13273
|
};
|
|
13251
13274
|
var AddUserBold_default = AddUserBold;
|
|
13252
13275
|
|
|
13253
13276
|
// src/ActivityBold.tsx
|
|
13254
|
-
var
|
|
13277
|
+
var React575 = __toESM(require("react"));
|
|
13255
13278
|
var ActivityBold = (_a) => {
|
|
13256
13279
|
var _b = _a, {
|
|
13257
13280
|
size = 24,
|
|
@@ -13268,12 +13291,12 @@ var ActivityBold = (_a) => {
|
|
|
13268
13291
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13269
13292
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13270
13293
|
const resolvedViewBox = "0 0 24 24";
|
|
13271
|
-
return /* @__PURE__ */
|
|
13294
|
+
return /* @__PURE__ */ React575.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React575.createElement("path", { fill: "currentColor", d: "M15.45 3.78q-.06.375-.06.75c0 2.25 1.82 4.07 4.06 4.07.25 0 .49-.03.74-.07v8.07c0 3.39-2 5.4-5.4 5.4H7.4C4.001 22 2 19.99 2 16.6V9.2c0-3.4 2-5.42 5.4-5.42zm.201 6.08a.77.77 0 0 0-.701.31l-2.419 3.13-2.771-2.18a.8.8 0 0 0-.57-.16.78.78 0 0 0-.5.299L5.731 15.11l-.061.09c-.17.32-.09.73.21.95.14.09.29.15.46.15a.71.71 0 0 0 .59-.3l2.51-3.23 2.85 2.14.09.06c.32.17.72.09.95-.211l2.89-3.729-.04.02a.75.75 0 0 0-.529-1.19M19.59 2C20.92 2 22 3.08 22 4.41s-1.08 2.41-2.41 2.41-2.41-1.08-2.41-2.41S18.26 2 19.59 2" }));
|
|
13272
13295
|
};
|
|
13273
13296
|
var ActivityBold_default = ActivityBold;
|
|
13274
13297
|
|
|
13275
13298
|
// src/Icon3UserBold.tsx
|
|
13276
|
-
var
|
|
13299
|
+
var React576 = __toESM(require("react"));
|
|
13277
13300
|
var Icon3UserBold = (_a) => {
|
|
13278
13301
|
var _b = _a, {
|
|
13279
13302
|
size = 24,
|
|
@@ -13290,12 +13313,12 @@ var Icon3UserBold = (_a) => {
|
|
|
13290
13313
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13291
13314
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13292
13315
|
const resolvedViewBox = "0 0 24 24";
|
|
13293
|
-
return /* @__PURE__ */
|
|
13316
|
+
return /* @__PURE__ */ React576.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React576.createElement("path", { fill: "currentColor", d: "M11.95 14.54c3.43 0 6.36.544 6.36 2.72S15.4 20 11.95 20c-3.432 0-6.362-.544-6.362-2.72s2.911-2.74 6.361-2.74m-5.385-1.31c.02.002.03.017.032.025.002.013-.003.032-.028.047-.607.302-2.95 1.614-2.656 4.38.013.121-.082.224-.201.207-.577-.083-2.06-.404-2.52-1.403a1.92 1.92 0 0 1 0-1.669c.3-.643 1.025-1.087 2.13-1.305.521-.127 1.93-.307 3.243-.283m10.87-.002c1.312-.024 2.723.157 3.244.285 1.104.217 1.83.66 2.13 1.303a1.92 1.92 0 0 1 0 1.67c-.46.999-1.943 1.32-2.52 1.403-.119.018-.214-.086-.202-.205.294-2.768-2.05-4.08-2.655-4.382-.026-.014-.031-.034-.029-.047.002-.01.013-.024.033-.027M11.95 4a4.206 4.206 0 0 1 4.21 4.232 4.21 4.21 0 0 1-4.21 4.235 4.21 4.21 0 0 1-4.21-4.235A4.206 4.206 0 0 1 11.95 4m-5.613.706q.367.001.709.072c.03.008.065.023.083.05.02.034.005.08-.017.11A5.8 5.8 0 0 0 6.043 8.31c0 1.197.358 2.313.984 3.24a.16.16 0 0 1-.106.245 3 3 0 0 1-.484.047c-1.643.043-3.117-1.021-3.525-2.622-.604-2.38 1.168-4.514 3.424-4.514m11.328 0c2.256 0 4.028 2.135 3.425 4.514-.407 1.6-1.883 2.665-3.525 2.622a3.4 3.4 0 0 1-.484-.047.158.158 0 0 1-.106-.244 5.77 5.77 0 0 0 .983-3.241 5.8 5.8 0 0 0-1.068-3.372c-.022-.03-.037-.076-.016-.11.018-.028.05-.042.082-.05q.341-.071.71-.072" }));
|
|
13294
13317
|
};
|
|
13295
13318
|
var Icon3UserBold_default = Icon3UserBold;
|
|
13296
13319
|
|
|
13297
13320
|
// src/Icon2UserBold.tsx
|
|
13298
|
-
var
|
|
13321
|
+
var React577 = __toESM(require("react"));
|
|
13299
13322
|
var Icon2UserBold = (_a) => {
|
|
13300
13323
|
var _b = _a, {
|
|
13301
13324
|
size = 24,
|
|
@@ -13312,12 +13335,12 @@ var Icon2UserBold = (_a) => {
|
|
|
13312
13335
|
const resolvedWidth = (_a2 = width != null ? width : size) != null ? _a2 : 24;
|
|
13313
13336
|
const resolvedHeight = (_b2 = height != null ? height : size) != null ? _b2 : 24;
|
|
13314
13337
|
const resolvedViewBox = "0 0 24 24";
|
|
13315
|
-
return /* @__PURE__ */
|
|
13338
|
+
return /* @__PURE__ */ React577.createElement("svg", __spreadValues({ xmlns: "http://www.w3.org/2000/svg", width: resolvedWidth, height: resolvedHeight, fill: "none", viewBox: resolvedViewBox, className }, props), /* @__PURE__ */ React577.createElement("path", { fill: "currentColor", d: "M9.35 14.857c3.985 0 7.348.634 7.348 3.083 0 2.448-3.385 3.06-7.348 3.06C5.364 21 2 20.366 2 17.917c0-2.447 3.386-3.06 7.35-3.06m6.22-1.474c1.515-.029 3.146.175 3.747.32 1.276.244 2.115.74 2.462 1.466a2.11 2.11 0 0 1 0 1.879c-.531 1.123-2.245 1.484-2.912 1.577a.208.208 0 0 1-.234-.232c.34-3.113-2.367-4.588-3.068-4.927-.029-.016-.036-.04-.033-.055.002-.01.015-.025.037-.028M9.35 3c2.7 0 4.862 2.119 4.862 4.763s-2.163 4.761-4.862 4.761-4.864-2.118-4.864-4.761S6.651 3 9.35 3m6.484.796c2.608 0 4.655 2.4 3.957 5.075-.47 1.802-2.174 2.999-4.072 2.95a4 4 0 0 1-.56-.051c-.13-.023-.198-.168-.123-.275a6.37 6.37 0 0 0 1.138-3.646c0-1.407-.45-2.717-1.234-3.793-.026-.034-.044-.084-.02-.123.02-.031.06-.048.096-.056q.395-.08.818-.081" }));
|
|
13316
13339
|
};
|
|
13317
13340
|
var Icon2UserBold_default = Icon2UserBold;
|
|
13318
13341
|
|
|
13319
13342
|
// src/Icon.tsx
|
|
13320
|
-
var
|
|
13343
|
+
var React578 = __toESM(require("react"));
|
|
13321
13344
|
|
|
13322
13345
|
// src/iconsMap.ts
|
|
13323
13346
|
var iconNamesByVariant = {
|
|
@@ -13360,6 +13383,7 @@ var iconNamesByVariant = {
|
|
|
13360
13383
|
"attach",
|
|
13361
13384
|
"bag",
|
|
13362
13385
|
"bag3",
|
|
13386
|
+
"bag4",
|
|
13363
13387
|
"bankCardInformation",
|
|
13364
13388
|
"boardTasks",
|
|
13365
13389
|
"bold",
|
|
@@ -13942,6 +13966,7 @@ var iconNames = [
|
|
|
13942
13966
|
"bag",
|
|
13943
13967
|
"bag2",
|
|
13944
13968
|
"bag3",
|
|
13969
|
+
"bag4",
|
|
13945
13970
|
"bankCardInformation",
|
|
13946
13971
|
"boardTasks",
|
|
13947
13972
|
"bold",
|
|
@@ -14729,6 +14754,7 @@ var iconsByVariant = {
|
|
|
14729
14754
|
boardTasks: BoardTasksRegular_default,
|
|
14730
14755
|
bankCardInformation: BankCardInformationRegular_default,
|
|
14731
14756
|
bag: BagRegular_default,
|
|
14757
|
+
bag4: Bag4Regular_default,
|
|
14732
14758
|
bag3: Bag3Regular_default,
|
|
14733
14759
|
attach: AttachRegular_default,
|
|
14734
14760
|
arrowsDiagonalContract: ArrowsDiagonalContractRegular_default,
|
|
@@ -14982,7 +15008,7 @@ function Icon(_a) {
|
|
|
14982
15008
|
warnMissingIcon(name, variant, regularIcons, boldIcons);
|
|
14983
15009
|
return null;
|
|
14984
15010
|
}
|
|
14985
|
-
return /* @__PURE__ */
|
|
15011
|
+
return /* @__PURE__ */ React578.createElement(Component, __spreadValues({}, props));
|
|
14986
15012
|
}
|
|
14987
15013
|
// Annotate the CommonJS export names for ESM import in node:
|
|
14988
15014
|
0 && (module.exports = {
|
|
@@ -15046,6 +15072,7 @@ function Icon(_a) {
|
|
|
15046
15072
|
AttachRegular,
|
|
15047
15073
|
Bag2Bold,
|
|
15048
15074
|
Bag3Regular,
|
|
15075
|
+
Bag4Regular,
|
|
15049
15076
|
BagBold,
|
|
15050
15077
|
BagRegular,
|
|
15051
15078
|
BankCardInformationRegular,
|