@elementor/icons 1.5.0 → 1.6.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/MinimizeDiagonalIcon/index.esm.js +1 -1
- package/MinimizeDiagonalIcon/index.esm.js.map +1 -1
- package/MinimizeDiagonalIcon/index.js +1 -1
- package/MinimizeDiagonalIcon/index.js.map +1 -1
- package/RadioButtonUncheckedIcon/index.esm.js +1 -1
- package/RadioButtonUncheckedIcon/index.esm.js.map +1 -1
- package/RadioButtonUncheckedIcon/index.js +1 -1
- package/RadioButtonUncheckedIcon/index.js.map +1 -1
- package/RocketIcon/index.esm.js +1 -1
- package/RocketIcon/index.esm.js.map +1 -1
- package/RocketIcon/index.js +1 -1
- package/RocketIcon/index.js.map +1 -1
- package/UploadIcon/index.d.ts +4 -0
- package/UploadIcon/index.esm.js +10 -0
- package/UploadIcon/index.esm.js.map +1 -0
- package/UploadIcon/index.js +37 -0
- package/UploadIcon/index.js.map +1 -0
- package/UploadIcon/package.json +7 -0
- package/index.d.ts +1 -0
- package/index.esm.js +9 -4
- package/index.esm.js.map +1 -1
- package/index.js +9 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import SvgIcon from '@elementor/ui/SvgIcon';
|
|
|
3
3
|
|
|
4
4
|
const MinimizeDiagonalIcon = React.forwardRef((props, ref) => {
|
|
5
5
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L9.25 8.18934V6C9.25 5.58579 9.58579 5.25 10 5.25C10.4142 5.25 10.75 5.58579 10.75 6V10C10.75 10.4142 10.4142 10.75 10 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8.18934L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967ZM14 13.25H18C18.4142 13.25 18.75 13.5858 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75H15.8107L20.5303 19.4697C20.8232 19.7626 20.8232 20.2374 20.5303 20.5303C20.2374 20.8232 19.7626 20.8232 19.4697 20.5303L14.75 15.8107V18C14.75 18.4142 14.4142 18.75 14 18.75C13.5858 18.75 13.25 18.4142 13.25 18V14C13.25 13.5858 13.5858 13.25 14 13.25Z" })));
|
|
7
7
|
});
|
|
8
8
|
|
|
9
9
|
export { MinimizeDiagonalIcon as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../src/MinimizeDiagonalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MinimizeDiagonalIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/MinimizeDiagonalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MinimizeDiagonalIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L9.25 8.18934V6C9.25 5.58579 9.58579 5.25 10 5.25C10.4142 5.25 10.75 5.58579 10.75 6V10C10.75 10.4142 10.4142 10.75 10 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8.18934L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967ZM14 13.25H18C18.4142 13.25 18.75 13.5858 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75H15.8107L20.5303 19.4697C20.8232 19.7626 20.8232 20.2374 20.5303 20.5303C20.2374 20.8232 19.7626 20.8232 19.4697 20.5303L14.75 15.8107V18C14.75 18.4142 14.4142 18.75 14 18.75C13.5858 18.75 13.25 18.4142 13.25 18V14C13.25 13.5858 13.5858 13.25 14 13.25Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default MinimizeDiagonalIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAC5F,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,+pBAA+pB,EAAG,CAAA,CACvsB,EACT;AACH,CAAC;;;;"}
|
|
@@ -30,7 +30,7 @@ var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
|
|
|
30
30
|
|
|
31
31
|
const MinimizeDiagonalIcon = React__namespace.forwardRef((props, ref) => {
|
|
32
32
|
return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
33
|
-
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
33
|
+
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L9.25 8.18934V6C9.25 5.58579 9.58579 5.25 10 5.25C10.4142 5.25 10.75 5.58579 10.75 6V10C10.75 10.4142 10.4142 10.75 10 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8.18934L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967ZM14 13.25H18C18.4142 13.25 18.75 13.5858 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75H15.8107L20.5303 19.4697C20.8232 19.7626 20.8232 20.2374 20.5303 20.5303C20.2374 20.8232 19.7626 20.8232 19.4697 20.5303L14.75 15.8107V18C14.75 18.4142 14.4142 18.75 14 18.75C13.5858 18.75 13.25 18.4142 13.25 18V14C13.25 13.5858 13.5858 13.25 14 13.25Z" })));
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
exports["default"] = MinimizeDiagonalIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/MinimizeDiagonalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MinimizeDiagonalIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/MinimizeDiagonalIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst MinimizeDiagonalIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L9.25 8.18934V6C9.25 5.58579 9.58579 5.25 10 5.25C10.4142 5.25 10.75 5.58579 10.75 6V10C10.75 10.4142 10.4142 10.75 10 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8.18934L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967ZM14 13.25H18C18.4142 13.25 18.75 13.5858 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75H15.8107L20.5303 19.4697C20.8232 19.7626 20.8232 20.2374 20.5303 20.5303C20.2374 20.8232 19.7626 20.8232 19.4697 20.5303L14.75 15.8107V18C14.75 18.4142 14.4142 18.75 14 18.75C13.5858 18.75 13.25 18.4142 13.25 18V14C13.25 13.5858 13.5858 13.25 14 13.25Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default MinimizeDiagonalIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,oBAAoB,GAAGA,gBAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAC5F,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,+pBAA+pB,EAAG,CAAA,CACvsB,EACT;AACH,CAAC;;;;"}
|
|
@@ -3,7 +3,7 @@ import SvgIcon from '@elementor/ui/SvgIcon';
|
|
|
3
3
|
|
|
4
4
|
const RadioButtonUncheckedIcon = React.forwardRef((props, ref) => {
|
|
5
5
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12Z" })));
|
|
7
7
|
});
|
|
8
8
|
|
|
9
9
|
export { RadioButtonUncheckedIcon as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../src/RadioButtonUncheckedIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RadioButtonUncheckedIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/RadioButtonUncheckedIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RadioButtonUncheckedIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default RadioButtonUncheckedIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,wBAAwB,GAAG,KAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAChG,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,gTAAgT,EAAG,CAAA,CACxV,EACT;AACH,CAAC;;;;"}
|
|
@@ -30,7 +30,7 @@ var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
|
|
|
30
30
|
|
|
31
31
|
const RadioButtonUncheckedIcon = React__namespace.forwardRef((props, ref) => {
|
|
32
32
|
return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
33
|
-
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12
|
|
33
|
+
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12Z" })));
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
exports["default"] = RadioButtonUncheckedIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/RadioButtonUncheckedIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RadioButtonUncheckedIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/RadioButtonUncheckedIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RadioButtonUncheckedIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default RadioButtonUncheckedIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,wBAAwB,GAAGA,gBAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAChG,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,gTAAgT,EAAG,CAAA,CACxV,EACT;AACH,CAAC;;;;"}
|
package/RocketIcon/index.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ import SvgIcon from '@elementor/ui/SvgIcon';
|
|
|
3
3
|
|
|
4
4
|
const RocketIcon = React.forwardRef((props, ref) => {
|
|
5
5
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
6
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.9592 3.25111C16.9728 3.25037 16.9864 3.25 17 3.25C17.9946 3.25 18.9484 3.64509 19.6516 4.34835C20.3549 5.05161 20.75 6.00544 20.75 7C20.75 7.01362 20.7496 7.02723 20.7489 7.04083C20.6439 8.96628 19.9703 10.8174 18.8133 12.36C17.756 13.7697 16.3385 14.864 14.7138 15.5305C14.6087 16.4992 14.2947 17.4358 13.7913 18.2748C13.2008 19.2591 12.369 20.0765 11.3746 20.6498C11.1562 20.7757 10.8892 20.7834 10.6638 20.6704C10.4385 20.5575 10.285 20.3388 10.2552 20.0885C10.1894 19.5343 10.0602 18.9933 9.87254 18.4751C9.29495 19.1405 8.58972 19.6897 7.79383 20.0877C6.59121 20.689 5.2364 20.9174 3.9031 20.7437C3.56575 20.6998 3.30023 20.4342 3.25628 20.0969C3.08257 18.7636 3.31102 17.4088 3.91233 16.2062C4.31027 15.4103 4.85953 14.705 5.5249 14.1275C5.00673 13.9398 4.46567 13.8106 3.91148 13.7448C3.66117 13.715 3.44254 13.5615 3.32955 13.3362C3.21656 13.1108 3.22434 12.8438 3.35024 12.6254C3.92353 11.631 4.74093 10.7992 5.72519 10.2087C6.56418 9.70526 7.50078 9.39133 8.46951 9.28616C9.13596 7.66154 10.2303 6.24394 11.64 5.18665C13.1826 4.02967 15.0337 3.3561 16.9592 3.25111ZM7.01588 14.8711C6.26748 15.3754 5.65964 16.0656 5.25397 16.877C4.87685 17.6312 4.6883 18.4624 4.70024 19.2997C5.53757 19.3117 6.36877 19.1231 7.12301 18.746C7.93435 18.3403 8.62458 17.7325 9.12888 16.9841C8.85626 16.566 8.5396 16.1748 8.18242 15.8176C7.82524 15.4604 7.43398 15.1437 7.01588 14.8711ZM17.0194 4.75008C15.3979 4.84272 13.8396 5.41196 12.54 6.38665C11.2347 7.36564 10.249 8.7097 9.70749 10.2489C9.60488 10.5406 9.33378 10.7394 9.02475 10.7496C8.13248 10.7791 7.26246 11.0356 6.49693 11.4949C6.04752 11.7645 5.64284 12.0988 5.29504 12.4854C6.7815 12.8789 8.14558 13.6594 9.24308 14.7569C10.3406 15.8544 11.1211 17.2185 11.5146 18.7049C11.9012 18.3571 12.2355 17.9525 12.5051 17.5031C12.9644 16.7375 13.2209 15.8675 13.2504 14.9752C13.2606 14.6662 13.4594 14.3951 13.7511 14.2925C15.2903 13.751 16.6344 12.7653 17.6133 11.46C18.588 10.1604 19.1573 8.60212 19.2499 6.98058C19.2448 6.39086 19.0084 5.82639 18.591 5.40901C18.1736 4.99163 17.6091 4.75516 17.0194 4.75008ZM13.7626 7.76256C14.0907 7.43437 14.5359 7.25 15 7.25C15.4641 7.25 15.9092 7.43437 16.2374 7.76256C16.5656 8.09075 16.75 8.53587 16.75 9C16.75 9.46413 16.5656 9.90925 16.2374 10.2374C15.9092 10.5656 15.4641 10.75 15 10.75C14.5359 10.75 14.0907 10.5656 13.7626 10.2374C13.4344 9.90925 13.25 9.46413 13.25 9C13.25 8.53587 13.4344 8.09075 13.7626 7.76256ZM15 8.75C14.9337 8.75 14.8701 8.77634 14.8232 8.82322C14.7763 8.87011 14.75 8.9337 14.75 9C14.75 9.0663 14.7763 9.12989 14.8232 9.17678C14.8701 9.22366 14.9337 9.25 15 9.25C15.0663 9.25 15.1299 9.22366 15.1768 9.17678C15.2237 9.12989 15.25 9.0663 15.25 9C15.25 8.9337 15.2237 8.87011 15.1768 8.82322C15.1299 8.77634 15.0663 8.75 15 8.75Z" })));
|
|
7
7
|
});
|
|
8
8
|
|
|
9
9
|
export { RocketIcon as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../src/RocketIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RocketIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/RocketIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RocketIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.9592 3.25111C16.9728 3.25037 16.9864 3.25 17 3.25C17.9946 3.25 18.9484 3.64509 19.6516 4.34835C20.3549 5.05161 20.75 6.00544 20.75 7C20.75 7.01362 20.7496 7.02723 20.7489 7.04083C20.6439 8.96628 19.9703 10.8174 18.8133 12.36C17.756 13.7697 16.3385 14.864 14.7138 15.5305C14.6087 16.4992 14.2947 17.4358 13.7913 18.2748C13.2008 19.2591 12.369 20.0765 11.3746 20.6498C11.1562 20.7757 10.8892 20.7834 10.6638 20.6704C10.4385 20.5575 10.285 20.3388 10.2552 20.0885C10.1894 19.5343 10.0602 18.9933 9.87254 18.4751C9.29495 19.1405 8.58972 19.6897 7.79383 20.0877C6.59121 20.689 5.2364 20.9174 3.9031 20.7437C3.56575 20.6998 3.30023 20.4342 3.25628 20.0969C3.08257 18.7636 3.31102 17.4088 3.91233 16.2062C4.31027 15.4103 4.85953 14.705 5.5249 14.1275C5.00673 13.9398 4.46567 13.8106 3.91148 13.7448C3.66117 13.715 3.44254 13.5615 3.32955 13.3362C3.21656 13.1108 3.22434 12.8438 3.35024 12.6254C3.92353 11.631 4.74093 10.7992 5.72519 10.2087C6.56418 9.70526 7.50078 9.39133 8.46951 9.28616C9.13596 7.66154 10.2303 6.24394 11.64 5.18665C13.1826 4.02967 15.0337 3.3561 16.9592 3.25111ZM7.01588 14.8711C6.26748 15.3754 5.65964 16.0656 5.25397 16.877C4.87685 17.6312 4.6883 18.4624 4.70024 19.2997C5.53757 19.3117 6.36877 19.1231 7.12301 18.746C7.93435 18.3403 8.62458 17.7325 9.12888 16.9841C8.85626 16.566 8.5396 16.1748 8.18242 15.8176C7.82524 15.4604 7.43398 15.1437 7.01588 14.8711ZM17.0194 4.75008C15.3979 4.84272 13.8396 5.41196 12.54 6.38665C11.2347 7.36564 10.249 8.7097 9.70749 10.2489C9.60488 10.5406 9.33378 10.7394 9.02475 10.7496C8.13248 10.7791 7.26246 11.0356 6.49693 11.4949C6.04752 11.7645 5.64284 12.0988 5.29504 12.4854C6.7815 12.8789 8.14558 13.6594 9.24308 14.7569C10.3406 15.8544 11.1211 17.2185 11.5146 18.7049C11.9012 18.3571 12.2355 17.9525 12.5051 17.5031C12.9644 16.7375 13.2209 15.8675 13.2504 14.9752C13.2606 14.6662 13.4594 14.3951 13.7511 14.2925C15.2903 13.751 16.6344 12.7653 17.6133 11.46C18.588 10.1604 19.1573 8.60212 19.2499 6.98058C19.2448 6.39086 19.0084 5.82639 18.591 5.40901C18.1736 4.99163 17.6091 4.75516 17.0194 4.75008ZM13.7626 7.76256C14.0907 7.43437 14.5359 7.25 15 7.25C15.4641 7.25 15.9092 7.43437 16.2374 7.76256C16.5656 8.09075 16.75 8.53587 16.75 9C16.75 9.46413 16.5656 9.90925 16.2374 10.2374C15.9092 10.5656 15.4641 10.75 15 10.75C14.5359 10.75 14.0907 10.5656 13.7626 10.2374C13.4344 9.90925 13.25 9.46413 13.25 9C13.25 8.53587 13.4344 8.09075 13.7626 7.76256ZM15 8.75C14.9337 8.75 14.8701 8.77634 14.8232 8.82322C14.7763 8.87011 14.75 8.9337 14.75 9C14.75 9.0663 14.7763 9.12989 14.8232 9.17678C14.8701 9.22366 14.9337 9.25 15 9.25C15.0663 9.25 15.1299 9.22366 15.1768 9.17678C15.2237 9.12989 15.25 9.0663 15.25 9C15.25 8.9337 15.2237 8.87011 15.1768 8.82322C15.1299 8.77634 15.0663 8.75 15 8.75Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default RocketIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,UAAU,GAAG,KAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAClF,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,6rFAA6rF,EAAG,CAAA,CACruF,EACT;AACH,CAAC;;;;"}
|
package/RocketIcon/index.js
CHANGED
|
@@ -30,7 +30,7 @@ var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
|
|
|
30
30
|
|
|
31
31
|
const RocketIcon = React__namespace.forwardRef((props, ref) => {
|
|
32
32
|
return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
33
|
-
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
33
|
+
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.9592 3.25111C16.9728 3.25037 16.9864 3.25 17 3.25C17.9946 3.25 18.9484 3.64509 19.6516 4.34835C20.3549 5.05161 20.75 6.00544 20.75 7C20.75 7.01362 20.7496 7.02723 20.7489 7.04083C20.6439 8.96628 19.9703 10.8174 18.8133 12.36C17.756 13.7697 16.3385 14.864 14.7138 15.5305C14.6087 16.4992 14.2947 17.4358 13.7913 18.2748C13.2008 19.2591 12.369 20.0765 11.3746 20.6498C11.1562 20.7757 10.8892 20.7834 10.6638 20.6704C10.4385 20.5575 10.285 20.3388 10.2552 20.0885C10.1894 19.5343 10.0602 18.9933 9.87254 18.4751C9.29495 19.1405 8.58972 19.6897 7.79383 20.0877C6.59121 20.689 5.2364 20.9174 3.9031 20.7437C3.56575 20.6998 3.30023 20.4342 3.25628 20.0969C3.08257 18.7636 3.31102 17.4088 3.91233 16.2062C4.31027 15.4103 4.85953 14.705 5.5249 14.1275C5.00673 13.9398 4.46567 13.8106 3.91148 13.7448C3.66117 13.715 3.44254 13.5615 3.32955 13.3362C3.21656 13.1108 3.22434 12.8438 3.35024 12.6254C3.92353 11.631 4.74093 10.7992 5.72519 10.2087C6.56418 9.70526 7.50078 9.39133 8.46951 9.28616C9.13596 7.66154 10.2303 6.24394 11.64 5.18665C13.1826 4.02967 15.0337 3.3561 16.9592 3.25111ZM7.01588 14.8711C6.26748 15.3754 5.65964 16.0656 5.25397 16.877C4.87685 17.6312 4.6883 18.4624 4.70024 19.2997C5.53757 19.3117 6.36877 19.1231 7.12301 18.746C7.93435 18.3403 8.62458 17.7325 9.12888 16.9841C8.85626 16.566 8.5396 16.1748 8.18242 15.8176C7.82524 15.4604 7.43398 15.1437 7.01588 14.8711ZM17.0194 4.75008C15.3979 4.84272 13.8396 5.41196 12.54 6.38665C11.2347 7.36564 10.249 8.7097 9.70749 10.2489C9.60488 10.5406 9.33378 10.7394 9.02475 10.7496C8.13248 10.7791 7.26246 11.0356 6.49693 11.4949C6.04752 11.7645 5.64284 12.0988 5.29504 12.4854C6.7815 12.8789 8.14558 13.6594 9.24308 14.7569C10.3406 15.8544 11.1211 17.2185 11.5146 18.7049C11.9012 18.3571 12.2355 17.9525 12.5051 17.5031C12.9644 16.7375 13.2209 15.8675 13.2504 14.9752C13.2606 14.6662 13.4594 14.3951 13.7511 14.2925C15.2903 13.751 16.6344 12.7653 17.6133 11.46C18.588 10.1604 19.1573 8.60212 19.2499 6.98058C19.2448 6.39086 19.0084 5.82639 18.591 5.40901C18.1736 4.99163 17.6091 4.75516 17.0194 4.75008ZM13.7626 7.76256C14.0907 7.43437 14.5359 7.25 15 7.25C15.4641 7.25 15.9092 7.43437 16.2374 7.76256C16.5656 8.09075 16.75 8.53587 16.75 9C16.75 9.46413 16.5656 9.90925 16.2374 10.2374C15.9092 10.5656 15.4641 10.75 15 10.75C14.5359 10.75 14.0907 10.5656 13.7626 10.2374C13.4344 9.90925 13.25 9.46413 13.25 9C13.25 8.53587 13.4344 8.09075 13.7626 7.76256ZM15 8.75C14.9337 8.75 14.8701 8.77634 14.8232 8.82322C14.7763 8.87011 14.75 8.9337 14.75 9C14.75 9.0663 14.7763 9.12989 14.8232 9.17678C14.8701 9.22366 14.9337 9.25 15 9.25C15.0663 9.25 15.1299 9.22366 15.1768 9.17678C15.2237 9.12989 15.25 9.0663 15.25 9C15.25 8.9337 15.2237 8.87011 15.1768 8.82322C15.1299 8.77634 15.0663 8.75 15 8.75Z" })));
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
exports["default"] = RocketIcon;
|
package/RocketIcon/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/RocketIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RocketIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/RocketIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst RocketIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.9592 3.25111C16.9728 3.25037 16.9864 3.25 17 3.25C17.9946 3.25 18.9484 3.64509 19.6516 4.34835C20.3549 5.05161 20.75 6.00544 20.75 7C20.75 7.01362 20.7496 7.02723 20.7489 7.04083C20.6439 8.96628 19.9703 10.8174 18.8133 12.36C17.756 13.7697 16.3385 14.864 14.7138 15.5305C14.6087 16.4992 14.2947 17.4358 13.7913 18.2748C13.2008 19.2591 12.369 20.0765 11.3746 20.6498C11.1562 20.7757 10.8892 20.7834 10.6638 20.6704C10.4385 20.5575 10.285 20.3388 10.2552 20.0885C10.1894 19.5343 10.0602 18.9933 9.87254 18.4751C9.29495 19.1405 8.58972 19.6897 7.79383 20.0877C6.59121 20.689 5.2364 20.9174 3.9031 20.7437C3.56575 20.6998 3.30023 20.4342 3.25628 20.0969C3.08257 18.7636 3.31102 17.4088 3.91233 16.2062C4.31027 15.4103 4.85953 14.705 5.5249 14.1275C5.00673 13.9398 4.46567 13.8106 3.91148 13.7448C3.66117 13.715 3.44254 13.5615 3.32955 13.3362C3.21656 13.1108 3.22434 12.8438 3.35024 12.6254C3.92353 11.631 4.74093 10.7992 5.72519 10.2087C6.56418 9.70526 7.50078 9.39133 8.46951 9.28616C9.13596 7.66154 10.2303 6.24394 11.64 5.18665C13.1826 4.02967 15.0337 3.3561 16.9592 3.25111ZM7.01588 14.8711C6.26748 15.3754 5.65964 16.0656 5.25397 16.877C4.87685 17.6312 4.6883 18.4624 4.70024 19.2997C5.53757 19.3117 6.36877 19.1231 7.12301 18.746C7.93435 18.3403 8.62458 17.7325 9.12888 16.9841C8.85626 16.566 8.5396 16.1748 8.18242 15.8176C7.82524 15.4604 7.43398 15.1437 7.01588 14.8711ZM17.0194 4.75008C15.3979 4.84272 13.8396 5.41196 12.54 6.38665C11.2347 7.36564 10.249 8.7097 9.70749 10.2489C9.60488 10.5406 9.33378 10.7394 9.02475 10.7496C8.13248 10.7791 7.26246 11.0356 6.49693 11.4949C6.04752 11.7645 5.64284 12.0988 5.29504 12.4854C6.7815 12.8789 8.14558 13.6594 9.24308 14.7569C10.3406 15.8544 11.1211 17.2185 11.5146 18.7049C11.9012 18.3571 12.2355 17.9525 12.5051 17.5031C12.9644 16.7375 13.2209 15.8675 13.2504 14.9752C13.2606 14.6662 13.4594 14.3951 13.7511 14.2925C15.2903 13.751 16.6344 12.7653 17.6133 11.46C18.588 10.1604 19.1573 8.60212 19.2499 6.98058C19.2448 6.39086 19.0084 5.82639 18.591 5.40901C18.1736 4.99163 17.6091 4.75516 17.0194 4.75008ZM13.7626 7.76256C14.0907 7.43437 14.5359 7.25 15 7.25C15.4641 7.25 15.9092 7.43437 16.2374 7.76256C16.5656 8.09075 16.75 8.53587 16.75 9C16.75 9.46413 16.5656 9.90925 16.2374 10.2374C15.9092 10.5656 15.4641 10.75 15 10.75C14.5359 10.75 14.0907 10.5656 13.7626 10.2374C13.4344 9.90925 13.25 9.46413 13.25 9C13.25 8.53587 13.4344 8.09075 13.7626 7.76256ZM15 8.75C14.9337 8.75 14.8701 8.77634 14.8232 8.82322C14.7763 8.87011 14.75 8.9337 14.75 9C14.75 9.0663 14.7763 9.12989 14.8232 9.17678C14.8701 9.22366 14.9337 9.25 15 9.25C15.0663 9.25 15.1299 9.22366 15.1768 9.17678C15.2237 9.12989 15.25 9.0663 15.25 9C15.25 8.9337 15.2237 8.87011 15.1768 8.82322C15.1299 8.77634 15.0663 8.75 15 8.75Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default RocketIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,UAAU,GAAGA,gBAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAClF,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,6rFAA6rF,EAAG,CAAA,CACruF,EACT;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const UploadIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4697 3.46967C11.7626 3.17678 12.2374 3.17678 12.5303 3.46967L17.5303 8.46967C17.8232 8.76256 17.8232 9.23744 17.5303 9.53033C17.2374 9.82322 16.7626 9.82322 16.4697 9.53033L12.75 5.81066V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V5.81066L7.53033 9.53033C7.23744 9.82322 6.76256 9.82322 6.46967 9.53033C6.17678 9.23744 6.17678 8.76256 6.46967 8.46967L11.4697 3.46967ZM4 16.25C4.41421 16.25 4.75 16.5858 4.75 17V19C4.75 19.3315 4.8817 19.6495 5.11612 19.8839C5.35054 20.1183 5.66848 20.25 6 20.25H18C18.3315 20.25 18.6495 20.1183 18.8839 19.8839C19.1183 19.6495 19.25 19.3315 19.25 19V17C19.25 16.5858 19.5858 16.25 20 16.25C20.4142 16.25 20.75 16.5858 20.75 17V19C20.75 19.7293 20.4603 20.4288 19.9445 20.9445C19.4288 21.4603 18.7293 21.75 18 21.75H6C5.27065 21.75 4.57118 21.4603 4.05546 20.9445C3.53973 20.4288 3.25 19.7293 3.25 19V17C3.25 16.5858 3.58579 16.25 4 16.25Z" })));
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
export { UploadIcon as default };
|
|
10
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/UploadIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst UploadIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.4697 3.46967C11.7626 3.17678 12.2374 3.17678 12.5303 3.46967L17.5303 8.46967C17.8232 8.76256 17.8232 9.23744 17.5303 9.53033C17.2374 9.82322 16.7626 9.82322 16.4697 9.53033L12.75 5.81066V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V5.81066L7.53033 9.53033C7.23744 9.82322 6.76256 9.82322 6.46967 9.53033C6.17678 9.23744 6.17678 8.76256 6.46967 8.46967L11.4697 3.46967ZM4 16.25C4.41421 16.25 4.75 16.5858 4.75 17V19C4.75 19.3315 4.8817 19.6495 5.11612 19.8839C5.35054 20.1183 5.66848 20.25 6 20.25H18C18.3315 20.25 18.6495 20.1183 18.8839 19.8839C19.1183 19.6495 19.25 19.3315 19.25 19V17C19.25 16.5858 19.5858 16.25 20 16.25C20.4142 16.25 20.75 16.5858 20.75 17V19C20.75 19.7293 20.4603 20.4288 19.9445 20.9445C19.4288 21.4603 18.7293 21.75 18 21.75H6C5.27065 21.75 4.57118 21.4603 4.05546 20.9445C3.53973 20.4288 3.25 19.7293 3.25 19V17C3.25 16.5858 3.58579 16.25 4 16.25Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default UploadIcon;\n"],"names":[],"mappings":";;;AAGM,MAAA,UAAU,GAAG,KAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAClF,IAAA,QACC,KAAA,CAAA,aAAA,CAAC,OAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAA,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,+4BAA+4B,EAAG,CAAA,CACv7B,EACT;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var SvgIcon = require('@elementor/ui/SvgIcon');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
function _interopNamespace(e) {
|
|
11
|
+
if (e && e.__esModule) return e;
|
|
12
|
+
var n = Object.create(null);
|
|
13
|
+
if (e) {
|
|
14
|
+
Object.keys(e).forEach(function (k) {
|
|
15
|
+
if (k !== 'default') {
|
|
16
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
17
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return e[k]; }
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
n["default"] = e;
|
|
25
|
+
return Object.freeze(n);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
29
|
+
var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
|
|
30
|
+
|
|
31
|
+
const UploadIcon = React__namespace.forwardRef((props, ref) => {
|
|
32
|
+
return (React__namespace.createElement(SvgIcon__default["default"], { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
33
|
+
React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4697 3.46967C11.7626 3.17678 12.2374 3.17678 12.5303 3.46967L17.5303 8.46967C17.8232 8.76256 17.8232 9.23744 17.5303 9.53033C17.2374 9.82322 16.7626 9.82322 16.4697 9.53033L12.75 5.81066V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V5.81066L7.53033 9.53033C7.23744 9.82322 6.76256 9.82322 6.46967 9.53033C6.17678 9.23744 6.17678 8.76256 6.46967 8.46967L11.4697 3.46967ZM4 16.25C4.41421 16.25 4.75 16.5858 4.75 17V19C4.75 19.3315 4.8817 19.6495 5.11612 19.8839C5.35054 20.1183 5.66848 20.25 6 20.25H18C18.3315 20.25 18.6495 20.1183 18.8839 19.8839C19.1183 19.6495 19.25 19.3315 19.25 19V17C19.25 16.5858 19.5858 16.25 20 16.25C20.4142 16.25 20.75 16.5858 20.75 17V19C20.75 19.7293 20.4603 20.4288 19.9445 20.9445C19.4288 21.4603 18.7293 21.75 18 21.75H6C5.27065 21.75 4.57118 21.4603 4.05546 20.9445C3.53973 20.4288 3.25 19.7293 3.25 19V17C3.25 16.5858 3.58579 16.25 4 16.25Z" })));
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
exports["default"] = UploadIcon;
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/UploadIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst UploadIcon = React.forwardRef<SVGSVGElement, SvgIconProps>( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.4697 3.46967C11.7626 3.17678 12.2374 3.17678 12.5303 3.46967L17.5303 8.46967C17.8232 8.76256 17.8232 9.23744 17.5303 9.53033C17.2374 9.82322 16.7626 9.82322 16.4697 9.53033L12.75 5.81066V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V5.81066L7.53033 9.53033C7.23744 9.82322 6.76256 9.82322 6.46967 9.53033C6.17678 9.23744 6.17678 8.76256 6.46967 8.46967L11.4697 3.46967ZM4 16.25C4.41421 16.25 4.75 16.5858 4.75 17V19C4.75 19.3315 4.8817 19.6495 5.11612 19.8839C5.35054 20.1183 5.66848 20.25 6 20.25H18C18.3315 20.25 18.6495 20.1183 18.8839 19.8839C19.1183 19.6495 19.25 19.3315 19.25 19V17C19.25 16.5858 19.5858 16.25 20 16.25C20.4142 16.25 20.75 16.5858 20.75 17V19C20.75 19.7293 20.4603 20.4288 19.9445 20.9445C19.4288 21.4603 18.7293 21.75 18 21.75H6C5.27065 21.75 4.57118 21.4603 4.05546 20.9445C3.53973 20.4288 3.25 19.7293 3.25 19V17C3.25 16.5858 3.58579 16.25 4 16.25Z\" />\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default UploadIcon;\n"],"names":["React","SvgIcon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGM,MAAA,UAAU,GAAGA,gBAAK,CAAC,UAAU,CAA+B,CAAE,KAAK,EAAE,GAAG,KAAK;AAClF,IAAA,QACCA,gBAAA,CAAA,aAAA,CAACC,2BAAO,EAAA,EAAC,OAAO,EAAC,WAAW,EAAA,GAAM,KAAK,EAAG,GAAG,EAAG,GAAG,EAAA;AAClD,QAAAD,gBAAA,CAAA,aAAA,CAAA,MAAA,EAAA,EAAM,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,+4BAA+4B,EAAG,CAAA,CACv7B,EACT;AACH,CAAC;;;;"}
|
package/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ export { default as ThemeBuilderIcon } from './ThemeBuilderIcon';
|
|
|
65
65
|
export { default as ToggleRightIcon } from './ToggleRightIcon';
|
|
66
66
|
export { default as TrashIcon } from './TrashIcon';
|
|
67
67
|
export { default as UpgradeIcon } from './UpgradeIcon';
|
|
68
|
+
export { default as UploadIcon } from './UploadIcon';
|
|
68
69
|
export { default as UserIcon } from './UserIcon';
|
|
69
70
|
export { default as WidescreenIcon } from './WidescreenIcon';
|
|
70
71
|
export { default as WordpressIcon } from './WordpressIcon';
|
package/index.esm.js
CHANGED
|
@@ -204,7 +204,7 @@ const MessageIcon = React.forwardRef((props, ref) => {
|
|
|
204
204
|
|
|
205
205
|
const MinimizeDiagonalIcon = React.forwardRef((props, ref) => {
|
|
206
206
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
207
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
207
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.46967 3.46967C3.76256 3.17678 4.23744 3.17678 4.53033 3.46967L9.25 8.18934V6C9.25 5.58579 9.58579 5.25 10 5.25C10.4142 5.25 10.75 5.58579 10.75 6V10C10.75 10.4142 10.4142 10.75 10 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8.18934L3.46967 4.53033C3.17678 4.23744 3.17678 3.76256 3.46967 3.46967ZM14 13.25H18C18.4142 13.25 18.75 13.5858 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75H15.8107L20.5303 19.4697C20.8232 19.7626 20.8232 20.2374 20.5303 20.5303C20.2374 20.8232 19.7626 20.8232 19.4697 20.5303L14.75 15.8107V18C14.75 18.4142 14.4142 18.75 14 18.75C13.5858 18.75 13.25 18.4142 13.25 18V14C13.25 13.5858 13.5858 13.25 14 13.25Z" })));
|
|
208
208
|
});
|
|
209
209
|
|
|
210
210
|
const MobileIcon = React.forwardRef((props, ref) => {
|
|
@@ -282,7 +282,7 @@ const PostTypeIcon = React.forwardRef((props, ref) => {
|
|
|
282
282
|
|
|
283
283
|
const RadioButtonUncheckedIcon = React.forwardRef((props, ref) => {
|
|
284
284
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
285
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12
|
|
285
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12Z" })));
|
|
286
286
|
});
|
|
287
287
|
|
|
288
288
|
const RefreshIcon = React.forwardRef((props, ref) => {
|
|
@@ -293,7 +293,7 @@ const RefreshIcon = React.forwardRef((props, ref) => {
|
|
|
293
293
|
|
|
294
294
|
const RocketIcon = React.forwardRef((props, ref) => {
|
|
295
295
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
296
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
296
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.9592 3.25111C16.9728 3.25037 16.9864 3.25 17 3.25C17.9946 3.25 18.9484 3.64509 19.6516 4.34835C20.3549 5.05161 20.75 6.00544 20.75 7C20.75 7.01362 20.7496 7.02723 20.7489 7.04083C20.6439 8.96628 19.9703 10.8174 18.8133 12.36C17.756 13.7697 16.3385 14.864 14.7138 15.5305C14.6087 16.4992 14.2947 17.4358 13.7913 18.2748C13.2008 19.2591 12.369 20.0765 11.3746 20.6498C11.1562 20.7757 10.8892 20.7834 10.6638 20.6704C10.4385 20.5575 10.285 20.3388 10.2552 20.0885C10.1894 19.5343 10.0602 18.9933 9.87254 18.4751C9.29495 19.1405 8.58972 19.6897 7.79383 20.0877C6.59121 20.689 5.2364 20.9174 3.9031 20.7437C3.56575 20.6998 3.30023 20.4342 3.25628 20.0969C3.08257 18.7636 3.31102 17.4088 3.91233 16.2062C4.31027 15.4103 4.85953 14.705 5.5249 14.1275C5.00673 13.9398 4.46567 13.8106 3.91148 13.7448C3.66117 13.715 3.44254 13.5615 3.32955 13.3362C3.21656 13.1108 3.22434 12.8438 3.35024 12.6254C3.92353 11.631 4.74093 10.7992 5.72519 10.2087C6.56418 9.70526 7.50078 9.39133 8.46951 9.28616C9.13596 7.66154 10.2303 6.24394 11.64 5.18665C13.1826 4.02967 15.0337 3.3561 16.9592 3.25111ZM7.01588 14.8711C6.26748 15.3754 5.65964 16.0656 5.25397 16.877C4.87685 17.6312 4.6883 18.4624 4.70024 19.2997C5.53757 19.3117 6.36877 19.1231 7.12301 18.746C7.93435 18.3403 8.62458 17.7325 9.12888 16.9841C8.85626 16.566 8.5396 16.1748 8.18242 15.8176C7.82524 15.4604 7.43398 15.1437 7.01588 14.8711ZM17.0194 4.75008C15.3979 4.84272 13.8396 5.41196 12.54 6.38665C11.2347 7.36564 10.249 8.7097 9.70749 10.2489C9.60488 10.5406 9.33378 10.7394 9.02475 10.7496C8.13248 10.7791 7.26246 11.0356 6.49693 11.4949C6.04752 11.7645 5.64284 12.0988 5.29504 12.4854C6.7815 12.8789 8.14558 13.6594 9.24308 14.7569C10.3406 15.8544 11.1211 17.2185 11.5146 18.7049C11.9012 18.3571 12.2355 17.9525 12.5051 17.5031C12.9644 16.7375 13.2209 15.8675 13.2504 14.9752C13.2606 14.6662 13.4594 14.3951 13.7511 14.2925C15.2903 13.751 16.6344 12.7653 17.6133 11.46C18.588 10.1604 19.1573 8.60212 19.2499 6.98058C19.2448 6.39086 19.0084 5.82639 18.591 5.40901C18.1736 4.99163 17.6091 4.75516 17.0194 4.75008ZM13.7626 7.76256C14.0907 7.43437 14.5359 7.25 15 7.25C15.4641 7.25 15.9092 7.43437 16.2374 7.76256C16.5656 8.09075 16.75 8.53587 16.75 9C16.75 9.46413 16.5656 9.90925 16.2374 10.2374C15.9092 10.5656 15.4641 10.75 15 10.75C14.5359 10.75 14.0907 10.5656 13.7626 10.2374C13.4344 9.90925 13.25 9.46413 13.25 9C13.25 8.53587 13.4344 8.09075 13.7626 7.76256ZM15 8.75C14.9337 8.75 14.8701 8.77634 14.8232 8.82322C14.7763 8.87011 14.75 8.9337 14.75 9C14.75 9.0663 14.7763 9.12989 14.8232 9.17678C14.8701 9.22366 14.9337 9.25 15 9.25C15.0663 9.25 15.1299 9.22366 15.1768 9.17678C15.2237 9.12989 15.25 9.0663 15.25 9C15.25 8.9337 15.2237 8.87011 15.1768 8.82322C15.1299 8.77634 15.0663 8.75 15 8.75Z" })));
|
|
297
297
|
});
|
|
298
298
|
|
|
299
299
|
const SearchIcon = React.forwardRef((props, ref) => {
|
|
@@ -368,6 +368,11 @@ const UpgradeIcon = React.forwardRef((props, ref) => {
|
|
|
368
368
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 5.25C12.2508 5.25 12.485 5.37533 12.6241 5.58397L16.1703 10.9033L20.5315 7.41435C20.7777 7.21743 21.1207 7.19544 21.39 7.35933C21.6592 7.52321 21.7973 7.83798 21.7355 8.14709L19.7355 18.1471C19.6654 18.4977 19.3576 18.75 19 18.75H5.00004C4.64253 18.75 4.33472 18.4977 4.26461 18.1471L2.2646 8.14709C2.20278 7.83798 2.34084 7.52321 2.61012 7.35933C2.8794 7.19544 3.22241 7.21743 3.46856 7.41435L7.82977 10.9033L11.376 5.58397C11.5151 5.37533 11.7493 5.25 12 5.25ZM12 7.35208L8.62408 12.416C8.50748 12.5909 8.32282 12.7089 8.1151 12.7411C7.90738 12.7734 7.69566 12.717 7.53152 12.5857L4.13926 9.87185L5.61489 17.25H18.3852L19.8608 9.87185L16.4686 12.5857C16.3044 12.717 16.0927 12.7734 15.885 12.7411C15.6773 12.7089 15.4926 12.5909 15.376 12.416L12 7.35208Z" })));
|
|
369
369
|
});
|
|
370
370
|
|
|
371
|
+
const UploadIcon = React.forwardRef((props, ref) => {
|
|
372
|
+
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
373
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4697 3.46967C11.7626 3.17678 12.2374 3.17678 12.5303 3.46967L17.5303 8.46967C17.8232 8.76256 17.8232 9.23744 17.5303 9.53033C17.2374 9.82322 16.7626 9.82322 16.4697 9.53033L12.75 5.81066V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V5.81066L7.53033 9.53033C7.23744 9.82322 6.76256 9.82322 6.46967 9.53033C6.17678 9.23744 6.17678 8.76256 6.46967 8.46967L11.4697 3.46967ZM4 16.25C4.41421 16.25 4.75 16.5858 4.75 17V19C4.75 19.3315 4.8817 19.6495 5.11612 19.8839C5.35054 20.1183 5.66848 20.25 6 20.25H18C18.3315 20.25 18.6495 20.1183 18.8839 19.8839C19.1183 19.6495 19.25 19.3315 19.25 19V17C19.25 16.5858 19.5858 16.25 20 16.25C20.4142 16.25 20.75 16.5858 20.75 17V19C20.75 19.7293 20.4603 20.4288 19.9445 20.9445C19.4288 21.4603 18.7293 21.75 18 21.75H6C5.27065 21.75 4.57118 21.4603 4.05546 20.9445C3.53973 20.4288 3.25 19.7293 3.25 19V17C3.25 16.5858 3.58579 16.25 4 16.25Z" })));
|
|
374
|
+
});
|
|
375
|
+
|
|
371
376
|
const UserIcon = React.forwardRef((props, ref) => {
|
|
372
377
|
return (React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref: ref },
|
|
373
378
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75C10.2051 3.75 8.75 5.20507 8.75 7C8.75 8.79493 10.2051 10.25 12 10.25C13.7949 10.25 15.25 8.79493 15.25 7C15.25 5.20507 13.7949 3.75 12 3.75ZM7.25 7C7.25 4.37665 9.37665 2.25 12 2.25C14.6234 2.25 16.75 4.37665 16.75 7C16.75 9.62335 14.6234 11.75 12 11.75C9.37665 11.75 7.25 9.62335 7.25 7ZM10 15.75C9.13805 15.75 8.3114 16.0924 7.7019 16.7019C7.09241 17.3114 6.75 18.138 6.75 19V21C6.75 21.4142 6.41421 21.75 6 21.75C5.58579 21.75 5.25 21.4142 5.25 21V19C5.25 17.7402 5.75044 16.532 6.64124 15.6412C7.53204 14.7504 8.74022 14.25 10 14.25H14C15.2598 14.25 16.468 14.7504 17.3588 15.6412C18.2496 16.532 18.75 17.7402 18.75 19V21C18.75 21.4142 18.4142 21.75 18 21.75C17.5858 21.75 17.25 21.4142 17.25 21V19C17.25 18.138 16.9076 17.3114 16.2981 16.7019C15.6886 16.0924 14.862 15.75 14 15.75H10Z" })));
|
|
@@ -389,5 +394,5 @@ const XIcon = React.forwardRef((props, ref) => {
|
|
|
389
394
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z" })));
|
|
390
395
|
});
|
|
391
396
|
|
|
392
|
-
export { AIIcon, AdjustmentsHorizontalIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LinkIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShrinkIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UpgradeIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
|
|
397
|
+
export { AIIcon, AdjustmentsHorizontalIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LinkIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShrinkIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
|
|
393
398
|
//# sourceMappingURL=index.esm.js.map
|