@elementor/icons 1.40.2 → 1.42.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/FilterIcon/index.d.ts +4 -0
- package/FilterIcon/index.js +16 -0
- package/MessagesIcon/index.d.ts +4 -0
- package/MessagesIcon/index.js +16 -0
- package/cjs/FilterIcon/index.d.ts +4 -0
- package/cjs/FilterIcon/index.js +41 -0
- package/cjs/MessagesIcon/index.d.ts +4 -0
- package/cjs/MessagesIcon/index.js +41 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +12 -0
- package/index.d.ts +2 -0
- package/index.js +2 -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 FilterIcon = 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: "M5.25177 4.29226C5.33154 4.26429 5.41546 4.25 5.49999 4.25H18.5C18.5845 4.25 18.6684 4.26429 18.7482 4.29226C19.0002 4.38065 19.2287 4.52556 19.4161 4.71588C19.6034 4.90619 19.7448 5.13688 19.8292 5.39025C19.9137 5.64362 19.939 5.91297 19.9033 6.17765C19.8676 6.44234 19.7718 6.69533 19.6232 6.91726C19.6026 6.94799 19.5798 6.97715 19.5549 7.0045L14.75 12.29V19C14.75 19.2841 14.5895 19.5438 14.3354 19.6708C14.0813 19.7979 13.7772 19.7704 13.55 19.6L9.54999 16.6C9.36113 16.4584 9.24999 16.2361 9.24999 16V12.29L4.44503 7.0045C4.42016 6.97715 4.39734 6.94799 4.37677 6.91726C4.22818 6.69533 4.13236 6.44234 4.09665 6.17765C4.06094 5.91297 4.08628 5.64363 4.17074 5.39025C4.2552 5.13687 4.39653 4.90619 4.58391 4.71588C4.77129 4.52556 4.99974 4.38065 5.25177 4.29226ZM5.67282 5.75C5.66583 5.7557 5.65914 5.7618 5.65279 5.76825C5.62602 5.79544 5.60583 5.8284 5.59376 5.86459C5.5817 5.90079 5.57808 5.93927 5.58318 5.97708C5.58662 6.00257 5.59396 6.02731 5.60489 6.05044L10.5549 11.4955C10.6804 11.6335 10.75 11.8134 10.75 12V15.625L13.25 17.5V12C13.25 11.8134 13.3195 11.6335 13.445 11.4955L18.3951 6.05044C18.406 6.02731 18.4134 6.00257 18.4168 5.97708C18.4219 5.93927 18.4183 5.90079 18.4062 5.86459C18.3941 5.82839 18.374 5.79544 18.3472 5.76825C18.3408 5.7618 18.3341 5.7557 18.3272 5.75H5.67282Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var FilterIcon_default = FilterIcon;
|
|
15
|
+
|
|
16
|
+
export { FilterIcon_default as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const MessagesIcon = 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: "M11 3.75C10.9337 3.75 10.8701 3.77634 10.8232 3.82322C10.7763 3.87011 10.75 3.9337 10.75 4V10C10.75 10.0663 10.7763 10.1299 10.8232 10.1768C10.8701 10.2237 10.9337 10.25 11 10.25H18C18.1989 10.25 18.3897 10.329 18.5303 10.4697L20.25 12.1893V4C20.25 3.93369 20.2237 3.87011 20.1768 3.82322C20.1299 3.77634 20.0663 3.75 20 3.75H11ZM9.76256 2.76256C10.0908 2.43437 10.5359 2.25 11 2.25H20C20.4641 2.25 20.9092 2.43437 21.2374 2.76256C21.5656 3.09075 21.75 3.53587 21.75 4V14C21.75 14.3033 21.5673 14.5768 21.287 14.6929C21.0068 14.809 20.6842 14.7448 20.4697 14.5303L17.6893 11.75H11C10.5359 11.75 10.0908 11.5656 9.76256 11.2374C9.43437 10.9092 9.25 10.4641 9.25 10V4C9.25 3.53587 9.43437 3.09075 9.76256 2.76256ZM4 10.75C3.9337 10.75 3.87011 10.7763 3.82322 10.8232C3.77634 10.8701 3.75 10.9337 3.75 11V19.1893L5.46967 17.4697C5.61032 17.329 5.80109 17.25 6 17.25H13C13.0663 17.25 13.1299 17.2237 13.1768 17.1768C13.2237 17.1299 13.25 17.0663 13.25 17V15C13.25 14.5858 13.5858 14.25 14 14.25C14.4142 14.25 14.75 14.5858 14.75 15V17C14.75 17.4641 14.5656 17.9092 14.2374 18.2374C13.9092 18.5656 13.4641 18.75 13 18.75H6.31066L3.53033 21.5303C3.31583 21.7448 2.99324 21.809 2.71299 21.6929C2.43273 21.5768 2.25 21.3033 2.25 21V11C2.25 10.5359 2.43437 10.0908 2.76256 9.76256C3.09075 9.43437 3.53587 9.25 4 9.25H6C6.41421 9.25 6.75 9.58579 6.75 10C6.75 10.4142 6.41421 10.75 6 10.75H4Z"
|
|
11
|
+
}
|
|
12
|
+
));
|
|
13
|
+
});
|
|
14
|
+
var MessagesIcon_default = MessagesIcon;
|
|
15
|
+
|
|
16
|
+
export { MessagesIcon_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 FilterIcon = 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: "M5.25177 4.29226C5.33154 4.26429 5.41546 4.25 5.49999 4.25H18.5C18.5845 4.25 18.6684 4.26429 18.7482 4.29226C19.0002 4.38065 19.2287 4.52556 19.4161 4.71588C19.6034 4.90619 19.7448 5.13688 19.8292 5.39025C19.9137 5.64362 19.939 5.91297 19.9033 6.17765C19.8676 6.44234 19.7718 6.69533 19.6232 6.91726C19.6026 6.94799 19.5798 6.97715 19.5549 7.0045L14.75 12.29V19C14.75 19.2841 14.5895 19.5438 14.3354 19.6708C14.0813 19.7979 13.7772 19.7704 13.55 19.6L9.54999 16.6C9.36113 16.4584 9.24999 16.2361 9.24999 16V12.29L4.44503 7.0045C4.42016 6.97715 4.39734 6.94799 4.37677 6.91726C4.22818 6.69533 4.13236 6.44234 4.09665 6.17765C4.06094 5.91297 4.08628 5.64363 4.17074 5.39025C4.2552 5.13687 4.39653 4.90619 4.58391 4.71588C4.77129 4.52556 4.99974 4.38065 5.25177 4.29226ZM5.67282 5.75C5.66583 5.7557 5.65914 5.7618 5.65279 5.76825C5.62602 5.79544 5.60583 5.8284 5.59376 5.86459C5.5817 5.90079 5.57808 5.93927 5.58318 5.97708C5.58662 6.00257 5.59396 6.02731 5.60489 6.05044L10.5549 11.4955C10.6804 11.6335 10.75 11.8134 10.75 12V15.625L13.25 17.5V12C13.25 11.8134 13.3195 11.6335 13.445 11.4955L18.3951 6.05044C18.406 6.02731 18.4134 6.00257 18.4168 5.97708C18.4219 5.93927 18.4183 5.90079 18.4062 5.86459C18.3941 5.82839 18.374 5.79544 18.3472 5.76825C18.3408 5.7618 18.3341 5.7557 18.3272 5.75H5.67282Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var FilterIcon_default = FilterIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = FilterIcon_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 MessagesIcon = 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: "M11 3.75C10.9337 3.75 10.8701 3.77634 10.8232 3.82322C10.7763 3.87011 10.75 3.9337 10.75 4V10C10.75 10.0663 10.7763 10.1299 10.8232 10.1768C10.8701 10.2237 10.9337 10.25 11 10.25H18C18.1989 10.25 18.3897 10.329 18.5303 10.4697L20.25 12.1893V4C20.25 3.93369 20.2237 3.87011 20.1768 3.82322C20.1299 3.77634 20.0663 3.75 20 3.75H11ZM9.76256 2.76256C10.0908 2.43437 10.5359 2.25 11 2.25H20C20.4641 2.25 20.9092 2.43437 21.2374 2.76256C21.5656 3.09075 21.75 3.53587 21.75 4V14C21.75 14.3033 21.5673 14.5768 21.287 14.6929C21.0068 14.809 20.6842 14.7448 20.4697 14.5303L17.6893 11.75H11C10.5359 11.75 10.0908 11.5656 9.76256 11.2374C9.43437 10.9092 9.25 10.4641 9.25 10V4C9.25 3.53587 9.43437 3.09075 9.76256 2.76256ZM4 10.75C3.9337 10.75 3.87011 10.7763 3.82322 10.8232C3.77634 10.8701 3.75 10.9337 3.75 11V19.1893L5.46967 17.4697C5.61032 17.329 5.80109 17.25 6 17.25H13C13.0663 17.25 13.1299 17.2237 13.1768 17.1768C13.2237 17.1299 13.25 17.0663 13.25 17V15C13.25 14.5858 13.5858 14.25 14 14.25C14.4142 14.25 14.75 14.5858 14.75 15V17C14.75 17.4641 14.5656 17.9092 14.2374 18.2374C13.9092 18.5656 13.4641 18.75 13 18.75H6.31066L3.53033 21.5303C3.31583 21.7448 2.99324 21.809 2.71299 21.6929C2.43273 21.5768 2.25 21.3033 2.25 21V11C2.25 10.5359 2.43437 10.0908 2.76256 9.76256C3.09075 9.43437 3.53587 9.25 4 9.25H6C6.41421 9.25 6.75 9.58579 6.75 10C6.75 10.4142 6.41421 10.75 6 10.75H4Z"
|
|
36
|
+
}
|
|
37
|
+
));
|
|
38
|
+
});
|
|
39
|
+
var MessagesIcon_default = MessagesIcon;
|
|
40
|
+
|
|
41
|
+
module.exports = MessagesIcon_default;
|
package/cjs/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export { default as EyeIcon } from './EyeIcon';
|
|
|
88
88
|
export { default as EyeOffIcon } from './EyeOffIcon';
|
|
89
89
|
export { default as FileReportIcon } from './FileReportIcon';
|
|
90
90
|
export { default as FilesIcon } from './FilesIcon';
|
|
91
|
+
export { default as FilterIcon } from './FilterIcon';
|
|
91
92
|
export { default as FolderIcon } from './FolderIcon';
|
|
92
93
|
export { default as FooterTemplateIcon } from './FooterTemplateIcon';
|
|
93
94
|
export { default as GiftIcon } from './GiftIcon';
|
|
@@ -136,6 +137,7 @@ export { default as Menu2Icon } from './Menu2Icon';
|
|
|
136
137
|
export { default as MenuIcon } from './MenuIcon';
|
|
137
138
|
export { default as MessageIcon } from './MessageIcon';
|
|
138
139
|
export { default as MessageLinesIcon } from './MessageLinesIcon';
|
|
140
|
+
export { default as MessagesIcon } from './MessagesIcon';
|
|
139
141
|
export { default as MinimizeDiagonalIcon } from './MinimizeDiagonalIcon';
|
|
140
142
|
export { default as MinusIcon } from './MinusIcon';
|
|
141
143
|
export { default as MobileIcon } from './MobileIcon';
|
package/cjs/index.js
CHANGED
|
@@ -90,6 +90,7 @@ var EyeIcon = require('./EyeIcon');
|
|
|
90
90
|
var EyeOffIcon = require('./EyeOffIcon');
|
|
91
91
|
var FileReportIcon = require('./FileReportIcon');
|
|
92
92
|
var FilesIcon = require('./FilesIcon');
|
|
93
|
+
var FilterIcon = require('./FilterIcon');
|
|
93
94
|
var FolderIcon = require('./FolderIcon');
|
|
94
95
|
var FooterTemplateIcon = require('./FooterTemplateIcon');
|
|
95
96
|
var GiftIcon = require('./GiftIcon');
|
|
@@ -138,6 +139,7 @@ var Menu2Icon = require('./Menu2Icon');
|
|
|
138
139
|
var MenuIcon = require('./MenuIcon');
|
|
139
140
|
var MessageIcon = require('./MessageIcon');
|
|
140
141
|
var MessageLinesIcon = require('./MessageLinesIcon');
|
|
142
|
+
var MessagesIcon = require('./MessagesIcon');
|
|
141
143
|
var MinimizeDiagonalIcon = require('./MinimizeDiagonalIcon');
|
|
142
144
|
var MinusIcon = require('./MinusIcon');
|
|
143
145
|
var MobileIcon = require('./MobileIcon');
|
|
@@ -318,6 +320,7 @@ var EyeIcon__default = /*#__PURE__*/_interopDefault(EyeIcon);
|
|
|
318
320
|
var EyeOffIcon__default = /*#__PURE__*/_interopDefault(EyeOffIcon);
|
|
319
321
|
var FileReportIcon__default = /*#__PURE__*/_interopDefault(FileReportIcon);
|
|
320
322
|
var FilesIcon__default = /*#__PURE__*/_interopDefault(FilesIcon);
|
|
323
|
+
var FilterIcon__default = /*#__PURE__*/_interopDefault(FilterIcon);
|
|
321
324
|
var FolderIcon__default = /*#__PURE__*/_interopDefault(FolderIcon);
|
|
322
325
|
var FooterTemplateIcon__default = /*#__PURE__*/_interopDefault(FooterTemplateIcon);
|
|
323
326
|
var GiftIcon__default = /*#__PURE__*/_interopDefault(GiftIcon);
|
|
@@ -366,6 +369,7 @@ var Menu2Icon__default = /*#__PURE__*/_interopDefault(Menu2Icon);
|
|
|
366
369
|
var MenuIcon__default = /*#__PURE__*/_interopDefault(MenuIcon);
|
|
367
370
|
var MessageIcon__default = /*#__PURE__*/_interopDefault(MessageIcon);
|
|
368
371
|
var MessageLinesIcon__default = /*#__PURE__*/_interopDefault(MessageLinesIcon);
|
|
372
|
+
var MessagesIcon__default = /*#__PURE__*/_interopDefault(MessagesIcon);
|
|
369
373
|
var MinimizeDiagonalIcon__default = /*#__PURE__*/_interopDefault(MinimizeDiagonalIcon);
|
|
370
374
|
var MinusIcon__default = /*#__PURE__*/_interopDefault(MinusIcon);
|
|
371
375
|
var MobileIcon__default = /*#__PURE__*/_interopDefault(MobileIcon);
|
|
@@ -816,6 +820,10 @@ Object.defineProperty(exports, "FilesIcon", {
|
|
|
816
820
|
enumerable: true,
|
|
817
821
|
get: function () { return FilesIcon__default.default; }
|
|
818
822
|
});
|
|
823
|
+
Object.defineProperty(exports, "FilterIcon", {
|
|
824
|
+
enumerable: true,
|
|
825
|
+
get: function () { return FilterIcon__default.default; }
|
|
826
|
+
});
|
|
819
827
|
Object.defineProperty(exports, "FolderIcon", {
|
|
820
828
|
enumerable: true,
|
|
821
829
|
get: function () { return FolderIcon__default.default; }
|
|
@@ -1008,6 +1016,10 @@ Object.defineProperty(exports, "MessageLinesIcon", {
|
|
|
1008
1016
|
enumerable: true,
|
|
1009
1017
|
get: function () { return MessageLinesIcon__default.default; }
|
|
1010
1018
|
});
|
|
1019
|
+
Object.defineProperty(exports, "MessagesIcon", {
|
|
1020
|
+
enumerable: true,
|
|
1021
|
+
get: function () { return MessagesIcon__default.default; }
|
|
1022
|
+
});
|
|
1011
1023
|
Object.defineProperty(exports, "MinimizeDiagonalIcon", {
|
|
1012
1024
|
enumerable: true,
|
|
1013
1025
|
get: function () { return MinimizeDiagonalIcon__default.default; }
|
package/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export { default as EyeIcon } from './EyeIcon';
|
|
|
88
88
|
export { default as EyeOffIcon } from './EyeOffIcon';
|
|
89
89
|
export { default as FileReportIcon } from './FileReportIcon';
|
|
90
90
|
export { default as FilesIcon } from './FilesIcon';
|
|
91
|
+
export { default as FilterIcon } from './FilterIcon';
|
|
91
92
|
export { default as FolderIcon } from './FolderIcon';
|
|
92
93
|
export { default as FooterTemplateIcon } from './FooterTemplateIcon';
|
|
93
94
|
export { default as GiftIcon } from './GiftIcon';
|
|
@@ -136,6 +137,7 @@ export { default as Menu2Icon } from './Menu2Icon';
|
|
|
136
137
|
export { default as MenuIcon } from './MenuIcon';
|
|
137
138
|
export { default as MessageIcon } from './MessageIcon';
|
|
138
139
|
export { default as MessageLinesIcon } from './MessageLinesIcon';
|
|
140
|
+
export { default as MessagesIcon } from './MessagesIcon';
|
|
139
141
|
export { default as MinimizeDiagonalIcon } from './MinimizeDiagonalIcon';
|
|
140
142
|
export { default as MinusIcon } from './MinusIcon';
|
|
141
143
|
export { default as MobileIcon } from './MobileIcon';
|
package/index.js
CHANGED
|
@@ -88,6 +88,7 @@ export { default as EyeIcon } from './EyeIcon';
|
|
|
88
88
|
export { default as EyeOffIcon } from './EyeOffIcon';
|
|
89
89
|
export { default as FileReportIcon } from './FileReportIcon';
|
|
90
90
|
export { default as FilesIcon } from './FilesIcon';
|
|
91
|
+
export { default as FilterIcon } from './FilterIcon';
|
|
91
92
|
export { default as FolderIcon } from './FolderIcon';
|
|
92
93
|
export { default as FooterTemplateIcon } from './FooterTemplateIcon';
|
|
93
94
|
export { default as GiftIcon } from './GiftIcon';
|
|
@@ -136,6 +137,7 @@ export { default as Menu2Icon } from './Menu2Icon';
|
|
|
136
137
|
export { default as MenuIcon } from './MenuIcon';
|
|
137
138
|
export { default as MessageIcon } from './MessageIcon';
|
|
138
139
|
export { default as MessageLinesIcon } from './MessageLinesIcon';
|
|
140
|
+
export { default as MessagesIcon } from './MessagesIcon';
|
|
139
141
|
export { default as MinimizeDiagonalIcon } from './MinimizeDiagonalIcon';
|
|
140
142
|
export { default as MinusIcon } from './MinusIcon';
|
|
141
143
|
export { default as MobileIcon } from './MobileIcon';
|