@elementor/icons 1.42.0 → 1.43.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 ScreenShareIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ScreenShareIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import SvgIcon from '@elementor/ui/SvgIcon';
3
+
4
+ const ScreenShareIcon = 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: "M13.0577 3.44092C13.3412 3.46979 13.5623 3.70929 13.5623 4.00049C13.5621 4.29153 13.3411 4.53122 13.0577 4.56006L13 4.56299H4C3.88382 4.56305 3.77267 4.60917 3.69068 4.69116C3.6088 4.77314 3.56257 4.88443 3.5625 5.00024V15.0008L3.57129 15.0864C3.58817 15.1703 3.62928 15.2484 3.69068 15.3098C3.77264 15.3917 3.88393 15.4379 4 15.438H20C20.1161 15.4379 20.2274 15.3917 20.3093 15.3098C20.3912 15.2279 20.4374 15.1166 20.4375 15.0008V12.0008C20.4375 11.6901 20.6894 11.4382 21 11.4382C21.3106 11.4382 21.5625 11.6901 21.5625 12.0008V15.0008C21.5624 15.4149 21.3977 15.8123 21.1047 16.1053C20.8118 16.3983 20.4144 16.5629 20 16.563H15.5625V19.4378H17L17.0577 19.4407C17.3412 19.4696 17.5623 19.7091 17.5623 20.0003C17.5621 20.2913 17.3411 20.531 17.0577 20.5598L17 20.5628H7C6.68936 20.5626 6.43747 20.3107 6.43726 20.0001C6.43726 19.6897 6.68922 19.4379 7 19.4378H8.4375V16.563H4C3.58553 16.5629 3.18713 16.3983 2.89426 16.1053C2.63903 15.8499 2.48048 15.5127 2.44483 15.1553L2.4375 15.0008V5.00024C2.43756 4.58606 2.60219 4.18866 2.89526 3.89559C3.18823 3.60262 3.58563 3.43732 4 3.43726H13L13.0577 3.44092ZM9.5625 19.4378H14.4375V16.563H9.5625V19.4378Z"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement("path", { d: "M21.0176 3.43799C21.0249 3.43822 21.0323 3.43894 21.0395 3.43946L21.0578 3.44092C21.0661 3.44176 21.0739 3.44413 21.082 3.44531C21.1032 3.44842 21.1243 3.45152 21.145 3.45703C21.1601 3.46103 21.1744 3.46649 21.189 3.47168C21.2073 3.47822 21.2255 3.48516 21.2432 3.49365C21.2553 3.49951 21.2666 3.50674 21.2783 3.51343C21.296 3.52358 21.3136 3.53415 21.3303 3.54639C21.3446 3.55676 21.3575 3.56846 21.3706 3.58008C21.3794 3.58783 21.3893 3.5944 21.3977 3.60278C21.4004 3.60548 21.4024 3.60884 21.405 3.61157C21.4193 3.62651 21.432 3.64299 21.4446 3.65918C21.4532 3.67047 21.4625 3.68111 21.4703 3.69287C21.4788 3.70595 21.4855 3.72008 21.4929 3.73389C21.5029 3.75231 21.513 3.77035 21.5207 3.78955C21.5243 3.79835 21.5264 3.80764 21.5296 3.81665C21.5372 3.83867 21.5438 3.86067 21.5486 3.8833C21.5518 3.89846 21.5529 3.91386 21.5552 3.92945C21.5576 3.94853 21.5606 3.96737 21.561 3.98657C21.5612 3.99109 21.5625 3.99595 21.5625 4.00049V8.00024C21.5623 8.31068 21.3104 8.5626 21 8.56275C20.6896 8.5626 20.4377 8.31068 20.4375 8.00024V5.3584L16.3975 9.39844C16.1778 9.61758 15.8216 9.61778 15.602 9.39844C15.3825 9.17888 15.3828 8.82273 15.602 8.60303L19.6421 4.56299H17C16.6894 4.56299 16.4375 4.31098 16.4373 4.00049C16.4373 3.68983 16.6896 3.43726 17 3.43726H21L21.0176 3.43799Z" }));
13
+ });
14
+ var ScreenShareIcon_default = ScreenShareIcon;
15
+
16
+ export { ScreenShareIcon_default as default };
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SvgIconProps } from '@elementor/ui/SvgIcon';
3
+ declare const ScreenShareIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default ScreenShareIcon;
@@ -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 ScreenShareIcon = 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: "M13.0577 3.44092C13.3412 3.46979 13.5623 3.70929 13.5623 4.00049C13.5621 4.29153 13.3411 4.53122 13.0577 4.56006L13 4.56299H4C3.88382 4.56305 3.77267 4.60917 3.69068 4.69116C3.6088 4.77314 3.56257 4.88443 3.5625 5.00024V15.0008L3.57129 15.0864C3.58817 15.1703 3.62928 15.2484 3.69068 15.3098C3.77264 15.3917 3.88393 15.4379 4 15.438H20C20.1161 15.4379 20.2274 15.3917 20.3093 15.3098C20.3912 15.2279 20.4374 15.1166 20.4375 15.0008V12.0008C20.4375 11.6901 20.6894 11.4382 21 11.4382C21.3106 11.4382 21.5625 11.6901 21.5625 12.0008V15.0008C21.5624 15.4149 21.3977 15.8123 21.1047 16.1053C20.8118 16.3983 20.4144 16.5629 20 16.563H15.5625V19.4378H17L17.0577 19.4407C17.3412 19.4696 17.5623 19.7091 17.5623 20.0003C17.5621 20.2913 17.3411 20.531 17.0577 20.5598L17 20.5628H7C6.68936 20.5626 6.43747 20.3107 6.43726 20.0001C6.43726 19.6897 6.68922 19.4379 7 19.4378H8.4375V16.563H4C3.58553 16.5629 3.18713 16.3983 2.89426 16.1053C2.63903 15.8499 2.48048 15.5127 2.44483 15.1553L2.4375 15.0008V5.00024C2.43756 4.58606 2.60219 4.18866 2.89526 3.89559C3.18823 3.60262 3.58563 3.43732 4 3.43726H13L13.0577 3.44092ZM9.5625 19.4378H14.4375V16.563H9.5625V19.4378Z"
36
+ }
37
+ ), /* @__PURE__ */ React__namespace.createElement("path", { d: "M21.0176 3.43799C21.0249 3.43822 21.0323 3.43894 21.0395 3.43946L21.0578 3.44092C21.0661 3.44176 21.0739 3.44413 21.082 3.44531C21.1032 3.44842 21.1243 3.45152 21.145 3.45703C21.1601 3.46103 21.1744 3.46649 21.189 3.47168C21.2073 3.47822 21.2255 3.48516 21.2432 3.49365C21.2553 3.49951 21.2666 3.50674 21.2783 3.51343C21.296 3.52358 21.3136 3.53415 21.3303 3.54639C21.3446 3.55676 21.3575 3.56846 21.3706 3.58008C21.3794 3.58783 21.3893 3.5944 21.3977 3.60278C21.4004 3.60548 21.4024 3.60884 21.405 3.61157C21.4193 3.62651 21.432 3.64299 21.4446 3.65918C21.4532 3.67047 21.4625 3.68111 21.4703 3.69287C21.4788 3.70595 21.4855 3.72008 21.4929 3.73389C21.5029 3.75231 21.513 3.77035 21.5207 3.78955C21.5243 3.79835 21.5264 3.80764 21.5296 3.81665C21.5372 3.83867 21.5438 3.86067 21.5486 3.8833C21.5518 3.89846 21.5529 3.91386 21.5552 3.92945C21.5576 3.94853 21.5606 3.96737 21.561 3.98657C21.5612 3.99109 21.5625 3.99595 21.5625 4.00049V8.00024C21.5623 8.31068 21.3104 8.5626 21 8.56275C20.6896 8.5626 20.4377 8.31068 20.4375 8.00024V5.3584L16.3975 9.39844C16.1778 9.61758 15.8216 9.61778 15.602 9.39844C15.3825 9.17888 15.3828 8.82273 15.602 8.60303L19.6421 4.56299H17C16.6894 4.56299 16.4375 4.31098 16.4373 4.00049C16.4373 3.68983 16.6896 3.43726 17 3.43726H21L21.0176 3.43799Z" }));
38
+ });
39
+ var ScreenShareIcon_default = ScreenShareIcon;
40
+
41
+ module.exports = ScreenShareIcon_default;
package/cjs/index.d.ts CHANGED
@@ -175,6 +175,7 @@ export { default as RocketIcon } from './RocketIcon';
175
175
  export { default as RotateIcon } from './RotateIcon';
176
176
  export { default as RouterIcon } from './RouterIcon';
177
177
  export { default as SFTPIcon } from './SFTPIcon';
178
+ export { default as ScreenShareIcon } from './ScreenShareIcon';
178
179
  export { default as SearchIcon } from './SearchIcon';
179
180
  export { default as SearchResultsTemplateIcon } from './SearchResultsTemplateIcon';
180
181
  export { default as SectionTemplateIcon } from './SectionTemplateIcon';
package/cjs/index.js CHANGED
@@ -177,6 +177,7 @@ var RocketIcon = require('./RocketIcon');
177
177
  var RotateIcon = require('./RotateIcon');
178
178
  var RouterIcon = require('./RouterIcon');
179
179
  var SFTPIcon = require('./SFTPIcon');
180
+ var ScreenShareIcon = require('./ScreenShareIcon');
180
181
  var SearchIcon = require('./SearchIcon');
181
182
  var SearchResultsTemplateIcon = require('./SearchResultsTemplateIcon');
182
183
  var SectionTemplateIcon = require('./SectionTemplateIcon');
@@ -407,6 +408,7 @@ var RocketIcon__default = /*#__PURE__*/_interopDefault(RocketIcon);
407
408
  var RotateIcon__default = /*#__PURE__*/_interopDefault(RotateIcon);
408
409
  var RouterIcon__default = /*#__PURE__*/_interopDefault(RouterIcon);
409
410
  var SFTPIcon__default = /*#__PURE__*/_interopDefault(SFTPIcon);
411
+ var ScreenShareIcon__default = /*#__PURE__*/_interopDefault(ScreenShareIcon);
410
412
  var SearchIcon__default = /*#__PURE__*/_interopDefault(SearchIcon);
411
413
  var SearchResultsTemplateIcon__default = /*#__PURE__*/_interopDefault(SearchResultsTemplateIcon);
412
414
  var SectionTemplateIcon__default = /*#__PURE__*/_interopDefault(SectionTemplateIcon);
@@ -1168,6 +1170,10 @@ Object.defineProperty(exports, "SFTPIcon", {
1168
1170
  enumerable: true,
1169
1171
  get: function () { return SFTPIcon__default.default; }
1170
1172
  });
1173
+ Object.defineProperty(exports, "ScreenShareIcon", {
1174
+ enumerable: true,
1175
+ get: function () { return ScreenShareIcon__default.default; }
1176
+ });
1171
1177
  Object.defineProperty(exports, "SearchIcon", {
1172
1178
  enumerable: true,
1173
1179
  get: function () { return SearchIcon__default.default; }
package/index.d.ts CHANGED
@@ -175,6 +175,7 @@ export { default as RocketIcon } from './RocketIcon';
175
175
  export { default as RotateIcon } from './RotateIcon';
176
176
  export { default as RouterIcon } from './RouterIcon';
177
177
  export { default as SFTPIcon } from './SFTPIcon';
178
+ export { default as ScreenShareIcon } from './ScreenShareIcon';
178
179
  export { default as SearchIcon } from './SearchIcon';
179
180
  export { default as SearchResultsTemplateIcon } from './SearchResultsTemplateIcon';
180
181
  export { default as SectionTemplateIcon } from './SectionTemplateIcon';
package/index.js CHANGED
@@ -175,6 +175,7 @@ export { default as RocketIcon } from './RocketIcon';
175
175
  export { default as RotateIcon } from './RotateIcon';
176
176
  export { default as RouterIcon } from './RouterIcon';
177
177
  export { default as SFTPIcon } from './SFTPIcon';
178
+ export { default as ScreenShareIcon } from './ScreenShareIcon';
178
179
  export { default as SearchIcon } from './SearchIcon';
179
180
  export { default as SearchResultsTemplateIcon } from './SearchResultsTemplateIcon';
180
181
  export { default as SectionTemplateIcon } from './SectionTemplateIcon';
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "require": "./cjs/*/index.js"
17
17
  }
18
18
  },
19
- "version": "1.42.0",
19
+ "version": "1.43.0",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",