@elementor/icons 1.60.0 → 1.61.1
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/BoldIcon/index.d.ts +4 -0
- package/BoldIcon/index.js +16 -0
- package/Columns3Icon/index.d.ts +4 -0
- package/Columns3Icon/index.js +16 -0
- package/Settings2Icon/index.d.ts +4 -0
- package/Settings2Icon/index.js +16 -0
- package/SettingsAutomationIcon/index.d.ts +4 -0
- package/SettingsAutomationIcon/index.js +16 -0
- package/SubscriptIcon/index.d.ts +4 -0
- package/SubscriptIcon/index.js +23 -0
- package/SuperscriptIcon/index.d.ts +4 -0
- package/SuperscriptIcon/index.js +23 -0
- package/cjs/BoldIcon/index.d.ts +4 -0
- package/cjs/BoldIcon/index.js +41 -0
- package/cjs/Columns3Icon/index.d.ts +4 -0
- package/cjs/Columns3Icon/index.js +41 -0
- package/cjs/Settings2Icon/index.d.ts +4 -0
- package/cjs/Settings2Icon/index.js +41 -0
- package/cjs/SettingsAutomationIcon/index.d.ts +4 -0
- package/cjs/SettingsAutomationIcon/index.js +41 -0
- package/cjs/SubscriptIcon/index.d.ts +4 -0
- package/cjs/SubscriptIcon/index.js +48 -0
- package/cjs/SuperscriptIcon/index.d.ts +4 -0
- package/cjs/SuperscriptIcon/index.js +48 -0
- package/cjs/index.d.ts +6 -0
- package/cjs/index.js +36 -0
- package/index.d.ts +6 -0
- package/index.js +6 -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 BoldIcon = 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: "M16.75 15.5C16.75 14.7707 16.4601 14.0714 15.9443 13.5557C15.493 13.1043 14.9011 12.8261 14.2715 12.7637L14 12.75H7.75V18.25H14L14.2715 18.2363C14.9011 18.1739 15.493 17.8957 15.9443 17.4443C16.4601 16.9286 16.75 16.2293 16.75 15.5ZM15.75 8.5C15.75 7.77065 15.4601 7.07139 14.9443 6.55566C14.4286 6.03994 13.7293 5.75 13 5.75H7.75V11.25H13C13.7293 11.25 14.4286 10.9601 14.9443 10.4443C15.4601 9.92861 15.75 9.22935 15.75 8.5ZM17.25 8.5C17.25 9.62717 16.8019 10.7079 16.0049 11.5049C15.9494 11.5604 15.8922 11.6139 15.834 11.666C16.2645 11.872 16.661 12.1512 17.0049 12.4951C17.8019 13.2921 18.25 14.3728 18.25 15.5C18.25 16.6272 17.8019 17.7079 17.0049 18.5049C16.2079 19.3019 15.1272 19.75 14 19.75H7C6.58579 19.75 6.25 19.4142 6.25 19V5C6.25 4.58579 6.58579 4.25 7 4.25H13C14.1272 4.25 15.2079 4.69809 16.0049 5.49512C16.8019 6.29215 17.25 7.37283 17.25 8.5Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var BoldIcon_default = BoldIcon;
|
|
15
|
+
|
|
16
|
+
export { BoldIcon_default as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const Columns3Icon = 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: "M20.25 4C20.25 3.93369 20.2236 3.87013 20.1768 3.82324C20.1299 3.77636 20.0663 3.75 20 3.75H15.75V20.25H20C20.0663 20.25 20.1299 20.2236 20.1768 20.1768C20.2236 20.1299 20.25 20.0663 20.25 20V4ZM9.75 20.25H14.25V3.75H9.75V20.25ZM3.75 20C3.75 20.0663 3.77636 20.1299 3.82324 20.1768C3.87013 20.2236 3.93369 20.25 4 20.25H8.25V3.75H4C3.9337 3.75 3.87013 3.77636 3.82324 3.82324C3.77636 3.87013 3.75 3.9337 3.75 4V20ZM21.75 20C21.75 20.4641 21.5655 20.9091 21.2373 21.2373C20.9091 21.5655 20.4641 21.75 20 21.75H4C3.53587 21.75 3.09089 21.5655 2.7627 21.2373C2.43451 20.9091 2.25 20.4641 2.25 20V4C2.25 3.53587 2.43451 3.09088 2.7627 2.7627C3.09088 2.43451 3.53587 2.25 4 2.25H20C20.4641 2.25 20.9091 2.43451 21.2373 2.7627C21.5655 3.09089 21.75 3.53587 21.75 4V20Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var Columns3Icon_default = Columns3Icon;
|
|
15
|
+
|
|
16
|
+
export { Columns3Icon_default as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const Settings2Icon = 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: "M19.25 15.1558V8.61475C19.2516 8.39374 19.1948 8.1757 19.085 7.98389C18.9752 7.79222 18.8163 7.6334 18.625 7.52295C18.5803 7.49713 18.5404 7.46542 18.5029 7.43213L12.6611 3.95361C12.4677 3.84665 12.2503 3.79058 12.0293 3.79053C11.8095 3.79053 11.593 3.84592 11.4004 3.95166L5.41309 7.51611C5.40673 7.5199 5.40002 7.52424 5.39355 7.52783C5.19868 7.63605 5.03593 7.79473 4.92285 7.98682C4.80987 8.17885 4.75005 8.3978 4.75 8.62061V15.1567L4.76074 15.3228C4.7829 15.487 4.83821 15.6457 4.92285 15.7896C5.00755 15.9333 5.12003 16.0586 5.25293 16.1577L5.39355 16.2485L5.43262 16.272L11.4023 20.0854C11.5858 20.1854 11.791 20.2388 12 20.2388C12.2087 20.2388 12.4134 20.1851 12.5967 20.0854L18.5674 16.272L18.6064 16.2485C18.8013 16.1403 18.9641 15.9816 19.0771 15.7896C19.1902 15.5975 19.2499 15.3786 19.25 15.1558ZM14.25 12.0005C14.25 10.7578 13.2426 9.75049 12 9.75049C10.7574 9.75049 9.75 10.7578 9.75 12.0005C9.75021 13.243 10.7575 14.2505 12 14.2505C13.2425 14.2505 14.2498 13.243 14.25 12.0005ZM20.75 15.1567C20.7498 15.6468 20.6187 16.1279 20.3701 16.5503C20.1291 16.9597 19.7851 17.2984 19.374 17.5356L13.375 21.3696C13.362 21.3779 13.3484 21.3856 13.335 21.3931C12.9266 21.6198 12.4671 21.7388 12 21.7388C11.5329 21.7388 11.0734 21.6198 10.665 21.3931C10.6516 21.3856 10.638 21.3779 10.625 21.3696L4.625 17.5366C4.21455 17.2995 3.87173 16.9601 3.63086 16.5513C3.38211 16.1289 3.25037 15.6478 3.25 15.1577V8.61963L3.25586 8.43701C3.2844 8.01039 3.41212 7.59501 3.62988 7.2251C3.87865 6.80258 4.23639 6.45436 4.66504 6.21631L10.6455 2.65576L10.6641 2.64502C11.0814 2.41269 11.5516 2.29053 12.0293 2.29053C12.5068 2.29058 12.9763 2.41277 13.3936 2.64502C13.3999 2.64857 13.4068 2.65203 13.4131 2.65576L19.4131 6.229C19.4611 6.25763 19.5036 6.29238 19.543 6.32959C19.889 6.56418 20.1782 6.87449 20.3867 7.23877C20.6273 7.65899 20.7525 8.13551 20.75 8.61963V15.1567ZM15.75 12.0005C15.7498 14.0714 14.0709 15.7505 12 15.7505C9.92906 15.7505 8.25021 14.0714 8.25 12.0005C8.25 9.92942 9.92893 8.25049 12 8.25049C14.0711 8.25049 15.75 9.92942 15.75 12.0005Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var Settings2Icon_default = Settings2Icon;
|
|
15
|
+
|
|
16
|
+
export { Settings2Icon_default as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const SettingsAutomationIcon = 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: "M9.66215 3.91111C10.4042 1.6963 13.5959 1.6963 14.3379 3.91111L14.4043 4.14061L14.4375 4.24998C14.4773 4.3571 14.5357 4.45663 14.6104 4.54393C14.71 4.66036 14.836 4.75183 14.9776 4.81053C15.1193 4.86922 15.2729 4.89367 15.4258 4.88182C15.5787 4.86996 15.7265 4.822 15.8575 4.74217C18.0718 3.39322 20.607 5.92728 19.2588 8.14256C19.1793 8.27327 19.1311 8.42163 19.1192 8.5742C19.1074 8.72698 19.1318 8.88085 19.1905 9.02244C19.2491 9.16403 19.3407 9.28993 19.4571 9.38963C19.5729 9.48879 19.7104 9.55937 19.8584 9.59568C22.3787 10.2071 22.3797 13.7929 19.8594 14.4043C19.7106 14.4404 19.5725 14.5108 19.4561 14.6103C19.3397 14.71 19.2482 14.836 19.1895 14.9775C19.1308 15.1192 19.1064 15.2729 19.1182 15.4258C19.1301 15.5786 19.178 15.7265 19.2579 15.8574C20.6068 18.0717 18.0727 20.607 15.8575 19.2588C15.7268 19.1792 15.5784 19.131 15.4258 19.1191C15.273 19.1073 15.1192 19.1318 14.9776 19.1904C14.836 19.249 14.7101 19.3406 14.6104 19.457C14.511 19.5731 14.4406 19.7109 14.4043 19.8594C13.7929 22.3796 10.2072 22.3796 9.59575 19.8594C9.55965 19.7106 9.48919 19.5724 9.38969 19.456C9.29004 19.3396 9.16407 19.2481 9.02251 19.1894C8.88084 19.1307 8.72715 19.1063 8.57426 19.1181C8.42137 19.13 8.27356 19.178 8.14262 19.2578C5.92834 20.6067 3.39306 18.0727 4.74126 15.8574C4.82083 15.7267 4.86903 15.5783 4.8809 15.4258C4.89273 15.273 4.86824 15.1191 4.80961 14.9775C4.75099 14.8359 4.65939 14.71 4.54301 14.6103C4.42688 14.5109 4.28919 14.4395 4.14067 14.4033C1.62043 13.7919 1.62043 10.2071 4.14067 9.59568L4.25004 9.56248C4.35717 9.52271 4.45669 9.46428 4.54399 9.38963C4.66043 9.28998 4.75189 9.16401 4.81059 9.02244C4.86929 8.88077 4.89373 8.72709 4.88188 8.5742C4.87003 8.42131 4.82206 8.27349 4.74223 8.14256C3.39328 5.92827 5.92735 3.393 8.14262 4.74119L8.25102 4.79783C8.79838 5.04561 9.44904 4.74152 9.59575 4.14061L9.66215 3.91111ZM12.92 4.4033C12.6277 3.53227 11.3724 3.53227 11.0801 4.4033L11.0538 4.49412C10.6702 6.07155 8.91185 6.84516 7.49907 6.09959L7.36333 6.02244C6.49082 5.49125 5.49303 6.48981 6.02348 7.36131L6.09575 7.48826C6.25518 7.78821 6.35161 8.11829 6.37797 8.45799C6.40808 8.84634 6.34542 9.23681 6.19633 9.59666C6.04724 9.95637 5.81541 10.2761 5.51958 10.5293C5.22382 10.7823 4.87247 10.9619 4.49419 11.0537C3.53359 11.2867 3.50313 12.6179 4.40336 12.9199L4.49419 12.9463L4.63481 12.9844C4.95949 13.0839 5.2609 13.25 5.51958 13.4717C5.81493 13.7248 6.04649 14.0439 6.19536 14.4033C6.34426 14.7629 6.40605 15.1529 6.37602 15.541C6.34599 15.929 6.22489 16.3043 6.02251 16.6367C5.49132 17.5092 6.48988 18.507 7.36137 17.9765L7.48833 17.9043C7.78827 17.7448 8.11835 17.6484 8.45805 17.6221C8.8464 17.5919 9.23687 17.6546 9.59672 17.8037C9.95644 17.9528 10.2762 18.1846 10.5293 18.4804C10.7824 18.7762 10.962 19.1276 11.0538 19.5058C11.2944 20.4976 12.7057 20.4976 12.9463 19.5058L12.9844 19.3652C13.0839 19.0405 13.2501 18.7391 13.4717 18.4804C13.7248 18.1851 14.044 17.9535 14.4034 17.8047C14.763 17.6558 15.153 17.594 15.5411 17.624C15.929 17.654 16.3044 17.7751 16.6368 17.9775C17.482 18.4921 18.4446 17.5711 18.0215 16.7207L17.9766 16.6387C17.7739 16.3061 17.6523 15.9303 17.6221 15.542C17.592 15.1536 17.6547 14.7632 17.8038 14.4033C17.9528 14.0436 18.1847 13.7239 18.4805 13.4707C18.7763 13.2176 19.1276 13.038 19.5059 12.9463L19.5967 12.9199C20.4678 12.6277 20.4678 11.3723 19.5967 11.0801L19.5059 11.0537C19.1277 10.9617 18.7761 10.7815 18.4805 10.5283C18.1852 10.2752 17.9536 9.95602 17.8047 9.59666C17.6558 9.23705 17.594 8.84703 17.6241 8.45896C17.6541 8.07099 17.7752 7.69562 17.9776 7.36326C18.4922 6.51798 17.5712 5.55541 16.7207 5.9785L16.6387 6.02342C16.3062 6.22616 15.9303 6.34777 15.542 6.37791C15.1537 6.40802 14.7632 6.34536 14.4034 6.19627C14.0437 6.04718 13.7239 5.81535 13.4707 5.51951C13.2177 5.22376 13.0381 4.8724 12.9463 4.49412L12.92 4.4033ZM9.6309 8.34764C9.86591 8.21465 10.1542 8.21761 10.3858 8.35643L15.3858 11.3564C15.6117 11.492 15.75 11.7365 15.75 12C15.75 12.2634 15.6117 12.508 15.3858 12.6435L10.3858 15.6435C10.1542 15.7824 9.86591 15.7853 9.6309 15.6523C9.39577 15.5192 9.25004 15.2702 9.25004 15V8.99998C9.25004 8.72978 9.39577 8.48077 9.6309 8.34764ZM10.75 13.6748L13.5411 12L10.75 10.3242V13.6748Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var SettingsAutomationIcon_default = SettingsAutomationIcon;
|
|
15
|
+
|
|
16
|
+
export { SettingsAutomationIcon_default as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const SubscriptIcon = 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: "M19.0984 12.2566C19.4585 12.3023 19.8066 12.4183 20.1218 12.5984C20.4371 12.7785 20.7139 13.0193 20.9363 13.3064C21.1586 13.5935 21.3222 13.9219 21.4177 14.2722C21.5132 14.6225 21.5387 14.9882 21.4929 15.3484C21.4471 15.7086 21.3313 16.0565 21.1511 16.3718C21.1263 16.4152 21.0971 16.4563 21.0642 16.4939L18.6531 19.2497H20.9998C21.4139 19.2497 21.7497 19.5856 21.7498 19.9997C21.7498 20.4139 21.414 20.7497 20.9998 20.7497H16.9998C16.7056 20.7496 16.4387 20.5772 16.3171 20.3093C16.1957 20.0414 16.2417 19.727 16.4353 19.5056L19.8757 15.573C19.9417 15.4433 19.9872 15.3036 20.0056 15.1589C20.0265 14.9942 20.0141 14.8269 19.9705 14.6667C19.9268 14.5067 19.8522 14.3565 19.7507 14.2253C19.649 14.094 19.5219 13.9835 19.3777 13.9011C19.2334 13.8187 19.0737 13.7648 18.9089 13.7439C18.7443 13.723 18.5768 13.7354 18.4167 13.779C18.2567 13.8227 18.1065 13.8972 17.9753 13.9987C17.844 14.1005 17.7335 14.2276 17.6511 14.3718C17.4456 14.7314 16.9873 14.8565 16.6277 14.6511C16.2683 14.4455 16.1431 13.9872 16.3484 13.6277C16.5285 13.3124 16.7693 13.0355 17.0564 12.8132C17.3435 12.5909 17.6719 12.4273 18.0222 12.3318C18.3724 12.2362 18.7383 12.2108 19.0984 12.2566Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M12.4138 6.53098C12.6725 6.2076 13.1451 6.15523 13.4685 6.41379C13.7919 6.67254 13.8444 7.14503 13.5857 7.46848L9.96069 11.9997L13.5857 16.531C13.8444 16.8544 13.7919 17.3269 13.4685 17.5857C13.1451 17.8443 12.6725 17.7919 12.4138 17.4685L8.99975 13.2009L5.58569 17.4685C5.32692 17.7918 4.85442 17.8444 4.531 17.5857C4.20778 17.3269 4.15519 16.8543 4.41381 16.531L8.03881 11.9997L4.41381 7.46848C4.15527 7.14508 4.20774 6.67251 4.531 6.41379C4.85438 6.15508 5.3269 6.20771 5.58569 6.53098L8.99975 10.7986L12.4138 6.53098Z"
|
|
18
|
+
}
|
|
19
|
+
));
|
|
20
|
+
});
|
|
21
|
+
var SubscriptIcon_default = SubscriptIcon;
|
|
22
|
+
|
|
23
|
+
export { SubscriptIcon_default as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const SuperscriptIcon = 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: "M12.4138 6.5314C12.6726 6.20797 13.1451 6.15549 13.4685 6.41421C13.7919 6.67298 13.8444 7.14547 13.5857 7.4689L9.9607 12.0002L13.5857 16.5314C13.8444 16.8548 13.7919 17.3274 13.4685 17.5861C13.1451 17.8445 12.6725 17.7922 12.4138 17.4689L8.99976 13.2013L5.5857 17.4689C5.32689 17.792 4.85434 17.8447 4.53101 17.5861C4.20771 17.3274 4.15539 16.8548 4.41383 16.5314L8.03883 12.0002L4.41383 7.4689C4.15516 7.14557 4.20787 6.67303 4.53101 6.41421C4.85446 6.15546 5.32694 6.20796 5.5857 6.5314L8.99976 10.799L12.4138 6.5314Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M18.0222 3.33218C18.7298 3.13924 19.4851 3.23497 20.1218 3.59878C20.4372 3.77897 20.7139 4.01965 20.9363 4.30679C21.1586 4.59393 21.3222 4.92225 21.4177 5.27261C21.5132 5.62289 21.5387 5.98863 21.4929 6.34878C21.4471 6.70893 21.3312 7.057 21.1511 7.37222C21.1264 7.41548 21.097 7.45679 21.0642 7.49429L18.6531 10.2502H20.9998C21.414 10.2502 21.7498 10.5859 21.7498 11.0002C21.7496 11.4142 21.4139 11.7502 20.9998 11.7502H16.9998C16.7056 11.75 16.4387 11.5775 16.3171 11.3097C16.1957 11.0419 16.2418 10.7274 16.4353 10.506L19.8757 6.57339C19.9417 6.4438 19.9872 6.3039 20.0056 6.15933C20.0265 5.99466 20.0141 5.82729 19.9705 5.66714C19.9267 5.50683 19.8525 5.35614 19.7507 5.22476C19.649 5.09344 19.5219 4.98395 19.3777 4.90152C19.0863 4.73503 18.7405 4.69114 18.4168 4.77945C18.0931 4.86783 17.8176 5.08096 17.6511 5.37222C17.4456 5.73156 16.9872 5.85686 16.6277 5.65152C16.2683 5.44608 16.1433 4.98762 16.3484 4.62808C16.7122 3.99135 17.3147 3.52523 18.0222 3.33218Z"
|
|
18
|
+
}
|
|
19
|
+
));
|
|
20
|
+
});
|
|
21
|
+
var SuperscriptIcon_default = SuperscriptIcon;
|
|
22
|
+
|
|
23
|
+
export { SuperscriptIcon_default as default };
|
|
@@ -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 BoldIcon = 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: "M16.75 15.5C16.75 14.7707 16.4601 14.0714 15.9443 13.5557C15.493 13.1043 14.9011 12.8261 14.2715 12.7637L14 12.75H7.75V18.25H14L14.2715 18.2363C14.9011 18.1739 15.493 17.8957 15.9443 17.4443C16.4601 16.9286 16.75 16.2293 16.75 15.5ZM15.75 8.5C15.75 7.77065 15.4601 7.07139 14.9443 6.55566C14.4286 6.03994 13.7293 5.75 13 5.75H7.75V11.25H13C13.7293 11.25 14.4286 10.9601 14.9443 10.4443C15.4601 9.92861 15.75 9.22935 15.75 8.5ZM17.25 8.5C17.25 9.62717 16.8019 10.7079 16.0049 11.5049C15.9494 11.5604 15.8922 11.6139 15.834 11.666C16.2645 11.872 16.661 12.1512 17.0049 12.4951C17.8019 13.2921 18.25 14.3728 18.25 15.5C18.25 16.6272 17.8019 17.7079 17.0049 18.5049C16.2079 19.3019 15.1272 19.75 14 19.75H7C6.58579 19.75 6.25 19.4142 6.25 19V5C6.25 4.58579 6.58579 4.25 7 4.25H13C14.1272 4.25 15.2079 4.69809 16.0049 5.49512C16.8019 6.29215 17.25 7.37283 17.25 8.5Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var BoldIcon_default = BoldIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = BoldIcon_default;
|
|
@@ -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 Columns3Icon = 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: "M20.25 4C20.25 3.93369 20.2236 3.87013 20.1768 3.82324C20.1299 3.77636 20.0663 3.75 20 3.75H15.75V20.25H20C20.0663 20.25 20.1299 20.2236 20.1768 20.1768C20.2236 20.1299 20.25 20.0663 20.25 20V4ZM9.75 20.25H14.25V3.75H9.75V20.25ZM3.75 20C3.75 20.0663 3.77636 20.1299 3.82324 20.1768C3.87013 20.2236 3.93369 20.25 4 20.25H8.25V3.75H4C3.9337 3.75 3.87013 3.77636 3.82324 3.82324C3.77636 3.87013 3.75 3.9337 3.75 4V20ZM21.75 20C21.75 20.4641 21.5655 20.9091 21.2373 21.2373C20.9091 21.5655 20.4641 21.75 20 21.75H4C3.53587 21.75 3.09089 21.5655 2.7627 21.2373C2.43451 20.9091 2.25 20.4641 2.25 20V4C2.25 3.53587 2.43451 3.09088 2.7627 2.7627C3.09088 2.43451 3.53587 2.25 4 2.25H20C20.4641 2.25 20.9091 2.43451 21.2373 2.7627C21.5655 3.09089 21.75 3.53587 21.75 4V20Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var Columns3Icon_default = Columns3Icon;
|
|
40
|
+
|
|
41
|
+
module.exports = Columns3Icon_default;
|
|
@@ -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 Settings2Icon = 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: "M19.25 15.1558V8.61475C19.2516 8.39374 19.1948 8.1757 19.085 7.98389C18.9752 7.79222 18.8163 7.6334 18.625 7.52295C18.5803 7.49713 18.5404 7.46542 18.5029 7.43213L12.6611 3.95361C12.4677 3.84665 12.2503 3.79058 12.0293 3.79053C11.8095 3.79053 11.593 3.84592 11.4004 3.95166L5.41309 7.51611C5.40673 7.5199 5.40002 7.52424 5.39355 7.52783C5.19868 7.63605 5.03593 7.79473 4.92285 7.98682C4.80987 8.17885 4.75005 8.3978 4.75 8.62061V15.1567L4.76074 15.3228C4.7829 15.487 4.83821 15.6457 4.92285 15.7896C5.00755 15.9333 5.12003 16.0586 5.25293 16.1577L5.39355 16.2485L5.43262 16.272L11.4023 20.0854C11.5858 20.1854 11.791 20.2388 12 20.2388C12.2087 20.2388 12.4134 20.1851 12.5967 20.0854L18.5674 16.272L18.6064 16.2485C18.8013 16.1403 18.9641 15.9816 19.0771 15.7896C19.1902 15.5975 19.2499 15.3786 19.25 15.1558ZM14.25 12.0005C14.25 10.7578 13.2426 9.75049 12 9.75049C10.7574 9.75049 9.75 10.7578 9.75 12.0005C9.75021 13.243 10.7575 14.2505 12 14.2505C13.2425 14.2505 14.2498 13.243 14.25 12.0005ZM20.75 15.1567C20.7498 15.6468 20.6187 16.1279 20.3701 16.5503C20.1291 16.9597 19.7851 17.2984 19.374 17.5356L13.375 21.3696C13.362 21.3779 13.3484 21.3856 13.335 21.3931C12.9266 21.6198 12.4671 21.7388 12 21.7388C11.5329 21.7388 11.0734 21.6198 10.665 21.3931C10.6516 21.3856 10.638 21.3779 10.625 21.3696L4.625 17.5366C4.21455 17.2995 3.87173 16.9601 3.63086 16.5513C3.38211 16.1289 3.25037 15.6478 3.25 15.1577V8.61963L3.25586 8.43701C3.2844 8.01039 3.41212 7.59501 3.62988 7.2251C3.87865 6.80258 4.23639 6.45436 4.66504 6.21631L10.6455 2.65576L10.6641 2.64502C11.0814 2.41269 11.5516 2.29053 12.0293 2.29053C12.5068 2.29058 12.9763 2.41277 13.3936 2.64502C13.3999 2.64857 13.4068 2.65203 13.4131 2.65576L19.4131 6.229C19.4611 6.25763 19.5036 6.29238 19.543 6.32959C19.889 6.56418 20.1782 6.87449 20.3867 7.23877C20.6273 7.65899 20.7525 8.13551 20.75 8.61963V15.1567ZM15.75 12.0005C15.7498 14.0714 14.0709 15.7505 12 15.7505C9.92906 15.7505 8.25021 14.0714 8.25 12.0005C8.25 9.92942 9.92893 8.25049 12 8.25049C14.0711 8.25049 15.75 9.92942 15.75 12.0005Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var Settings2Icon_default = Settings2Icon;
|
|
40
|
+
|
|
41
|
+
module.exports = Settings2Icon_default;
|
|
@@ -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 SettingsAutomationIcon = 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: "M9.66215 3.91111C10.4042 1.6963 13.5959 1.6963 14.3379 3.91111L14.4043 4.14061L14.4375 4.24998C14.4773 4.3571 14.5357 4.45663 14.6104 4.54393C14.71 4.66036 14.836 4.75183 14.9776 4.81053C15.1193 4.86922 15.2729 4.89367 15.4258 4.88182C15.5787 4.86996 15.7265 4.822 15.8575 4.74217C18.0718 3.39322 20.607 5.92728 19.2588 8.14256C19.1793 8.27327 19.1311 8.42163 19.1192 8.5742C19.1074 8.72698 19.1318 8.88085 19.1905 9.02244C19.2491 9.16403 19.3407 9.28993 19.4571 9.38963C19.5729 9.48879 19.7104 9.55937 19.8584 9.59568C22.3787 10.2071 22.3797 13.7929 19.8594 14.4043C19.7106 14.4404 19.5725 14.5108 19.4561 14.6103C19.3397 14.71 19.2482 14.836 19.1895 14.9775C19.1308 15.1192 19.1064 15.2729 19.1182 15.4258C19.1301 15.5786 19.178 15.7265 19.2579 15.8574C20.6068 18.0717 18.0727 20.607 15.8575 19.2588C15.7268 19.1792 15.5784 19.131 15.4258 19.1191C15.273 19.1073 15.1192 19.1318 14.9776 19.1904C14.836 19.249 14.7101 19.3406 14.6104 19.457C14.511 19.5731 14.4406 19.7109 14.4043 19.8594C13.7929 22.3796 10.2072 22.3796 9.59575 19.8594C9.55965 19.7106 9.48919 19.5724 9.38969 19.456C9.29004 19.3396 9.16407 19.2481 9.02251 19.1894C8.88084 19.1307 8.72715 19.1063 8.57426 19.1181C8.42137 19.13 8.27356 19.178 8.14262 19.2578C5.92834 20.6067 3.39306 18.0727 4.74126 15.8574C4.82083 15.7267 4.86903 15.5783 4.8809 15.4258C4.89273 15.273 4.86824 15.1191 4.80961 14.9775C4.75099 14.8359 4.65939 14.71 4.54301 14.6103C4.42688 14.5109 4.28919 14.4395 4.14067 14.4033C1.62043 13.7919 1.62043 10.2071 4.14067 9.59568L4.25004 9.56248C4.35717 9.52271 4.45669 9.46428 4.54399 9.38963C4.66043 9.28998 4.75189 9.16401 4.81059 9.02244C4.86929 8.88077 4.89373 8.72709 4.88188 8.5742C4.87003 8.42131 4.82206 8.27349 4.74223 8.14256C3.39328 5.92827 5.92735 3.393 8.14262 4.74119L8.25102 4.79783C8.79838 5.04561 9.44904 4.74152 9.59575 4.14061L9.66215 3.91111ZM12.92 4.4033C12.6277 3.53227 11.3724 3.53227 11.0801 4.4033L11.0538 4.49412C10.6702 6.07155 8.91185 6.84516 7.49907 6.09959L7.36333 6.02244C6.49082 5.49125 5.49303 6.48981 6.02348 7.36131L6.09575 7.48826C6.25518 7.78821 6.35161 8.11829 6.37797 8.45799C6.40808 8.84634 6.34542 9.23681 6.19633 9.59666C6.04724 9.95637 5.81541 10.2761 5.51958 10.5293C5.22382 10.7823 4.87247 10.9619 4.49419 11.0537C3.53359 11.2867 3.50313 12.6179 4.40336 12.9199L4.49419 12.9463L4.63481 12.9844C4.95949 13.0839 5.2609 13.25 5.51958 13.4717C5.81493 13.7248 6.04649 14.0439 6.19536 14.4033C6.34426 14.7629 6.40605 15.1529 6.37602 15.541C6.34599 15.929 6.22489 16.3043 6.02251 16.6367C5.49132 17.5092 6.48988 18.507 7.36137 17.9765L7.48833 17.9043C7.78827 17.7448 8.11835 17.6484 8.45805 17.6221C8.8464 17.5919 9.23687 17.6546 9.59672 17.8037C9.95644 17.9528 10.2762 18.1846 10.5293 18.4804C10.7824 18.7762 10.962 19.1276 11.0538 19.5058C11.2944 20.4976 12.7057 20.4976 12.9463 19.5058L12.9844 19.3652C13.0839 19.0405 13.2501 18.7391 13.4717 18.4804C13.7248 18.1851 14.044 17.9535 14.4034 17.8047C14.763 17.6558 15.153 17.594 15.5411 17.624C15.929 17.654 16.3044 17.7751 16.6368 17.9775C17.482 18.4921 18.4446 17.5711 18.0215 16.7207L17.9766 16.6387C17.7739 16.3061 17.6523 15.9303 17.6221 15.542C17.592 15.1536 17.6547 14.7632 17.8038 14.4033C17.9528 14.0436 18.1847 13.7239 18.4805 13.4707C18.7763 13.2176 19.1276 13.038 19.5059 12.9463L19.5967 12.9199C20.4678 12.6277 20.4678 11.3723 19.5967 11.0801L19.5059 11.0537C19.1277 10.9617 18.7761 10.7815 18.4805 10.5283C18.1852 10.2752 17.9536 9.95602 17.8047 9.59666C17.6558 9.23705 17.594 8.84703 17.6241 8.45896C17.6541 8.07099 17.7752 7.69562 17.9776 7.36326C18.4922 6.51798 17.5712 5.55541 16.7207 5.9785L16.6387 6.02342C16.3062 6.22616 15.9303 6.34777 15.542 6.37791C15.1537 6.40802 14.7632 6.34536 14.4034 6.19627C14.0437 6.04718 13.7239 5.81535 13.4707 5.51951C13.2177 5.22376 13.0381 4.8724 12.9463 4.49412L12.92 4.4033ZM9.6309 8.34764C9.86591 8.21465 10.1542 8.21761 10.3858 8.35643L15.3858 11.3564C15.6117 11.492 15.75 11.7365 15.75 12C15.75 12.2634 15.6117 12.508 15.3858 12.6435L10.3858 15.6435C10.1542 15.7824 9.86591 15.7853 9.6309 15.6523C9.39577 15.5192 9.25004 15.2702 9.25004 15V8.99998C9.25004 8.72978 9.39577 8.48077 9.6309 8.34764ZM10.75 13.6748L13.5411 12L10.75 10.3242V13.6748Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var SettingsAutomationIcon_default = SettingsAutomationIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = SettingsAutomationIcon_default;
|
|
@@ -0,0 +1,48 @@
|
|
|
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 SubscriptIcon = 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: "M19.0984 12.2566C19.4585 12.3023 19.8066 12.4183 20.1218 12.5984C20.4371 12.7785 20.7139 13.0193 20.9363 13.3064C21.1586 13.5935 21.3222 13.9219 21.4177 14.2722C21.5132 14.6225 21.5387 14.9882 21.4929 15.3484C21.4471 15.7086 21.3313 16.0565 21.1511 16.3718C21.1263 16.4152 21.0971 16.4563 21.0642 16.4939L18.6531 19.2497H20.9998C21.4139 19.2497 21.7497 19.5856 21.7498 19.9997C21.7498 20.4139 21.414 20.7497 20.9998 20.7497H16.9998C16.7056 20.7496 16.4387 20.5772 16.3171 20.3093C16.1957 20.0414 16.2417 19.727 16.4353 19.5056L19.8757 15.573C19.9417 15.4433 19.9872 15.3036 20.0056 15.1589C20.0265 14.9942 20.0141 14.8269 19.9705 14.6667C19.9268 14.5067 19.8522 14.3565 19.7507 14.2253C19.649 14.094 19.5219 13.9835 19.3777 13.9011C19.2334 13.8187 19.0737 13.7648 18.9089 13.7439C18.7443 13.723 18.5768 13.7354 18.4167 13.779C18.2567 13.8227 18.1065 13.8972 17.9753 13.9987C17.844 14.1005 17.7335 14.2276 17.6511 14.3718C17.4456 14.7314 16.9873 14.8565 16.6277 14.6511C16.2683 14.4455 16.1431 13.9872 16.3484 13.6277C16.5285 13.3124 16.7693 13.0355 17.0564 12.8132C17.3435 12.5909 17.6719 12.4273 18.0222 12.3318C18.3724 12.2362 18.7383 12.2108 19.0984 12.2566Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M12.4138 6.53098C12.6725 6.2076 13.1451 6.15523 13.4685 6.41379C13.7919 6.67254 13.8444 7.14503 13.5857 7.46848L9.96069 11.9997L13.5857 16.531C13.8444 16.8544 13.7919 17.3269 13.4685 17.5857C13.1451 17.8443 12.6725 17.7919 12.4138 17.4685L8.99975 13.2009L5.58569 17.4685C5.32692 17.7918 4.85442 17.8444 4.531 17.5857C4.20778 17.3269 4.15519 16.8543 4.41381 16.531L8.03881 11.9997L4.41381 7.46848C4.15527 7.14508 4.20774 6.67251 4.531 6.41379C4.85438 6.15508 5.3269 6.20771 5.58569 6.53098L8.99975 10.7986L12.4138 6.53098Z"
|
|
43
|
+
}
|
|
44
|
+
));
|
|
45
|
+
});
|
|
46
|
+
var SubscriptIcon_default = SubscriptIcon;
|
|
47
|
+
|
|
48
|
+
module.exports = SubscriptIcon_default;
|
|
@@ -0,0 +1,48 @@
|
|
|
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 SuperscriptIcon = 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: "M12.4138 6.5314C12.6726 6.20797 13.1451 6.15549 13.4685 6.41421C13.7919 6.67298 13.8444 7.14547 13.5857 7.4689L9.9607 12.0002L13.5857 16.5314C13.8444 16.8548 13.7919 17.3274 13.4685 17.5861C13.1451 17.8445 12.6725 17.7922 12.4138 17.4689L8.99976 13.2013L5.5857 17.4689C5.32689 17.792 4.85434 17.8447 4.53101 17.5861C4.20771 17.3274 4.15539 16.8548 4.41383 16.5314L8.03883 12.0002L4.41383 7.4689C4.15516 7.14557 4.20787 6.67303 4.53101 6.41421C4.85446 6.15546 5.32694 6.20796 5.5857 6.5314L8.99976 10.799L12.4138 6.5314Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M18.0222 3.33218C18.7298 3.13924 19.4851 3.23497 20.1218 3.59878C20.4372 3.77897 20.7139 4.01965 20.9363 4.30679C21.1586 4.59393 21.3222 4.92225 21.4177 5.27261C21.5132 5.62289 21.5387 5.98863 21.4929 6.34878C21.4471 6.70893 21.3312 7.057 21.1511 7.37222C21.1264 7.41548 21.097 7.45679 21.0642 7.49429L18.6531 10.2502H20.9998C21.414 10.2502 21.7498 10.5859 21.7498 11.0002C21.7496 11.4142 21.4139 11.7502 20.9998 11.7502H16.9998C16.7056 11.75 16.4387 11.5775 16.3171 11.3097C16.1957 11.0419 16.2418 10.7274 16.4353 10.506L19.8757 6.57339C19.9417 6.4438 19.9872 6.3039 20.0056 6.15933C20.0265 5.99466 20.0141 5.82729 19.9705 5.66714C19.9267 5.50683 19.8525 5.35614 19.7507 5.22476C19.649 5.09344 19.5219 4.98395 19.3777 4.90152C19.0863 4.73503 18.7405 4.69114 18.4168 4.77945C18.0931 4.86783 17.8176 5.08096 17.6511 5.37222C17.4456 5.73156 16.9872 5.85686 16.6277 5.65152C16.2683 5.44608 16.1433 4.98762 16.3484 4.62808C16.7122 3.99135 17.3147 3.52523 18.0222 3.33218Z"
|
|
43
|
+
}
|
|
44
|
+
));
|
|
45
|
+
});
|
|
46
|
+
var SuperscriptIcon_default = SuperscriptIcon;
|
|
47
|
+
|
|
48
|
+
module.exports = SuperscriptIcon_default;
|
package/cjs/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
|
|
|
35
35
|
export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
|
|
36
36
|
export { default as AtomIcon } from './AtomIcon';
|
|
37
37
|
export { default as BanIcon } from './BanIcon';
|
|
38
|
+
export { default as BoldIcon } from './BoldIcon';
|
|
38
39
|
export { default as BoltIcon } from './BoltIcon';
|
|
39
40
|
export { default as BorderCornersIcon } from './BorderCornersIcon';
|
|
40
41
|
export { default as BrandFacebookIcon } from './BrandFacebookIcon';
|
|
@@ -73,6 +74,7 @@ export { default as CodeIcon } from './CodeIcon';
|
|
|
73
74
|
export { default as CoinsIcon } from './CoinsIcon';
|
|
74
75
|
export { default as ColorFilterIcon } from './ColorFilterIcon';
|
|
75
76
|
export { default as ColorSwatchIcon } from './ColorSwatchIcon';
|
|
77
|
+
export { default as Columns3Icon } from './Columns3Icon';
|
|
76
78
|
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
77
79
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
78
80
|
export { default as CopyIcon } from './CopyIcon';
|
|
@@ -204,6 +206,8 @@ export { default as SelectorIcon } from './SelectorIcon';
|
|
|
204
206
|
export { default as Send2Icon } from './Send2Icon';
|
|
205
207
|
export { default as SendIcon } from './SendIcon';
|
|
206
208
|
export { default as ServerCogIcon } from './ServerCogIcon';
|
|
209
|
+
export { default as Settings2Icon } from './Settings2Icon';
|
|
210
|
+
export { default as SettingsAutomationIcon } from './SettingsAutomationIcon';
|
|
207
211
|
export { default as SettingsIcon } from './SettingsIcon';
|
|
208
212
|
export { default as ShieldCheckIcon } from './ShieldCheckIcon';
|
|
209
213
|
export { default as ShieldIcon } from './ShieldIcon';
|
|
@@ -224,6 +228,8 @@ export { default as StarIcon } from './StarIcon';
|
|
|
224
228
|
export { default as StarOffIcon } from './StarOffIcon';
|
|
225
229
|
export { default as StrikethroughIcon } from './StrikethroughIcon';
|
|
226
230
|
export { default as StructureIcon } from './StructureIcon';
|
|
231
|
+
export { default as SubscriptIcon } from './SubscriptIcon';
|
|
232
|
+
export { default as SuperscriptIcon } from './SuperscriptIcon';
|
|
227
233
|
export { default as SwipeIcon } from './SwipeIcon';
|
|
228
234
|
export { default as TabletIcon } from './TabletIcon';
|
|
229
235
|
export { default as TabletLandscapeIcon } from './TabletLandscapeIcon';
|
package/cjs/index.js
CHANGED
|
@@ -37,6 +37,7 @@ var ArrowsRightDownIcon = require('./ArrowsRightDownIcon');
|
|
|
37
37
|
var ArrowsRightLeftIcon = require('./ArrowsRightLeftIcon');
|
|
38
38
|
var AtomIcon = require('./AtomIcon');
|
|
39
39
|
var BanIcon = require('./BanIcon');
|
|
40
|
+
var BoldIcon = require('./BoldIcon');
|
|
40
41
|
var BoltIcon = require('./BoltIcon');
|
|
41
42
|
var BorderCornersIcon = require('./BorderCornersIcon');
|
|
42
43
|
var BrandFacebookIcon = require('./BrandFacebookIcon');
|
|
@@ -75,6 +76,7 @@ var CodeIcon = require('./CodeIcon');
|
|
|
75
76
|
var CoinsIcon = require('./CoinsIcon');
|
|
76
77
|
var ColorFilterIcon = require('./ColorFilterIcon');
|
|
77
78
|
var ColorSwatchIcon = require('./ColorSwatchIcon');
|
|
79
|
+
var Columns3Icon = require('./Columns3Icon');
|
|
78
80
|
var ComponentsIcon = require('./ComponentsIcon');
|
|
79
81
|
var ContainerTemplateIcon = require('./ContainerTemplateIcon');
|
|
80
82
|
var CopyIcon = require('./CopyIcon');
|
|
@@ -206,6 +208,8 @@ var SelectorIcon = require('./SelectorIcon');
|
|
|
206
208
|
var Send2Icon = require('./Send2Icon');
|
|
207
209
|
var SendIcon = require('./SendIcon');
|
|
208
210
|
var ServerCogIcon = require('./ServerCogIcon');
|
|
211
|
+
var Settings2Icon = require('./Settings2Icon');
|
|
212
|
+
var SettingsAutomationIcon = require('./SettingsAutomationIcon');
|
|
209
213
|
var SettingsIcon = require('./SettingsIcon');
|
|
210
214
|
var ShieldCheckIcon = require('./ShieldCheckIcon');
|
|
211
215
|
var ShieldIcon = require('./ShieldIcon');
|
|
@@ -226,6 +230,8 @@ var StarIcon = require('./StarIcon');
|
|
|
226
230
|
var StarOffIcon = require('./StarOffIcon');
|
|
227
231
|
var StrikethroughIcon = require('./StrikethroughIcon');
|
|
228
232
|
var StructureIcon = require('./StructureIcon');
|
|
233
|
+
var SubscriptIcon = require('./SubscriptIcon');
|
|
234
|
+
var SuperscriptIcon = require('./SuperscriptIcon');
|
|
229
235
|
var SwipeIcon = require('./SwipeIcon');
|
|
230
236
|
var TabletIcon = require('./TabletIcon');
|
|
231
237
|
var TabletLandscapeIcon = require('./TabletLandscapeIcon');
|
|
@@ -294,6 +300,7 @@ var ArrowsRightDownIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightDownI
|
|
|
294
300
|
var ArrowsRightLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightLeftIcon);
|
|
295
301
|
var AtomIcon__default = /*#__PURE__*/_interopDefault(AtomIcon);
|
|
296
302
|
var BanIcon__default = /*#__PURE__*/_interopDefault(BanIcon);
|
|
303
|
+
var BoldIcon__default = /*#__PURE__*/_interopDefault(BoldIcon);
|
|
297
304
|
var BoltIcon__default = /*#__PURE__*/_interopDefault(BoltIcon);
|
|
298
305
|
var BorderCornersIcon__default = /*#__PURE__*/_interopDefault(BorderCornersIcon);
|
|
299
306
|
var BrandFacebookIcon__default = /*#__PURE__*/_interopDefault(BrandFacebookIcon);
|
|
@@ -332,6 +339,7 @@ var CodeIcon__default = /*#__PURE__*/_interopDefault(CodeIcon);
|
|
|
332
339
|
var CoinsIcon__default = /*#__PURE__*/_interopDefault(CoinsIcon);
|
|
333
340
|
var ColorFilterIcon__default = /*#__PURE__*/_interopDefault(ColorFilterIcon);
|
|
334
341
|
var ColorSwatchIcon__default = /*#__PURE__*/_interopDefault(ColorSwatchIcon);
|
|
342
|
+
var Columns3Icon__default = /*#__PURE__*/_interopDefault(Columns3Icon);
|
|
335
343
|
var ComponentsIcon__default = /*#__PURE__*/_interopDefault(ComponentsIcon);
|
|
336
344
|
var ContainerTemplateIcon__default = /*#__PURE__*/_interopDefault(ContainerTemplateIcon);
|
|
337
345
|
var CopyIcon__default = /*#__PURE__*/_interopDefault(CopyIcon);
|
|
@@ -463,6 +471,8 @@ var SelectorIcon__default = /*#__PURE__*/_interopDefault(SelectorIcon);
|
|
|
463
471
|
var Send2Icon__default = /*#__PURE__*/_interopDefault(Send2Icon);
|
|
464
472
|
var SendIcon__default = /*#__PURE__*/_interopDefault(SendIcon);
|
|
465
473
|
var ServerCogIcon__default = /*#__PURE__*/_interopDefault(ServerCogIcon);
|
|
474
|
+
var Settings2Icon__default = /*#__PURE__*/_interopDefault(Settings2Icon);
|
|
475
|
+
var SettingsAutomationIcon__default = /*#__PURE__*/_interopDefault(SettingsAutomationIcon);
|
|
466
476
|
var SettingsIcon__default = /*#__PURE__*/_interopDefault(SettingsIcon);
|
|
467
477
|
var ShieldCheckIcon__default = /*#__PURE__*/_interopDefault(ShieldCheckIcon);
|
|
468
478
|
var ShieldIcon__default = /*#__PURE__*/_interopDefault(ShieldIcon);
|
|
@@ -483,6 +493,8 @@ var StarIcon__default = /*#__PURE__*/_interopDefault(StarIcon);
|
|
|
483
493
|
var StarOffIcon__default = /*#__PURE__*/_interopDefault(StarOffIcon);
|
|
484
494
|
var StrikethroughIcon__default = /*#__PURE__*/_interopDefault(StrikethroughIcon);
|
|
485
495
|
var StructureIcon__default = /*#__PURE__*/_interopDefault(StructureIcon);
|
|
496
|
+
var SubscriptIcon__default = /*#__PURE__*/_interopDefault(SubscriptIcon);
|
|
497
|
+
var SuperscriptIcon__default = /*#__PURE__*/_interopDefault(SuperscriptIcon);
|
|
486
498
|
var SwipeIcon__default = /*#__PURE__*/_interopDefault(SwipeIcon);
|
|
487
499
|
var TabletIcon__default = /*#__PURE__*/_interopDefault(TabletIcon);
|
|
488
500
|
var TabletLandscapeIcon__default = /*#__PURE__*/_interopDefault(TabletLandscapeIcon);
|
|
@@ -662,6 +674,10 @@ Object.defineProperty(exports, "BanIcon", {
|
|
|
662
674
|
enumerable: true,
|
|
663
675
|
get: function () { return BanIcon__default.default; }
|
|
664
676
|
});
|
|
677
|
+
Object.defineProperty(exports, "BoldIcon", {
|
|
678
|
+
enumerable: true,
|
|
679
|
+
get: function () { return BoldIcon__default.default; }
|
|
680
|
+
});
|
|
665
681
|
Object.defineProperty(exports, "BoltIcon", {
|
|
666
682
|
enumerable: true,
|
|
667
683
|
get: function () { return BoltIcon__default.default; }
|
|
@@ -814,6 +830,10 @@ Object.defineProperty(exports, "ColorSwatchIcon", {
|
|
|
814
830
|
enumerable: true,
|
|
815
831
|
get: function () { return ColorSwatchIcon__default.default; }
|
|
816
832
|
});
|
|
833
|
+
Object.defineProperty(exports, "Columns3Icon", {
|
|
834
|
+
enumerable: true,
|
|
835
|
+
get: function () { return Columns3Icon__default.default; }
|
|
836
|
+
});
|
|
817
837
|
Object.defineProperty(exports, "ComponentsIcon", {
|
|
818
838
|
enumerable: true,
|
|
819
839
|
get: function () { return ComponentsIcon__default.default; }
|
|
@@ -1338,6 +1358,14 @@ Object.defineProperty(exports, "ServerCogIcon", {
|
|
|
1338
1358
|
enumerable: true,
|
|
1339
1359
|
get: function () { return ServerCogIcon__default.default; }
|
|
1340
1360
|
});
|
|
1361
|
+
Object.defineProperty(exports, "Settings2Icon", {
|
|
1362
|
+
enumerable: true,
|
|
1363
|
+
get: function () { return Settings2Icon__default.default; }
|
|
1364
|
+
});
|
|
1365
|
+
Object.defineProperty(exports, "SettingsAutomationIcon", {
|
|
1366
|
+
enumerable: true,
|
|
1367
|
+
get: function () { return SettingsAutomationIcon__default.default; }
|
|
1368
|
+
});
|
|
1341
1369
|
Object.defineProperty(exports, "SettingsIcon", {
|
|
1342
1370
|
enumerable: true,
|
|
1343
1371
|
get: function () { return SettingsIcon__default.default; }
|
|
@@ -1418,6 +1446,14 @@ Object.defineProperty(exports, "StructureIcon", {
|
|
|
1418
1446
|
enumerable: true,
|
|
1419
1447
|
get: function () { return StructureIcon__default.default; }
|
|
1420
1448
|
});
|
|
1449
|
+
Object.defineProperty(exports, "SubscriptIcon", {
|
|
1450
|
+
enumerable: true,
|
|
1451
|
+
get: function () { return SubscriptIcon__default.default; }
|
|
1452
|
+
});
|
|
1453
|
+
Object.defineProperty(exports, "SuperscriptIcon", {
|
|
1454
|
+
enumerable: true,
|
|
1455
|
+
get: function () { return SuperscriptIcon__default.default; }
|
|
1456
|
+
});
|
|
1421
1457
|
Object.defineProperty(exports, "SwipeIcon", {
|
|
1422
1458
|
enumerable: true,
|
|
1423
1459
|
get: function () { return SwipeIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
|
|
|
35
35
|
export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
|
|
36
36
|
export { default as AtomIcon } from './AtomIcon';
|
|
37
37
|
export { default as BanIcon } from './BanIcon';
|
|
38
|
+
export { default as BoldIcon } from './BoldIcon';
|
|
38
39
|
export { default as BoltIcon } from './BoltIcon';
|
|
39
40
|
export { default as BorderCornersIcon } from './BorderCornersIcon';
|
|
40
41
|
export { default as BrandFacebookIcon } from './BrandFacebookIcon';
|
|
@@ -73,6 +74,7 @@ export { default as CodeIcon } from './CodeIcon';
|
|
|
73
74
|
export { default as CoinsIcon } from './CoinsIcon';
|
|
74
75
|
export { default as ColorFilterIcon } from './ColorFilterIcon';
|
|
75
76
|
export { default as ColorSwatchIcon } from './ColorSwatchIcon';
|
|
77
|
+
export { default as Columns3Icon } from './Columns3Icon';
|
|
76
78
|
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
77
79
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
78
80
|
export { default as CopyIcon } from './CopyIcon';
|
|
@@ -204,6 +206,8 @@ export { default as SelectorIcon } from './SelectorIcon';
|
|
|
204
206
|
export { default as Send2Icon } from './Send2Icon';
|
|
205
207
|
export { default as SendIcon } from './SendIcon';
|
|
206
208
|
export { default as ServerCogIcon } from './ServerCogIcon';
|
|
209
|
+
export { default as Settings2Icon } from './Settings2Icon';
|
|
210
|
+
export { default as SettingsAutomationIcon } from './SettingsAutomationIcon';
|
|
207
211
|
export { default as SettingsIcon } from './SettingsIcon';
|
|
208
212
|
export { default as ShieldCheckIcon } from './ShieldCheckIcon';
|
|
209
213
|
export { default as ShieldIcon } from './ShieldIcon';
|
|
@@ -224,6 +228,8 @@ export { default as StarIcon } from './StarIcon';
|
|
|
224
228
|
export { default as StarOffIcon } from './StarOffIcon';
|
|
225
229
|
export { default as StrikethroughIcon } from './StrikethroughIcon';
|
|
226
230
|
export { default as StructureIcon } from './StructureIcon';
|
|
231
|
+
export { default as SubscriptIcon } from './SubscriptIcon';
|
|
232
|
+
export { default as SuperscriptIcon } from './SuperscriptIcon';
|
|
227
233
|
export { default as SwipeIcon } from './SwipeIcon';
|
|
228
234
|
export { default as TabletIcon } from './TabletIcon';
|
|
229
235
|
export { default as TabletLandscapeIcon } from './TabletLandscapeIcon';
|
package/index.js
CHANGED
|
@@ -35,6 +35,7 @@ export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
|
|
|
35
35
|
export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
|
|
36
36
|
export { default as AtomIcon } from './AtomIcon';
|
|
37
37
|
export { default as BanIcon } from './BanIcon';
|
|
38
|
+
export { default as BoldIcon } from './BoldIcon';
|
|
38
39
|
export { default as BoltIcon } from './BoltIcon';
|
|
39
40
|
export { default as BorderCornersIcon } from './BorderCornersIcon';
|
|
40
41
|
export { default as BrandFacebookIcon } from './BrandFacebookIcon';
|
|
@@ -73,6 +74,7 @@ export { default as CodeIcon } from './CodeIcon';
|
|
|
73
74
|
export { default as CoinsIcon } from './CoinsIcon';
|
|
74
75
|
export { default as ColorFilterIcon } from './ColorFilterIcon';
|
|
75
76
|
export { default as ColorSwatchIcon } from './ColorSwatchIcon';
|
|
77
|
+
export { default as Columns3Icon } from './Columns3Icon';
|
|
76
78
|
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
77
79
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
78
80
|
export { default as CopyIcon } from './CopyIcon';
|
|
@@ -204,6 +206,8 @@ export { default as SelectorIcon } from './SelectorIcon';
|
|
|
204
206
|
export { default as Send2Icon } from './Send2Icon';
|
|
205
207
|
export { default as SendIcon } from './SendIcon';
|
|
206
208
|
export { default as ServerCogIcon } from './ServerCogIcon';
|
|
209
|
+
export { default as Settings2Icon } from './Settings2Icon';
|
|
210
|
+
export { default as SettingsAutomationIcon } from './SettingsAutomationIcon';
|
|
207
211
|
export { default as SettingsIcon } from './SettingsIcon';
|
|
208
212
|
export { default as ShieldCheckIcon } from './ShieldCheckIcon';
|
|
209
213
|
export { default as ShieldIcon } from './ShieldIcon';
|
|
@@ -224,6 +228,8 @@ export { default as StarIcon } from './StarIcon';
|
|
|
224
228
|
export { default as StarOffIcon } from './StarOffIcon';
|
|
225
229
|
export { default as StrikethroughIcon } from './StrikethroughIcon';
|
|
226
230
|
export { default as StructureIcon } from './StructureIcon';
|
|
231
|
+
export { default as SubscriptIcon } from './SubscriptIcon';
|
|
232
|
+
export { default as SuperscriptIcon } from './SuperscriptIcon';
|
|
227
233
|
export { default as SwipeIcon } from './SwipeIcon';
|
|
228
234
|
export { default as TabletIcon } from './TabletIcon';
|
|
229
235
|
export { default as TabletLandscapeIcon } from './TabletLandscapeIcon';
|