@elementor/icons 1.44.0 → 1.46.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/Arrow360Icon/index.d.ts +4 -0
- package/Arrow360Icon/index.js +9 -0
- package/ArrowDownLeftIcon/index.d.ts +4 -0
- package/ArrowDownLeftIcon/index.js +16 -0
- package/ArrowsRightDownIcon/index.d.ts +4 -0
- package/ArrowsRightDownIcon/index.js +9 -0
- package/CurrentLocationIcon/index.d.ts +4 -0
- package/CurrentLocationIcon/index.js +23 -0
- package/LetterZIcon/index.d.ts +4 -0
- package/LetterZIcon/index.js +9 -0
- package/SkewXIcon/index.d.ts +4 -0
- package/SkewXIcon/index.js +9 -0
- package/cjs/Arrow360Icon/index.d.ts +4 -0
- package/cjs/Arrow360Icon/index.js +34 -0
- package/cjs/ArrowDownLeftIcon/index.d.ts +4 -0
- package/cjs/ArrowDownLeftIcon/index.js +41 -0
- package/cjs/ArrowsRightDownIcon/index.d.ts +4 -0
- package/cjs/ArrowsRightDownIcon/index.js +34 -0
- package/cjs/CurrentLocationIcon/index.d.ts +4 -0
- package/cjs/CurrentLocationIcon/index.js +48 -0
- package/cjs/LetterZIcon/index.d.ts +4 -0
- package/cjs/LetterZIcon/index.js +34 -0
- package/cjs/SkewXIcon/index.d.ts +4 -0
- package/cjs/SkewXIcon/index.js +34 -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,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const Arrow360Icon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M12 7.25C14.5647 7.25 16.9228 7.71086 18.668 8.48633C19.5396 8.87366 20.2918 9.35405 20.8359 9.92578C21.3837 10.5014 21.75 11.2035 21.75 12C21.75 13.0029 21.1751 13.8485 20.3789 14.4971C19.5794 15.1483 18.4796 15.6704 17.2139 16.0469C16.8169 16.1649 16.3994 15.9389 16.2812 15.542C16.1632 15.145 16.3892 14.7275 16.7861 14.6094C17.9343 14.2679 18.8347 13.8202 19.4316 13.334C20.0319 12.845 20.25 12.3851 20.25 12C20.25 11.6915 20.1122 11.3415 19.749 10.96C19.3822 10.5746 18.8165 10.1928 18.0596 9.85645C16.5473 9.18445 14.4052 8.75 12 8.75C9.59478 8.75 7.45272 9.18445 5.94043 9.85645C5.18349 10.1928 4.61777 10.5746 4.25098 10.96C3.88784 11.3415 3.75 11.6915 3.75 12C3.75 12.3085 3.88784 12.6585 4.25098 13.04C4.61777 13.4254 5.18349 13.8072 5.94043 14.1436C7.03943 14.6319 8.47134 14.9933 10.0947 15.1553L8.46973 13.5303L8.41797 13.4736C8.17766 13.1791 8.19512 12.7443 8.46973 12.4697C8.74433 12.1951 9.17905 12.1777 9.47363 12.418L9.53027 12.4697L12.5303 15.4697L12.582 15.5264C12.8223 15.8209 12.8049 16.2557 12.5303 16.5303L9.53027 19.5303C9.23738 19.8232 8.76262 19.8232 8.46973 19.5303C8.17683 19.2374 8.17683 18.7626 8.46973 18.4697L10.2617 16.6768C8.37913 16.5192 6.6743 16.1101 5.33203 15.5137C4.46037 15.1263 3.70817 14.646 3.16406 14.0742C2.6163 13.4986 2.25 12.7965 2.25 12C2.25 11.2035 2.6163 10.5014 3.16406 9.92578C3.70817 9.35405 4.46037 8.87366 5.33203 8.48633C7.07723 7.71086 9.43528 7.25 12 7.25Z" }));
|
|
6
|
+
});
|
|
7
|
+
var Arrow360Icon_default = Arrow360Icon;
|
|
8
|
+
|
|
9
|
+
export { Arrow360Icon_default as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ArrowDownLeftIcon = 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 17C16.75 17.4142 16.4142 17.75 16 17.75L7 17.75C6.58579 17.75 6.25 17.4142 6.25 17L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 15.1893L16.4697 6.46967C16.7626 6.17678 17.2374 6.17678 17.5303 6.46967C17.8232 6.76256 17.8232 7.23744 17.5303 7.53033L8.81066 16.25L16 16.25C16.4142 16.25 16.75 16.5858 16.75 17Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var ArrowDownLeftIcon_default = ArrowDownLeftIcon;
|
|
15
|
+
|
|
16
|
+
export { ArrowDownLeftIcon_default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ArrowsRightDownIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M16.4697 2.46976C16.7442 2.19525 17.179 2.17783 17.4736 2.418L17.5302 2.46976L21.5302 6.46976L21.582 6.5264C21.8223 6.82096 21.8048 7.2557 21.5302 7.53031L17.5302 11.5303C17.2373 11.8232 16.7625 11.8232 16.4697 11.5303C16.1769 11.2374 16.1768 10.7626 16.4697 10.4698L19.1894 7.75003H9.99993C9.40324 7.75005 8.83104 7.98731 8.40911 8.40921C7.98719 8.83113 7.74998 9.40336 7.74993 10V19.1895L10.4697 16.4698C10.7625 16.177 11.2373 16.177 11.5302 16.4698C11.8231 16.7626 11.823 17.2374 11.5302 17.5303L7.5302 21.5303C7.2556 21.8049 6.82088 21.8224 6.5263 21.5821L6.46965 21.5303L2.46965 17.5303L2.4179 17.4737C2.17772 17.1791 2.1951 16.7443 2.46965 16.4698C2.74422 16.1952 3.179 16.1778 3.47356 16.418L3.5302 16.4698L6.24993 19.1895V10C6.24998 9.00554 6.64534 8.05188 7.34856 7.34867C8.0518 6.64545 9.00542 6.25005 9.99993 6.25003H19.1894L16.4697 3.53031L16.4179 3.47367C16.1777 3.17909 16.1951 2.74432 16.4697 2.46976Z" }));
|
|
6
|
+
});
|
|
7
|
+
var ArrowsRightDownIcon_default = ArrowsRightDownIcon;
|
|
8
|
+
|
|
9
|
+
export { ArrowsRightDownIcon_default as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const CurrentLocationIcon = 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 8.25C12.9946 8.25 13.9481 8.64537 14.6514 9.34863C15.3546 10.0519 15.75 11.0054 15.75 12C15.75 12.9946 15.3546 13.9481 14.6514 14.6514C13.9481 15.3546 12.9946 15.75 12 15.75C11.0054 15.75 10.0519 15.3546 9.34863 14.6514C8.64537 13.9481 8.25 12.9946 8.25 12C8.25 11.0054 8.64537 10.0519 9.34863 9.34863C10.0519 8.64537 11.0054 8.25 12 8.25ZM12 9.75C11.4033 9.75 10.8311 9.98722 10.4092 10.4092C9.98722 10.8311 9.75 11.4033 9.75 12C9.75 12.5967 9.98722 13.1689 10.4092 13.5908C10.8311 14.0128 11.4033 14.25 12 14.25C12.5967 14.25 13.1689 14.0128 13.5908 13.5908C14.0128 13.1689 14.25 12.5967 14.25 12C14.25 11.4033 14.0128 10.8311 13.5908 10.4092C13.1689 9.98722 12.5967 9.75 12 9.75Z"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.28418C14.7958 3.46014 16.7243 4.34931 18.1875 5.8125C19.6507 7.27569 20.5399 9.20422 20.7158 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20.7158C20.5399 14.7958 19.6507 16.7243 18.1875 18.1875C16.7243 19.6507 14.7957 20.5389 12.75 20.7148V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20.7148C9.20425 20.5389 7.27567 19.6507 5.8125 18.1875C4.34931 16.7243 3.46014 14.7958 3.28418 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H3.28418C3.46014 9.20422 4.34931 7.27569 5.8125 5.8125C7.27569 4.34931 9.20422 3.46014 11.25 3.28418V2C11.25 1.58579 11.5858 1.25 12 1.25ZM12 4.75C10.0772 4.75 8.23269 5.51341 6.87305 6.87305C5.51341 8.23269 4.75 10.0772 4.75 12C4.75 13.9228 5.51341 15.7673 6.87305 17.127C8.23269 18.4866 10.0772 19.25 12 19.25L12.3594 19.2412C14.1514 19.1523 15.8523 18.4016 17.127 17.127C18.4866 15.7673 19.25 13.9228 19.25 12L19.2412 11.6406C19.1523 9.84865 18.4016 8.14774 17.127 6.87305C15.7673 5.51341 13.9228 4.75 12 4.75Z"
|
|
18
|
+
}
|
|
19
|
+
));
|
|
20
|
+
});
|
|
21
|
+
var CurrentLocationIcon_default = CurrentLocationIcon;
|
|
22
|
+
|
|
23
|
+
export { CurrentLocationIcon_default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const LetterZIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M17.1006 3.25684C17.3333 3.2883 17.5405 3.42793 17.6562 3.63672C17.7718 3.84544 17.7802 4.0947 17.6836 4.30859L17.6357 4.39746L8.35254 19.25H17C17.4142 19.25 17.75 19.5858 17.75 20C17.75 20.4142 17.4142 20.75 17 20.75H7C6.72736 20.75 6.47592 20.6017 6.34375 20.3633C6.21178 20.1249 6.21983 19.8336 6.36426 19.6025L15.6475 4.75H7C6.58579 4.75 6.25 4.41421 6.25 4C6.25 3.58579 6.58579 3.25 7 3.25H17L17.1006 3.25684Z" }));
|
|
6
|
+
});
|
|
7
|
+
var LetterZIcon_default = LetterZIcon;
|
|
8
|
+
|
|
9
|
+
export { LetterZIcon_default as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const SkewXIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M3.26074 5.01358C3.28175 4.82264 3.33402 4.63552 3.41602 4.46084C3.52526 4.22831 3.68418 4.02242 3.88184 3.8583C4.07965 3.69407 4.31169 3.57524 4.56055 3.51065C4.80933 3.44612 5.06964 3.43797 5.32227 3.48526L19.3223 6.11026L19.4707 6.14444C19.8124 6.23984 20.1185 6.43706 20.3467 6.71182C20.6074 7.02594 20.75 7.42174 20.75 7.82998V16.1698L20.7432 16.3222C20.7123 16.6757 20.5749 17.0131 20.3467 17.288C20.1185 17.5628 19.8124 17.7599 19.4707 17.8554L19.3223 17.8905L5.32227 20.5155C5.06962 20.5628 4.80936 20.5537 4.56055 20.4892C4.31169 20.4246 4.07965 20.3057 3.88184 20.1415C3.68417 19.9773 3.52523 19.7715 3.41602 19.539C3.33411 19.3645 3.2818 19.1779 3.26074 18.9872L3.25 18.7948V5.20498L3.26074 5.01358ZM4.75 18.7948L4.75586 18.8495C4.75982 18.8673 4.76567 18.8847 4.77344 18.9013C4.78897 18.9344 4.81177 18.9638 4.83984 18.9872C4.8681 19.0107 4.90195 19.0278 4.9375 19.037C4.97293 19.0462 5.00991 19.0476 5.0459 19.0409L19.0459 16.4159L19.127 16.3856C19.1516 16.3711 19.1738 16.3523 19.1924 16.33C19.2111 16.3075 19.2256 16.2819 19.2354 16.2548L19.25 16.1698V7.82998C19.25 7.77166 19.2296 7.7147 19.1924 7.66983C19.1738 7.64752 19.1516 7.62866 19.127 7.61416L19.0459 7.58389L5.0459 4.95889C5.00996 4.95219 4.9729 4.95366 4.9375 4.9628C4.90195 4.97202 4.8681 4.98914 4.83984 5.0126C4.81172 5.03601 4.789 5.06542 4.77344 5.09854C4.75783 5.13178 4.75 5.16826 4.75 5.20498V18.7948Z" }));
|
|
6
|
+
});
|
|
7
|
+
var SkewXIcon_default = SkewXIcon;
|
|
8
|
+
|
|
9
|
+
export { SkewXIcon_default as 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 Arrow360Icon = 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 7.25C14.5647 7.25 16.9228 7.71086 18.668 8.48633C19.5396 8.87366 20.2918 9.35405 20.8359 9.92578C21.3837 10.5014 21.75 11.2035 21.75 12C21.75 13.0029 21.1751 13.8485 20.3789 14.4971C19.5794 15.1483 18.4796 15.6704 17.2139 16.0469C16.8169 16.1649 16.3994 15.9389 16.2812 15.542C16.1632 15.145 16.3892 14.7275 16.7861 14.6094C17.9343 14.2679 18.8347 13.8202 19.4316 13.334C20.0319 12.845 20.25 12.3851 20.25 12C20.25 11.6915 20.1122 11.3415 19.749 10.96C19.3822 10.5746 18.8165 10.1928 18.0596 9.85645C16.5473 9.18445 14.4052 8.75 12 8.75C9.59478 8.75 7.45272 9.18445 5.94043 9.85645C5.18349 10.1928 4.61777 10.5746 4.25098 10.96C3.88784 11.3415 3.75 11.6915 3.75 12C3.75 12.3085 3.88784 12.6585 4.25098 13.04C4.61777 13.4254 5.18349 13.8072 5.94043 14.1436C7.03943 14.6319 8.47134 14.9933 10.0947 15.1553L8.46973 13.5303L8.41797 13.4736C8.17766 13.1791 8.19512 12.7443 8.46973 12.4697C8.74433 12.1951 9.17905 12.1777 9.47363 12.418L9.53027 12.4697L12.5303 15.4697L12.582 15.5264C12.8223 15.8209 12.8049 16.2557 12.5303 16.5303L9.53027 19.5303C9.23738 19.8232 8.76262 19.8232 8.46973 19.5303C8.17683 19.2374 8.17683 18.7626 8.46973 18.4697L10.2617 16.6768C8.37913 16.5192 6.6743 16.1101 5.33203 15.5137C4.46037 15.1263 3.70817 14.646 3.16406 14.0742C2.6163 13.4986 2.25 12.7965 2.25 12C2.25 11.2035 2.6163 10.5014 3.16406 9.92578C3.70817 9.35405 4.46037 8.87366 5.33203 8.48633C7.07723 7.71086 9.43528 7.25 12 7.25Z" }));
|
|
31
|
+
});
|
|
32
|
+
var Arrow360Icon_default = Arrow360Icon;
|
|
33
|
+
|
|
34
|
+
module.exports = Arrow360Icon_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 ArrowDownLeftIcon = 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 17C16.75 17.4142 16.4142 17.75 16 17.75L7 17.75C6.58579 17.75 6.25 17.4142 6.25 17L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 15.1893L16.4697 6.46967C16.7626 6.17678 17.2374 6.17678 17.5303 6.46967C17.8232 6.76256 17.8232 7.23744 17.5303 7.53033L8.81066 16.25L16 16.25C16.4142 16.25 16.75 16.5858 16.75 17Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var ArrowDownLeftIcon_default = ArrowDownLeftIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = ArrowDownLeftIcon_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 ArrowsRightDownIcon = 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: "M16.4697 2.46976C16.7442 2.19525 17.179 2.17783 17.4736 2.418L17.5302 2.46976L21.5302 6.46976L21.582 6.5264C21.8223 6.82096 21.8048 7.2557 21.5302 7.53031L17.5302 11.5303C17.2373 11.8232 16.7625 11.8232 16.4697 11.5303C16.1769 11.2374 16.1768 10.7626 16.4697 10.4698L19.1894 7.75003H9.99993C9.40324 7.75005 8.83104 7.98731 8.40911 8.40921C7.98719 8.83113 7.74998 9.40336 7.74993 10V19.1895L10.4697 16.4698C10.7625 16.177 11.2373 16.177 11.5302 16.4698C11.8231 16.7626 11.823 17.2374 11.5302 17.5303L7.5302 21.5303C7.2556 21.8049 6.82088 21.8224 6.5263 21.5821L6.46965 21.5303L2.46965 17.5303L2.4179 17.4737C2.17772 17.1791 2.1951 16.7443 2.46965 16.4698C2.74422 16.1952 3.179 16.1778 3.47356 16.418L3.5302 16.4698L6.24993 19.1895V10C6.24998 9.00554 6.64534 8.05188 7.34856 7.34867C8.0518 6.64545 9.00542 6.25005 9.99993 6.25003H19.1894L16.4697 3.53031L16.4179 3.47367C16.1777 3.17909 16.1951 2.74432 16.4697 2.46976Z" }));
|
|
31
|
+
});
|
|
32
|
+
var ArrowsRightDownIcon_default = ArrowsRightDownIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = ArrowsRightDownIcon_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 CurrentLocationIcon = 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 8.25C12.9946 8.25 13.9481 8.64537 14.6514 9.34863C15.3546 10.0519 15.75 11.0054 15.75 12C15.75 12.9946 15.3546 13.9481 14.6514 14.6514C13.9481 15.3546 12.9946 15.75 12 15.75C11.0054 15.75 10.0519 15.3546 9.34863 14.6514C8.64537 13.9481 8.25 12.9946 8.25 12C8.25 11.0054 8.64537 10.0519 9.34863 9.34863C10.0519 8.64537 11.0054 8.25 12 8.25ZM12 9.75C11.4033 9.75 10.8311 9.98722 10.4092 10.4092C9.98722 10.8311 9.75 11.4033 9.75 12C9.75 12.5967 9.98722 13.1689 10.4092 13.5908C10.8311 14.0128 11.4033 14.25 12 14.25C12.5967 14.25 13.1689 14.0128 13.5908 13.5908C14.0128 13.1689 14.25 12.5967 14.25 12C14.25 11.4033 14.0128 10.8311 13.5908 10.4092C13.1689 9.98722 12.5967 9.75 12 9.75Z"
|
|
36
|
+
}
|
|
37
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.28418C14.7958 3.46014 16.7243 4.34931 18.1875 5.8125C19.6507 7.27569 20.5399 9.20422 20.7158 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20.7158C20.5399 14.7958 19.6507 16.7243 18.1875 18.1875C16.7243 19.6507 14.7957 20.5389 12.75 20.7148V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20.7148C9.20425 20.5389 7.27567 19.6507 5.8125 18.1875C4.34931 16.7243 3.46014 14.7958 3.28418 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H3.28418C3.46014 9.20422 4.34931 7.27569 5.8125 5.8125C7.27569 4.34931 9.20422 3.46014 11.25 3.28418V2C11.25 1.58579 11.5858 1.25 12 1.25ZM12 4.75C10.0772 4.75 8.23269 5.51341 6.87305 6.87305C5.51341 8.23269 4.75 10.0772 4.75 12C4.75 13.9228 5.51341 15.7673 6.87305 17.127C8.23269 18.4866 10.0772 19.25 12 19.25L12.3594 19.2412C14.1514 19.1523 15.8523 18.4016 17.127 17.127C18.4866 15.7673 19.25 13.9228 19.25 12L19.2412 11.6406C19.1523 9.84865 18.4016 8.14774 17.127 6.87305C15.7673 5.51341 13.9228 4.75 12 4.75Z"
|
|
43
|
+
}
|
|
44
|
+
));
|
|
45
|
+
});
|
|
46
|
+
var CurrentLocationIcon_default = CurrentLocationIcon;
|
|
47
|
+
|
|
48
|
+
module.exports = CurrentLocationIcon_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 LetterZIcon = 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: "M17.1006 3.25684C17.3333 3.2883 17.5405 3.42793 17.6562 3.63672C17.7718 3.84544 17.7802 4.0947 17.6836 4.30859L17.6357 4.39746L8.35254 19.25H17C17.4142 19.25 17.75 19.5858 17.75 20C17.75 20.4142 17.4142 20.75 17 20.75H7C6.72736 20.75 6.47592 20.6017 6.34375 20.3633C6.21178 20.1249 6.21983 19.8336 6.36426 19.6025L15.6475 4.75H7C6.58579 4.75 6.25 4.41421 6.25 4C6.25 3.58579 6.58579 3.25 7 3.25H17L17.1006 3.25684Z" }));
|
|
31
|
+
});
|
|
32
|
+
var LetterZIcon_default = LetterZIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = LetterZIcon_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 SkewXIcon = 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.26074 5.01358C3.28175 4.82264 3.33402 4.63552 3.41602 4.46084C3.52526 4.22831 3.68418 4.02242 3.88184 3.8583C4.07965 3.69407 4.31169 3.57524 4.56055 3.51065C4.80933 3.44612 5.06964 3.43797 5.32227 3.48526L19.3223 6.11026L19.4707 6.14444C19.8124 6.23984 20.1185 6.43706 20.3467 6.71182C20.6074 7.02594 20.75 7.42174 20.75 7.82998V16.1698L20.7432 16.3222C20.7123 16.6757 20.5749 17.0131 20.3467 17.288C20.1185 17.5628 19.8124 17.7599 19.4707 17.8554L19.3223 17.8905L5.32227 20.5155C5.06962 20.5628 4.80936 20.5537 4.56055 20.4892C4.31169 20.4246 4.07965 20.3057 3.88184 20.1415C3.68417 19.9773 3.52523 19.7715 3.41602 19.539C3.33411 19.3645 3.2818 19.1779 3.26074 18.9872L3.25 18.7948V5.20498L3.26074 5.01358ZM4.75 18.7948L4.75586 18.8495C4.75982 18.8673 4.76567 18.8847 4.77344 18.9013C4.78897 18.9344 4.81177 18.9638 4.83984 18.9872C4.8681 19.0107 4.90195 19.0278 4.9375 19.037C4.97293 19.0462 5.00991 19.0476 5.0459 19.0409L19.0459 16.4159L19.127 16.3856C19.1516 16.3711 19.1738 16.3523 19.1924 16.33C19.2111 16.3075 19.2256 16.2819 19.2354 16.2548L19.25 16.1698V7.82998C19.25 7.77166 19.2296 7.7147 19.1924 7.66983C19.1738 7.64752 19.1516 7.62866 19.127 7.61416L19.0459 7.58389L5.0459 4.95889C5.00996 4.95219 4.9729 4.95366 4.9375 4.9628C4.90195 4.97202 4.8681 4.98914 4.83984 5.0126C4.81172 5.03601 4.789 5.06542 4.77344 5.09854C4.75783 5.13178 4.75 5.16826 4.75 5.20498V18.7948Z" }));
|
|
31
|
+
});
|
|
32
|
+
var SkewXIcon_default = SkewXIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = SkewXIcon_default;
|
package/cjs/index.d.ts
CHANGED
|
@@ -13,8 +13,10 @@ export { default as AlignLeftIcon } from './AlignLeftIcon';
|
|
|
13
13
|
export { default as AlignRightIcon } from './AlignRightIcon';
|
|
14
14
|
export { default as AppsIcon } from './AppsIcon';
|
|
15
15
|
export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
|
|
16
|
+
export { default as Arrow360Icon } from './Arrow360Icon';
|
|
16
17
|
export { default as ArrowBackIcon } from './ArrowBackIcon';
|
|
17
18
|
export { default as ArrowBarBothIcon } from './ArrowBarBothIcon';
|
|
19
|
+
export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';
|
|
18
20
|
export { default as ArrowDownSmallIcon } from './ArrowDownSmallIcon';
|
|
19
21
|
export { default as ArrowForwardIcon } from './ArrowForwardIcon';
|
|
20
22
|
export { default as ArrowLeftIcon } from './ArrowLeftIcon';
|
|
@@ -25,6 +27,7 @@ export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
|
|
|
25
27
|
export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
|
|
26
28
|
export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
|
|
27
29
|
export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
|
|
30
|
+
export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
|
|
28
31
|
export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
|
|
29
32
|
export { default as AtomIcon } from './AtomIcon';
|
|
30
33
|
export { default as BanIcon } from './BanIcon';
|
|
@@ -69,6 +72,7 @@ export { default as CopyPageIcon } from './CopyPageIcon';
|
|
|
69
72
|
export { default as CornerUpRightIcon } from './CornerUpRightIcon';
|
|
70
73
|
export { default as CreditCardIcon } from './CreditCardIcon';
|
|
71
74
|
export { default as CrownIcon } from './CrownIcon';
|
|
75
|
+
export { default as CurrentLocationIcon } from './CurrentLocationIcon';
|
|
72
76
|
export { default as DatabaseIcon } from './DatabaseIcon';
|
|
73
77
|
export { default as DesktopIcon } from './DesktopIcon';
|
|
74
78
|
export { default as DetachIcon } from './DetachIcon';
|
|
@@ -123,6 +127,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
|
|
|
123
127
|
export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
|
|
124
128
|
export { default as LetterXIcon } from './LetterXIcon';
|
|
125
129
|
export { default as LetterYIcon } from './LetterYIcon';
|
|
130
|
+
export { default as LetterZIcon } from './LetterZIcon';
|
|
126
131
|
export { default as LibraryIcon } from './LibraryIcon';
|
|
127
132
|
export { default as LikeIcon } from './LikeIcon';
|
|
128
133
|
export { default as LinkIcon } from './LinkIcon';
|
|
@@ -195,6 +200,7 @@ export { default as SideRightIcon } from './SideRightIcon';
|
|
|
195
200
|
export { default as SideTopIcon } from './SideTopIcon';
|
|
196
201
|
export { default as SiteLockIcon } from './SiteLockIcon';
|
|
197
202
|
export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
|
|
203
|
+
export { default as SkewXIcon } from './SkewXIcon';
|
|
198
204
|
export { default as SocialIcon } from './SocialIcon';
|
|
199
205
|
export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
|
|
200
206
|
export { default as StarIcon } from './StarIcon';
|
package/cjs/index.js
CHANGED
|
@@ -15,8 +15,10 @@ var AlignLeftIcon = require('./AlignLeftIcon');
|
|
|
15
15
|
var AlignRightIcon = require('./AlignRightIcon');
|
|
16
16
|
var AppsIcon = require('./AppsIcon');
|
|
17
17
|
var ArchiveTemplateIcon = require('./ArchiveTemplateIcon');
|
|
18
|
+
var Arrow360Icon = require('./Arrow360Icon');
|
|
18
19
|
var ArrowBackIcon = require('./ArrowBackIcon');
|
|
19
20
|
var ArrowBarBothIcon = require('./ArrowBarBothIcon');
|
|
21
|
+
var ArrowDownLeftIcon = require('./ArrowDownLeftIcon');
|
|
20
22
|
var ArrowDownSmallIcon = require('./ArrowDownSmallIcon');
|
|
21
23
|
var ArrowForwardIcon = require('./ArrowForwardIcon');
|
|
22
24
|
var ArrowLeftIcon = require('./ArrowLeftIcon');
|
|
@@ -27,6 +29,7 @@ var ArrowsLeftRightIcon = require('./ArrowsLeftRightIcon');
|
|
|
27
29
|
var ArrowsMaximizeIcon = require('./ArrowsMaximizeIcon');
|
|
28
30
|
var ArrowsMoveHorizontalIcon = require('./ArrowsMoveHorizontalIcon');
|
|
29
31
|
var ArrowsMoveVerticalIcon = require('./ArrowsMoveVerticalIcon');
|
|
32
|
+
var ArrowsRightDownIcon = require('./ArrowsRightDownIcon');
|
|
30
33
|
var ArrowsRightLeftIcon = require('./ArrowsRightLeftIcon');
|
|
31
34
|
var AtomIcon = require('./AtomIcon');
|
|
32
35
|
var BanIcon = require('./BanIcon');
|
|
@@ -71,6 +74,7 @@ var CopyPageIcon = require('./CopyPageIcon');
|
|
|
71
74
|
var CornerUpRightIcon = require('./CornerUpRightIcon');
|
|
72
75
|
var CreditCardIcon = require('./CreditCardIcon');
|
|
73
76
|
var CrownIcon = require('./CrownIcon');
|
|
77
|
+
var CurrentLocationIcon = require('./CurrentLocationIcon');
|
|
74
78
|
var DatabaseIcon = require('./DatabaseIcon');
|
|
75
79
|
var DesktopIcon = require('./DesktopIcon');
|
|
76
80
|
var DetachIcon = require('./DetachIcon');
|
|
@@ -125,6 +129,7 @@ var LetterCaseLowerIcon = require('./LetterCaseLowerIcon');
|
|
|
125
129
|
var LetterCaseUpperIcon = require('./LetterCaseUpperIcon');
|
|
126
130
|
var LetterXIcon = require('./LetterXIcon');
|
|
127
131
|
var LetterYIcon = require('./LetterYIcon');
|
|
132
|
+
var LetterZIcon = require('./LetterZIcon');
|
|
128
133
|
var LibraryIcon = require('./LibraryIcon');
|
|
129
134
|
var LikeIcon = require('./LikeIcon');
|
|
130
135
|
var LinkIcon = require('./LinkIcon');
|
|
@@ -197,6 +202,7 @@ var SideRightIcon = require('./SideRightIcon');
|
|
|
197
202
|
var SideTopIcon = require('./SideTopIcon');
|
|
198
203
|
var SiteLockIcon = require('./SiteLockIcon');
|
|
199
204
|
var SiteLockOpenIcon = require('./SiteLockOpenIcon');
|
|
205
|
+
var SkewXIcon = require('./SkewXIcon');
|
|
200
206
|
var SocialIcon = require('./SocialIcon');
|
|
201
207
|
var SpeakerphoneIcon = require('./SpeakerphoneIcon');
|
|
202
208
|
var StarIcon = require('./StarIcon');
|
|
@@ -247,8 +253,10 @@ var AlignLeftIcon__default = /*#__PURE__*/_interopDefault(AlignLeftIcon);
|
|
|
247
253
|
var AlignRightIcon__default = /*#__PURE__*/_interopDefault(AlignRightIcon);
|
|
248
254
|
var AppsIcon__default = /*#__PURE__*/_interopDefault(AppsIcon);
|
|
249
255
|
var ArchiveTemplateIcon__default = /*#__PURE__*/_interopDefault(ArchiveTemplateIcon);
|
|
256
|
+
var Arrow360Icon__default = /*#__PURE__*/_interopDefault(Arrow360Icon);
|
|
250
257
|
var ArrowBackIcon__default = /*#__PURE__*/_interopDefault(ArrowBackIcon);
|
|
251
258
|
var ArrowBarBothIcon__default = /*#__PURE__*/_interopDefault(ArrowBarBothIcon);
|
|
259
|
+
var ArrowDownLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowDownLeftIcon);
|
|
252
260
|
var ArrowDownSmallIcon__default = /*#__PURE__*/_interopDefault(ArrowDownSmallIcon);
|
|
253
261
|
var ArrowForwardIcon__default = /*#__PURE__*/_interopDefault(ArrowForwardIcon);
|
|
254
262
|
var ArrowLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowLeftIcon);
|
|
@@ -259,6 +267,7 @@ var ArrowsLeftRightIcon__default = /*#__PURE__*/_interopDefault(ArrowsLeftRightI
|
|
|
259
267
|
var ArrowsMaximizeIcon__default = /*#__PURE__*/_interopDefault(ArrowsMaximizeIcon);
|
|
260
268
|
var ArrowsMoveHorizontalIcon__default = /*#__PURE__*/_interopDefault(ArrowsMoveHorizontalIcon);
|
|
261
269
|
var ArrowsMoveVerticalIcon__default = /*#__PURE__*/_interopDefault(ArrowsMoveVerticalIcon);
|
|
270
|
+
var ArrowsRightDownIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightDownIcon);
|
|
262
271
|
var ArrowsRightLeftIcon__default = /*#__PURE__*/_interopDefault(ArrowsRightLeftIcon);
|
|
263
272
|
var AtomIcon__default = /*#__PURE__*/_interopDefault(AtomIcon);
|
|
264
273
|
var BanIcon__default = /*#__PURE__*/_interopDefault(BanIcon);
|
|
@@ -303,6 +312,7 @@ var CopyPageIcon__default = /*#__PURE__*/_interopDefault(CopyPageIcon);
|
|
|
303
312
|
var CornerUpRightIcon__default = /*#__PURE__*/_interopDefault(CornerUpRightIcon);
|
|
304
313
|
var CreditCardIcon__default = /*#__PURE__*/_interopDefault(CreditCardIcon);
|
|
305
314
|
var CrownIcon__default = /*#__PURE__*/_interopDefault(CrownIcon);
|
|
315
|
+
var CurrentLocationIcon__default = /*#__PURE__*/_interopDefault(CurrentLocationIcon);
|
|
306
316
|
var DatabaseIcon__default = /*#__PURE__*/_interopDefault(DatabaseIcon);
|
|
307
317
|
var DesktopIcon__default = /*#__PURE__*/_interopDefault(DesktopIcon);
|
|
308
318
|
var DetachIcon__default = /*#__PURE__*/_interopDefault(DetachIcon);
|
|
@@ -357,6 +367,7 @@ var LetterCaseLowerIcon__default = /*#__PURE__*/_interopDefault(LetterCaseLowerI
|
|
|
357
367
|
var LetterCaseUpperIcon__default = /*#__PURE__*/_interopDefault(LetterCaseUpperIcon);
|
|
358
368
|
var LetterXIcon__default = /*#__PURE__*/_interopDefault(LetterXIcon);
|
|
359
369
|
var LetterYIcon__default = /*#__PURE__*/_interopDefault(LetterYIcon);
|
|
370
|
+
var LetterZIcon__default = /*#__PURE__*/_interopDefault(LetterZIcon);
|
|
360
371
|
var LibraryIcon__default = /*#__PURE__*/_interopDefault(LibraryIcon);
|
|
361
372
|
var LikeIcon__default = /*#__PURE__*/_interopDefault(LikeIcon);
|
|
362
373
|
var LinkIcon__default = /*#__PURE__*/_interopDefault(LinkIcon);
|
|
@@ -429,6 +440,7 @@ var SideRightIcon__default = /*#__PURE__*/_interopDefault(SideRightIcon);
|
|
|
429
440
|
var SideTopIcon__default = /*#__PURE__*/_interopDefault(SideTopIcon);
|
|
430
441
|
var SiteLockIcon__default = /*#__PURE__*/_interopDefault(SiteLockIcon);
|
|
431
442
|
var SiteLockOpenIcon__default = /*#__PURE__*/_interopDefault(SiteLockOpenIcon);
|
|
443
|
+
var SkewXIcon__default = /*#__PURE__*/_interopDefault(SkewXIcon);
|
|
432
444
|
var SocialIcon__default = /*#__PURE__*/_interopDefault(SocialIcon);
|
|
433
445
|
var SpeakerphoneIcon__default = /*#__PURE__*/_interopDefault(SpeakerphoneIcon);
|
|
434
446
|
var StarIcon__default = /*#__PURE__*/_interopDefault(StarIcon);
|
|
@@ -524,6 +536,10 @@ Object.defineProperty(exports, "ArchiveTemplateIcon", {
|
|
|
524
536
|
enumerable: true,
|
|
525
537
|
get: function () { return ArchiveTemplateIcon__default.default; }
|
|
526
538
|
});
|
|
539
|
+
Object.defineProperty(exports, "Arrow360Icon", {
|
|
540
|
+
enumerable: true,
|
|
541
|
+
get: function () { return Arrow360Icon__default.default; }
|
|
542
|
+
});
|
|
527
543
|
Object.defineProperty(exports, "ArrowBackIcon", {
|
|
528
544
|
enumerable: true,
|
|
529
545
|
get: function () { return ArrowBackIcon__default.default; }
|
|
@@ -532,6 +548,10 @@ Object.defineProperty(exports, "ArrowBarBothIcon", {
|
|
|
532
548
|
enumerable: true,
|
|
533
549
|
get: function () { return ArrowBarBothIcon__default.default; }
|
|
534
550
|
});
|
|
551
|
+
Object.defineProperty(exports, "ArrowDownLeftIcon", {
|
|
552
|
+
enumerable: true,
|
|
553
|
+
get: function () { return ArrowDownLeftIcon__default.default; }
|
|
554
|
+
});
|
|
535
555
|
Object.defineProperty(exports, "ArrowDownSmallIcon", {
|
|
536
556
|
enumerable: true,
|
|
537
557
|
get: function () { return ArrowDownSmallIcon__default.default; }
|
|
@@ -572,6 +592,10 @@ Object.defineProperty(exports, "ArrowsMoveVerticalIcon", {
|
|
|
572
592
|
enumerable: true,
|
|
573
593
|
get: function () { return ArrowsMoveVerticalIcon__default.default; }
|
|
574
594
|
});
|
|
595
|
+
Object.defineProperty(exports, "ArrowsRightDownIcon", {
|
|
596
|
+
enumerable: true,
|
|
597
|
+
get: function () { return ArrowsRightDownIcon__default.default; }
|
|
598
|
+
});
|
|
575
599
|
Object.defineProperty(exports, "ArrowsRightLeftIcon", {
|
|
576
600
|
enumerable: true,
|
|
577
601
|
get: function () { return ArrowsRightLeftIcon__default.default; }
|
|
@@ -748,6 +772,10 @@ Object.defineProperty(exports, "CrownIcon", {
|
|
|
748
772
|
enumerable: true,
|
|
749
773
|
get: function () { return CrownIcon__default.default; }
|
|
750
774
|
});
|
|
775
|
+
Object.defineProperty(exports, "CurrentLocationIcon", {
|
|
776
|
+
enumerable: true,
|
|
777
|
+
get: function () { return CurrentLocationIcon__default.default; }
|
|
778
|
+
});
|
|
751
779
|
Object.defineProperty(exports, "DatabaseIcon", {
|
|
752
780
|
enumerable: true,
|
|
753
781
|
get: function () { return DatabaseIcon__default.default; }
|
|
@@ -964,6 +992,10 @@ Object.defineProperty(exports, "LetterYIcon", {
|
|
|
964
992
|
enumerable: true,
|
|
965
993
|
get: function () { return LetterYIcon__default.default; }
|
|
966
994
|
});
|
|
995
|
+
Object.defineProperty(exports, "LetterZIcon", {
|
|
996
|
+
enumerable: true,
|
|
997
|
+
get: function () { return LetterZIcon__default.default; }
|
|
998
|
+
});
|
|
967
999
|
Object.defineProperty(exports, "LibraryIcon", {
|
|
968
1000
|
enumerable: true,
|
|
969
1001
|
get: function () { return LibraryIcon__default.default; }
|
|
@@ -1252,6 +1284,10 @@ Object.defineProperty(exports, "SiteLockOpenIcon", {
|
|
|
1252
1284
|
enumerable: true,
|
|
1253
1285
|
get: function () { return SiteLockOpenIcon__default.default; }
|
|
1254
1286
|
});
|
|
1287
|
+
Object.defineProperty(exports, "SkewXIcon", {
|
|
1288
|
+
enumerable: true,
|
|
1289
|
+
get: function () { return SkewXIcon__default.default; }
|
|
1290
|
+
});
|
|
1255
1291
|
Object.defineProperty(exports, "SocialIcon", {
|
|
1256
1292
|
enumerable: true,
|
|
1257
1293
|
get: function () { return SocialIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -13,8 +13,10 @@ export { default as AlignLeftIcon } from './AlignLeftIcon';
|
|
|
13
13
|
export { default as AlignRightIcon } from './AlignRightIcon';
|
|
14
14
|
export { default as AppsIcon } from './AppsIcon';
|
|
15
15
|
export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
|
|
16
|
+
export { default as Arrow360Icon } from './Arrow360Icon';
|
|
16
17
|
export { default as ArrowBackIcon } from './ArrowBackIcon';
|
|
17
18
|
export { default as ArrowBarBothIcon } from './ArrowBarBothIcon';
|
|
19
|
+
export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';
|
|
18
20
|
export { default as ArrowDownSmallIcon } from './ArrowDownSmallIcon';
|
|
19
21
|
export { default as ArrowForwardIcon } from './ArrowForwardIcon';
|
|
20
22
|
export { default as ArrowLeftIcon } from './ArrowLeftIcon';
|
|
@@ -25,6 +27,7 @@ export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
|
|
|
25
27
|
export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
|
|
26
28
|
export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
|
|
27
29
|
export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
|
|
30
|
+
export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
|
|
28
31
|
export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
|
|
29
32
|
export { default as AtomIcon } from './AtomIcon';
|
|
30
33
|
export { default as BanIcon } from './BanIcon';
|
|
@@ -69,6 +72,7 @@ export { default as CopyPageIcon } from './CopyPageIcon';
|
|
|
69
72
|
export { default as CornerUpRightIcon } from './CornerUpRightIcon';
|
|
70
73
|
export { default as CreditCardIcon } from './CreditCardIcon';
|
|
71
74
|
export { default as CrownIcon } from './CrownIcon';
|
|
75
|
+
export { default as CurrentLocationIcon } from './CurrentLocationIcon';
|
|
72
76
|
export { default as DatabaseIcon } from './DatabaseIcon';
|
|
73
77
|
export { default as DesktopIcon } from './DesktopIcon';
|
|
74
78
|
export { default as DetachIcon } from './DetachIcon';
|
|
@@ -123,6 +127,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
|
|
|
123
127
|
export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
|
|
124
128
|
export { default as LetterXIcon } from './LetterXIcon';
|
|
125
129
|
export { default as LetterYIcon } from './LetterYIcon';
|
|
130
|
+
export { default as LetterZIcon } from './LetterZIcon';
|
|
126
131
|
export { default as LibraryIcon } from './LibraryIcon';
|
|
127
132
|
export { default as LikeIcon } from './LikeIcon';
|
|
128
133
|
export { default as LinkIcon } from './LinkIcon';
|
|
@@ -195,6 +200,7 @@ export { default as SideRightIcon } from './SideRightIcon';
|
|
|
195
200
|
export { default as SideTopIcon } from './SideTopIcon';
|
|
196
201
|
export { default as SiteLockIcon } from './SiteLockIcon';
|
|
197
202
|
export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
|
|
203
|
+
export { default as SkewXIcon } from './SkewXIcon';
|
|
198
204
|
export { default as SocialIcon } from './SocialIcon';
|
|
199
205
|
export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
|
|
200
206
|
export { default as StarIcon } from './StarIcon';
|
package/index.js
CHANGED
|
@@ -13,8 +13,10 @@ export { default as AlignLeftIcon } from './AlignLeftIcon';
|
|
|
13
13
|
export { default as AlignRightIcon } from './AlignRightIcon';
|
|
14
14
|
export { default as AppsIcon } from './AppsIcon';
|
|
15
15
|
export { default as ArchiveTemplateIcon } from './ArchiveTemplateIcon';
|
|
16
|
+
export { default as Arrow360Icon } from './Arrow360Icon';
|
|
16
17
|
export { default as ArrowBackIcon } from './ArrowBackIcon';
|
|
17
18
|
export { default as ArrowBarBothIcon } from './ArrowBarBothIcon';
|
|
19
|
+
export { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';
|
|
18
20
|
export { default as ArrowDownSmallIcon } from './ArrowDownSmallIcon';
|
|
19
21
|
export { default as ArrowForwardIcon } from './ArrowForwardIcon';
|
|
20
22
|
export { default as ArrowLeftIcon } from './ArrowLeftIcon';
|
|
@@ -25,6 +27,7 @@ export { default as ArrowsLeftRightIcon } from './ArrowsLeftRightIcon';
|
|
|
25
27
|
export { default as ArrowsMaximizeIcon } from './ArrowsMaximizeIcon';
|
|
26
28
|
export { default as ArrowsMoveHorizontalIcon } from './ArrowsMoveHorizontalIcon';
|
|
27
29
|
export { default as ArrowsMoveVerticalIcon } from './ArrowsMoveVerticalIcon';
|
|
30
|
+
export { default as ArrowsRightDownIcon } from './ArrowsRightDownIcon';
|
|
28
31
|
export { default as ArrowsRightLeftIcon } from './ArrowsRightLeftIcon';
|
|
29
32
|
export { default as AtomIcon } from './AtomIcon';
|
|
30
33
|
export { default as BanIcon } from './BanIcon';
|
|
@@ -69,6 +72,7 @@ export { default as CopyPageIcon } from './CopyPageIcon';
|
|
|
69
72
|
export { default as CornerUpRightIcon } from './CornerUpRightIcon';
|
|
70
73
|
export { default as CreditCardIcon } from './CreditCardIcon';
|
|
71
74
|
export { default as CrownIcon } from './CrownIcon';
|
|
75
|
+
export { default as CurrentLocationIcon } from './CurrentLocationIcon';
|
|
72
76
|
export { default as DatabaseIcon } from './DatabaseIcon';
|
|
73
77
|
export { default as DesktopIcon } from './DesktopIcon';
|
|
74
78
|
export { default as DetachIcon } from './DetachIcon';
|
|
@@ -123,6 +127,7 @@ export { default as LetterCaseLowerIcon } from './LetterCaseLowerIcon';
|
|
|
123
127
|
export { default as LetterCaseUpperIcon } from './LetterCaseUpperIcon';
|
|
124
128
|
export { default as LetterXIcon } from './LetterXIcon';
|
|
125
129
|
export { default as LetterYIcon } from './LetterYIcon';
|
|
130
|
+
export { default as LetterZIcon } from './LetterZIcon';
|
|
126
131
|
export { default as LibraryIcon } from './LibraryIcon';
|
|
127
132
|
export { default as LikeIcon } from './LikeIcon';
|
|
128
133
|
export { default as LinkIcon } from './LinkIcon';
|
|
@@ -195,6 +200,7 @@ export { default as SideRightIcon } from './SideRightIcon';
|
|
|
195
200
|
export { default as SideTopIcon } from './SideTopIcon';
|
|
196
201
|
export { default as SiteLockIcon } from './SiteLockIcon';
|
|
197
202
|
export { default as SiteLockOpenIcon } from './SiteLockOpenIcon';
|
|
203
|
+
export { default as SkewXIcon } from './SkewXIcon';
|
|
198
204
|
export { default as SocialIcon } from './SocialIcon';
|
|
199
205
|
export { default as SpeakerphoneIcon } from './SpeakerphoneIcon';
|
|
200
206
|
export { default as StarIcon } from './StarIcon';
|