@elementor/icons 1.62.0 → 1.63.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/FolderPlusIcon/index.d.ts +4 -0
- package/FolderPlusIcon/index.js +9 -0
- package/cjs/FolderPlusIcon/index.d.ts +4 -0
- package/cjs/FolderPlusIcon/index.js +34 -0
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +6 -0
- package/index.d.ts +1 -0
- package/index.js +1 -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 FolderPlusIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 16 16", ...props, ref }, /* @__PURE__ */ React.createElement("path", { d: "M12.1667 14.6665V13.1665H10.6667C10.3905 13.1665 10.1667 12.9426 10.1667 12.6665C10.1667 12.3904 10.3905 12.1665 10.6667 12.1665H12.1667V10.6665C12.1667 10.3904 12.3905 10.1665 12.6667 10.1665C12.9428 10.1665 13.1667 10.3904 13.1667 10.6665V12.1665H14.6667C14.9428 12.1665 15.1667 12.3904 15.1667 12.6665C15.1667 12.9426 14.9428 13.1665 14.6667 13.1665H13.1667V14.6665C13.1667 14.9426 12.9428 15.1665 12.6667 15.1665C12.3905 15.1665 12.1667 14.9426 12.1667 14.6665ZM1.5 11.3332V3.99984C1.5 3.51361 1.69329 3.04743 2.03711 2.70361C2.38093 2.3598 2.8471 2.1665 3.33333 2.1665H6C6.13261 2.1665 6.25975 2.21922 6.35352 2.31299L8.20703 4.1665H12.6667C13.1529 4.1665 13.6191 4.3598 13.9629 4.70361C14.3067 5.04743 14.5 5.51361 14.5 5.99984V8.33317C14.5 8.60931 14.2761 8.83317 14 8.83317C13.7239 8.83317 13.5 8.60931 13.5 8.33317V5.99984C13.5 5.77882 13.4121 5.56693 13.2559 5.41064C13.1192 5.27397 12.94 5.18941 12.7493 5.17041L12.6667 5.1665H8C7.86739 5.1665 7.74025 5.11379 7.64648 5.02002L5.79297 3.1665H3.33333C3.11232 3.1665 2.90042 3.25436 2.74414 3.41064C2.58786 3.56692 2.5 3.77882 2.5 3.99984V11.3332C2.5 11.5542 2.58786 11.7661 2.74414 11.9224C2.90042 12.0786 3.11232 12.1665 3.33333 12.1665H8C8.27614 12.1665 8.5 12.3904 8.5 12.6665C8.5 12.9426 8.27614 13.1665 8 13.1665H3.33333C2.8471 13.1665 2.38093 12.9732 2.03711 12.6294C1.69329 12.2856 1.5 11.8194 1.5 11.3332Z" }));
|
|
6
|
+
});
|
|
7
|
+
var FolderPlusIcon_default = FolderPlusIcon;
|
|
8
|
+
|
|
9
|
+
export { FolderPlusIcon_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 FolderPlusIcon = React__namespace.forwardRef((props, ref) => {
|
|
30
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 16 16", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.1667 14.6665V13.1665H10.6667C10.3905 13.1665 10.1667 12.9426 10.1667 12.6665C10.1667 12.3904 10.3905 12.1665 10.6667 12.1665H12.1667V10.6665C12.1667 10.3904 12.3905 10.1665 12.6667 10.1665C12.9428 10.1665 13.1667 10.3904 13.1667 10.6665V12.1665H14.6667C14.9428 12.1665 15.1667 12.3904 15.1667 12.6665C15.1667 12.9426 14.9428 13.1665 14.6667 13.1665H13.1667V14.6665C13.1667 14.9426 12.9428 15.1665 12.6667 15.1665C12.3905 15.1665 12.1667 14.9426 12.1667 14.6665ZM1.5 11.3332V3.99984C1.5 3.51361 1.69329 3.04743 2.03711 2.70361C2.38093 2.3598 2.8471 2.1665 3.33333 2.1665H6C6.13261 2.1665 6.25975 2.21922 6.35352 2.31299L8.20703 4.1665H12.6667C13.1529 4.1665 13.6191 4.3598 13.9629 4.70361C14.3067 5.04743 14.5 5.51361 14.5 5.99984V8.33317C14.5 8.60931 14.2761 8.83317 14 8.83317C13.7239 8.83317 13.5 8.60931 13.5 8.33317V5.99984C13.5 5.77882 13.4121 5.56693 13.2559 5.41064C13.1192 5.27397 12.94 5.18941 12.7493 5.17041L12.6667 5.1665H8C7.86739 5.1665 7.74025 5.11379 7.64648 5.02002L5.79297 3.1665H3.33333C3.11232 3.1665 2.90042 3.25436 2.74414 3.41064C2.58786 3.56692 2.5 3.77882 2.5 3.99984V11.3332C2.5 11.5542 2.58786 11.7661 2.74414 11.9224C2.90042 12.0786 3.11232 12.1665 3.33333 12.1665H8C8.27614 12.1665 8.5 12.3904 8.5 12.6665C8.5 12.9426 8.27614 13.1665 8 13.1665H3.33333C2.8471 13.1665 2.38093 12.9732 2.03711 12.6294C1.69329 12.2856 1.5 11.8194 1.5 11.3332Z" }));
|
|
31
|
+
});
|
|
32
|
+
var FolderPlusIcon_default = FolderPlusIcon;
|
|
33
|
+
|
|
34
|
+
module.exports = FolderPlusIcon_default;
|
package/cjs/index.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ export { default as FileSettingsIcon } from './FileSettingsIcon';
|
|
|
109
109
|
export { default as FilesIcon } from './FilesIcon';
|
|
110
110
|
export { default as FilterIcon } from './FilterIcon';
|
|
111
111
|
export { default as FolderIcon } from './FolderIcon';
|
|
112
|
+
export { default as FolderPlusIcon } from './FolderPlusIcon';
|
|
112
113
|
export { default as FooterTemplateIcon } from './FooterTemplateIcon';
|
|
113
114
|
export { default as GiftIcon } from './GiftIcon';
|
|
114
115
|
export { default as GridDotsIcon } from './GridDotsIcon';
|
package/cjs/index.js
CHANGED
|
@@ -111,6 +111,7 @@ var FileSettingsIcon = require('./FileSettingsIcon');
|
|
|
111
111
|
var FilesIcon = require('./FilesIcon');
|
|
112
112
|
var FilterIcon = require('./FilterIcon');
|
|
113
113
|
var FolderIcon = require('./FolderIcon');
|
|
114
|
+
var FolderPlusIcon = require('./FolderPlusIcon');
|
|
114
115
|
var FooterTemplateIcon = require('./FooterTemplateIcon');
|
|
115
116
|
var GiftIcon = require('./GiftIcon');
|
|
116
117
|
var GridDotsIcon = require('./GridDotsIcon');
|
|
@@ -376,6 +377,7 @@ var FileSettingsIcon__default = /*#__PURE__*/_interopDefault(FileSettingsIcon);
|
|
|
376
377
|
var FilesIcon__default = /*#__PURE__*/_interopDefault(FilesIcon);
|
|
377
378
|
var FilterIcon__default = /*#__PURE__*/_interopDefault(FilterIcon);
|
|
378
379
|
var FolderIcon__default = /*#__PURE__*/_interopDefault(FolderIcon);
|
|
380
|
+
var FolderPlusIcon__default = /*#__PURE__*/_interopDefault(FolderPlusIcon);
|
|
379
381
|
var FooterTemplateIcon__default = /*#__PURE__*/_interopDefault(FooterTemplateIcon);
|
|
380
382
|
var GiftIcon__default = /*#__PURE__*/_interopDefault(GiftIcon);
|
|
381
383
|
var GridDotsIcon__default = /*#__PURE__*/_interopDefault(GridDotsIcon);
|
|
@@ -974,6 +976,10 @@ Object.defineProperty(exports, "FolderIcon", {
|
|
|
974
976
|
enumerable: true,
|
|
975
977
|
get: function () { return FolderIcon__default.default; }
|
|
976
978
|
});
|
|
979
|
+
Object.defineProperty(exports, "FolderPlusIcon", {
|
|
980
|
+
enumerable: true,
|
|
981
|
+
get: function () { return FolderPlusIcon__default.default; }
|
|
982
|
+
});
|
|
977
983
|
Object.defineProperty(exports, "FooterTemplateIcon", {
|
|
978
984
|
enumerable: true,
|
|
979
985
|
get: function () { return FooterTemplateIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ export { default as FileSettingsIcon } from './FileSettingsIcon';
|
|
|
109
109
|
export { default as FilesIcon } from './FilesIcon';
|
|
110
110
|
export { default as FilterIcon } from './FilterIcon';
|
|
111
111
|
export { default as FolderIcon } from './FolderIcon';
|
|
112
|
+
export { default as FolderPlusIcon } from './FolderPlusIcon';
|
|
112
113
|
export { default as FooterTemplateIcon } from './FooterTemplateIcon';
|
|
113
114
|
export { default as GiftIcon } from './GiftIcon';
|
|
114
115
|
export { default as GridDotsIcon } from './GridDotsIcon';
|
package/index.js
CHANGED
|
@@ -109,6 +109,7 @@ export { default as FileSettingsIcon } from './FileSettingsIcon';
|
|
|
109
109
|
export { default as FilesIcon } from './FilesIcon';
|
|
110
110
|
export { default as FilterIcon } from './FilterIcon';
|
|
111
111
|
export { default as FolderIcon } from './FolderIcon';
|
|
112
|
+
export { default as FolderPlusIcon } from './FolderPlusIcon';
|
|
112
113
|
export { default as FooterTemplateIcon } from './FooterTemplateIcon';
|
|
113
114
|
export { default as GiftIcon } from './GiftIcon';
|
|
114
115
|
export { default as GridDotsIcon } from './GridDotsIcon';
|