@karrotmarket/react-monochrome-icon 1.12.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/IconBluetoothFill.cjs +52 -0
- package/lib/IconBluetoothFill.d.ts +9 -0
- package/lib/IconBluetoothFill.js +31 -0
- package/lib/IconBluetoothLine.cjs +52 -0
- package/lib/IconBluetoothLine.d.ts +9 -0
- package/lib/IconBluetoothLine.js +31 -0
- package/lib/IconCorner4InwardFill.cjs +4 -4
- package/lib/IconCorner4InwardFill.js +4 -4
- package/lib/IconCrosshairQuestionmarkFill.cjs +4 -4
- package/lib/IconCrosshairQuestionmarkFill.js +4 -4
- package/lib/IconDiamondFill.cjs +4 -4
- package/lib/IconDiamondFill.js +4 -4
- package/lib/IconDiamondLine.cjs +1 -1
- package/lib/IconDiamondLine.js +1 -1
- package/lib/IconDollarFill.cjs +1 -1
- package/lib/IconDollarFill.js +1 -1
- package/lib/IconFireworkFill.cjs +6 -6
- package/lib/IconFireworkFill.js +6 -6
- package/lib/IconFireworkLine.cjs +6 -6
- package/lib/IconFireworkLine.d.ts +1 -1
- package/lib/IconFireworkLine.js +6 -6
- package/lib/IconHandPointUpLine.cjs +1 -1
- package/lib/IconHandPointUpLine.js +1 -1
- package/lib/IconHeadphoneFill.cjs +52 -0
- package/lib/IconHeadphoneFill.d.ts +9 -0
- package/lib/IconHeadphoneFill.js +31 -0
- package/lib/IconHeadphoneLine.cjs +52 -0
- package/lib/IconHeadphoneLine.d.ts +9 -0
- package/lib/IconHeadphoneLine.js +31 -0
- package/lib/IconHorizrectangleHorizline2VerticalFill.cjs +3 -3
- package/lib/IconHorizrectangleHorizline2VerticalFill.js +3 -3
- package/lib/IconMetroFrontsideLine.cjs +3 -3
- package/lib/IconMetroFrontsideLine.js +3 -3
- package/lib/IconMinusFill.cjs +1 -1
- package/lib/IconMinusFill.js +1 -1
- package/lib/IconNeedleScaleFill.cjs +1 -1
- package/lib/IconNeedleScaleFill.js +1 -1
- package/lib/IconNeedleScaleLine.cjs +2 -2
- package/lib/IconNeedleScaleLine.js +2 -2
- package/lib/IconPaperplaneTiltedFill.cjs +1 -1
- package/lib/IconPaperplaneTiltedFill.js +1 -1
- package/lib/IconPenHorizlineLine.cjs +1 -1
- package/lib/IconPenHorizlineLine.js +1 -1
- package/lib/IconPencilFill.cjs +2 -2
- package/lib/IconPencilFill.js +2 -2
- package/lib/IconPerson2Fill.cjs +4 -4
- package/lib/IconPerson2Fill.js +4 -4
- package/lib/IconPicture2StackedFill.cjs +2 -2
- package/lib/IconPicture2StackedFill.js +2 -2
- package/lib/IconScribbleFill.cjs +1 -1
- package/lib/IconScribbleFill.d.ts +1 -1
- package/lib/IconScribbleFill.js +1 -1
- package/lib/IconScribbleLine.cjs +1 -1
- package/lib/IconScribbleLine.js +1 -1
- package/lib/IconShoppingbagFill.cjs +1 -1
- package/lib/IconShoppingbagFill.js +1 -1
- package/lib/IconSparkleViewfinderFill.cjs +5 -5
- package/lib/IconSparkleViewfinderFill.js +5 -5
- package/lib/IconSpeedometer_3xFill.cjs +3 -3
- package/lib/IconSpeedometer_3xFill.js +3 -3
- package/lib/IconStoreLine.cjs +1 -1
- package/lib/IconStoreLine.js +1 -1
- package/lib/IconSunFill.cjs +2 -2
- package/lib/IconSunFill.js +2 -2
- package/lib/IconVertrectangle2HorizontalFill.cjs +2 -2
- package/lib/IconVertrectangle2HorizontalFill.d.ts +1 -1
- package/lib/IconVertrectangle2HorizontalFill.js +2 -2
- package/lib/IconVertrectangle2HorizontalLine.cjs +2 -2
- package/lib/IconVertrectangle2HorizontalLine.d.ts +1 -1
- package/lib/IconVertrectangle2HorizontalLine.js +2 -2
- package/lib/IconWashingmachineFill.cjs +2 -2
- package/lib/IconWashingmachineFill.js +2 -2
- package/lib/IconWashingmachineLine.cjs +3 -3
- package/lib/IconWashingmachineLine.js +3 -3
- package/lib/index.cjs +4600 -4480
- package/lib/index.d.ts +4 -0
- package/lib/index.js +1132 -1124
- package/package.json +1 -1
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/IconBluetoothFill.tsx
|
|
21
|
+
var IconBluetoothFill_exports = {};
|
|
22
|
+
__export(IconBluetoothFill_exports, {
|
|
23
|
+
default: () => IconBluetoothFill_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconBluetoothFill_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M10.9511 0.932522C11.3507 0.727082 11.8316 0.762273 12.1972 1.02334L19.1972 6.02334C19.5119 6.24813 19.6994 6.61121 19.7002 6.99795C19.7008 7.38453 19.5148 7.74762 19.2011 7.97354L13.6084 11.9999L19.2011 16.0263C19.5148 16.2522 19.7008 16.6153 19.7002 17.0019C19.6994 17.3886 19.5119 17.7517 19.1972 17.9765L12.1972 22.9765C11.8316 23.2375 11.3507 23.2727 10.9511 23.0673C10.5515 22.8616 10.2998 22.4494 10.2998 21.9999V14.3817L6.70114 16.9735C6.16334 17.3608 5.4136 17.2388 5.02634 16.7011C4.63912 16.1633 4.76105 15.4135 5.2988 15.0263L9.50192 11.9999L5.2988 8.97354C4.76105 8.58627 4.63912 7.83654 5.02634 7.29873C5.4136 6.76098 6.16334 6.63905 6.70114 7.02627L10.2998 9.61709V1.9999C10.2998 1.5504 10.5515 1.13821 10.9511 0.932522ZM12.7002 19.6679L16.4404 16.995L12.7002 14.3017V19.6679ZM12.7002 9.69717L16.4404 7.00381L12.7002 4.33096V9.69717Z",
|
|
46
|
+
fill: "currentColor"
|
|
47
|
+
}
|
|
48
|
+
) })
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
var IconBluetoothFill = (0, import_react.forwardRef)(Icon);
|
|
52
|
+
var IconBluetoothFill_default = IconBluetoothFill;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias headphone,speaker,earphone,블루투스,이어폰,스피커,헤드셋
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconBluetoothFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconBluetoothFill;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/IconBluetoothFill.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
"data-seed-icon": "true",
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M10.9511 0.932522C11.3507 0.727082 11.8316 0.762273 12.1972 1.02334L19.1972 6.02334C19.5119 6.24813 19.6994 6.61121 19.7002 6.99795C19.7008 7.38453 19.5148 7.74762 19.2011 7.97354L13.6084 11.9999L19.2011 16.0263C19.5148 16.2522 19.7008 16.6153 19.7002 17.0019C19.6994 17.3886 19.5119 17.7517 19.1972 17.9765L12.1972 22.9765C11.8316 23.2375 11.3507 23.2727 10.9511 23.0673C10.5515 22.8616 10.2998 22.4494 10.2998 21.9999V14.3817L6.70114 16.9735C6.16334 17.3608 5.4136 17.2388 5.02634 16.7011C4.63912 16.1633 4.76105 15.4135 5.2988 15.0263L9.50192 11.9999L5.2988 8.97354C4.76105 8.58627 4.63912 7.83654 5.02634 7.29873C5.4136 6.76098 6.16334 6.63905 6.70114 7.02627L10.2998 9.61709V1.9999C10.2998 1.5504 10.5515 1.13821 10.9511 0.932522ZM12.7002 19.6679L16.4404 16.995L12.7002 14.3017V19.6679ZM12.7002 9.69717L16.4404 7.00381L12.7002 4.33096V9.69717Z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}
|
|
24
|
+
) })
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
var IconBluetoothFill = forwardRef(Icon);
|
|
28
|
+
var IconBluetoothFill_default = IconBluetoothFill;
|
|
29
|
+
export {
|
|
30
|
+
IconBluetoothFill_default as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/IconBluetoothLine.tsx
|
|
21
|
+
var IconBluetoothLine_exports = {};
|
|
22
|
+
__export(IconBluetoothLine_exports, {
|
|
23
|
+
default: () => IconBluetoothLine_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconBluetoothLine_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M11.0421 1.11054C11.3752 0.939137 11.7763 0.968989 12.0812 1.18671L19.0812 6.18671C19.3434 6.37402 19.4995 6.67598 19.5001 6.99824C19.5007 7.32052 19.3456 7.6234 19.0841 7.81171L13.2667 12.0002L19.0841 16.1887C19.3456 16.377 19.5007 16.6799 19.5001 17.0021C19.4995 17.3244 19.3434 17.6264 19.0812 17.8137L12.0812 22.8137C11.7763 23.0314 11.3752 23.0612 11.0421 22.8898C10.7091 22.7184 10.5001 22.3747 10.5001 22.0002V13.9914L6.58409 16.8117C6.1359 17.1342 5.51123 17.0323 5.18858 16.5842C4.86606 16.136 4.96799 15.5113 5.41612 15.1887L9.84385 12.0002L5.41612 8.81171C4.96799 8.48906 4.86606 7.86439 5.18858 7.41621C5.51123 6.96808 6.1359 6.86614 6.58409 7.18867L10.5001 10.008V2.00019C10.5001 1.62566 10.7091 1.28197 11.0421 1.11054ZM12.5001 20.0568L16.7843 16.9963L12.5001 13.9113V20.0568ZM12.5001 10.0881L16.7843 7.00312L12.5001 3.94257V10.0881Z",
|
|
46
|
+
fill: "currentColor"
|
|
47
|
+
}
|
|
48
|
+
) })
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
var IconBluetoothLine = (0, import_react.forwardRef)(Icon);
|
|
52
|
+
var IconBluetoothLine_default = IconBluetoothLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias headphone,speaker,earphone,블루투스,이어폰,스피커,헤드셋
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconBluetoothLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconBluetoothLine;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/IconBluetoothLine.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
"data-seed-icon": "true",
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M11.0421 1.11054C11.3752 0.939137 11.7763 0.968989 12.0812 1.18671L19.0812 6.18671C19.3434 6.37402 19.4995 6.67598 19.5001 6.99824C19.5007 7.32052 19.3456 7.6234 19.0841 7.81171L13.2667 12.0002L19.0841 16.1887C19.3456 16.377 19.5007 16.6799 19.5001 17.0021C19.4995 17.3244 19.3434 17.6264 19.0812 17.8137L12.0812 22.8137C11.7763 23.0314 11.3752 23.0612 11.0421 22.8898C10.7091 22.7184 10.5001 22.3747 10.5001 22.0002V13.9914L6.58409 16.8117C6.1359 17.1342 5.51123 17.0323 5.18858 16.5842C4.86606 16.136 4.96799 15.5113 5.41612 15.1887L9.84385 12.0002L5.41612 8.81171C4.96799 8.48906 4.86606 7.86439 5.18858 7.41621C5.51123 6.96808 6.1359 6.86614 6.58409 7.18867L10.5001 10.008V2.00019C10.5001 1.62566 10.7091 1.28197 11.0421 1.11054ZM12.5001 20.0568L16.7843 16.9963L12.5001 13.9113V20.0568ZM12.5001 10.0881L16.7843 7.00312L12.5001 3.94257V10.0881Z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}
|
|
24
|
+
) })
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
var IconBluetoothLine = forwardRef(Icon);
|
|
28
|
+
var IconBluetoothLine_default = IconBluetoothLine;
|
|
29
|
+
export {
|
|
30
|
+
IconBluetoothLine_default as default
|
|
31
|
+
};
|
|
@@ -45,7 +45,7 @@ var Icon = ({
|
|
|
45
45
|
{
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
d: "
|
|
48
|
+
d: "M2.99999 7.30005L6.50037 7.30003C6.94192 7.30003 7.29999 6.94212 7.29999 6.50011L7.29999 3.00005C7.29999 2.33731 7.83725 1.80005 8.49999 1.80005C9.16273 1.80005 9.69999 2.33731 9.69999 3.00005L9.69999 6.50011C9.69999 8.26713 8.26789 9.70001 6.5004 9.70003L2.99999 9.70005C2.33725 9.70005 1.79999 9.16279 1.79999 8.50005C1.79999 7.83731 2.33725 7.30005 2.99999 7.30005Z",
|
|
49
49
|
fill: "currentColor"
|
|
50
50
|
}
|
|
51
51
|
),
|
|
@@ -54,7 +54,7 @@ var Icon = ({
|
|
|
54
54
|
{
|
|
55
55
|
fillRule: "evenodd",
|
|
56
56
|
clipRule: "evenodd",
|
|
57
|
-
d: "M22.2 8.50005C22.2 9.16279 21.
|
|
57
|
+
d: "M22.2 8.50005C22.2 9.16279 21.6627 9.70005 21 9.70005L17.5 9.70005C15.7329 9.70005 14.3 8.26783 14.3 6.50031L14.3 3.00005C14.3 2.33731 14.8372 1.80005 15.5 1.80005C16.1627 1.80005 16.7 2.33731 16.7 3.00005L16.7 6.50031C16.7 6.94193 17.058 7.30005 17.5 7.30005L21 7.30005C21.6627 7.30005 22.2 7.83731 22.2 8.50005Z",
|
|
58
58
|
fill: "currentColor"
|
|
59
59
|
}
|
|
60
60
|
),
|
|
@@ -63,7 +63,7 @@ var Icon = ({
|
|
|
63
63
|
{
|
|
64
64
|
fillRule: "evenodd",
|
|
65
65
|
clipRule: "evenodd",
|
|
66
|
-
d: "M8.
|
|
66
|
+
d: "M8.49992 22.2C7.83718 22.2 7.29992 21.6628 7.29992 21L7.29994 17.4999C7.29994 17.0582 6.94192 16.7 6.49987 16.7L2.99999 16.7C2.33725 16.7 1.79999 16.1628 1.79999 15.5C1.79999 14.8373 2.33725 14.3 2.99999 14.3L6.49987 14.3C8.26705 14.3 9.69996 15.7324 9.69994 17.4999L9.69992 21C9.69992 21.6628 9.16267 22.2 8.49992 22.2Z",
|
|
67
67
|
fill: "currentColor"
|
|
68
68
|
}
|
|
69
69
|
),
|
|
@@ -72,7 +72,7 @@ var Icon = ({
|
|
|
72
72
|
{
|
|
73
73
|
fillRule: "evenodd",
|
|
74
74
|
clipRule: "evenodd",
|
|
75
|
-
d: "M15.5 22.2001C14.
|
|
75
|
+
d: "M15.5 22.2001C14.8372 22.2001 14.3 21.6628 14.3 21L14.3 17.4998C14.3 15.7323 15.7329 14.3001 17.5 14.3001L21 14.3C21.6627 14.3 22.2 14.8373 22.2 15.5C22.2 16.1628 21.6627 16.7 21 16.7L17.5 16.7001C17.058 16.7001 16.7 17.0582 16.7 17.4998L16.7 21C16.7 21.6628 16.1627 22.2001 15.5 22.2001Z",
|
|
76
76
|
fill: "currentColor"
|
|
77
77
|
}
|
|
78
78
|
)
|
|
@@ -21,7 +21,7 @@ var Icon = ({
|
|
|
21
21
|
{
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "
|
|
24
|
+
d: "M2.99999 7.30005L6.50037 7.30003C6.94192 7.30003 7.29999 6.94212 7.29999 6.50011L7.29999 3.00005C7.29999 2.33731 7.83725 1.80005 8.49999 1.80005C9.16273 1.80005 9.69999 2.33731 9.69999 3.00005L9.69999 6.50011C9.69999 8.26713 8.26789 9.70001 6.5004 9.70003L2.99999 9.70005C2.33725 9.70005 1.79999 9.16279 1.79999 8.50005C1.79999 7.83731 2.33725 7.30005 2.99999 7.30005Z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}
|
|
27
27
|
),
|
|
@@ -30,7 +30,7 @@ var Icon = ({
|
|
|
30
30
|
{
|
|
31
31
|
fillRule: "evenodd",
|
|
32
32
|
clipRule: "evenodd",
|
|
33
|
-
d: "M22.2 8.50005C22.2 9.16279 21.
|
|
33
|
+
d: "M22.2 8.50005C22.2 9.16279 21.6627 9.70005 21 9.70005L17.5 9.70005C15.7329 9.70005 14.3 8.26783 14.3 6.50031L14.3 3.00005C14.3 2.33731 14.8372 1.80005 15.5 1.80005C16.1627 1.80005 16.7 2.33731 16.7 3.00005L16.7 6.50031C16.7 6.94193 17.058 7.30005 17.5 7.30005L21 7.30005C21.6627 7.30005 22.2 7.83731 22.2 8.50005Z",
|
|
34
34
|
fill: "currentColor"
|
|
35
35
|
}
|
|
36
36
|
),
|
|
@@ -39,7 +39,7 @@ var Icon = ({
|
|
|
39
39
|
{
|
|
40
40
|
fillRule: "evenodd",
|
|
41
41
|
clipRule: "evenodd",
|
|
42
|
-
d: "M8.
|
|
42
|
+
d: "M8.49992 22.2C7.83718 22.2 7.29992 21.6628 7.29992 21L7.29994 17.4999C7.29994 17.0582 6.94192 16.7 6.49987 16.7L2.99999 16.7C2.33725 16.7 1.79999 16.1628 1.79999 15.5C1.79999 14.8373 2.33725 14.3 2.99999 14.3L6.49987 14.3C8.26705 14.3 9.69996 15.7324 9.69994 17.4999L9.69992 21C9.69992 21.6628 9.16267 22.2 8.49992 22.2Z",
|
|
43
43
|
fill: "currentColor"
|
|
44
44
|
}
|
|
45
45
|
),
|
|
@@ -48,7 +48,7 @@ var Icon = ({
|
|
|
48
48
|
{
|
|
49
49
|
fillRule: "evenodd",
|
|
50
50
|
clipRule: "evenodd",
|
|
51
|
-
d: "M15.5 22.2001C14.
|
|
51
|
+
d: "M15.5 22.2001C14.8372 22.2001 14.3 21.6628 14.3 21L14.3 17.4998C14.3 15.7323 15.7329 14.3001 17.5 14.3001L21 14.3C21.6627 14.3 22.2 14.8373 22.2 15.5C22.2 16.1628 21.6627 16.7 21 16.7L17.5 16.7001C17.058 16.7001 16.7 17.0582 16.7 17.4998L16.7 21C16.7 21.6628 16.1627 22.2001 15.5 22.2001Z",
|
|
52
52
|
fill: "currentColor"
|
|
53
53
|
}
|
|
54
54
|
)
|
|
@@ -45,7 +45,7 @@ var Icon = ({
|
|
|
45
45
|
{
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
d: "M3.
|
|
48
|
+
d: "M3.28132 10.8H5.00005C5.66279 10.8 6.20005 11.3372 6.20005 12C6.20005 12.6627 5.66279 13.2 5.00005 13.2H3.28132C3.81365 17.0979 6.9021 20.1864 10.8 20.7187V19C10.8 18.3372 11.3373 17.8 12 17.8C12.6628 17.8 13.2 18.3372 13.2 19V22C13.2 22.6627 12.6628 23.2 12 23.2C5.81731 23.2 0.800049 18.1827 0.800049 12C0.800049 5.81725 5.81731 0.799988 12 0.799988C18.1828 0.799988 23.2001 5.81725 23.2001 12C23.2001 12.6627 22.6628 13.2 22 13.2C21.3373 13.2 20.8 12.6627 20.8 12C20.8 7.54974 17.4904 3.86718 13.2 3.28126V4.99999C13.2 5.66273 12.6628 6.19999 12 6.19999C11.3373 6.19999 10.8 5.66273 10.8 4.99999V3.28126C6.9021 3.81359 3.81365 6.90204 3.28132 10.8Z",
|
|
49
49
|
fill: "currentColor"
|
|
50
50
|
}
|
|
51
51
|
),
|
|
@@ -54,7 +54,7 @@ var Icon = ({
|
|
|
54
54
|
{
|
|
55
55
|
fillRule: "evenodd",
|
|
56
56
|
clipRule: "evenodd",
|
|
57
|
-
d: "M9.
|
|
57
|
+
d: "M9.90044 12.0004C9.90044 10.8409 10.8409 9.90038 12.0004 9.90038C13.16 9.90038 14.1004 10.8409 14.1004 12.0004C14.1004 13.1599 13.16 14.1004 12.0004 14.1004C10.8409 14.1004 9.90044 13.1599 9.90044 12.0004Z",
|
|
58
58
|
fill: "currentColor"
|
|
59
59
|
}
|
|
60
60
|
),
|
|
@@ -63,7 +63,7 @@ var Icon = ({
|
|
|
63
63
|
{
|
|
64
64
|
fillRule: "evenodd",
|
|
65
65
|
clipRule: "evenodd",
|
|
66
|
-
d: "M18.0637 16.1C17.3663 16.1 17.1 16.5257 17.1 16.8077C17.1 17.4152 16.
|
|
66
|
+
d: "M18.0637 16.1C17.3663 16.1 17.1 16.5257 17.1 16.8077C17.1 17.4152 16.6076 17.9077 16 17.9077C15.3925 17.9077 14.9 17.4152 14.9 16.8077C14.9 15.0384 16.4427 13.9 18.0637 13.9C19.6986 13.9 21.1 15.0249 21.1 16.641C21.1 17.15 20.9743 17.6714 20.6472 18.1583C20.3298 18.6307 19.8695 19.0012 19.3115 19.3018L19.3063 19.3046C19.1616 19.3815 19.0653 19.4408 19.0004 19.4873C18.9838 19.4992 18.9705 19.5094 18.9598 19.518C18.9502 20.1172 18.4614 20.6 17.8599 20.6C17.2524 20.6 16.7599 20.1075 16.7599 19.5C16.7599 19.0296 16.8844 18.5684 17.2202 18.1578C17.5116 17.8014 17.9052 17.558 18.2706 17.3636C18.6153 17.1776 18.7596 17.0229 18.8211 16.9314C18.873 16.8542 18.9 16.773 18.9 16.641C18.9 16.5336 18.8561 16.4172 18.7383 16.3131C18.6196 16.2082 18.4022 16.1 18.0637 16.1Z",
|
|
67
67
|
fill: "currentColor"
|
|
68
68
|
}
|
|
69
69
|
),
|
|
@@ -72,7 +72,7 @@ var Icon = ({
|
|
|
72
72
|
{
|
|
73
73
|
fillRule: "evenodd",
|
|
74
74
|
clipRule: "evenodd",
|
|
75
|
-
d: "M16.75 22.4C16.75 21.7688 17.2688 21.25 17.9 21.25C18.
|
|
75
|
+
d: "M16.75 22.4C16.75 21.7688 17.2688 21.25 17.9 21.25C18.5313 21.25 19.05 21.7688 19.05 22.4C19.05 23.0312 18.5313 23.55 17.9 23.55C17.2688 23.55 16.75 23.0312 16.75 22.4Z",
|
|
76
76
|
fill: "currentColor"
|
|
77
77
|
}
|
|
78
78
|
)
|
|
@@ -21,7 +21,7 @@ var Icon = ({
|
|
|
21
21
|
{
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "M3.
|
|
24
|
+
d: "M3.28132 10.8H5.00005C5.66279 10.8 6.20005 11.3372 6.20005 12C6.20005 12.6627 5.66279 13.2 5.00005 13.2H3.28132C3.81365 17.0979 6.9021 20.1864 10.8 20.7187V19C10.8 18.3372 11.3373 17.8 12 17.8C12.6628 17.8 13.2 18.3372 13.2 19V22C13.2 22.6627 12.6628 23.2 12 23.2C5.81731 23.2 0.800049 18.1827 0.800049 12C0.800049 5.81725 5.81731 0.799988 12 0.799988C18.1828 0.799988 23.2001 5.81725 23.2001 12C23.2001 12.6627 22.6628 13.2 22 13.2C21.3373 13.2 20.8 12.6627 20.8 12C20.8 7.54974 17.4904 3.86718 13.2 3.28126V4.99999C13.2 5.66273 12.6628 6.19999 12 6.19999C11.3373 6.19999 10.8 5.66273 10.8 4.99999V3.28126C6.9021 3.81359 3.81365 6.90204 3.28132 10.8Z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}
|
|
27
27
|
),
|
|
@@ -30,7 +30,7 @@ var Icon = ({
|
|
|
30
30
|
{
|
|
31
31
|
fillRule: "evenodd",
|
|
32
32
|
clipRule: "evenodd",
|
|
33
|
-
d: "M9.
|
|
33
|
+
d: "M9.90044 12.0004C9.90044 10.8409 10.8409 9.90038 12.0004 9.90038C13.16 9.90038 14.1004 10.8409 14.1004 12.0004C14.1004 13.1599 13.16 14.1004 12.0004 14.1004C10.8409 14.1004 9.90044 13.1599 9.90044 12.0004Z",
|
|
34
34
|
fill: "currentColor"
|
|
35
35
|
}
|
|
36
36
|
),
|
|
@@ -39,7 +39,7 @@ var Icon = ({
|
|
|
39
39
|
{
|
|
40
40
|
fillRule: "evenodd",
|
|
41
41
|
clipRule: "evenodd",
|
|
42
|
-
d: "M18.0637 16.1C17.3663 16.1 17.1 16.5257 17.1 16.8077C17.1 17.4152 16.
|
|
42
|
+
d: "M18.0637 16.1C17.3663 16.1 17.1 16.5257 17.1 16.8077C17.1 17.4152 16.6076 17.9077 16 17.9077C15.3925 17.9077 14.9 17.4152 14.9 16.8077C14.9 15.0384 16.4427 13.9 18.0637 13.9C19.6986 13.9 21.1 15.0249 21.1 16.641C21.1 17.15 20.9743 17.6714 20.6472 18.1583C20.3298 18.6307 19.8695 19.0012 19.3115 19.3018L19.3063 19.3046C19.1616 19.3815 19.0653 19.4408 19.0004 19.4873C18.9838 19.4992 18.9705 19.5094 18.9598 19.518C18.9502 20.1172 18.4614 20.6 17.8599 20.6C17.2524 20.6 16.7599 20.1075 16.7599 19.5C16.7599 19.0296 16.8844 18.5684 17.2202 18.1578C17.5116 17.8014 17.9052 17.558 18.2706 17.3636C18.6153 17.1776 18.7596 17.0229 18.8211 16.9314C18.873 16.8542 18.9 16.773 18.9 16.641C18.9 16.5336 18.8561 16.4172 18.7383 16.3131C18.6196 16.2082 18.4022 16.1 18.0637 16.1Z",
|
|
43
43
|
fill: "currentColor"
|
|
44
44
|
}
|
|
45
45
|
),
|
|
@@ -48,7 +48,7 @@ var Icon = ({
|
|
|
48
48
|
{
|
|
49
49
|
fillRule: "evenodd",
|
|
50
50
|
clipRule: "evenodd",
|
|
51
|
-
d: "M16.75 22.4C16.75 21.7688 17.2688 21.25 17.9 21.25C18.
|
|
51
|
+
d: "M16.75 22.4C16.75 21.7688 17.2688 21.25 17.9 21.25C18.5313 21.25 19.05 21.7688 19.05 22.4C19.05 23.0312 18.5313 23.55 17.9 23.55C17.2688 23.55 16.75 23.0312 16.75 22.4Z",
|
|
52
52
|
fill: "currentColor"
|
|
53
53
|
}
|
|
54
54
|
)
|
package/lib/IconDiamondFill.cjs
CHANGED
|
@@ -43,28 +43,28 @@ var Icon = ({
|
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
44
|
"path",
|
|
45
45
|
{
|
|
46
|
-
d: "M23.3988 11.5215C23.3304 11.6309 23.
|
|
46
|
+
d: "M23.3988 11.5215C23.3304 11.6309 23.2518 11.7358 23.1596 11.832L13.3881 22.0274C12.635 22.8132 11.3795 22.8132 10.6264 22.0274L0.854889 11.832C0.762589 11.7357 0.683136 11.6311 0.614655 11.5215H23.3988Z",
|
|
47
47
|
fill: "currentColor"
|
|
48
48
|
}
|
|
49
49
|
),
|
|
50
50
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
51
|
"path",
|
|
52
52
|
{
|
|
53
|
-
d: "M18.
|
|
53
|
+
d: "M18.6723 2.74903C18.833 2.8954 18.979 3.06014 19.1049 3.24318L23.3539 9.42482C23.3756 9.45634 23.3949 9.4891 23.4145 9.5215H13.9281L18.6723 2.74903Z",
|
|
54
54
|
fill: "currentColor"
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
57
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
58
|
"path",
|
|
59
59
|
{
|
|
60
|
-
d: "M10.0863 9.5215H0.
|
|
60
|
+
d: "M10.0863 9.5215H0.600006C0.619562 9.48911 0.638885 9.45633 0.660553 9.42482L4.90958 3.24318C5.03529 3.06034 5.1807 2.89529 5.34122 2.74903L10.0863 9.5215Z",
|
|
61
61
|
fill: "currentColor"
|
|
62
62
|
}
|
|
63
63
|
),
|
|
64
64
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
65
65
|
"path",
|
|
66
66
|
{
|
|
67
|
-
d: "M16.7543 2.00001L12.0072 8.77735L7.
|
|
67
|
+
d: "M16.7543 2.00001L12.0072 8.77735L7.25919 2.00001C7.26408 2.00001 16.7494 1.99999 16.7543 2.00001Z",
|
|
68
68
|
fill: "currentColor"
|
|
69
69
|
}
|
|
70
70
|
)
|
package/lib/IconDiamondFill.js
CHANGED
|
@@ -19,28 +19,28 @@ var Icon = ({
|
|
|
19
19
|
/* @__PURE__ */ jsx(
|
|
20
20
|
"path",
|
|
21
21
|
{
|
|
22
|
-
d: "M23.3988 11.5215C23.3304 11.6309 23.
|
|
22
|
+
d: "M23.3988 11.5215C23.3304 11.6309 23.2518 11.7358 23.1596 11.832L13.3881 22.0274C12.635 22.8132 11.3795 22.8132 10.6264 22.0274L0.854889 11.832C0.762589 11.7357 0.683136 11.6311 0.614655 11.5215H23.3988Z",
|
|
23
23
|
fill: "currentColor"
|
|
24
24
|
}
|
|
25
25
|
),
|
|
26
26
|
/* @__PURE__ */ jsx(
|
|
27
27
|
"path",
|
|
28
28
|
{
|
|
29
|
-
d: "M18.
|
|
29
|
+
d: "M18.6723 2.74903C18.833 2.8954 18.979 3.06014 19.1049 3.24318L23.3539 9.42482C23.3756 9.45634 23.3949 9.4891 23.4145 9.5215H13.9281L18.6723 2.74903Z",
|
|
30
30
|
fill: "currentColor"
|
|
31
31
|
}
|
|
32
32
|
),
|
|
33
33
|
/* @__PURE__ */ jsx(
|
|
34
34
|
"path",
|
|
35
35
|
{
|
|
36
|
-
d: "M10.0863 9.5215H0.
|
|
36
|
+
d: "M10.0863 9.5215H0.600006C0.619562 9.48911 0.638885 9.45633 0.660553 9.42482L4.90958 3.24318C5.03529 3.06034 5.1807 2.89529 5.34122 2.74903L10.0863 9.5215Z",
|
|
37
37
|
fill: "currentColor"
|
|
38
38
|
}
|
|
39
39
|
),
|
|
40
40
|
/* @__PURE__ */ jsx(
|
|
41
41
|
"path",
|
|
42
42
|
{
|
|
43
|
-
d: "M16.7543 2.00001L12.0072 8.77735L7.
|
|
43
|
+
d: "M16.7543 2.00001L12.0072 8.77735L7.25919 2.00001C7.26408 2.00001 16.7494 1.99999 16.7543 2.00001Z",
|
|
44
44
|
fill: "currentColor"
|
|
45
45
|
}
|
|
46
46
|
)
|
package/lib/IconDiamondLine.cjs
CHANGED
|
@@ -44,7 +44,7 @@ var Icon = ({
|
|
|
44
44
|
{
|
|
45
45
|
fillRule: "evenodd",
|
|
46
46
|
clipRule: "evenodd",
|
|
47
|
-
d: "M16.716 2C17.6609 2.00001 18.5459 2.46455 19.
|
|
47
|
+
d: "M16.716 2C17.6609 2.00001 18.5459 2.46455 19.0812 3.24316L23.3302 9.4248C23.8439 10.172 23.7631 11.1773 23.1359 11.832L13.3644 22.0273C12.6113 22.8132 11.3558 22.8132 10.6027 22.0273L0.831209 11.832C0.203994 11.1773 0.123175 10.172 0.636873 9.4248L4.8859 3.24316C5.42124 2.46455 6.30623 2 7.25113 2H16.716ZM11.9836 20.7041L20.7834 11.5215H3.18375L11.9836 20.7041ZM13.9572 9.52148H21.0753L17.631 4.51074L13.9572 9.52148ZM2.89176 9.52148H10.0099L6.33511 4.51074L2.89176 9.52148ZM11.9836 8.8291L15.59 3.91211H8.37711L11.9836 8.8291Z",
|
|
48
48
|
fill: "currentColor"
|
|
49
49
|
}
|
|
50
50
|
) })
|
package/lib/IconDiamondLine.js
CHANGED
|
@@ -20,7 +20,7 @@ var Icon = ({
|
|
|
20
20
|
{
|
|
21
21
|
fillRule: "evenodd",
|
|
22
22
|
clipRule: "evenodd",
|
|
23
|
-
d: "M16.716 2C17.6609 2.00001 18.5459 2.46455 19.
|
|
23
|
+
d: "M16.716 2C17.6609 2.00001 18.5459 2.46455 19.0812 3.24316L23.3302 9.4248C23.8439 10.172 23.7631 11.1773 23.1359 11.832L13.3644 22.0273C12.6113 22.8132 11.3558 22.8132 10.6027 22.0273L0.831209 11.832C0.203994 11.1773 0.123175 10.172 0.636873 9.4248L4.8859 3.24316C5.42124 2.46455 6.30623 2 7.25113 2H16.716ZM11.9836 20.7041L20.7834 11.5215H3.18375L11.9836 20.7041ZM13.9572 9.52148H21.0753L17.631 4.51074L13.9572 9.52148ZM2.89176 9.52148H10.0099L6.33511 4.51074L2.89176 9.52148ZM11.9836 8.8291L15.59 3.91211H8.37711L11.9836 8.8291Z",
|
|
24
24
|
fill: "currentColor"
|
|
25
25
|
}
|
|
26
26
|
) })
|
package/lib/IconDollarFill.cjs
CHANGED
|
@@ -44,7 +44,7 @@ var Icon = ({
|
|
|
44
44
|
{
|
|
45
45
|
fillRule: "evenodd",
|
|
46
46
|
clipRule: "evenodd",
|
|
47
|
-
d: "M12.
|
|
47
|
+
d: "M12.5001 0.800049C13.1628 0.800049 13.7001 1.33731 13.7001 2.00005V3.81755H14.1667C15.2231 3.81755 16.3339 4.13111 17.2069 4.82772C18.1105 5.5488 18.7 6.63898 18.7 8.01005C18.7 8.67279 18.1628 9.21005 17.5 9.21005C16.8373 9.21005 16.3 8.67279 16.3 8.01005C16.3 7.38612 16.0563 6.98005 15.7099 6.70363C15.3328 6.40274 14.777 6.21755 14.1667 6.21755H10.8334C10.5882 6.21755 10.0123 6.34387 9.51951 6.71978C9.08158 7.05383 8.70005 7.58598 8.70005 8.5088C8.70005 9.29236 9.41417 10.8 11.3889 10.8H13.6112C16.3711 10.8 18.7 12.7151 18.7 15.4913C18.7 18.1263 16.7408 20.1825 14.0556 20.1825H13.7001V22C13.7001 22.6628 13.1628 23.2001 12.5001 23.2001C11.8373 23.2001 11.3001 22.6628 11.3001 22V20.1825H10.9445C9.8408 20.1825 8.7142 19.7919 7.84636 19.0956C6.96548 18.3889 6.30005 17.3177 6.30005 15.99C6.30005 15.3273 6.83731 14.79 7.50005 14.79C8.16279 14.79 8.70005 15.3273 8.70005 15.99C8.70005 16.4579 8.92351 16.8829 9.34819 17.2236C9.78589 17.5747 10.3815 17.7825 10.9445 17.7825H14.0556C15.3704 17.7825 16.3 16.8463 16.3 15.4913C16.3 14.2775 15.2957 13.2 13.6112 13.2H11.3889C7.80815 13.2 6.30005 10.3187 6.30005 8.5088C6.30005 6.77162 7.08519 5.55814 8.06393 4.81157C8.98779 4.10685 10.0786 3.81755 10.8334 3.81755H11.3001V2.00005C11.3001 1.33731 11.8373 0.800049 12.5001 0.800049Z",
|
|
48
48
|
fill: "currentColor"
|
|
49
49
|
}
|
|
50
50
|
) })
|
package/lib/IconDollarFill.js
CHANGED
|
@@ -20,7 +20,7 @@ var Icon = ({
|
|
|
20
20
|
{
|
|
21
21
|
fillRule: "evenodd",
|
|
22
22
|
clipRule: "evenodd",
|
|
23
|
-
d: "M12.
|
|
23
|
+
d: "M12.5001 0.800049C13.1628 0.800049 13.7001 1.33731 13.7001 2.00005V3.81755H14.1667C15.2231 3.81755 16.3339 4.13111 17.2069 4.82772C18.1105 5.5488 18.7 6.63898 18.7 8.01005C18.7 8.67279 18.1628 9.21005 17.5 9.21005C16.8373 9.21005 16.3 8.67279 16.3 8.01005C16.3 7.38612 16.0563 6.98005 15.7099 6.70363C15.3328 6.40274 14.777 6.21755 14.1667 6.21755H10.8334C10.5882 6.21755 10.0123 6.34387 9.51951 6.71978C9.08158 7.05383 8.70005 7.58598 8.70005 8.5088C8.70005 9.29236 9.41417 10.8 11.3889 10.8H13.6112C16.3711 10.8 18.7 12.7151 18.7 15.4913C18.7 18.1263 16.7408 20.1825 14.0556 20.1825H13.7001V22C13.7001 22.6628 13.1628 23.2001 12.5001 23.2001C11.8373 23.2001 11.3001 22.6628 11.3001 22V20.1825H10.9445C9.8408 20.1825 8.7142 19.7919 7.84636 19.0956C6.96548 18.3889 6.30005 17.3177 6.30005 15.99C6.30005 15.3273 6.83731 14.79 7.50005 14.79C8.16279 14.79 8.70005 15.3273 8.70005 15.99C8.70005 16.4579 8.92351 16.8829 9.34819 17.2236C9.78589 17.5747 10.3815 17.7825 10.9445 17.7825H14.0556C15.3704 17.7825 16.3 16.8463 16.3 15.4913C16.3 14.2775 15.2957 13.2 13.6112 13.2H11.3889C7.80815 13.2 6.30005 10.3187 6.30005 8.5088C6.30005 6.77162 7.08519 5.55814 8.06393 4.81157C8.98779 4.10685 10.0786 3.81755 10.8334 3.81755H11.3001V2.00005C11.3001 1.33731 11.8373 0.800049 12.5001 0.800049Z",
|
|
24
24
|
fill: "currentColor"
|
|
25
25
|
}
|
|
26
26
|
) })
|
package/lib/IconFireworkFill.cjs
CHANGED
|
@@ -45,42 +45,42 @@ var Icon = ({
|
|
|
45
45
|
{
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
d: "M7.
|
|
48
|
+
d: "M7.37503 7.99992C7.96732 7.99629 8.59385 8.15138 9.20316 8.39543C10.4254 8.885 11.7674 9.80829 12.9795 11.0204C14.1916 12.2326 15.1149 13.5746 15.6045 14.7968C15.8486 15.406 16.0036 16.0327 16 16.6249C15.9964 17.2233 15.8261 17.8574 15.3418 18.3417C15.0976 18.5859 14.8152 18.75 14.5186 18.8534C14.4397 18.9014 14.3542 18.9398 14.2627 18.9648L3.26273 21.9648C2.91663 22.059 2.54665 21.9606 2.293 21.707C2.03942 21.4533 1.94097 21.0833 2.03519 20.7372L5.03519 9.73722L5.07816 9.61125C5.09724 9.56598 5.12031 9.52289 5.14554 9.48137C5.24894 9.18473 5.41396 8.90239 5.65823 8.65812C6.14257 8.17387 6.77662 8.00359 7.37503 7.99992Z",
|
|
49
49
|
fill: "currentColor"
|
|
50
50
|
}
|
|
51
51
|
),
|
|
52
52
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
53
|
"path",
|
|
54
54
|
{
|
|
55
|
-
d: "M18.1797 11.7773C20.773 11.8894 22.
|
|
55
|
+
d: "M18.1797 11.7773C20.773 11.8894 22.7841 14.0834 22.6719 16.6767C22.6432 17.3386 22.0838 17.8525 21.4219 17.8241C20.7599 17.7955 20.246 17.2352 20.2744 16.5732C20.3293 15.3042 19.3451 14.2307 18.0762 14.1757C17.4141 14.1471 16.9001 13.5868 16.9287 12.9247C16.9575 12.2627 17.5177 11.7486 18.1797 11.7773Z",
|
|
56
56
|
fill: "currentColor"
|
|
57
57
|
}
|
|
58
58
|
),
|
|
59
59
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
60
60
|
"path",
|
|
61
61
|
{
|
|
62
|
-
d: "M21.6328 8.60637C22.2377 8.66788 22.
|
|
62
|
+
d: "M21.6328 8.60637C22.2377 8.66788 22.7098 9.17864 22.71 9.79972C22.71 10.421 22.2378 10.9315 21.6328 10.9931L21.5098 10.9999H21.5C20.8373 10.9999 20.2998 10.4625 20.2998 9.79972C20.3001 9.13717 20.8374 8.59953 21.5 8.59953H21.5098L21.6328 8.60637Z",
|
|
63
63
|
fill: "currentColor"
|
|
64
64
|
}
|
|
65
65
|
),
|
|
66
66
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
67
67
|
"path",
|
|
68
68
|
{
|
|
69
|
-
d: "M20.
|
|
69
|
+
d: "M20.1973 3.10832C20.6898 2.66515 21.4483 2.70485 21.8916 3.19719C22.3349 3.68971 22.2951 4.44814 21.8028 4.89152L16.8028 9.39152C16.3102 9.83482 15.5518 9.79511 15.1084 9.30265C14.6652 8.81009 14.7049 8.05166 15.1973 7.60832L20.1973 3.10832Z",
|
|
70
70
|
fill: "currentColor"
|
|
71
71
|
}
|
|
72
72
|
),
|
|
73
73
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
74
74
|
"path",
|
|
75
75
|
{
|
|
76
|
-
d: "M7.
|
|
76
|
+
d: "M7.74612 1.68937C7.91765 1.04921 8.57667 0.66921 9.21683 0.84074C11.7239 1.51268 13.2119 4.09038 12.5401 6.59758C12.3684 7.23747 11.7103 7.61754 11.0703 7.44621C10.4302 7.27468 10.0502 6.61566 10.2217 5.97551C10.5501 4.74882 9.82231 3.48798 8.59573 3.1591C7.95561 2.98758 7.57467 2.3295 7.74612 1.68937Z",
|
|
77
77
|
fill: "currentColor"
|
|
78
78
|
}
|
|
79
79
|
),
|
|
80
80
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
81
81
|
"path",
|
|
82
82
|
{
|
|
83
|
-
d: "M15.1328 1.80656C15.7378 1.86808 16.
|
|
83
|
+
d: "M15.1328 1.80656C15.7378 1.86808 16.2099 2.37873 16.21 2.99992C16.21 3.62117 15.7379 4.13174 15.1328 4.19328L15.0098 4.20011H15C14.3373 4.20011 13.7998 3.66266 13.7998 2.99992C13.7999 2.33725 14.3373 1.79972 15 1.79972H15.0098L15.1328 1.80656Z",
|
|
84
84
|
fill: "currentColor"
|
|
85
85
|
}
|
|
86
86
|
)
|
package/lib/IconFireworkFill.js
CHANGED
|
@@ -21,42 +21,42 @@ var Icon = ({
|
|
|
21
21
|
{
|
|
22
22
|
fillRule: "evenodd",
|
|
23
23
|
clipRule: "evenodd",
|
|
24
|
-
d: "M7.
|
|
24
|
+
d: "M7.37503 7.99992C7.96732 7.99629 8.59385 8.15138 9.20316 8.39543C10.4254 8.885 11.7674 9.80829 12.9795 11.0204C14.1916 12.2326 15.1149 13.5746 15.6045 14.7968C15.8486 15.406 16.0036 16.0327 16 16.6249C15.9964 17.2233 15.8261 17.8574 15.3418 18.3417C15.0976 18.5859 14.8152 18.75 14.5186 18.8534C14.4397 18.9014 14.3542 18.9398 14.2627 18.9648L3.26273 21.9648C2.91663 22.059 2.54665 21.9606 2.293 21.707C2.03942 21.4533 1.94097 21.0833 2.03519 20.7372L5.03519 9.73722L5.07816 9.61125C5.09724 9.56598 5.12031 9.52289 5.14554 9.48137C5.24894 9.18473 5.41396 8.90239 5.65823 8.65812C6.14257 8.17387 6.77662 8.00359 7.37503 7.99992Z",
|
|
25
25
|
fill: "currentColor"
|
|
26
26
|
}
|
|
27
27
|
),
|
|
28
28
|
/* @__PURE__ */ jsx(
|
|
29
29
|
"path",
|
|
30
30
|
{
|
|
31
|
-
d: "M18.1797 11.7773C20.773 11.8894 22.
|
|
31
|
+
d: "M18.1797 11.7773C20.773 11.8894 22.7841 14.0834 22.6719 16.6767C22.6432 17.3386 22.0838 17.8525 21.4219 17.8241C20.7599 17.7955 20.246 17.2352 20.2744 16.5732C20.3293 15.3042 19.3451 14.2307 18.0762 14.1757C17.4141 14.1471 16.9001 13.5868 16.9287 12.9247C16.9575 12.2627 17.5177 11.7486 18.1797 11.7773Z",
|
|
32
32
|
fill: "currentColor"
|
|
33
33
|
}
|
|
34
34
|
),
|
|
35
35
|
/* @__PURE__ */ jsx(
|
|
36
36
|
"path",
|
|
37
37
|
{
|
|
38
|
-
d: "M21.6328 8.60637C22.2377 8.66788 22.
|
|
38
|
+
d: "M21.6328 8.60637C22.2377 8.66788 22.7098 9.17864 22.71 9.79972C22.71 10.421 22.2378 10.9315 21.6328 10.9931L21.5098 10.9999H21.5C20.8373 10.9999 20.2998 10.4625 20.2998 9.79972C20.3001 9.13717 20.8374 8.59953 21.5 8.59953H21.5098L21.6328 8.60637Z",
|
|
39
39
|
fill: "currentColor"
|
|
40
40
|
}
|
|
41
41
|
),
|
|
42
42
|
/* @__PURE__ */ jsx(
|
|
43
43
|
"path",
|
|
44
44
|
{
|
|
45
|
-
d: "M20.
|
|
45
|
+
d: "M20.1973 3.10832C20.6898 2.66515 21.4483 2.70485 21.8916 3.19719C22.3349 3.68971 22.2951 4.44814 21.8028 4.89152L16.8028 9.39152C16.3102 9.83482 15.5518 9.79511 15.1084 9.30265C14.6652 8.81009 14.7049 8.05166 15.1973 7.60832L20.1973 3.10832Z",
|
|
46
46
|
fill: "currentColor"
|
|
47
47
|
}
|
|
48
48
|
),
|
|
49
49
|
/* @__PURE__ */ jsx(
|
|
50
50
|
"path",
|
|
51
51
|
{
|
|
52
|
-
d: "M7.
|
|
52
|
+
d: "M7.74612 1.68937C7.91765 1.04921 8.57667 0.66921 9.21683 0.84074C11.7239 1.51268 13.2119 4.09038 12.5401 6.59758C12.3684 7.23747 11.7103 7.61754 11.0703 7.44621C10.4302 7.27468 10.0502 6.61566 10.2217 5.97551C10.5501 4.74882 9.82231 3.48798 8.59573 3.1591C7.95561 2.98758 7.57467 2.3295 7.74612 1.68937Z",
|
|
53
53
|
fill: "currentColor"
|
|
54
54
|
}
|
|
55
55
|
),
|
|
56
56
|
/* @__PURE__ */ jsx(
|
|
57
57
|
"path",
|
|
58
58
|
{
|
|
59
|
-
d: "M15.1328 1.80656C15.7378 1.86808 16.
|
|
59
|
+
d: "M15.1328 1.80656C15.7378 1.86808 16.2099 2.37873 16.21 2.99992C16.21 3.62117 15.7379 4.13174 15.1328 4.19328L15.0098 4.20011H15C14.3373 4.20011 13.7998 3.66266 13.7998 2.99992C13.7999 2.33725 14.3373 1.79972 15 1.79972H15.0098L15.1328 1.80656Z",
|
|
60
60
|
fill: "currentColor"
|
|
61
61
|
}
|
|
62
62
|
)
|