@elementor/icons 1.70.0 → 1.72.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/ConsentLogIcon/index.d.ts +4 -0
- package/ConsentLogIcon/index.js +16 -0
- package/ContentIcon/index.d.ts +4 -0
- package/ContentIcon/index.js +16 -0
- package/ElementorCookieIcon/index.d.ts +4 -0
- package/ElementorCookieIcon/index.js +37 -0
- package/RefreshOffIcon/index.d.ts +4 -0
- package/RefreshOffIcon/index.js +9 -0
- package/cjs/ConsentLogIcon/index.d.ts +4 -0
- package/cjs/ConsentLogIcon/index.js +41 -0
- package/cjs/ContentIcon/index.d.ts +4 -0
- package/cjs/ContentIcon/index.js +41 -0
- package/cjs/ElementorCookieIcon/index.d.ts +4 -0
- package/cjs/ElementorCookieIcon/index.js +62 -0
- package/cjs/RefreshOffIcon/index.d.ts +4 -0
- package/cjs/RefreshOffIcon/index.js +34 -0
- package/cjs/index.d.ts +4 -0
- package/cjs/index.js +24 -0
- package/index.d.ts +4 -0
- package/index.js +4 -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 ConsentLogIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M12.8027 10.5381C13.129 10.5381 13.4182 10.7488 13.5176 11.0596L14.1533 13.0508H16.0127C16.4269 13.0508 16.7627 13.3866 16.7627 13.8008C16.7623 14.2146 16.4266 14.5508 16.0127 14.5508H13.6055C13.2793 14.5508 12.99 14.3389 12.8906 14.0283L12.8027 13.7529L11.9121 16.541C11.8235 16.8177 11.583 17.0189 11.2949 17.0566C11.0067 17.0942 10.722 16.9616 10.5654 16.7168L9.18164 14.5508H7.9873C7.57335 14.5508 7.23773 14.2146 7.2373 13.8008C7.2373 13.3866 7.57309 13.0508 7.9873 13.0508H9.59277L9.6875 13.0566C9.90637 13.0846 10.1041 13.2078 10.2246 13.3965L10.9688 14.5615L12.0879 11.0596L12.1338 10.9482C12.26 10.6995 12.5172 10.5381 12.8027 10.5381Z" }), /* @__PURE__ */ React.createElement(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M13 2.25C13.7293 2.25 14.4286 2.53994 14.9443 3.05566C15.279 3.39029 15.5166 3.80275 15.6436 4.25H17C17.7293 4.25 18.4286 4.53994 18.9443 5.05566C19.4601 5.57139 19.75 6.27065 19.75 7V19C19.75 19.7293 19.4601 20.4286 18.9443 20.9443C18.4286 21.4601 17.7293 21.75 17 21.75H7C6.27065 21.75 5.57139 21.4601 5.05566 20.9443C4.53994 20.4286 4.25 19.7293 4.25 19V7C4.25 6.27065 4.53994 5.57139 5.05566 5.05566C5.57139 4.53994 6.27065 4.25 7 4.25H8.35645C8.48343 3.80275 8.72104 3.39029 9.05566 3.05566C9.57139 2.53994 10.2707 2.25 11 2.25H13ZM7 5.75C6.66848 5.75 6.35063 5.88179 6.11621 6.11621C5.88179 6.35063 5.75 6.66848 5.75 7V19C5.75 19.3315 5.88179 19.6494 6.11621 19.8838C6.35063 20.1182 6.66848 20.25 7 20.25H17C17.3315 20.25 17.6494 20.1182 17.8838 19.8838C18.1182 19.6494 18.25 19.3315 18.25 19V7C18.25 6.66848 18.1182 6.35063 17.8838 6.11621C17.6494 5.88179 17.3315 5.75 17 5.75H15.6436C15.5166 6.19725 15.279 6.60971 14.9443 6.94434C14.4286 7.46006 13.7293 7.75 13 7.75H11C10.2707 7.75 9.57139 7.46006 9.05566 6.94434C8.72104 6.60971 8.48343 6.19725 8.35645 5.75H7ZM11 3.75C10.6685 3.75 10.3506 3.88179 10.1162 4.11621C9.88179 4.35063 9.75 4.66848 9.75 5C9.75 5.33152 9.88179 5.64937 10.1162 5.88379C10.3506 6.11821 10.6685 6.25 11 6.25H13C13.3315 6.25 13.6494 6.11821 13.8838 5.88379C14.1182 5.64937 14.25 5.33152 14.25 5C14.25 4.66848 14.1182 4.35063 13.8838 4.11621C13.6494 3.88179 13.3315 3.75 13 3.75H11Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var ConsentLogIcon_default = ConsentLogIcon;
|
|
15
|
+
|
|
16
|
+
export { ConsentLogIcon_default as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ContentIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M19.0068 19.3003C19.421 19.3003 19.7568 19.6361 19.7568 20.0503C19.7566 20.4643 19.4209 20.8003 19.0068 20.8003H4.99414C4.58009 20.8003 4.2444 20.4643 4.24414 20.0503C4.24414 19.6361 4.57993 19.3003 4.99414 19.3003H19.0068Z" }), /* @__PURE__ */ React.createElement(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
d: "M15.5742 3.19971C16.4655 3.19971 17.3247 3.54424 17.9609 4.16357C18.5978 4.78368 18.9599 5.6293 18.96 6.51514C18.96 7.40108 18.5979 8.24651 17.9609 8.8667L9.64062 16.9683C9.50064 17.1045 9.31255 17.1811 9.11719 17.1812H5.35254C4.93845 17.1812 4.60275 16.8452 4.60254 16.4312V12.7651C4.60266 12.5617 4.68563 12.3673 4.83203 12.2261L13.1904 4.16162C13.8264 3.54362 14.684 3.19983 15.5742 3.19971ZM6.10254 13.0835V15.6812H8.81152L15.1094 9.54932L12.4854 6.92529L6.10254 13.0835ZM15.5742 4.69971C15.068 4.69983 14.5864 4.89605 14.2344 5.23877L14.2324 5.24072L13.5645 5.8833L16.1846 8.50342L16.915 7.79248C17.2664 7.45032 17.46 6.99013 17.46 6.51514C17.4599 6.04033 17.2663 5.58083 16.915 5.23877C16.5629 4.89595 16.0806 4.69971 15.5742 4.69971Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement("path", { d: "M19.0068 15.6812C19.421 15.6812 19.7568 16.0169 19.7568 16.4312C19.7566 16.8451 19.4209 17.1812 19.0068 17.1812H14.2285C13.8145 17.1812 13.4788 16.8451 13.4785 16.4312C13.4785 16.0169 13.8143 15.6812 14.2285 15.6812H19.0068Z" }));
|
|
13
|
+
});
|
|
14
|
+
var ContentIcon_default = ContentIcon;
|
|
15
|
+
|
|
16
|
+
export { ContentIcon_default as default };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ElementorCookieIcon = 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: "M15.29 13.3706C16.3496 13.3709 17.209 14.2299 17.209 15.2896C17.209 16.3492 16.3497 17.2082 15.29 17.2085C14.2302 17.2085 13.3711 16.3494 13.3711 15.2896C13.3711 14.2297 14.2302 13.3706 15.29 13.3706ZM15.29 14.6167C14.9185 14.6167 14.6172 14.918 14.6172 15.2896C14.6172 15.6612 14.9184 15.9624 15.29 15.9624C15.6614 15.9621 15.9629 15.661 15.9629 15.2896C15.9629 14.9181 15.6614 14.617 15.29 14.6167Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M8.51172 12.5054C9.68138 12.5056 10.6298 13.4538 10.6299 14.6235C10.6299 15.7933 9.68145 16.7414 8.51172 16.7417C7.34186 16.7416 6.39355 15.7934 6.39355 14.6235C6.39366 13.4537 7.34192 12.5055 8.51172 12.5054ZM8.51172 13.7515C8.03015 13.7516 7.63975 14.142 7.63965 14.6235C7.63965 15.1052 8.03008 15.4955 8.51172 15.4956C8.99322 15.4953 9.38379 15.1051 9.38379 14.6235C9.38368 14.1421 8.99315 13.7517 8.51172 13.7515Z"
|
|
18
|
+
}
|
|
19
|
+
), /* @__PURE__ */ React.createElement(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M10.8037 6.52295C12.1385 6.52321 13.2214 7.60518 13.2217 8.93994C13.2217 10.2749 12.1386 11.3576 10.8037 11.3579C9.46879 11.3577 8.38672 10.2749 8.38672 8.93994C8.38695 7.60516 9.46893 6.52318 10.8037 6.52295ZM10.8037 7.76904C10.1572 7.76928 9.63305 8.29339 9.63281 8.93994C9.63281 9.58669 10.157 10.1116 10.8037 10.1118C11.4504 10.1116 11.9756 9.58667 11.9756 8.93994C11.9754 8.29341 11.4502 7.76931 10.8037 7.76904Z"
|
|
25
|
+
}
|
|
26
|
+
), /* @__PURE__ */ React.createElement(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M12.5059 1.29541C13.2798 1.33291 13.8048 1.88633 14.0508 2.40967C14.569 3.51261 15.6885 4.27393 16.9844 4.27393C17.4753 4.27393 17.9059 4.50602 18.2012 4.80127C18.4964 5.09652 18.7285 5.52712 18.7285 6.01807C18.7285 7.53576 19.7734 8.81171 21.1836 9.1626C21.8045 9.31717 22.5261 9.80622 22.6338 10.6724C22.6879 11.1072 22.7168 11.5502 22.7168 11.9995L22.7021 12.5513C22.415 18.2137 17.7336 22.7172 12 22.7173C6.26631 22.7173 1.58499 18.2138 1.29785 12.5513L1.2832 11.9995C1.28371 6.08104 6.08158 1.28272 12 1.28271C12.1699 1.28272 12.3385 1.28731 12.5059 1.29541ZM12 2.77881C6.90754 2.77881 2.77977 6.90671 2.7793 11.9995C2.7793 17.0927 6.90725 21.2212 12 21.2212L12.4746 21.2095C17.3467 20.9624 21.2207 16.9335 21.2207 11.9995C21.2207 11.6125 21.1969 11.2312 21.1504 10.8569C21.1472 10.831 21.1346 10.7935 21.083 10.7456C21.0271 10.6936 20.9365 10.6422 20.8223 10.6138C18.7614 10.101 17.2334 8.23864 17.2334 6.01807C17.2333 6.00283 17.2199 5.93523 17.1436 5.85889C17.0669 5.7823 16.9992 5.76904 16.9844 5.76904C15.0872 5.76904 13.4526 4.65293 12.6973 3.04541C12.6527 2.95077 12.5955 2.88048 12.543 2.83838C12.4937 2.79898 12.4575 2.78973 12.4336 2.78857L12 2.77881Z"
|
|
32
|
+
}
|
|
33
|
+
));
|
|
34
|
+
});
|
|
35
|
+
var ElementorCookieIcon_default = ElementorCookieIcon;
|
|
36
|
+
|
|
37
|
+
export { ElementorCookieIcon_default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const RefreshOffIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M3.1806 1.8078C3.4938 1.5368 3.9681 1.5708 4.2392 1.884L7.205 5.3117C7.255 5.3475 7.3023 5.3885 7.3437 5.4377C7.3809 5.482 7.4111 5.5299 7.4364 5.5793L17.7606 17.5109C17.785 17.5331 17.8091 17.5564 17.831 17.5822C17.849 17.6037 17.8644 17.6268 17.8798 17.6496L20.8955 21.134C21.1665 21.4472 21.1325 21.9215 20.8193 22.1926C20.506 22.4636 20.0327 22.4286 19.7617 22.1154L17.1503 19.0979C16.925 19.258 16.6919 19.4089 16.4511 19.5481C14.7704 20.519 12.8166 20.9106 10.8915 20.6623C8.9665 20.4139 7.176 19.5397 5.7968 18.174C4.4175 16.8082 3.525 15.0264 3.2577 13.1037C3.2007 12.6935 3.4872 12.3142 3.8974 12.257C4.3074 12.2002 4.6869 12.4867 4.744 12.8967C4.9659 14.4935 5.7069 15.9732 6.8524 17.1076C7.9979 18.2418 9.4842 18.9687 11.0829 19.175C12.6817 19.3812 14.3043 19.0556 15.7001 18.2492C15.8585 18.1577 16.0117 18.0587 16.1621 17.9563L6.6942 7.0149C6.1681 7.5605 5.7293 8.1861 5.3934 8.8674L7.747 8.8664C8.1608 8.8665 8.4965 9.2016 8.497 9.6154C8.4971 10.0296 8.1611 10.3662 7.747 10.3664L3.747 10.3684C3.5483 10.3683 3.3573 10.2891 3.2167 10.1486C3.0762 10.0081 2.998 9.8171 2.9979 9.6184L2.995 5.6184C2.995 5.2045 3.3302 4.8689 3.744 4.8684C4.1581 4.8682 4.4945 5.2034 4.495 5.6174L4.496 7.4045C4.8431 6.8529 5.2505 6.341 5.7108 5.8781L3.1044 2.8654C2.8337 2.5522 2.8675 2.0788 3.1806 1.8078Z" }), /* @__PURE__ */ React.createElement("path", { d: "M19.9873 14.1135C20.4012 14.1137 20.7371 14.4495 20.7373 14.8635V17.594C20.737 18.0078 20.401 18.3437 19.9873 18.344C19.5732 18.3438 19.2375 18.0079 19.2373 17.594V15.6135H17.2568C16.8427 15.6133 16.5068 15.2776 16.5068 14.8635C16.5069 14.4495 16.8428 14.1136 17.2568 14.1135H19.9873Z" }), /* @__PURE__ */ React.createElement("path", { d: "M12.4062 3.2776C14.3448 3.3697 16.1996 4.0963 17.6844 5.3459C19.1695 6.5959 20.2033 8.2999 20.6249 10.1945C20.7148 10.5988 20.4598 10.999 20.0556 11.0891C19.6514 11.1789 19.2501 10.9248 19.16 10.5207C18.8098 8.9474 17.9526 7.5324 16.7197 6.4943C15.4863 5.4562 13.9452 4.8521 12.3349 4.7756C11.3083 4.7269 10.289 4.8938 9.3417 5.259C8.9554 5.4076 8.522 5.2154 8.3729 4.8293C8.224 4.4429 8.4163 4.0086 8.8026 3.8596C9.9431 3.4199 11.1701 3.2189 12.4062 3.2776Z" }));
|
|
6
|
+
});
|
|
7
|
+
var RefreshOffIcon_default = RefreshOffIcon;
|
|
8
|
+
|
|
9
|
+
export { RefreshOffIcon_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 ConsentLogIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.8027 10.5381C13.129 10.5381 13.4182 10.7488 13.5176 11.0596L14.1533 13.0508H16.0127C16.4269 13.0508 16.7627 13.3866 16.7627 13.8008C16.7623 14.2146 16.4266 14.5508 16.0127 14.5508H13.6055C13.2793 14.5508 12.99 14.3389 12.8906 14.0283L12.8027 13.7529L11.9121 16.541C11.8235 16.8177 11.583 17.0189 11.2949 17.0566C11.0067 17.0942 10.722 16.9616 10.5654 16.7168L9.18164 14.5508H7.9873C7.57335 14.5508 7.23773 14.2146 7.2373 13.8008C7.2373 13.3866 7.57309 13.0508 7.9873 13.0508H9.59277L9.6875 13.0566C9.90637 13.0846 10.1041 13.2078 10.2246 13.3965L10.9688 14.5615L12.0879 11.0596L12.1338 10.9482C12.26 10.6995 12.5172 10.5381 12.8027 10.5381Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M13 2.25C13.7293 2.25 14.4286 2.53994 14.9443 3.05566C15.279 3.39029 15.5166 3.80275 15.6436 4.25H17C17.7293 4.25 18.4286 4.53994 18.9443 5.05566C19.4601 5.57139 19.75 6.27065 19.75 7V19C19.75 19.7293 19.4601 20.4286 18.9443 20.9443C18.4286 21.4601 17.7293 21.75 17 21.75H7C6.27065 21.75 5.57139 21.4601 5.05566 20.9443C4.53994 20.4286 4.25 19.7293 4.25 19V7C4.25 6.27065 4.53994 5.57139 5.05566 5.05566C5.57139 4.53994 6.27065 4.25 7 4.25H8.35645C8.48343 3.80275 8.72104 3.39029 9.05566 3.05566C9.57139 2.53994 10.2707 2.25 11 2.25H13ZM7 5.75C6.66848 5.75 6.35063 5.88179 6.11621 6.11621C5.88179 6.35063 5.75 6.66848 5.75 7V19C5.75 19.3315 5.88179 19.6494 6.11621 19.8838C6.35063 20.1182 6.66848 20.25 7 20.25H17C17.3315 20.25 17.6494 20.1182 17.8838 19.8838C18.1182 19.6494 18.25 19.3315 18.25 19V7C18.25 6.66848 18.1182 6.35063 17.8838 6.11621C17.6494 5.88179 17.3315 5.75 17 5.75H15.6436C15.5166 6.19725 15.279 6.60971 14.9443 6.94434C14.4286 7.46006 13.7293 7.75 13 7.75H11C10.2707 7.75 9.57139 7.46006 9.05566 6.94434C8.72104 6.60971 8.48343 6.19725 8.35645 5.75H7ZM11 3.75C10.6685 3.75 10.3506 3.88179 10.1162 4.11621C9.88179 4.35063 9.75 4.66848 9.75 5C9.75 5.33152 9.88179 5.64937 10.1162 5.88379C10.3506 6.11821 10.6685 6.25 11 6.25H13C13.3315 6.25 13.6494 6.11821 13.8838 5.88379C14.1182 5.64937 14.25 5.33152 14.25 5C14.25 4.66848 14.1182 4.35063 13.8838 4.11621C13.6494 3.88179 13.3315 3.75 13 3.75H11Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var ConsentLogIcon_default = ConsentLogIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = ConsentLogIcon_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 ContentIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.0068 19.3003C19.421 19.3003 19.7568 19.6361 19.7568 20.0503C19.7566 20.4643 19.4209 20.8003 19.0068 20.8003H4.99414C4.58009 20.8003 4.2444 20.4643 4.24414 20.0503C4.24414 19.6361 4.57993 19.3003 4.99414 19.3003H19.0068Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M15.5742 3.19971C16.4655 3.19971 17.3247 3.54424 17.9609 4.16357C18.5978 4.78368 18.9599 5.6293 18.96 6.51514C18.96 7.40108 18.5979 8.24651 17.9609 8.8667L9.64062 16.9683C9.50064 17.1045 9.31255 17.1811 9.11719 17.1812H5.35254C4.93845 17.1812 4.60275 16.8452 4.60254 16.4312V12.7651C4.60266 12.5617 4.68563 12.3673 4.83203 12.2261L13.1904 4.16162C13.8264 3.54362 14.684 3.19983 15.5742 3.19971ZM6.10254 13.0835V15.6812H8.81152L15.1094 9.54932L12.4854 6.92529L6.10254 13.0835ZM15.5742 4.69971C15.068 4.69983 14.5864 4.89605 14.2344 5.23877L14.2324 5.24072L13.5645 5.8833L16.1846 8.50342L16.915 7.79248C17.2664 7.45032 17.46 6.99013 17.46 6.51514C17.4599 6.04033 17.2663 5.58083 16.915 5.23877C16.5629 4.89595 16.0806 4.69971 15.5742 4.69971Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.0068 15.6812C19.421 15.6812 19.7568 16.0169 19.7568 16.4312C19.7566 16.8451 19.4209 17.1812 19.0068 17.1812H14.2285C13.8145 17.1812 13.4788 16.8451 13.4785 16.4312C13.4785 16.0169 13.8143 15.6812 14.2285 15.6812H19.0068Z" }));
|
|
38
|
+
});
|
|
39
|
+
var ContentIcon_default = ContentIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = ContentIcon_default;
|
|
@@ -0,0 +1,62 @@
|
|
|
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 ElementorCookieIcon = 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: "M15.29 13.3706C16.3496 13.3709 17.209 14.2299 17.209 15.2896C17.209 16.3492 16.3497 17.2082 15.29 17.2085C14.2302 17.2085 13.3711 16.3494 13.3711 15.2896C13.3711 14.2297 14.2302 13.3706 15.29 13.3706ZM15.29 14.6167C14.9185 14.6167 14.6172 14.918 14.6172 15.2896C14.6172 15.6612 14.9184 15.9624 15.29 15.9624C15.6614 15.9621 15.9629 15.661 15.9629 15.2896C15.9629 14.9181 15.6614 14.617 15.29 14.6167Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M8.51172 12.5054C9.68138 12.5056 10.6298 13.4538 10.6299 14.6235C10.6299 15.7933 9.68145 16.7414 8.51172 16.7417C7.34186 16.7416 6.39355 15.7934 6.39355 14.6235C6.39366 13.4537 7.34192 12.5055 8.51172 12.5054ZM8.51172 13.7515C8.03015 13.7516 7.63975 14.142 7.63965 14.6235C7.63965 15.1052 8.03008 15.4955 8.51172 15.4956C8.99322 15.4953 9.38379 15.1051 9.38379 14.6235C9.38368 14.1421 8.99315 13.7517 8.51172 13.7515Z"
|
|
43
|
+
}
|
|
44
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
45
|
+
"path",
|
|
46
|
+
{
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M10.8037 6.52295C12.1385 6.52321 13.2214 7.60518 13.2217 8.93994C13.2217 10.2749 12.1386 11.3576 10.8037 11.3579C9.46879 11.3577 8.38672 10.2749 8.38672 8.93994C8.38695 7.60516 9.46893 6.52318 10.8037 6.52295ZM10.8037 7.76904C10.1572 7.76928 9.63305 8.29339 9.63281 8.93994C9.63281 9.58669 10.157 10.1116 10.8037 10.1118C11.4504 10.1116 11.9756 9.58667 11.9756 8.93994C11.9754 8.29341 11.4502 7.76931 10.8037 7.76904Z"
|
|
50
|
+
}
|
|
51
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
52
|
+
"path",
|
|
53
|
+
{
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M12.5059 1.29541C13.2798 1.33291 13.8048 1.88633 14.0508 2.40967C14.569 3.51261 15.6885 4.27393 16.9844 4.27393C17.4753 4.27393 17.9059 4.50602 18.2012 4.80127C18.4964 5.09652 18.7285 5.52712 18.7285 6.01807C18.7285 7.53576 19.7734 8.81171 21.1836 9.1626C21.8045 9.31717 22.5261 9.80622 22.6338 10.6724C22.6879 11.1072 22.7168 11.5502 22.7168 11.9995L22.7021 12.5513C22.415 18.2137 17.7336 22.7172 12 22.7173C6.26631 22.7173 1.58499 18.2138 1.29785 12.5513L1.2832 11.9995C1.28371 6.08104 6.08158 1.28272 12 1.28271C12.1699 1.28272 12.3385 1.28731 12.5059 1.29541ZM12 2.77881C6.90754 2.77881 2.77977 6.90671 2.7793 11.9995C2.7793 17.0927 6.90725 21.2212 12 21.2212L12.4746 21.2095C17.3467 20.9624 21.2207 16.9335 21.2207 11.9995C21.2207 11.6125 21.1969 11.2312 21.1504 10.8569C21.1472 10.831 21.1346 10.7935 21.083 10.7456C21.0271 10.6936 20.9365 10.6422 20.8223 10.6138C18.7614 10.101 17.2334 8.23864 17.2334 6.01807C17.2333 6.00283 17.2199 5.93523 17.1436 5.85889C17.0669 5.7823 16.9992 5.76904 16.9844 5.76904C15.0872 5.76904 13.4526 4.65293 12.6973 3.04541C12.6527 2.95077 12.5955 2.88048 12.543 2.83838C12.4937 2.79898 12.4575 2.78973 12.4336 2.78857L12 2.77881Z"
|
|
57
|
+
}
|
|
58
|
+
));
|
|
59
|
+
});
|
|
60
|
+
var ElementorCookieIcon_default = ElementorCookieIcon;
|
|
61
|
+
|
|
62
|
+
module.exports = ElementorCookieIcon_default;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 RefreshOffIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M3.1806 1.8078C3.4938 1.5368 3.9681 1.5708 4.2392 1.884L7.205 5.3117C7.255 5.3475 7.3023 5.3885 7.3437 5.4377C7.3809 5.482 7.4111 5.5299 7.4364 5.5793L17.7606 17.5109C17.785 17.5331 17.8091 17.5564 17.831 17.5822C17.849 17.6037 17.8644 17.6268 17.8798 17.6496L20.8955 21.134C21.1665 21.4472 21.1325 21.9215 20.8193 22.1926C20.506 22.4636 20.0327 22.4286 19.7617 22.1154L17.1503 19.0979C16.925 19.258 16.6919 19.4089 16.4511 19.5481C14.7704 20.519 12.8166 20.9106 10.8915 20.6623C8.9665 20.4139 7.176 19.5397 5.7968 18.174C4.4175 16.8082 3.525 15.0264 3.2577 13.1037C3.2007 12.6935 3.4872 12.3142 3.8974 12.257C4.3074 12.2002 4.6869 12.4867 4.744 12.8967C4.9659 14.4935 5.7069 15.9732 6.8524 17.1076C7.9979 18.2418 9.4842 18.9687 11.0829 19.175C12.6817 19.3812 14.3043 19.0556 15.7001 18.2492C15.8585 18.1577 16.0117 18.0587 16.1621 17.9563L6.6942 7.0149C6.1681 7.5605 5.7293 8.1861 5.3934 8.8674L7.747 8.8664C8.1608 8.8665 8.4965 9.2016 8.497 9.6154C8.4971 10.0296 8.1611 10.3662 7.747 10.3664L3.747 10.3684C3.5483 10.3683 3.3573 10.2891 3.2167 10.1486C3.0762 10.0081 2.998 9.8171 2.9979 9.6184L2.995 5.6184C2.995 5.2045 3.3302 4.8689 3.744 4.8684C4.1581 4.8682 4.4945 5.2034 4.495 5.6174L4.496 7.4045C4.8431 6.8529 5.2505 6.341 5.7108 5.8781L3.1044 2.8654C2.8337 2.5522 2.8675 2.0788 3.1806 1.8078Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.9873 14.1135C20.4012 14.1137 20.7371 14.4495 20.7373 14.8635V17.594C20.737 18.0078 20.401 18.3437 19.9873 18.344C19.5732 18.3438 19.2375 18.0079 19.2373 17.594V15.6135H17.2568C16.8427 15.6133 16.5068 15.2776 16.5068 14.8635C16.5069 14.4495 16.8428 14.1136 17.2568 14.1135H19.9873Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.4062 3.2776C14.3448 3.3697 16.1996 4.0963 17.6844 5.3459C19.1695 6.5959 20.2033 8.2999 20.6249 10.1945C20.7148 10.5988 20.4598 10.999 20.0556 11.0891C19.6514 11.1789 19.2501 10.9248 19.16 10.5207C18.8098 8.9474 17.9526 7.5324 16.7197 6.4943C15.4863 5.4562 13.9452 4.8521 12.3349 4.7756C11.3083 4.7269 10.289 4.8938 9.3417 5.259C8.9554 5.4076 8.522 5.2154 8.3729 4.8293C8.224 4.4429 8.4163 4.0086 8.8026 3.8596C9.9431 3.4199 11.1701 3.2189 12.4062 3.2776Z" }));
|
|
31
|
+
});
|
|
32
|
+
var RefreshOffIcon_default = RefreshOffIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = RefreshOffIcon_default;
|
package/cjs/index.d.ts
CHANGED
|
@@ -79,7 +79,9 @@ export { default as Columns3Icon } from './Columns3Icon';
|
|
|
79
79
|
export { default as ComponentPropListIcon } from './ComponentPropListIcon';
|
|
80
80
|
export { default as ComponentsFilledIcon } from './ComponentsFilledIcon';
|
|
81
81
|
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
82
|
+
export { default as ConsentLogIcon } from './ConsentLogIcon';
|
|
82
83
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
84
|
+
export { default as ContentIcon } from './ContentIcon';
|
|
83
85
|
export { default as CopyIcon } from './CopyIcon';
|
|
84
86
|
export { default as CopyPageIcon } from './CopyPageIcon';
|
|
85
87
|
export { default as CornerUpRightIcon } from './CornerUpRightIcon';
|
|
@@ -100,6 +102,7 @@ export { default as EditIcon } from './EditIcon';
|
|
|
100
102
|
export { default as ElementorAIIcon } from './ElementorAIIcon';
|
|
101
103
|
export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
|
|
102
104
|
export { default as ElementorAngieIcon } from './ElementorAngieIcon';
|
|
105
|
+
export { default as ElementorCookieIcon } from './ElementorCookieIcon';
|
|
103
106
|
export { default as ElementorEditorIcon } from './ElementorEditorIcon';
|
|
104
107
|
export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
|
|
105
108
|
export { default as ElementorGenericIcon } from './ElementorGenericIcon';
|
|
@@ -209,6 +212,7 @@ export { default as RadiusBottomRightIcon } from './RadiusBottomRightIcon';
|
|
|
209
212
|
export { default as RadiusTopLeftIcon } from './RadiusTopLeftIcon';
|
|
210
213
|
export { default as RadiusTopRightIcon } from './RadiusTopRightIcon';
|
|
211
214
|
export { default as RefreshIcon } from './RefreshIcon';
|
|
215
|
+
export { default as RefreshOffIcon } from './RefreshOffIcon';
|
|
212
216
|
export { default as ReloadIcon } from './ReloadIcon';
|
|
213
217
|
export { default as RepeatIcon } from './RepeatIcon';
|
|
214
218
|
export { default as ResetIcon } from './ResetIcon';
|
package/cjs/index.js
CHANGED
|
@@ -81,7 +81,9 @@ var Columns3Icon = require('./Columns3Icon');
|
|
|
81
81
|
var ComponentPropListIcon = require('./ComponentPropListIcon');
|
|
82
82
|
var ComponentsFilledIcon = require('./ComponentsFilledIcon');
|
|
83
83
|
var ComponentsIcon = require('./ComponentsIcon');
|
|
84
|
+
var ConsentLogIcon = require('./ConsentLogIcon');
|
|
84
85
|
var ContainerTemplateIcon = require('./ContainerTemplateIcon');
|
|
86
|
+
var ContentIcon = require('./ContentIcon');
|
|
85
87
|
var CopyIcon = require('./CopyIcon');
|
|
86
88
|
var CopyPageIcon = require('./CopyPageIcon');
|
|
87
89
|
var CornerUpRightIcon = require('./CornerUpRightIcon');
|
|
@@ -102,6 +104,7 @@ var EditIcon = require('./EditIcon');
|
|
|
102
104
|
var ElementorAIIcon = require('./ElementorAIIcon');
|
|
103
105
|
var ElementorAccessibilityIcon = require('./ElementorAccessibilityIcon');
|
|
104
106
|
var ElementorAngieIcon = require('./ElementorAngieIcon');
|
|
107
|
+
var ElementorCookieIcon = require('./ElementorCookieIcon');
|
|
105
108
|
var ElementorEditorIcon = require('./ElementorEditorIcon');
|
|
106
109
|
var ElementorEmailDeliverabilityIcon = require('./ElementorEmailDeliverabilityIcon');
|
|
107
110
|
var ElementorGenericIcon = require('./ElementorGenericIcon');
|
|
@@ -211,6 +214,7 @@ var RadiusBottomRightIcon = require('./RadiusBottomRightIcon');
|
|
|
211
214
|
var RadiusTopLeftIcon = require('./RadiusTopLeftIcon');
|
|
212
215
|
var RadiusTopRightIcon = require('./RadiusTopRightIcon');
|
|
213
216
|
var RefreshIcon = require('./RefreshIcon');
|
|
217
|
+
var RefreshOffIcon = require('./RefreshOffIcon');
|
|
214
218
|
var ReloadIcon = require('./ReloadIcon');
|
|
215
219
|
var RepeatIcon = require('./RepeatIcon');
|
|
216
220
|
var ResetIcon = require('./ResetIcon');
|
|
@@ -366,7 +370,9 @@ var Columns3Icon__default = /*#__PURE__*/_interopDefault(Columns3Icon);
|
|
|
366
370
|
var ComponentPropListIcon__default = /*#__PURE__*/_interopDefault(ComponentPropListIcon);
|
|
367
371
|
var ComponentsFilledIcon__default = /*#__PURE__*/_interopDefault(ComponentsFilledIcon);
|
|
368
372
|
var ComponentsIcon__default = /*#__PURE__*/_interopDefault(ComponentsIcon);
|
|
373
|
+
var ConsentLogIcon__default = /*#__PURE__*/_interopDefault(ConsentLogIcon);
|
|
369
374
|
var ContainerTemplateIcon__default = /*#__PURE__*/_interopDefault(ContainerTemplateIcon);
|
|
375
|
+
var ContentIcon__default = /*#__PURE__*/_interopDefault(ContentIcon);
|
|
370
376
|
var CopyIcon__default = /*#__PURE__*/_interopDefault(CopyIcon);
|
|
371
377
|
var CopyPageIcon__default = /*#__PURE__*/_interopDefault(CopyPageIcon);
|
|
372
378
|
var CornerUpRightIcon__default = /*#__PURE__*/_interopDefault(CornerUpRightIcon);
|
|
@@ -387,6 +393,7 @@ var EditIcon__default = /*#__PURE__*/_interopDefault(EditIcon);
|
|
|
387
393
|
var ElementorAIIcon__default = /*#__PURE__*/_interopDefault(ElementorAIIcon);
|
|
388
394
|
var ElementorAccessibilityIcon__default = /*#__PURE__*/_interopDefault(ElementorAccessibilityIcon);
|
|
389
395
|
var ElementorAngieIcon__default = /*#__PURE__*/_interopDefault(ElementorAngieIcon);
|
|
396
|
+
var ElementorCookieIcon__default = /*#__PURE__*/_interopDefault(ElementorCookieIcon);
|
|
390
397
|
var ElementorEditorIcon__default = /*#__PURE__*/_interopDefault(ElementorEditorIcon);
|
|
391
398
|
var ElementorEmailDeliverabilityIcon__default = /*#__PURE__*/_interopDefault(ElementorEmailDeliverabilityIcon);
|
|
392
399
|
var ElementorGenericIcon__default = /*#__PURE__*/_interopDefault(ElementorGenericIcon);
|
|
@@ -496,6 +503,7 @@ var RadiusBottomRightIcon__default = /*#__PURE__*/_interopDefault(RadiusBottomRi
|
|
|
496
503
|
var RadiusTopLeftIcon__default = /*#__PURE__*/_interopDefault(RadiusTopLeftIcon);
|
|
497
504
|
var RadiusTopRightIcon__default = /*#__PURE__*/_interopDefault(RadiusTopRightIcon);
|
|
498
505
|
var RefreshIcon__default = /*#__PURE__*/_interopDefault(RefreshIcon);
|
|
506
|
+
var RefreshOffIcon__default = /*#__PURE__*/_interopDefault(RefreshOffIcon);
|
|
499
507
|
var ReloadIcon__default = /*#__PURE__*/_interopDefault(ReloadIcon);
|
|
500
508
|
var RepeatIcon__default = /*#__PURE__*/_interopDefault(RepeatIcon);
|
|
501
509
|
var ResetIcon__default = /*#__PURE__*/_interopDefault(ResetIcon);
|
|
@@ -894,10 +902,18 @@ Object.defineProperty(exports, "ComponentsIcon", {
|
|
|
894
902
|
enumerable: true,
|
|
895
903
|
get: function () { return ComponentsIcon__default.default; }
|
|
896
904
|
});
|
|
905
|
+
Object.defineProperty(exports, "ConsentLogIcon", {
|
|
906
|
+
enumerable: true,
|
|
907
|
+
get: function () { return ConsentLogIcon__default.default; }
|
|
908
|
+
});
|
|
897
909
|
Object.defineProperty(exports, "ContainerTemplateIcon", {
|
|
898
910
|
enumerable: true,
|
|
899
911
|
get: function () { return ContainerTemplateIcon__default.default; }
|
|
900
912
|
});
|
|
913
|
+
Object.defineProperty(exports, "ContentIcon", {
|
|
914
|
+
enumerable: true,
|
|
915
|
+
get: function () { return ContentIcon__default.default; }
|
|
916
|
+
});
|
|
901
917
|
Object.defineProperty(exports, "CopyIcon", {
|
|
902
918
|
enumerable: true,
|
|
903
919
|
get: function () { return CopyIcon__default.default; }
|
|
@@ -978,6 +994,10 @@ Object.defineProperty(exports, "ElementorAngieIcon", {
|
|
|
978
994
|
enumerable: true,
|
|
979
995
|
get: function () { return ElementorAngieIcon__default.default; }
|
|
980
996
|
});
|
|
997
|
+
Object.defineProperty(exports, "ElementorCookieIcon", {
|
|
998
|
+
enumerable: true,
|
|
999
|
+
get: function () { return ElementorCookieIcon__default.default; }
|
|
1000
|
+
});
|
|
981
1001
|
Object.defineProperty(exports, "ElementorEditorIcon", {
|
|
982
1002
|
enumerable: true,
|
|
983
1003
|
get: function () { return ElementorEditorIcon__default.default; }
|
|
@@ -1414,6 +1434,10 @@ Object.defineProperty(exports, "RefreshIcon", {
|
|
|
1414
1434
|
enumerable: true,
|
|
1415
1435
|
get: function () { return RefreshIcon__default.default; }
|
|
1416
1436
|
});
|
|
1437
|
+
Object.defineProperty(exports, "RefreshOffIcon", {
|
|
1438
|
+
enumerable: true,
|
|
1439
|
+
get: function () { return RefreshOffIcon__default.default; }
|
|
1440
|
+
});
|
|
1417
1441
|
Object.defineProperty(exports, "ReloadIcon", {
|
|
1418
1442
|
enumerable: true,
|
|
1419
1443
|
get: function () { return ReloadIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -79,7 +79,9 @@ export { default as Columns3Icon } from './Columns3Icon';
|
|
|
79
79
|
export { default as ComponentPropListIcon } from './ComponentPropListIcon';
|
|
80
80
|
export { default as ComponentsFilledIcon } from './ComponentsFilledIcon';
|
|
81
81
|
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
82
|
+
export { default as ConsentLogIcon } from './ConsentLogIcon';
|
|
82
83
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
84
|
+
export { default as ContentIcon } from './ContentIcon';
|
|
83
85
|
export { default as CopyIcon } from './CopyIcon';
|
|
84
86
|
export { default as CopyPageIcon } from './CopyPageIcon';
|
|
85
87
|
export { default as CornerUpRightIcon } from './CornerUpRightIcon';
|
|
@@ -100,6 +102,7 @@ export { default as EditIcon } from './EditIcon';
|
|
|
100
102
|
export { default as ElementorAIIcon } from './ElementorAIIcon';
|
|
101
103
|
export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
|
|
102
104
|
export { default as ElementorAngieIcon } from './ElementorAngieIcon';
|
|
105
|
+
export { default as ElementorCookieIcon } from './ElementorCookieIcon';
|
|
103
106
|
export { default as ElementorEditorIcon } from './ElementorEditorIcon';
|
|
104
107
|
export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
|
|
105
108
|
export { default as ElementorGenericIcon } from './ElementorGenericIcon';
|
|
@@ -209,6 +212,7 @@ export { default as RadiusBottomRightIcon } from './RadiusBottomRightIcon';
|
|
|
209
212
|
export { default as RadiusTopLeftIcon } from './RadiusTopLeftIcon';
|
|
210
213
|
export { default as RadiusTopRightIcon } from './RadiusTopRightIcon';
|
|
211
214
|
export { default as RefreshIcon } from './RefreshIcon';
|
|
215
|
+
export { default as RefreshOffIcon } from './RefreshOffIcon';
|
|
212
216
|
export { default as ReloadIcon } from './ReloadIcon';
|
|
213
217
|
export { default as RepeatIcon } from './RepeatIcon';
|
|
214
218
|
export { default as ResetIcon } from './ResetIcon';
|
package/index.js
CHANGED
|
@@ -79,7 +79,9 @@ export { default as Columns3Icon } from './Columns3Icon';
|
|
|
79
79
|
export { default as ComponentPropListIcon } from './ComponentPropListIcon';
|
|
80
80
|
export { default as ComponentsFilledIcon } from './ComponentsFilledIcon';
|
|
81
81
|
export { default as ComponentsIcon } from './ComponentsIcon';
|
|
82
|
+
export { default as ConsentLogIcon } from './ConsentLogIcon';
|
|
82
83
|
export { default as ContainerTemplateIcon } from './ContainerTemplateIcon';
|
|
84
|
+
export { default as ContentIcon } from './ContentIcon';
|
|
83
85
|
export { default as CopyIcon } from './CopyIcon';
|
|
84
86
|
export { default as CopyPageIcon } from './CopyPageIcon';
|
|
85
87
|
export { default as CornerUpRightIcon } from './CornerUpRightIcon';
|
|
@@ -100,6 +102,7 @@ export { default as EditIcon } from './EditIcon';
|
|
|
100
102
|
export { default as ElementorAIIcon } from './ElementorAIIcon';
|
|
101
103
|
export { default as ElementorAccessibilityIcon } from './ElementorAccessibilityIcon';
|
|
102
104
|
export { default as ElementorAngieIcon } from './ElementorAngieIcon';
|
|
105
|
+
export { default as ElementorCookieIcon } from './ElementorCookieIcon';
|
|
103
106
|
export { default as ElementorEditorIcon } from './ElementorEditorIcon';
|
|
104
107
|
export { default as ElementorEmailDeliverabilityIcon } from './ElementorEmailDeliverabilityIcon';
|
|
105
108
|
export { default as ElementorGenericIcon } from './ElementorGenericIcon';
|
|
@@ -209,6 +212,7 @@ export { default as RadiusBottomRightIcon } from './RadiusBottomRightIcon';
|
|
|
209
212
|
export { default as RadiusTopLeftIcon } from './RadiusTopLeftIcon';
|
|
210
213
|
export { default as RadiusTopRightIcon } from './RadiusTopRightIcon';
|
|
211
214
|
export { default as RefreshIcon } from './RefreshIcon';
|
|
215
|
+
export { default as RefreshOffIcon } from './RefreshOffIcon';
|
|
212
216
|
export { default as ReloadIcon } from './ReloadIcon';
|
|
213
217
|
export { default as RepeatIcon } from './RepeatIcon';
|
|
214
218
|
export { default as ResetIcon } from './ResetIcon';
|