@elementor/icons 1.42.0 → 1.43.1

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 3.25C13.4142 3.25 13.75 3.58579 13.75 4C13.75 4.41421 13.4142 4.75 13 4.75H4C3.9337 4.75 3.87013 4.77636 3.82324 4.82324C3.77636 4.87013 3.75 4.9337 3.75 5V15L3.75488 15.0488C3.76447 15.0969 3.78804 15.1416 3.82324 15.1768C3.87013 15.2236 3.9337 15.25 4 15.25H20C20.0663 15.25 20.1299 15.2236 20.1768 15.1768C20.2236 15.1299 20.25 15.0663 20.25 15V12C20.25 11.5858 20.5858 11.25 21 11.25C21.4142 11.25 21.75 11.5858 21.75 12V15C21.75 15.4641 21.5655 15.9091 21.2373 16.2373C20.9091 16.5655 20.4641 16.75 20 16.75H15.75V19.25H17C17.4142 19.25 17.75 19.5858 17.75 20C17.75 20.4142 17.4142 20.75 17 20.75H7C6.58579 20.75 6.25 20.4142 6.25 20C6.25 19.5858 6.58579 19.25 7 19.25H8.25V16.75H4C3.53587 16.75 3.09088 16.5655 2.7627 16.2373C2.47551 15.9501 2.29855 15.5735 2.25879 15.1729L2.25 15V5C2.25 4.53587 2.43451 4.09088 2.7627 3.7627C3.09088 3.43451 3.53587 3.25 4 3.25H13ZM9.75 19.25H14.25V16.75H9.75V19.25Z"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement("path", { d: "M21.0264 3.25098C21.0326 3.2512 21.0387 3.25158 21.0449 3.25195L21.0771 3.25391C21.0927 3.2555 21.1078 3.26016 21.123 3.2627C21.1457 3.26647 21.1681 3.27051 21.1904 3.27637C21.2156 3.28296 21.2396 3.29171 21.2637 3.30078C21.2806 3.30717 21.2979 3.31265 21.3145 3.32031C21.3407 3.33247 21.3652 3.34731 21.3896 3.3623C21.4041 3.37115 21.4187 3.37973 21.4326 3.38965C21.4563 3.40648 21.4784 3.42493 21.5 3.44434C21.5097 3.4531 21.5209 3.46036 21.5303 3.46973C21.5339 3.47331 21.5365 3.47781 21.54 3.48145C21.5588 3.501 21.5752 3.52244 21.5918 3.54395C21.6036 3.55918 21.6155 3.57395 21.626 3.58984C21.6431 3.61592 21.6571 3.64367 21.6709 3.67188C21.6767 3.68382 21.6843 3.69485 21.6895 3.70703C21.7 3.73189 21.707 3.75803 21.7148 3.78418C21.7209 3.8044 21.7281 3.82415 21.7324 3.84473C21.7356 3.85983 21.737 3.8752 21.7393 3.89062C21.7437 3.92086 21.7473 3.95096 21.748 3.98145C21.7482 3.98763 21.75 3.99378 21.75 4V8C21.75 8.41421 21.4142 8.75 21 8.75C20.5858 8.75 20.25 8.41421 20.25 8V5.81055L16.5303 9.53027C16.2374 9.82317 15.7626 9.82317 15.4697 9.53027C15.1769 9.23738 15.1768 8.76261 15.4697 8.46973L19.1895 4.75H17C16.5858 4.75 16.25 4.41421 16.25 4C16.25 3.58579 16.5858 3.25 17 3.25H21L21.0264 3.25098Z" }));
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 3.25C13.4142 3.25 13.75 3.58579 13.75 4C13.75 4.41421 13.4142 4.75 13 4.75H4C3.9337 4.75 3.87013 4.77636 3.82324 4.82324C3.77636 4.87013 3.75 4.9337 3.75 5V15L3.75488 15.0488C3.76447 15.0969 3.78804 15.1416 3.82324 15.1768C3.87013 15.2236 3.9337 15.25 4 15.25H20C20.0663 15.25 20.1299 15.2236 20.1768 15.1768C20.2236 15.1299 20.25 15.0663 20.25 15V12C20.25 11.5858 20.5858 11.25 21 11.25C21.4142 11.25 21.75 11.5858 21.75 12V15C21.75 15.4641 21.5655 15.9091 21.2373 16.2373C20.9091 16.5655 20.4641 16.75 20 16.75H15.75V19.25H17C17.4142 19.25 17.75 19.5858 17.75 20C17.75 20.4142 17.4142 20.75 17 20.75H7C6.58579 20.75 6.25 20.4142 6.25 20C6.25 19.5858 6.58579 19.25 7 19.25H8.25V16.75H4C3.53587 16.75 3.09088 16.5655 2.7627 16.2373C2.47551 15.9501 2.29855 15.5735 2.25879 15.1729L2.25 15V5C2.25 4.53587 2.43451 4.09088 2.7627 3.7627C3.09088 3.43451 3.53587 3.25 4 3.25H13ZM9.75 19.25H14.25V16.75H9.75V19.25Z"
36
+ }
37
+ ), /* @__PURE__ */ React__namespace.createElement("path", { d: "M21.0264 3.25098C21.0326 3.2512 21.0387 3.25158 21.0449 3.25195L21.0771 3.25391C21.0927 3.2555 21.1078 3.26016 21.123 3.2627C21.1457 3.26647 21.1681 3.27051 21.1904 3.27637C21.2156 3.28296 21.2396 3.29171 21.2637 3.30078C21.2806 3.30717 21.2979 3.31265 21.3145 3.32031C21.3407 3.33247 21.3652 3.34731 21.3896 3.3623C21.4041 3.37115 21.4187 3.37973 21.4326 3.38965C21.4563 3.40648 21.4784 3.42493 21.5 3.44434C21.5097 3.4531 21.5209 3.46036 21.5303 3.46973C21.5339 3.47331 21.5365 3.47781 21.54 3.48145C21.5588 3.501 21.5752 3.52244 21.5918 3.54395C21.6036 3.55918 21.6155 3.57395 21.626 3.58984C21.6431 3.61592 21.6571 3.64367 21.6709 3.67188C21.6767 3.68382 21.6843 3.69485 21.6895 3.70703C21.7 3.73189 21.707 3.75803 21.7148 3.78418C21.7209 3.8044 21.7281 3.82415 21.7324 3.84473C21.7356 3.85983 21.737 3.8752 21.7393 3.89062C21.7437 3.92086 21.7473 3.95096 21.748 3.98145C21.7482 3.98763 21.75 3.99378 21.75 4V8C21.75 8.41421 21.4142 8.75 21 8.75C20.5858 8.75 20.25 8.41421 20.25 8V5.81055L16.5303 9.53027C16.2374 9.82317 15.7626 9.82317 15.4697 9.53027C15.1769 9.23738 15.1768 8.76261 15.4697 8.46973L19.1895 4.75H17C16.5858 4.75 16.25 4.41421 16.25 4C16.25 3.58579 16.5858 3.25 17 3.25H21L21.0264 3.25098Z" }));
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.1",
20
20
  "description": "Elementor Icons Library",
21
21
  "author": "Elementor Team",
22
22
  "homepage": "https://elementor.github.io/elementor-ui/",