@elementor/icons 1.57.0 → 1.58.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/AlertCircleFilled/index.d.ts +4 -0
- package/AlertCircleFilled/index.js +16 -0
- package/AlertCircleIcon/index.js +2 -2
- package/AlertOctagon/index.d.ts +4 -0
- package/AlertOctagon/index.js +16 -0
- package/AlertOctagonFilledIcon/index.js +1 -1
- package/AlertTriangleFilledIcon/index.js +1 -1
- package/AlertTriangleIcon/index.js +2 -2
- package/HelpFilled/index.d.ts +4 -0
- package/HelpFilled/index.js +16 -0
- package/HelpIcon/index.js +2 -2
- package/InfoCircleFilledIcon/index.js +1 -1
- package/InfoCircleIcon/index.js +2 -2
- package/cjs/AlertCircleFilled/index.d.ts +4 -0
- package/cjs/AlertCircleFilled/index.js +41 -0
- package/cjs/AlertCircleIcon/index.js +2 -2
- package/cjs/AlertOctagon/index.d.ts +4 -0
- package/cjs/AlertOctagon/index.js +41 -0
- package/cjs/AlertOctagonFilledIcon/index.js +1 -1
- package/cjs/AlertTriangleFilledIcon/index.js +1 -1
- package/cjs/AlertTriangleIcon/index.js +2 -2
- package/cjs/HelpFilled/index.d.ts +4 -0
- package/cjs/HelpFilled/index.js +41 -0
- package/cjs/HelpIcon/index.js +2 -2
- package/cjs/InfoCircleFilledIcon/index.js +1 -1
- package/cjs/InfoCircleIcon/index.js +2 -2
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +18 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const AlertCircleFilled = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 14.75C11.1977 14.75 10.75 15.1977 10.75 15.75C10.75 16.3023 11.1977 16.75 11.75 16.75H11.7598L11.8623 16.7451C12.3665 16.6939 12.7598 16.2678 12.7598 15.75C12.7598 15.2322 12.3665 14.8061 11.8623 14.7549L11.7598 14.75H11.75ZM11.75 7C11.3358 7 11 7.33579 11 7.75V12.75C11 13.1642 11.3358 13.5 11.75 13.5C12.1642 13.5 12.5 13.1642 12.5 12.75V7.75C12.5 7.33579 12.1642 7 11.75 7Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var AlertCircleFilled_default = AlertCircleFilled;
|
|
15
|
+
|
|
16
|
+
export { AlertCircleFilled_default as default };
|
package/AlertCircleIcon/index.js
CHANGED
|
@@ -2,12 +2,12 @@ import * as React from 'react';
|
|
|
2
2
|
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
3
|
|
|
4
4
|
const AlertCircleIcon = React.forwardRef((props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11.8623 14.7549C12.3665 14.8061 12.7598 15.2322 12.7598 15.75C12.7598 16.2678 12.3665 16.6939 11.8623 16.7451L11.7598 16.75H11.75C11.1977 16.75 10.75 16.3023 10.75 15.75C10.75 15.1977 11.1977 14.75 11.75 14.75H11.7598L11.8623 14.7549Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11.75 7C12.1642 7 12.5 7.33579 12.5 7.75V12.75C12.5 13.1642 12.1642 13.5 11.75 13.5C11.3358 13.5 11 13.1642 11 12.75V7.75C11 7.33579 11.3358 7 11.75 7Z" }), /* @__PURE__ */ React.createElement(
|
|
6
6
|
"path",
|
|
7
7
|
{
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
clipRule: "evenodd",
|
|
10
|
-
d: "
|
|
10
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 3.5C7.19365 3.5 3.5 7.19365 3.5 11.75C3.5 16.3063 7.19365 20 11.75 20C16.3063 20 20 16.3063 20 11.75C20 7.19365 16.3063 3.5 11.75 3.5Z"
|
|
11
11
|
}
|
|
12
12
|
));
|
|
13
13
|
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const AlertOctagon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11.8623 14.7549C12.3665 14.8061 12.7598 15.2322 12.7598 15.75C12.7598 16.2678 12.3665 16.6939 11.8623 16.7451L11.7598 16.75H11.75C11.1977 16.75 10.75 16.3023 10.75 15.75C10.75 15.1977 11.1977 14.75 11.75 14.75H11.7598L11.8623 14.7549Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11.75 7C12.1642 7 12.5 7.33579 12.5 7.75V12.75C12.5 13.1642 12.1642 13.5 11.75 13.5C11.3358 13.5 11 13.1642 11 12.75V7.75C11 7.33579 11.3358 7 11.75 7Z" }), /* @__PURE__ */ React.createElement(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M15.0498 2C15.2873 2 15.5191 2.04048 15.7422 2.13965C15.962 2.23735 16.136 2.37531 16.2803 2.51953L20.9805 7.21973C21.1247 7.36397 21.2627 7.53802 21.3604 7.75781C21.4595 7.98094 21.5 8.21268 21.5 8.4502V15.0498C21.5 15.2873 21.4595 15.5191 21.3604 15.7422C21.2627 15.962 21.1247 16.136 20.9805 16.2803L16.2803 20.9805C16.136 21.1247 15.962 21.2627 15.7422 21.3604C15.5191 21.4595 15.2873 21.5 15.0498 21.5H8.4502C8.21268 21.5 7.98094 21.4595 7.75781 21.3604C7.53802 21.2627 7.36397 21.1247 7.21973 20.9805L2.51953 16.2803C2.37531 16.136 2.23735 15.962 2.13965 15.7422C2.04048 15.5191 2 15.2873 2 15.0498V8.4502C2 8.21268 2.04048 7.98094 2.13965 7.75781C2.23735 7.53802 2.37531 7.36397 2.51953 7.21973L7.21973 2.51953C7.36397 2.37531 7.53802 2.23735 7.75781 2.13965C7.98094 2.04048 8.21268 2 8.4502 2H15.0498ZM8.36719 3.51074C8.3619 3.5131 8.33567 3.52469 8.28027 3.58008L3.58008 8.28027C3.52469 8.33567 3.5131 8.3619 3.51074 8.36719C3.50991 8.36906 3.5 8.38771 3.5 8.4502V15.0498C3.5 15.1123 3.50991 15.1309 3.51074 15.1328C3.5131 15.1381 3.5247 15.1643 3.58008 15.2197L8.28027 19.9199C8.33567 19.9753 8.3619 19.9869 8.36719 19.9893C8.36906 19.9901 8.38771 20 8.4502 20H15.0498C15.1123 20 15.1309 19.9901 15.1328 19.9893C15.1381 19.9869 15.1643 19.9753 15.2197 19.9199L19.9199 15.2197C19.9753 15.1643 19.9869 15.1381 19.9893 15.1328C19.9901 15.1309 20 15.1123 20 15.0498V8.4502C20 8.38771 19.9901 8.36906 19.9893 8.36719C19.9869 8.3619 19.9753 8.33567 19.9199 8.28027L15.2197 3.58008C15.1643 3.5247 15.1381 3.5131 15.1328 3.51074C15.1309 3.50991 15.1123 3.5 15.0498 3.5H8.4502C8.38771 3.5 8.36906 3.50991 8.36719 3.51074Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var AlertOctagon_default = AlertOctagon;
|
|
15
|
+
|
|
16
|
+
export { AlertOctagon_default as default };
|
|
@@ -7,7 +7,7 @@ const AlertOctagonFilledIcon = React.forwardRef((props, ref) => {
|
|
|
7
7
|
{
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
clipRule: "evenodd",
|
|
10
|
-
d: "
|
|
10
|
+
d: "M15.0498 2C15.2873 2 15.5191 2.04048 15.7422 2.13965C15.962 2.23735 16.136 2.37531 16.2803 2.51953L20.9805 7.21973C21.1247 7.36397 21.2627 7.53802 21.3604 7.75781C21.4595 7.98094 21.5 8.21268 21.5 8.4502V15.0498C21.5 15.2873 21.4595 15.5191 21.3604 15.7422C21.2627 15.962 21.1247 16.136 20.9805 16.2803L16.2803 20.9805C16.136 21.1247 15.962 21.2627 15.7422 21.3604C15.5191 21.4595 15.2873 21.5 15.0498 21.5H8.4502C8.21268 21.5 7.98094 21.4595 7.75781 21.3604C7.53802 21.2627 7.36397 21.1247 7.21973 20.9805L2.51953 16.2803C2.37531 16.136 2.23735 15.962 2.13965 15.7422C2.04048 15.5191 2 15.2873 2 15.0498V8.4502C2 8.21268 2.04048 7.98094 2.13965 7.75781C2.23735 7.53802 2.37531 7.36397 2.51953 7.21973L7.21973 2.51953C7.36397 2.37531 7.53802 2.23735 7.75781 2.13965C7.98094 2.04048 8.21268 2 8.4502 2H15.0498ZM11.75 14.75C11.1977 14.75 10.75 15.1977 10.75 15.75C10.75 16.3023 11.1977 16.75 11.75 16.75H11.7598L11.8623 16.7451C12.3665 16.6939 12.7598 16.2678 12.7598 15.75C12.7598 15.2322 12.3665 14.8061 11.8623 14.7549L11.7598 14.75H11.75ZM11.75 7C11.3358 7 11 7.33579 11 7.75V12.75C11 13.1642 11.3358 13.5 11.75 13.5C12.1642 13.5 12.5 13.1642 12.5 12.75V7.75C12.5 7.33579 12.1642 7 11.75 7Z"
|
|
11
11
|
}
|
|
12
12
|
));
|
|
13
13
|
});
|
|
@@ -7,7 +7,7 @@ const AlertTriangleFilledIcon = React.forwardRef((props, ref) => {
|
|
|
7
7
|
{
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
clipRule: "evenodd",
|
|
10
|
-
d: "M11.
|
|
10
|
+
d: "M11.9302 3.00684C12.3573 3.03542 12.7729 3.16362 13.1431 3.38184C13.5618 3.6287 13.9074 3.98244 14.1451 4.40625L21.2456 16.6562L21.2915 16.751C21.4597 17.1668 21.524 17.6183 21.4781 18.0645C21.432 18.5106 21.2773 18.9397 21.0279 19.3125C20.7784 19.685 20.4411 19.9915 20.0464 20.2041C19.6517 20.4166 19.2105 20.529 18.7622 20.5322L18.7564 20.5332H4.75638C4.73812 20.5332 4.71964 20.5316 4.7017 20.5303C4.69631 20.5307 4.69052 20.5319 4.6851 20.5322L4.60795 20.5312L4.44388 20.5186C4.06393 20.476 3.69614 20.3543 3.36478 20.1611C2.98591 19.9403 2.66472 19.6317 2.42924 19.2617C2.19395 18.8919 2.051 18.4707 2.01127 18.0342C1.97166 17.5975 2.03678 17.1563 2.2017 16.75L2.2476 16.6562L9.34721 4.40625C9.58473 3.98261 9.93165 3.62868 10.3501 3.38184C10.7731 3.13252 11.2556 3.00006 11.7466 3L11.9302 3.00684ZM11.7574 15.7822C11.2051 15.7822 10.7574 16.2299 10.7574 16.7822C10.7574 17.3345 11.2051 17.7822 11.7574 17.7822H11.7671L11.8697 17.7773C12.3737 17.7259 12.7671 17.2998 12.7671 16.7822C12.7671 16.2647 12.3737 15.8386 11.8697 15.7871L11.7671 15.7822H11.7574ZM11.7564 8.0332C11.3424 8.03352 11.0064 8.36919 11.0064 8.7832V13.7832C11.0069 14.1968 11.3428 14.5329 11.7564 14.5332C12.1702 14.5332 12.5059 14.1969 12.5064 13.7832V8.7832C12.5064 8.36902 12.1706 8.03325 11.7564 8.0332Z"
|
|
11
11
|
}
|
|
12
12
|
));
|
|
13
13
|
});
|
|
@@ -2,12 +2,12 @@ import * as React from 'react';
|
|
|
2
2
|
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
3
|
|
|
4
4
|
const AlertTriangleIcon = React.forwardRef((props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11.8697 15.7871C12.3737 15.8385 12.7671 16.2646 12.7671 16.7822C12.7671 17.2998 12.3737 17.7259 11.8697 17.7773L11.7671 17.7822H11.7574C11.2051 17.7822 10.7574 17.3345 10.7574 16.7822C10.7574 16.2299 11.2051 15.7822 11.7574 15.7822H11.7671L11.8697 15.7871Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11.7564 8.0332C12.1706 8.0332 12.5064 8.36899 12.5064 8.7832V13.7832C12.5059 14.197 12.1703 14.5332 11.7564 14.5332C11.3428 14.5329 11.0069 14.1968 11.0064 13.7832V8.7832C11.0064 8.36919 11.3424 8.03352 11.7564 8.0332Z" }), /* @__PURE__ */ React.createElement(
|
|
6
6
|
"path",
|
|
7
7
|
{
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
clipRule: "evenodd",
|
|
10
|
-
d: "
|
|
10
|
+
d: "M11.9302 3.00684C12.3573 3.03542 12.7729 3.16361 13.1431 3.38184C13.5618 3.6287 13.9074 3.98243 14.1451 4.40625L21.2456 16.6562L21.2915 16.751C21.4597 17.1668 21.524 17.6183 21.4781 18.0645C21.432 18.5106 21.2773 18.9397 21.0279 19.3125C20.7784 19.685 20.4411 19.9915 20.0464 20.2041C19.6517 20.4166 19.2105 20.529 18.7622 20.5322L18.7564 20.5332H4.75638C4.7381 20.5332 4.71966 20.5316 4.7017 20.5303C4.69629 20.5307 4.69054 20.532 4.6851 20.5322L4.60795 20.5312L4.44388 20.5186C4.06392 20.476 3.69615 20.3543 3.36478 20.1611C2.9859 19.9403 2.66472 19.6317 2.42924 19.2617C2.19395 18.8919 2.051 18.4707 2.01127 18.0342C1.97166 17.5975 2.03678 17.1563 2.2017 16.75L2.2476 16.6562L9.34721 4.40625C9.58473 3.9826 9.93164 3.62868 10.3501 3.38184C10.7731 3.13251 11.2556 3.00006 11.7466 3L11.9302 3.00684ZM11.5806 4.51172C11.4158 4.53384 11.2561 4.58886 11.1119 4.67383C10.9677 4.75891 10.8418 4.87233 10.7427 5.00586L10.6529 5.14551L10.6451 5.15918L3.57865 17.3506C3.51389 17.5252 3.48758 17.7126 3.50443 17.8984C3.5225 18.0967 3.58805 18.2881 3.69486 18.4561C3.80183 18.6241 3.94762 18.7649 4.11967 18.8652C4.24868 18.9404 4.39029 18.9923 4.53666 19.0176L4.6851 19.0342L4.69681 19.0352C4.71636 19.0336 4.73645 19.0332 4.75638 19.0332H18.7515C18.9552 19.0317 19.1561 18.9793 19.3355 18.8828C19.5147 18.7862 19.6685 18.6467 19.7818 18.4775C19.8949 18.3084 19.9649 18.1136 19.9859 17.9111C20.0056 17.72 19.9785 17.5274 19.9117 17.3477L12.8472 5.15918L12.8404 5.14551C12.7323 4.95023 12.5737 4.78719 12.3814 4.67383C12.1891 4.56052 11.9698 4.50098 11.7466 4.50098L11.5806 4.51172Z"
|
|
11
11
|
}
|
|
12
12
|
));
|
|
13
13
|
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const HelpFilled = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 15.749C11.1981 15.7492 10.7505 16.1973 10.75 16.749V16.7588C10.75 17.311 11.1978 17.7587 11.75 17.7588C12.3021 17.7586 12.75 17.311 12.75 16.7588V16.749C12.7495 16.1973 12.3018 15.7492 11.75 15.749ZM13.1582 6.08887C12.5511 5.77191 11.8551 5.6728 11.1846 5.80957C10.514 5.94644 9.91077 6.31015 9.47266 6.83789C9.20826 7.15646 9.25203 7.62991 9.57031 7.89453C9.88905 8.15907 10.3624 8.11463 10.627 7.7959C10.8495 7.52795 11.1525 7.34705 11.4844 7.2793C11.8155 7.21176 12.1605 7.26051 12.4629 7.41797C12.7671 7.57898 13.0131 7.84119 13.1582 8.16504C13.3036 8.4899 13.3383 8.85681 13.2559 9.20508C13.1733 9.55333 12.9792 9.86066 12.708 10.0791C12.4372 10.2972 12.1046 10.4148 11.7637 10.416C11.3507 10.4175 11.0159 10.7531 11.0156 11.166V13.499C11.0156 13.9131 11.3516 14.2488 11.7656 14.249C12.1798 14.249 12.5156 13.9132 12.5156 13.499V11.8193C12.9265 11.7121 13.3136 11.5175 13.6494 11.2471C14.1829 10.8172 14.5575 10.2191 14.7158 9.55078C14.874 8.88262 14.8076 8.17915 14.5273 7.55273C14.2468 6.92609 13.7667 6.40939 13.1611 6.08984L13.1582 6.08887Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var HelpFilled_default = HelpFilled;
|
|
15
|
+
|
|
16
|
+
export { HelpFilled_default as default };
|
package/HelpIcon/index.js
CHANGED
|
@@ -2,12 +2,12 @@ import * as React from 'react';
|
|
|
2
2
|
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
3
|
|
|
4
4
|
const HelpIcon = React.forwardRef((props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11.75 15.75C12.3023 15.75 12.75 16.1977 12.75 16.75V16.7598C12.75 17.3121 12.3023 17.7598 11.75 17.7598C11.1977 17.7598 10.75 17.3121 10.75 16.7598V16.75C10.75 16.1977 11.1977 15.75 11.75 15.75Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11.1846 5.80957C11.8554 5.67269 12.5519 5.7716 13.1592 6.08887L13.1611 6.09082C13.7668 6.41042 14.2478 6.92595 14.5283 7.55273C14.8087 8.17938 14.8742 8.88338 14.7158 9.55176C14.5574 10.2202 14.1831 10.8182 13.6494 11.248C13.3136 11.5185 12.9265 11.7121 12.5156 11.8193V13.5C12.5156 13.9142 12.1798 14.25 11.7656 14.25C11.3516 14.2498 11.0156 13.9141 11.0156 13.5V11.167C11.0156 10.7537 11.3504 10.4183 11.7637 10.417C12.1047 10.4159 12.4371 10.2973 12.708 10.0791C12.9791 9.86074 13.1733 9.55417 13.2559 9.20605C13.3384 8.85764 13.3036 8.49103 13.1582 8.16602C13.0131 7.84167 12.7675 7.57909 12.4629 7.41797C12.1603 7.26033 11.8157 7.21168 11.4844 7.2793C11.1523 7.34706 10.8495 7.52873 10.627 7.79688C10.3624 8.11534 9.88993 8.15896 9.57129 7.89453C9.25265 7.63007 9.20839 7.1576 9.47266 6.83887C9.91082 6.31093 10.5138 5.94644 11.1846 5.80957Z" }), /* @__PURE__ */ React.createElement(
|
|
6
6
|
"path",
|
|
7
7
|
{
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
clipRule: "evenodd",
|
|
10
|
-
d: "
|
|
10
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 3.5C7.19365 3.5 3.5 7.19365 3.5 11.75C3.5 16.3063 7.19365 20 11.75 20C16.3063 20 20 16.3063 20 11.75C20 7.19365 16.3063 3.5 11.75 3.5Z"
|
|
11
11
|
}
|
|
12
12
|
));
|
|
13
13
|
});
|
|
@@ -7,7 +7,7 @@ const InfoCircleFilledIcon = React.forwardRef((props, ref) => {
|
|
|
7
7
|
{
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
clipRule: "evenodd",
|
|
10
|
-
d: "
|
|
10
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM10.75 10C10.3358 10 10 10.3358 10 10.75C10 11.1642 10.3358 11.5 10.75 11.5H11V15.75C11 16.1642 11.3358 16.5 11.75 16.5H12.75C13.1642 16.5 13.5 16.1642 13.5 15.75C13.5 15.3358 13.1642 15 12.75 15H12.5V10.75C12.5 10.3618 12.2051 10.0425 11.8271 10.0039L11.75 10H10.75ZM11.4502 6.75C10.8979 6.75 10.4502 7.19772 10.4502 7.75C10.4502 8.30228 10.8979 8.75 11.4502 8.75H11.46L11.5625 8.74512C12.0666 8.69378 12.46 8.26767 12.46 7.75C12.46 7.23233 12.0666 6.80622 11.5625 6.75488L11.46 6.75H11.4502Z"
|
|
11
11
|
}
|
|
12
12
|
));
|
|
13
13
|
});
|
package/InfoCircleIcon/index.js
CHANGED
|
@@ -2,12 +2,12 @@ import * as React from 'react';
|
|
|
2
2
|
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
3
|
|
|
4
4
|
const InfoCircleIcon = React.forwardRef((props, ref) => {
|
|
5
|
-
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M11.8271 10.0039C12.2051 10.0425 12.5 10.3618 12.5 10.75V15H12.75C13.1642 15 13.5 15.3358 13.5 15.75C13.5 16.1642 13.1642 16.5 12.75 16.5H11.75C11.3358 16.5 11 16.1642 11 15.75V11.5H10.75C10.3358 11.5 10 11.1642 10 10.75C10 10.3358 10.3358 10 10.75 10H11.75L11.8271 10.0039Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11.5625 6.75488C12.0666 6.80622 12.46 7.23233 12.46 7.75C12.46 8.26767 12.0666 8.69378 11.5625 8.74512L11.46 8.75H11.4502C10.8979 8.75 10.4502 8.30228 10.4502 7.75C10.4502 7.19772 10.8979 6.75 11.4502 6.75H11.46L11.5625 6.75488Z" }), /* @__PURE__ */ React.createElement(
|
|
6
6
|
"path",
|
|
7
7
|
{
|
|
8
8
|
fillRule: "evenodd",
|
|
9
9
|
clipRule: "evenodd",
|
|
10
|
-
d: "
|
|
10
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 3.5C7.19365 3.5 3.5 7.19365 3.5 11.75C3.5 16.3063 7.19365 20 11.75 20C16.3063 20 20 16.3063 20 11.75C20 7.19365 16.3063 3.5 11.75 3.5Z"
|
|
11
11
|
}
|
|
12
12
|
));
|
|
13
13
|
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var SvgIcon = require('@elementor/ui/SvgIcon');
|
|
5
|
+
|
|
6
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
7
|
+
|
|
8
|
+
function _interopNamespace(e) {
|
|
9
|
+
if (e && e.__esModule) return e;
|
|
10
|
+
var n = Object.create(null);
|
|
11
|
+
if (e) {
|
|
12
|
+
Object.keys(e).forEach(function (k) {
|
|
13
|
+
if (k !== 'default') {
|
|
14
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
15
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return e[k]; }
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n.default = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
|
+
|
|
29
|
+
const AlertCircleFilled = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 14.75C11.1977 14.75 10.75 15.1977 10.75 15.75C10.75 16.3023 11.1977 16.75 11.75 16.75H11.7598L11.8623 16.7451C12.3665 16.6939 12.7598 16.2678 12.7598 15.75C12.7598 15.2322 12.3665 14.8061 11.8623 14.7549L11.7598 14.75H11.75ZM11.75 7C11.3358 7 11 7.33579 11 7.75V12.75C11 13.1642 11.3358 13.5 11.75 13.5C12.1642 13.5 12.5 13.1642 12.5 12.75V7.75C12.5 7.33579 12.1642 7 11.75 7Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var AlertCircleFilled_default = AlertCircleFilled;
|
|
40
|
+
|
|
41
|
+
module.exports = AlertCircleFilled_default;
|
|
@@ -27,12 +27,12 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
27
27
|
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
28
|
|
|
29
29
|
const AlertCircleIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
-
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.8623 14.7549C12.3665 14.8061 12.7598 15.2322 12.7598 15.75C12.7598 16.2678 12.3665 16.6939 11.8623 16.7451L11.7598 16.75H11.75C11.1977 16.75 10.75 16.3023 10.75 15.75C10.75 15.1977 11.1977 14.75 11.75 14.75H11.7598L11.8623 14.7549Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.75 7C12.1642 7 12.5 7.33579 12.5 7.75V12.75C12.5 13.1642 12.1642 13.5 11.75 13.5C11.3358 13.5 11 13.1642 11 12.75V7.75C11 7.33579 11.3358 7 11.75 7Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
31
|
"path",
|
|
32
32
|
{
|
|
33
33
|
fillRule: "evenodd",
|
|
34
34
|
clipRule: "evenodd",
|
|
35
|
-
d: "
|
|
35
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 3.5C7.19365 3.5 3.5 7.19365 3.5 11.75C3.5 16.3063 7.19365 20 11.75 20C16.3063 20 20 16.3063 20 11.75C20 7.19365 16.3063 3.5 11.75 3.5Z"
|
|
36
36
|
}
|
|
37
37
|
));
|
|
38
38
|
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var SvgIcon = require('@elementor/ui/SvgIcon');
|
|
5
|
+
|
|
6
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
7
|
+
|
|
8
|
+
function _interopNamespace(e) {
|
|
9
|
+
if (e && e.__esModule) return e;
|
|
10
|
+
var n = Object.create(null);
|
|
11
|
+
if (e) {
|
|
12
|
+
Object.keys(e).forEach(function (k) {
|
|
13
|
+
if (k !== 'default') {
|
|
14
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
15
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return e[k]; }
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n.default = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
|
+
|
|
29
|
+
const AlertOctagon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.8623 14.7549C12.3665 14.8061 12.7598 15.2322 12.7598 15.75C12.7598 16.2678 12.3665 16.6939 11.8623 16.7451L11.7598 16.75H11.75C11.1977 16.75 10.75 16.3023 10.75 15.75C10.75 15.1977 11.1977 14.75 11.75 14.75H11.7598L11.8623 14.7549Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.75 7C12.1642 7 12.5 7.33579 12.5 7.75V12.75C12.5 13.1642 12.1642 13.5 11.75 13.5C11.3358 13.5 11 13.1642 11 12.75V7.75C11 7.33579 11.3358 7 11.75 7Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M15.0498 2C15.2873 2 15.5191 2.04048 15.7422 2.13965C15.962 2.23735 16.136 2.37531 16.2803 2.51953L20.9805 7.21973C21.1247 7.36397 21.2627 7.53802 21.3604 7.75781C21.4595 7.98094 21.5 8.21268 21.5 8.4502V15.0498C21.5 15.2873 21.4595 15.5191 21.3604 15.7422C21.2627 15.962 21.1247 16.136 20.9805 16.2803L16.2803 20.9805C16.136 21.1247 15.962 21.2627 15.7422 21.3604C15.5191 21.4595 15.2873 21.5 15.0498 21.5H8.4502C8.21268 21.5 7.98094 21.4595 7.75781 21.3604C7.53802 21.2627 7.36397 21.1247 7.21973 20.9805L2.51953 16.2803C2.37531 16.136 2.23735 15.962 2.13965 15.7422C2.04048 15.5191 2 15.2873 2 15.0498V8.4502C2 8.21268 2.04048 7.98094 2.13965 7.75781C2.23735 7.53802 2.37531 7.36397 2.51953 7.21973L7.21973 2.51953C7.36397 2.37531 7.53802 2.23735 7.75781 2.13965C7.98094 2.04048 8.21268 2 8.4502 2H15.0498ZM8.36719 3.51074C8.3619 3.5131 8.33567 3.52469 8.28027 3.58008L3.58008 8.28027C3.52469 8.33567 3.5131 8.3619 3.51074 8.36719C3.50991 8.36906 3.5 8.38771 3.5 8.4502V15.0498C3.5 15.1123 3.50991 15.1309 3.51074 15.1328C3.5131 15.1381 3.5247 15.1643 3.58008 15.2197L8.28027 19.9199C8.33567 19.9753 8.3619 19.9869 8.36719 19.9893C8.36906 19.9901 8.38771 20 8.4502 20H15.0498C15.1123 20 15.1309 19.9901 15.1328 19.9893C15.1381 19.9869 15.1643 19.9753 15.2197 19.9199L19.9199 15.2197C19.9753 15.1643 19.9869 15.1381 19.9893 15.1328C19.9901 15.1309 20 15.1123 20 15.0498V8.4502C20 8.38771 19.9901 8.36906 19.9893 8.36719C19.9869 8.3619 19.9753 8.33567 19.9199 8.28027L15.2197 3.58008C15.1643 3.5247 15.1381 3.5131 15.1328 3.51074C15.1309 3.50991 15.1123 3.5 15.0498 3.5H8.4502C8.38771 3.5 8.36906 3.50991 8.36719 3.51074Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var AlertOctagon_default = AlertOctagon;
|
|
40
|
+
|
|
41
|
+
module.exports = AlertOctagon_default;
|
|
@@ -32,7 +32,7 @@ const AlertOctagonFilledIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
32
32
|
{
|
|
33
33
|
fillRule: "evenodd",
|
|
34
34
|
clipRule: "evenodd",
|
|
35
|
-
d: "
|
|
35
|
+
d: "M15.0498 2C15.2873 2 15.5191 2.04048 15.7422 2.13965C15.962 2.23735 16.136 2.37531 16.2803 2.51953L20.9805 7.21973C21.1247 7.36397 21.2627 7.53802 21.3604 7.75781C21.4595 7.98094 21.5 8.21268 21.5 8.4502V15.0498C21.5 15.2873 21.4595 15.5191 21.3604 15.7422C21.2627 15.962 21.1247 16.136 20.9805 16.2803L16.2803 20.9805C16.136 21.1247 15.962 21.2627 15.7422 21.3604C15.5191 21.4595 15.2873 21.5 15.0498 21.5H8.4502C8.21268 21.5 7.98094 21.4595 7.75781 21.3604C7.53802 21.2627 7.36397 21.1247 7.21973 20.9805L2.51953 16.2803C2.37531 16.136 2.23735 15.962 2.13965 15.7422C2.04048 15.5191 2 15.2873 2 15.0498V8.4502C2 8.21268 2.04048 7.98094 2.13965 7.75781C2.23735 7.53802 2.37531 7.36397 2.51953 7.21973L7.21973 2.51953C7.36397 2.37531 7.53802 2.23735 7.75781 2.13965C7.98094 2.04048 8.21268 2 8.4502 2H15.0498ZM11.75 14.75C11.1977 14.75 10.75 15.1977 10.75 15.75C10.75 16.3023 11.1977 16.75 11.75 16.75H11.7598L11.8623 16.7451C12.3665 16.6939 12.7598 16.2678 12.7598 15.75C12.7598 15.2322 12.3665 14.8061 11.8623 14.7549L11.7598 14.75H11.75ZM11.75 7C11.3358 7 11 7.33579 11 7.75V12.75C11 13.1642 11.3358 13.5 11.75 13.5C12.1642 13.5 12.5 13.1642 12.5 12.75V7.75C12.5 7.33579 12.1642 7 11.75 7Z"
|
|
36
36
|
}
|
|
37
37
|
));
|
|
38
38
|
});
|
|
@@ -32,7 +32,7 @@ const AlertTriangleFilledIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
32
32
|
{
|
|
33
33
|
fillRule: "evenodd",
|
|
34
34
|
clipRule: "evenodd",
|
|
35
|
-
d: "M11.
|
|
35
|
+
d: "M11.9302 3.00684C12.3573 3.03542 12.7729 3.16362 13.1431 3.38184C13.5618 3.6287 13.9074 3.98244 14.1451 4.40625L21.2456 16.6562L21.2915 16.751C21.4597 17.1668 21.524 17.6183 21.4781 18.0645C21.432 18.5106 21.2773 18.9397 21.0279 19.3125C20.7784 19.685 20.4411 19.9915 20.0464 20.2041C19.6517 20.4166 19.2105 20.529 18.7622 20.5322L18.7564 20.5332H4.75638C4.73812 20.5332 4.71964 20.5316 4.7017 20.5303C4.69631 20.5307 4.69052 20.5319 4.6851 20.5322L4.60795 20.5312L4.44388 20.5186C4.06393 20.476 3.69614 20.3543 3.36478 20.1611C2.98591 19.9403 2.66472 19.6317 2.42924 19.2617C2.19395 18.8919 2.051 18.4707 2.01127 18.0342C1.97166 17.5975 2.03678 17.1563 2.2017 16.75L2.2476 16.6562L9.34721 4.40625C9.58473 3.98261 9.93165 3.62868 10.3501 3.38184C10.7731 3.13252 11.2556 3.00006 11.7466 3L11.9302 3.00684ZM11.7574 15.7822C11.2051 15.7822 10.7574 16.2299 10.7574 16.7822C10.7574 17.3345 11.2051 17.7822 11.7574 17.7822H11.7671L11.8697 17.7773C12.3737 17.7259 12.7671 17.2998 12.7671 16.7822C12.7671 16.2647 12.3737 15.8386 11.8697 15.7871L11.7671 15.7822H11.7574ZM11.7564 8.0332C11.3424 8.03352 11.0064 8.36919 11.0064 8.7832V13.7832C11.0069 14.1968 11.3428 14.5329 11.7564 14.5332C12.1702 14.5332 12.5059 14.1969 12.5064 13.7832V8.7832C12.5064 8.36902 12.1706 8.03325 11.7564 8.0332Z"
|
|
36
36
|
}
|
|
37
37
|
));
|
|
38
38
|
});
|
|
@@ -27,12 +27,12 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
27
27
|
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
28
|
|
|
29
29
|
const AlertTriangleIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
-
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.8697 15.7871C12.3737 15.8385 12.7671 16.2646 12.7671 16.7822C12.7671 17.2998 12.3737 17.7259 11.8697 17.7773L11.7671 17.7822H11.7574C11.2051 17.7822 10.7574 17.3345 10.7574 16.7822C10.7574 16.2299 11.2051 15.7822 11.7574 15.7822H11.7671L11.8697 15.7871Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.7564 8.0332C12.1706 8.0332 12.5064 8.36899 12.5064 8.7832V13.7832C12.5059 14.197 12.1703 14.5332 11.7564 14.5332C11.3428 14.5329 11.0069 14.1968 11.0064 13.7832V8.7832C11.0064 8.36919 11.3424 8.03352 11.7564 8.0332Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
31
|
"path",
|
|
32
32
|
{
|
|
33
33
|
fillRule: "evenodd",
|
|
34
34
|
clipRule: "evenodd",
|
|
35
|
-
d: "
|
|
35
|
+
d: "M11.9302 3.00684C12.3573 3.03542 12.7729 3.16361 13.1431 3.38184C13.5618 3.6287 13.9074 3.98243 14.1451 4.40625L21.2456 16.6562L21.2915 16.751C21.4597 17.1668 21.524 17.6183 21.4781 18.0645C21.432 18.5106 21.2773 18.9397 21.0279 19.3125C20.7784 19.685 20.4411 19.9915 20.0464 20.2041C19.6517 20.4166 19.2105 20.529 18.7622 20.5322L18.7564 20.5332H4.75638C4.7381 20.5332 4.71966 20.5316 4.7017 20.5303C4.69629 20.5307 4.69054 20.532 4.6851 20.5322L4.60795 20.5312L4.44388 20.5186C4.06392 20.476 3.69615 20.3543 3.36478 20.1611C2.9859 19.9403 2.66472 19.6317 2.42924 19.2617C2.19395 18.8919 2.051 18.4707 2.01127 18.0342C1.97166 17.5975 2.03678 17.1563 2.2017 16.75L2.2476 16.6562L9.34721 4.40625C9.58473 3.9826 9.93164 3.62868 10.3501 3.38184C10.7731 3.13251 11.2556 3.00006 11.7466 3L11.9302 3.00684ZM11.5806 4.51172C11.4158 4.53384 11.2561 4.58886 11.1119 4.67383C10.9677 4.75891 10.8418 4.87233 10.7427 5.00586L10.6529 5.14551L10.6451 5.15918L3.57865 17.3506C3.51389 17.5252 3.48758 17.7126 3.50443 17.8984C3.5225 18.0967 3.58805 18.2881 3.69486 18.4561C3.80183 18.6241 3.94762 18.7649 4.11967 18.8652C4.24868 18.9404 4.39029 18.9923 4.53666 19.0176L4.6851 19.0342L4.69681 19.0352C4.71636 19.0336 4.73645 19.0332 4.75638 19.0332H18.7515C18.9552 19.0317 19.1561 18.9793 19.3355 18.8828C19.5147 18.7862 19.6685 18.6467 19.7818 18.4775C19.8949 18.3084 19.9649 18.1136 19.9859 17.9111C20.0056 17.72 19.9785 17.5274 19.9117 17.3477L12.8472 5.15918L12.8404 5.14551C12.7323 4.95023 12.5737 4.78719 12.3814 4.67383C12.1891 4.56052 11.9698 4.50098 11.7466 4.50098L11.5806 4.51172Z"
|
|
36
36
|
}
|
|
37
37
|
));
|
|
38
38
|
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var SvgIcon = require('@elementor/ui/SvgIcon');
|
|
5
|
+
|
|
6
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
7
|
+
|
|
8
|
+
function _interopNamespace(e) {
|
|
9
|
+
if (e && e.__esModule) return e;
|
|
10
|
+
var n = Object.create(null);
|
|
11
|
+
if (e) {
|
|
12
|
+
Object.keys(e).forEach(function (k) {
|
|
13
|
+
if (k !== 'default') {
|
|
14
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
15
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return e[k]; }
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n.default = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
|
+
|
|
29
|
+
const HelpFilled = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 15.749C11.1981 15.7492 10.7505 16.1973 10.75 16.749V16.7588C10.75 17.311 11.1978 17.7587 11.75 17.7588C12.3021 17.7586 12.75 17.311 12.75 16.7588V16.749C12.7495 16.1973 12.3018 15.7492 11.75 15.749ZM13.1582 6.08887C12.5511 5.77191 11.8551 5.6728 11.1846 5.80957C10.514 5.94644 9.91077 6.31015 9.47266 6.83789C9.20826 7.15646 9.25203 7.62991 9.57031 7.89453C9.88905 8.15907 10.3624 8.11463 10.627 7.7959C10.8495 7.52795 11.1525 7.34705 11.4844 7.2793C11.8155 7.21176 12.1605 7.26051 12.4629 7.41797C12.7671 7.57898 13.0131 7.84119 13.1582 8.16504C13.3036 8.4899 13.3383 8.85681 13.2559 9.20508C13.1733 9.55333 12.9792 9.86066 12.708 10.0791C12.4372 10.2972 12.1046 10.4148 11.7637 10.416C11.3507 10.4175 11.0159 10.7531 11.0156 11.166V13.499C11.0156 13.9131 11.3516 14.2488 11.7656 14.249C12.1798 14.249 12.5156 13.9132 12.5156 13.499V11.8193C12.9265 11.7121 13.3136 11.5175 13.6494 11.2471C14.1829 10.8172 14.5575 10.2191 14.7158 9.55078C14.874 8.88262 14.8076 8.17915 14.5273 7.55273C14.2468 6.92609 13.7667 6.40939 13.1611 6.08984L13.1582 6.08887Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var HelpFilled_default = HelpFilled;
|
|
40
|
+
|
|
41
|
+
module.exports = HelpFilled_default;
|
package/cjs/HelpIcon/index.js
CHANGED
|
@@ -27,12 +27,12 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
27
27
|
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
28
|
|
|
29
29
|
const HelpIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
-
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.75 15.75C12.3023 15.75 12.75 16.1977 12.75 16.75V16.7598C12.75 17.3121 12.3023 17.7598 11.75 17.7598C11.1977 17.7598 10.75 17.3121 10.75 16.7598V16.75C10.75 16.1977 11.1977 15.75 11.75 15.75Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.1846 5.80957C11.8554 5.67269 12.5519 5.7716 13.1592 6.08887L13.1611 6.09082C13.7668 6.41042 14.2478 6.92595 14.5283 7.55273C14.8087 8.17938 14.8742 8.88338 14.7158 9.55176C14.5574 10.2202 14.1831 10.8182 13.6494 11.248C13.3136 11.5185 12.9265 11.7121 12.5156 11.8193V13.5C12.5156 13.9142 12.1798 14.25 11.7656 14.25C11.3516 14.2498 11.0156 13.9141 11.0156 13.5V11.167C11.0156 10.7537 11.3504 10.4183 11.7637 10.417C12.1047 10.4159 12.4371 10.2973 12.708 10.0791C12.9791 9.86074 13.1733 9.55417 13.2559 9.20605C13.3384 8.85764 13.3036 8.49103 13.1582 8.16602C13.0131 7.84167 12.7675 7.57909 12.4629 7.41797C12.1603 7.26033 11.8157 7.21168 11.4844 7.2793C11.1523 7.34706 10.8495 7.52873 10.627 7.79688C10.3624 8.11534 9.88993 8.15896 9.57129 7.89453C9.25265 7.63007 9.20839 7.1576 9.47266 6.83887C9.91082 6.31093 10.5138 5.94644 11.1846 5.80957Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
31
|
"path",
|
|
32
32
|
{
|
|
33
33
|
fillRule: "evenodd",
|
|
34
34
|
clipRule: "evenodd",
|
|
35
|
-
d: "
|
|
35
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 3.5C7.19365 3.5 3.5 7.19365 3.5 11.75C3.5 16.3063 7.19365 20 11.75 20C16.3063 20 20 16.3063 20 11.75C20 7.19365 16.3063 3.5 11.75 3.5Z"
|
|
36
36
|
}
|
|
37
37
|
));
|
|
38
38
|
});
|
|
@@ -32,7 +32,7 @@ const InfoCircleFilledIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
32
32
|
{
|
|
33
33
|
fillRule: "evenodd",
|
|
34
34
|
clipRule: "evenodd",
|
|
35
|
-
d: "
|
|
35
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM10.75 10C10.3358 10 10 10.3358 10 10.75C10 11.1642 10.3358 11.5 10.75 11.5H11V15.75C11 16.1642 11.3358 16.5 11.75 16.5H12.75C13.1642 16.5 13.5 16.1642 13.5 15.75C13.5 15.3358 13.1642 15 12.75 15H12.5V10.75C12.5 10.3618 12.2051 10.0425 11.8271 10.0039L11.75 10H10.75ZM11.4502 6.75C10.8979 6.75 10.4502 7.19772 10.4502 7.75C10.4502 8.30228 10.8979 8.75 11.4502 8.75H11.46L11.5625 8.74512C12.0666 8.69378 12.46 8.26767 12.46 7.75C12.46 7.23233 12.0666 6.80622 11.5625 6.75488L11.46 6.75H11.4502Z"
|
|
36
36
|
}
|
|
37
37
|
));
|
|
38
38
|
});
|
|
@@ -27,12 +27,12 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
27
27
|
var SvgIcon__default = /*#__PURE__*/_interopDefault(SvgIcon);
|
|
28
28
|
|
|
29
29
|
const InfoCircleIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
-
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.8271 10.0039C12.2051 10.0425 12.5 10.3618 12.5 10.75V15H12.75C13.1642 15 13.5 15.3358 13.5 15.75C13.5 16.1642 13.1642 16.5 12.75 16.5H11.75C11.3358 16.5 11 16.1642 11 15.75V11.5H10.75C10.3358 11.5 10 11.1642 10 10.75C10 10.3358 10.3358 10 10.75 10H11.75L11.8271 10.0039Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.5625 6.75488C12.0666 6.80622 12.46 7.23233 12.46 7.75C12.46 8.26767 12.0666 8.69378 11.5625 8.74512L11.46 8.75H11.4502C10.8979 8.75 10.4502 8.30228 10.4502 7.75C10.4502 7.19772 10.8979 6.75 11.4502 6.75H11.46L11.5625 6.75488Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
31
|
"path",
|
|
32
32
|
{
|
|
33
33
|
fillRule: "evenodd",
|
|
34
34
|
clipRule: "evenodd",
|
|
35
|
-
d: "
|
|
35
|
+
d: "M11.75 2C17.1348 2 21.5 6.36522 21.5 11.75C21.5 17.1348 17.1348 21.5 11.75 21.5C6.36522 21.5 2 17.1348 2 11.75C2 6.36522 6.36522 2 11.75 2ZM11.75 3.5C7.19365 3.5 3.5 7.19365 3.5 11.75C3.5 16.3063 7.19365 20 11.75 20C16.3063 20 20 16.3063 20 11.75C20 7.19365 16.3063 3.5 11.75 3.5Z"
|
|
36
36
|
}
|
|
37
37
|
));
|
|
38
38
|
});
|
package/cjs/index.d.ts
CHANGED
|
@@ -4,7 +4,9 @@ export { default as AddPageIcon } from './AddPageIcon';
|
|
|
4
4
|
export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon';
|
|
5
5
|
export { default as AdjustmentsIcon } from './AdjustmentsIcon';
|
|
6
6
|
export { default as AffiliatesIcon } from './AffiliatesIcon';
|
|
7
|
+
export { default as AlertCircleFilled } from './AlertCircleFilled';
|
|
7
8
|
export { default as AlertCircleIcon } from './AlertCircleIcon';
|
|
9
|
+
export { default as AlertOctagon } from './AlertOctagon';
|
|
8
10
|
export { default as AlertOctagonFilledIcon } from './AlertOctagonFilledIcon';
|
|
9
11
|
export { default as AlertTriangleFilledIcon } from './AlertTriangleFilledIcon';
|
|
10
12
|
export { default as AlertTriangleIcon } from './AlertTriangleIcon';
|
|
@@ -109,6 +111,7 @@ export { default as GripVerticalIcon } from './GripVerticalIcon';
|
|
|
109
111
|
export { default as HeaderTemplateIcon } from './HeaderTemplateIcon';
|
|
110
112
|
export { default as HeadsetIcon } from './HeadsetIcon';
|
|
111
113
|
export { default as HeartHandShakeIcon } from './HeartHandShakeIcon';
|
|
114
|
+
export { default as HelpFilled } from './HelpFilled';
|
|
112
115
|
export { default as HelpIcon } from './HelpIcon';
|
|
113
116
|
export { default as HistoryIcon } from './HistoryIcon';
|
|
114
117
|
export { default as HomeIcon } from './HomeIcon';
|
package/cjs/index.js
CHANGED
|
@@ -6,7 +6,9 @@ var AddPageIcon = require('./AddPageIcon');
|
|
|
6
6
|
var AdjustmentsHorizontalIcon = require('./AdjustmentsHorizontalIcon');
|
|
7
7
|
var AdjustmentsIcon = require('./AdjustmentsIcon');
|
|
8
8
|
var AffiliatesIcon = require('./AffiliatesIcon');
|
|
9
|
+
var AlertCircleFilled = require('./AlertCircleFilled');
|
|
9
10
|
var AlertCircleIcon = require('./AlertCircleIcon');
|
|
11
|
+
var AlertOctagon = require('./AlertOctagon');
|
|
10
12
|
var AlertOctagonFilledIcon = require('./AlertOctagonFilledIcon');
|
|
11
13
|
var AlertTriangleFilledIcon = require('./AlertTriangleFilledIcon');
|
|
12
14
|
var AlertTriangleIcon = require('./AlertTriangleIcon');
|
|
@@ -111,6 +113,7 @@ var GripVerticalIcon = require('./GripVerticalIcon');
|
|
|
111
113
|
var HeaderTemplateIcon = require('./HeaderTemplateIcon');
|
|
112
114
|
var HeadsetIcon = require('./HeadsetIcon');
|
|
113
115
|
var HeartHandShakeIcon = require('./HeartHandShakeIcon');
|
|
116
|
+
var HelpFilled = require('./HelpFilled');
|
|
114
117
|
var HelpIcon = require('./HelpIcon');
|
|
115
118
|
var HistoryIcon = require('./HistoryIcon');
|
|
116
119
|
var HomeIcon = require('./HomeIcon');
|
|
@@ -258,7 +261,9 @@ var AddPageIcon__default = /*#__PURE__*/_interopDefault(AddPageIcon);
|
|
|
258
261
|
var AdjustmentsHorizontalIcon__default = /*#__PURE__*/_interopDefault(AdjustmentsHorizontalIcon);
|
|
259
262
|
var AdjustmentsIcon__default = /*#__PURE__*/_interopDefault(AdjustmentsIcon);
|
|
260
263
|
var AffiliatesIcon__default = /*#__PURE__*/_interopDefault(AffiliatesIcon);
|
|
264
|
+
var AlertCircleFilled__default = /*#__PURE__*/_interopDefault(AlertCircleFilled);
|
|
261
265
|
var AlertCircleIcon__default = /*#__PURE__*/_interopDefault(AlertCircleIcon);
|
|
266
|
+
var AlertOctagon__default = /*#__PURE__*/_interopDefault(AlertOctagon);
|
|
262
267
|
var AlertOctagonFilledIcon__default = /*#__PURE__*/_interopDefault(AlertOctagonFilledIcon);
|
|
263
268
|
var AlertTriangleFilledIcon__default = /*#__PURE__*/_interopDefault(AlertTriangleFilledIcon);
|
|
264
269
|
var AlertTriangleIcon__default = /*#__PURE__*/_interopDefault(AlertTriangleIcon);
|
|
@@ -363,6 +368,7 @@ var GripVerticalIcon__default = /*#__PURE__*/_interopDefault(GripVerticalIcon);
|
|
|
363
368
|
var HeaderTemplateIcon__default = /*#__PURE__*/_interopDefault(HeaderTemplateIcon);
|
|
364
369
|
var HeadsetIcon__default = /*#__PURE__*/_interopDefault(HeadsetIcon);
|
|
365
370
|
var HeartHandShakeIcon__default = /*#__PURE__*/_interopDefault(HeartHandShakeIcon);
|
|
371
|
+
var HelpFilled__default = /*#__PURE__*/_interopDefault(HelpFilled);
|
|
366
372
|
var HelpIcon__default = /*#__PURE__*/_interopDefault(HelpIcon);
|
|
367
373
|
var HistoryIcon__default = /*#__PURE__*/_interopDefault(HistoryIcon);
|
|
368
374
|
var HomeIcon__default = /*#__PURE__*/_interopDefault(HomeIcon);
|
|
@@ -528,10 +534,18 @@ Object.defineProperty(exports, "AffiliatesIcon", {
|
|
|
528
534
|
enumerable: true,
|
|
529
535
|
get: function () { return AffiliatesIcon__default.default; }
|
|
530
536
|
});
|
|
537
|
+
Object.defineProperty(exports, "AlertCircleFilled", {
|
|
538
|
+
enumerable: true,
|
|
539
|
+
get: function () { return AlertCircleFilled__default.default; }
|
|
540
|
+
});
|
|
531
541
|
Object.defineProperty(exports, "AlertCircleIcon", {
|
|
532
542
|
enumerable: true,
|
|
533
543
|
get: function () { return AlertCircleIcon__default.default; }
|
|
534
544
|
});
|
|
545
|
+
Object.defineProperty(exports, "AlertOctagon", {
|
|
546
|
+
enumerable: true,
|
|
547
|
+
get: function () { return AlertOctagon__default.default; }
|
|
548
|
+
});
|
|
535
549
|
Object.defineProperty(exports, "AlertOctagonFilledIcon", {
|
|
536
550
|
enumerable: true,
|
|
537
551
|
get: function () { return AlertOctagonFilledIcon__default.default; }
|
|
@@ -948,6 +962,10 @@ Object.defineProperty(exports, "HeartHandShakeIcon", {
|
|
|
948
962
|
enumerable: true,
|
|
949
963
|
get: function () { return HeartHandShakeIcon__default.default; }
|
|
950
964
|
});
|
|
965
|
+
Object.defineProperty(exports, "HelpFilled", {
|
|
966
|
+
enumerable: true,
|
|
967
|
+
get: function () { return HelpFilled__default.default; }
|
|
968
|
+
});
|
|
951
969
|
Object.defineProperty(exports, "HelpIcon", {
|
|
952
970
|
enumerable: true,
|
|
953
971
|
get: function () { return HelpIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,9 @@ export { default as AddPageIcon } from './AddPageIcon';
|
|
|
4
4
|
export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon';
|
|
5
5
|
export { default as AdjustmentsIcon } from './AdjustmentsIcon';
|
|
6
6
|
export { default as AffiliatesIcon } from './AffiliatesIcon';
|
|
7
|
+
export { default as AlertCircleFilled } from './AlertCircleFilled';
|
|
7
8
|
export { default as AlertCircleIcon } from './AlertCircleIcon';
|
|
9
|
+
export { default as AlertOctagon } from './AlertOctagon';
|
|
8
10
|
export { default as AlertOctagonFilledIcon } from './AlertOctagonFilledIcon';
|
|
9
11
|
export { default as AlertTriangleFilledIcon } from './AlertTriangleFilledIcon';
|
|
10
12
|
export { default as AlertTriangleIcon } from './AlertTriangleIcon';
|
|
@@ -109,6 +111,7 @@ export { default as GripVerticalIcon } from './GripVerticalIcon';
|
|
|
109
111
|
export { default as HeaderTemplateIcon } from './HeaderTemplateIcon';
|
|
110
112
|
export { default as HeadsetIcon } from './HeadsetIcon';
|
|
111
113
|
export { default as HeartHandShakeIcon } from './HeartHandShakeIcon';
|
|
114
|
+
export { default as HelpFilled } from './HelpFilled';
|
|
112
115
|
export { default as HelpIcon } from './HelpIcon';
|
|
113
116
|
export { default as HistoryIcon } from './HistoryIcon';
|
|
114
117
|
export { default as HomeIcon } from './HomeIcon';
|
package/index.js
CHANGED
|
@@ -4,7 +4,9 @@ export { default as AddPageIcon } from './AddPageIcon';
|
|
|
4
4
|
export { default as AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon';
|
|
5
5
|
export { default as AdjustmentsIcon } from './AdjustmentsIcon';
|
|
6
6
|
export { default as AffiliatesIcon } from './AffiliatesIcon';
|
|
7
|
+
export { default as AlertCircleFilled } from './AlertCircleFilled';
|
|
7
8
|
export { default as AlertCircleIcon } from './AlertCircleIcon';
|
|
9
|
+
export { default as AlertOctagon } from './AlertOctagon';
|
|
8
10
|
export { default as AlertOctagonFilledIcon } from './AlertOctagonFilledIcon';
|
|
9
11
|
export { default as AlertTriangleFilledIcon } from './AlertTriangleFilledIcon';
|
|
10
12
|
export { default as AlertTriangleIcon } from './AlertTriangleIcon';
|
|
@@ -109,6 +111,7 @@ export { default as GripVerticalIcon } from './GripVerticalIcon';
|
|
|
109
111
|
export { default as HeaderTemplateIcon } from './HeaderTemplateIcon';
|
|
110
112
|
export { default as HeadsetIcon } from './HeadsetIcon';
|
|
111
113
|
export { default as HeartHandShakeIcon } from './HeartHandShakeIcon';
|
|
114
|
+
export { default as HelpFilled } from './HelpFilled';
|
|
112
115
|
export { default as HelpIcon } from './HelpIcon';
|
|
113
116
|
export { default as HistoryIcon } from './HistoryIcon';
|
|
114
117
|
export { default as HomeIcon } from './HomeIcon';
|