@elementor/icons 1.41.0 → 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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const FilterIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default FilterIcon;
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const FilterIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default FilterIcon;
@@ -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;
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';
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');
@@ -319,6 +320,7 @@ var EyeIcon__default = /*#__PURE__*/_interopDefault(EyeIcon);
319
320
  var EyeOffIcon__default = /*#__PURE__*/_interopDefault(EyeOffIcon);
320
321
  var FileReportIcon__default = /*#__PURE__*/_interopDefault(FileReportIcon);
321
322
  var FilesIcon__default = /*#__PURE__*/_interopDefault(FilesIcon);
323
+ var FilterIcon__default = /*#__PURE__*/_interopDefault(FilterIcon);
322
324
  var FolderIcon__default = /*#__PURE__*/_interopDefault(FolderIcon);
323
325
  var FooterTemplateIcon__default = /*#__PURE__*/_interopDefault(FooterTemplateIcon);
324
326
  var GiftIcon__default = /*#__PURE__*/_interopDefault(GiftIcon);
@@ -818,6 +820,10 @@ Object.defineProperty(exports, "FilesIcon", {
818
820
  enumerable: true,
819
821
  get: function () { return FilesIcon__default.default; }
820
822
  });
823
+ Object.defineProperty(exports, "FilterIcon", {
824
+ enumerable: true,
825
+ get: function () { return FilterIcon__default.default; }
826
+ });
821
827
  Object.defineProperty(exports, "FolderIcon", {
822
828
  enumerable: true,
823
829
  get: function () { return FolderIcon__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';
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';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.41.0",
19
+ "version": "1.42.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",