@semcore/icon 2.16.0 → 2.19.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/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [2.19.0] - 2022-02-09
6
+
7
+ ### Added
8
+
9
+ - Add icon `Hubspot`.
10
+
11
+ ### Changed
12
+
13
+ - Changed svg for `SortAsc`, `SortDesc`.
14
+
15
+ ## [2.18.0] - 2022-02-03
16
+
17
+ ### Added
18
+
19
+ - Add icons 'LightningFilled' in new icons.
20
+
21
+ ## [2.17.1] - 2022-01-31
22
+
23
+ ### Fixed
24
+
25
+ - Fixed view icon `MailOpenFilled` size `m`.
26
+
27
+ ## [2.17.0] - 2022-01-17
28
+
29
+ ### Added
30
+
31
+ - Add icons 'Hotel' in new icons.
32
+
5
33
  ## [2.16.0] - 2022-01-12
6
34
 
7
35
  ### Changed
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ function Hotel(_ref, ref) {
21
+ var _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? '24' : _ref$width,
23
+ _ref$height = _ref.height,
24
+ height = _ref$height === void 0 ? '24' : _ref$height,
25
+ _ref$viewBox = _ref.viewBox,
26
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
27
+ props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
28
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
29
+ ref: ref,
30
+ "data-name": "Hotel",
31
+ "data-group": "l",
32
+ width: width,
33
+ height: height,
34
+ viewBox: viewBox
35
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
+ d: "M13.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07l.85-.4.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM9.48 3.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 4.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM17.44 3.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L16 4.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM10 10a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM9 15a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z",
37
+ shapeRendering: "geometricPrecision"
38
+ }), /*#__PURE__*/_react["default"].createElement("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M22 23a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1h-3V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h20ZM7 8v13h3v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2h3V8H7Zm14 13h-2v-8h2v8ZM3 17h2v4H3v-4Z",
42
+ shapeRendering: "geometricPrecision"
43
+ }));
44
+ }
45
+
46
+ Hotel.displayName = 'Hotel';
47
+
48
+ var _default = (0, _core.createBaseComponent)(Hotel);
49
+
50
+ exports["default"] = _default;
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ function Hotel(_ref, ref) {
21
+ var _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? '16' : _ref$width,
23
+ _ref$height = _ref.height,
24
+ height = _ref$height === void 0 ? '16' : _ref$height,
25
+ _ref$viewBox = _ref.viewBox,
26
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
27
+ props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
28
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
29
+ ref: ref,
30
+ "data-name": "Hotel",
31
+ "data-group": "m",
32
+ width: width,
33
+ height: height,
34
+ viewBox: viewBox
35
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
+ d: "M9.48 1.15a.07.07 0 0 0-.04-.13L8.5.86 8.07.04a.08.08 0 0 0-.14 0L7.5.86l-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 2.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM5.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L4 3.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM13.44 2.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L12 3.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM7 8a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2H7Z",
37
+ shapeRendering: "geometricPrecision"
38
+ }), /*#__PURE__*/_react["default"].createElement("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M15 16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4H1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14ZM5 7v7h2v-1a1 1 0 1 1 2 0v1h2V7H5Zm9 7h-1v-4h1v4ZM3 14v-2H2v2h1Z",
42
+ shapeRendering: "geometricPrecision"
43
+ }));
44
+ }
45
+
46
+ Hotel.displayName = 'Hotel';
47
+
48
+ var _default = (0, _core.createBaseComponent)(Hotel);
49
+
50
+ exports["default"] = _default;
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ function LightningFilled(_ref, ref) {
21
+ var _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? '24' : _ref$width,
23
+ _ref$height = _ref.height,
24
+ height = _ref$height === void 0 ? '24' : _ref$height,
25
+ _ref$viewBox = _ref.viewBox,
26
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
27
+ props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
28
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
29
+ ref: ref,
30
+ "data-name": "LightningFilled",
31
+ "data-group": "l",
32
+ width: width,
33
+ height: height,
34
+ viewBox: viewBox
35
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
+ d: "M6.84604 0.820044C6.93294 0.345051 7.34684 0 7.82972 0H14.0019C14.6882 0 15.1705 0.675487 14.9477 1.32461L13 7H16.9985C17.7956 7 18.2723 7.88709 17.8324 8.55186L8.32422 22.5469C7.71002 23.475 6.26699 22.8566 6.51553 21.7717L8.99997 12H6.00029C5.37595 12 4.90426 11.4342 5.01662 10.82L6.84604 0.820044Z",
37
+ fill: "#191B23",
38
+ shapeRendering: "geometricPrecision"
39
+ }));
40
+ }
41
+
42
+ LightningFilled.displayName = 'LightningFilled';
43
+
44
+ var _default = (0, _core.createBaseComponent)(LightningFilled);
45
+
46
+ exports["default"] = _default;
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ function LightningFilled(_ref, ref) {
21
+ var _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? '16' : _ref$width,
23
+ _ref$height = _ref.height,
24
+ height = _ref$height === void 0 ? '16' : _ref$height,
25
+ _ref$viewBox = _ref.viewBox,
26
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
27
+ props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
28
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
29
+ ref: ref,
30
+ "data-name": "LightningFilled",
31
+ "data-group": "m",
32
+ width: width,
33
+ height: height,
34
+ viewBox: viewBox
35
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
+ d: "M11.8274 6.55747L6.46238 15.5471C5.82153 16.5015 4.34049 15.7978 4.67562 14.6981L6.41223 9H4.00019C3.39117 9 2.92358 8.46022 3.01041 7.85743L4.51022 0.857429C4.5811 0.365299 5.00279 0 5.5 0H9.09602C9.75989 0 10.2395 0.634984 10.0579 1.27353L8.99817 5H10.9972C11.7974 5 12.2734 5.89314 11.8274 6.55747Z",
37
+ fill: "#191B23",
38
+ shapeRendering: "geometricPrecision"
39
+ }));
40
+ }
41
+
42
+ LightningFilled.displayName = 'LightningFilled';
43
+
44
+ var _default = (0, _core.createBaseComponent)(LightningFilled);
45
+
46
+ exports["default"] = _default;
@@ -35,7 +35,8 @@ function MailOpenFilled(_ref, ref) {
35
35
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
36
  fillRule: "evenodd",
37
37
  clipRule: "evenodd",
38
- d: "M1.5 1A1.5 1.5 0 0 0 0 2.5v11A1.5 1.5 0 0 0 1.5 15h13a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 14.5 1h-13Zm2.125 2.22a1 1 0 1 0-1.25 1.56l5 4a1 1 0 0 0 1.25 0l5-4a1 1 0 1 0-1.25-1.56L8 6.72l-4.375-3.5Z",
38
+ d: "M7.60608 0.080855C7.85763 -0.0269517 8.14237 -0.0269517 8.39392 0.080855L15.3939 3.08085C15.7616 3.23843 16 3.59997 16 4V14C16 14.5523 15.5523 15 15 15H1C0.447715 15 0 14.5523 0 14V4C0 3.59997 0.238397 3.23843 0.606081 3.08085L7.60608 0.080855ZM4.65852 5.24744L4.64134 5.23274L3.66031 4.37466C3.24422 4.01098 2.61178 4.0531 2.2477 4.46874C1.88363 4.88437 1.92579 5.51614 2.34188 5.87982L7.34063 10.2519C7.35183 10.2617 7.36319 10.2712 7.3747 10.2804C7.74277 10.5756 8.26892 10.5732 8.63437 10.2731C8.64279 10.2662 8.65112 10.2591 8.65937 10.2519L13.6581 5.87982C14.0742 5.51614 14.1164 4.88437 13.7523 4.46874C13.3882 4.0531 12.7558 4.01098 12.3397 4.37466L11.3581 5.23327L11.3415 5.24744L8 8.17044L4.65852 5.24744Z",
39
+ fill: "#191B23",
39
40
  shapeRendering: "geometricPrecision"
40
41
  }));
41
42
  }
@@ -33,7 +33,7 @@ function SortAsc(_ref, ref) {
33
33
  height: height,
34
34
  viewBox: viewBox
35
35
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
- d: "M18 2a1 1 0 1 0-2 0v15.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L18 17.586V2ZM3 16a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2H3Zm2-3a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm4-5a1 1 0 0 0 0 2h1a1 1 0 1 0 0-2H9Z",
36
+ d: "M9 6a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1ZM15 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h11a1 1 0 0 1 1 1ZM21 19a1 1 0 1 0 0-2H3a1 1 0 1 0 0 2h18Z",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }));
39
39
  }
@@ -33,7 +33,7 @@ function SortAsc(_ref, ref) {
33
33
  height: height,
34
34
  viewBox: viewBox
35
35
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
- d: "M13 1v9.586l1.293-1.293a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L11 10.586V1a1 1 0 1 1 2 0ZM1 10a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2H1Zm1-2a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1Zm3-4a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H5Z",
36
+ d: "M6 4a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h2a1 1 0 0 1 1 1ZM10 8a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1ZM13 13a1 1 0 1 0 0-2H3a1 1 0 1 0 0 2h10Z",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }));
39
39
  }
@@ -33,7 +33,7 @@ function SortDesc(_ref, ref) {
33
33
  height: height,
34
34
  viewBox: viewBox
35
35
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
- d: "M16 20a1 1 0 1 0 2 0V4.414l2.293 2.293a1 1 0 1 0 1.414-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L16 4.414V20ZM3 8a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2H3Zm2 5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm4 3a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H9Z",
36
+ d: "M21 5a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h18ZM15 12a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h11a1 1 0 0 0 1-1ZM9 18a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h5a1 1 0 0 0 1-1Z",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }));
39
39
  }
@@ -33,7 +33,7 @@ function SortDesc(_ref, ref) {
33
33
  height: height,
34
34
  viewBox: viewBox
35
35
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
- d: "M11 3.414V13a1 1 0 1 0 2 0V3.414l1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a1 1 0 0 0-1.414 0l-3 3a1 1 0 0 0 1.414 1.414L11 3.414ZM1 4a1 1 0 1 0 0 2h5a1 1 0 0 0 0-2H1Zm1 4a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm3 2a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H5Z",
36
+ d: "M13 3a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h10ZM10 8a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h6a1 1 0 0 0 1-1ZM6 12a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1Z",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }));
39
39
  }
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ function Hubspot(_ref, ref) {
21
+ var _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? '24' : _ref$width,
23
+ _ref$height = _ref.height,
24
+ height = _ref$height === void 0 ? '24' : _ref$height,
25
+ _ref$viewBox = _ref.viewBox,
26
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
27
+ props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
28
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
29
+ ref: ref,
30
+ "data-name": "Hubspot",
31
+ "data-group": "l",
32
+ width: width,
33
+ height: height,
34
+ viewBox: viewBox
35
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
+ fillRule: "evenodd",
37
+ clipRule: "evenodd",
38
+ d: "M3.782 4.647a2.5 2.5 0 1 1 1.164-1.628l8.047 6.236a6.218 6.218 0 0 1 3.038-1.214V5.28a2.25 2.25 0 1 1 2-.03v2.88a6.25 6.25 0 1 1-4.937 11.188l-2.162 2.163a2 2 0 1 1-1.414-1.414l2.162-2.162a6.222 6.222 0 0 1-1.18-3.656c0-1.316.406-2.536 1.1-3.543l-7.818-6.06ZM16.75 17.5a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5Z",
39
+ fill: "#FF7A59",
40
+ shapeRendering: "geometricPrecision"
41
+ }));
42
+ }
43
+
44
+ Hubspot.displayName = 'Hubspot';
45
+
46
+ var _default = (0, _core.createBaseComponent)(Hubspot);
47
+
48
+ exports["default"] = _default;
@@ -0,0 +1,7 @@
1
+
2
+ import React from 'react';
3
+ import { Merge } from '@semcore/core';
4
+ import { IIconProps } from '@semcore/icon';
5
+ declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
6
+ export default _default;
7
+
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
19
+
20
+ function Hubspot(_ref, ref) {
21
+ var _ref$width = _ref.width,
22
+ width = _ref$width === void 0 ? '16' : _ref$width,
23
+ _ref$height = _ref.height,
24
+ height = _ref$height === void 0 ? '16' : _ref$height,
25
+ _ref$viewBox = _ref.viewBox,
26
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
27
+ props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
28
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
29
+ ref: ref,
30
+ "data-name": "Hubspot",
31
+ "data-group": "m",
32
+ width: width,
33
+ height: height,
34
+ viewBox: viewBox
35
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
36
+ fillRule: "evenodd",
37
+ clipRule: "evenodd",
38
+ d: "M2.296 3.041a1.6 1.6 0 1 1 .867-1.1l5.213 4.18A4.105 4.105 0 0 1 10.3 5.32V3.327a1.5 1.5 0 1 1 1.4 0v2.036a4.127 4.127 0 1 1-3.235 7.392l-1.492 1.557a1.4 1.4 0 1 1-.938-1.044l1.448-1.512a4.107 4.107 0 0 1-.734-2.35c0-.833.246-1.608.67-2.257L2.297 3.041Zm8.578 8.49a2.126 2.126 0 1 0 0-4.251 2.126 2.126 0 0 0 0 4.251Z",
39
+ fill: "#FF7A59",
40
+ shapeRendering: "geometricPrecision"
41
+ }));
42
+ }
43
+
44
+ Hubspot.displayName = 'Hubspot';
45
+
46
+ var _default = (0, _core.createBaseComponent)(Hubspot);
47
+
48
+ exports["default"] = _default;
package/lib/cjs/Icon.js CHANGED
@@ -40,7 +40,7 @@ var styles = (
40
40
  /*__reshadow_css_start__*/
41
41
  _core.sstyled.insert(
42
42
  /*__inner_css_start__*/
43
- ".___SIcon_r0t2f_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_r0t2f_gg_.__keyboardFocused_r0t2f_gg_{box-shadow:0 0 0 3px rgba(43,148,225,.3)}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_{cursor:pointer}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_:hover{color:var(--color-interactive_3mutke)}"
43
+ ".___SIcon_r0t2f_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_r0t2f_gg_.__keyboardFocused_r0t2f_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_{cursor:pointer}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_:hover{color:var(--color-interactive_3mutke)}"
44
44
  /*__inner_css_end__*/
45
45
  , "3mutke_gg_")
46
46
  /*__reshadow_css_end__*/
package/lib/es6/Icon.js CHANGED
@@ -21,7 +21,7 @@ var styles = (
21
21
  /*__reshadow_css_start__*/
22
22
  _sstyled.insert(
23
23
  /*__inner_css_start__*/
24
- ".___SIcon_r0t2f_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_r0t2f_gg_.__keyboardFocused_r0t2f_gg_{box-shadow:0 0 0 3px rgba(43,148,225,.3)}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_{cursor:pointer}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_:hover{color:var(--color-interactive_3mutke)}"
24
+ ".___SIcon_r0t2f_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_r0t2f_gg_.__keyboardFocused_r0t2f_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_{cursor:pointer}.___SIcon_r0t2f_gg_.__interactive_r0t2f_gg_:hover{color:var(--color-interactive_3mutke)}"
25
25
  /*__inner_css_end__*/
26
26
  , "3mutke_gg_")
27
27
  /*__reshadow_css_end__*/
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/icon",
3
3
  "description": "SEMRush Icon Component",
4
- "version": "2.16.0",
4
+ "version": "2.19.0",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -23,6 +23,6 @@
23
23
  "react": "16.8 - 17"
24
24
  },
25
25
  "jest": {
26
- "preset": "jest-preset-ui"
26
+ "preset": "@semcore/jest-preset-ui"
27
27
  }
28
28
  }
@@ -0,0 +1,2 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path
2
+ fill-rule="evenodd" clip-rule="evenodd" d="M3.782 4.647a2.5 2.5 0 1 1 1.164-1.628l8.047 6.236a6.218 6.218 0 0 1 3.038-1.214V5.28a2.25 2.25 0 1 1 2-.03v2.88a6.25 6.25 0 1 1-4.937 11.188l-2.162 2.163a2 2 0 1 1-1.414-1.414l2.162-2.162a6.222 6.222 0 0 1-1.18-3.656c0-1.316.406-2.536 1.1-3.543l-7.818-6.06ZM16.75 17.5a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5Z" fill="#FF7A59"/></svg>
@@ -0,0 +1,2 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd"
2
+ clip-rule="evenodd" d="M2.296 3.041a1.6 1.6 0 1 1 .867-1.1l5.213 4.18A4.105 4.105 0 0 1 10.3 5.32V3.327a1.5 1.5 0 1 1 1.4 0v2.036a4.127 4.127 0 1 1-3.235 7.392l-1.492 1.557a1.4 1.4 0 1 1-.938-1.044l1.448-1.512a4.107 4.107 0 0 1-.734-2.35c0-.833.246-1.608.67-2.257L2.297 3.041Zm8.578 8.49a2.126 2.126 0 1 0 0-4.251 2.126 2.126 0 0 0 0 4.251Z" fill="#FF7A59"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07l.85-.4.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM9.48 3.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 4.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM17.44 3.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L16 4.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM10 10a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM9 15a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 23a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1h-3V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h20ZM7 8v13h3v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2h3V8H7Zm14 13h-2v-8h2v8ZM3 17h2v4H3v-4Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.48 1.15a.07.07 0 0 0-.04-.13L8.5.86 8.07.04a.08.08 0 0 0-.14 0L7.5.86l-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 2.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM5.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L4 3.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM13.44 2.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L12 3.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM7 8a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2H7Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15 16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4H1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14ZM5 7v7h2v-1a1 1 0 1 1 2 0v1h2V7H5Zm9 7h-1v-4h1v4ZM3 14v-2H2v2h1Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.84604 0.820044C6.93294 0.345051 7.34684 0 7.82972 0H14.0019C14.6882 0 15.1705 0.675487 14.9477 1.32461L13 7H16.9985C17.7956 7 18.2723 7.88709 17.8324 8.55186L8.32422 22.5469C7.71002 23.475 6.26699 22.8566 6.51553 21.7717L8.99997 12H6.00029C5.37595 12 4.90426 11.4342 5.01662 10.82L6.84604 0.820044Z" fill="#191B23"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.8274 6.55747L6.46238 15.5471C5.82153 16.5015 4.34049 15.7978 4.67562 14.6981L6.41223 9H4.00019C3.39117 9 2.92358 8.46022 3.01041 7.85743L4.51022 0.857429C4.5811 0.365299 5.00279 0 5.5 0H9.09602C9.75989 0 10.2395 0.634984 10.0579 1.27353L8.99817 5H10.9972C11.7974 5 12.2734 5.89314 11.8274 6.55747Z" fill="#191B23"/>
3
+ </svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 1A1.5 1.5 0 0 0 0 2.5v11A1.5 1.5 0 0 0 1.5 15h13a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 14.5 1h-13Zm2.125 2.22a1 1 0 1 0-1.25 1.56l5 4a1 1 0 0 0 1.25 0l5-4a1 1 0 1 0-1.25-1.56L8 6.72l-4.375-3.5Z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.60608 0.080855C7.85763 -0.0269517 8.14237 -0.0269517 8.39392 0.080855L15.3939 3.08085C15.7616 3.23843 16 3.59997 16 4V14C16 14.5523 15.5523 15 15 15H1C0.447715 15 0 14.5523 0 14V4C0 3.59997 0.238397 3.23843 0.606081 3.08085L7.60608 0.080855ZM4.65852 5.24744L4.64134 5.23274L3.66031 4.37466C3.24422 4.01098 2.61178 4.0531 2.2477 4.46874C1.88363 4.88437 1.92579 5.51614 2.34188 5.87982L7.34063 10.2519C7.35183 10.2617 7.36319 10.2712 7.3747 10.2804C7.74277 10.5756 8.26892 10.5732 8.63437 10.2731C8.64279 10.2662 8.65112 10.2591 8.65937 10.2519L13.6581 5.87982C14.0742 5.51614 14.1164 4.88437 13.7523 4.46874C13.3882 4.0531 12.7558 4.01098 12.3397 4.37466L11.3581 5.23327L11.3415 5.24744L8 8.17044L4.65852 5.24744Z" fill="#191B23"/></svg>
@@ -1 +1,2 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18 2a1 1 0 1 0-2 0v15.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L18 17.586V2ZM3 16a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2H3Zm2-3a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm4-5a1 1 0 0 0 0 2h1a1 1 0 1 0 0-2H9Z"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path
2
+ d="M9 6a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1ZM15 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h11a1 1 0 0 1 1 1ZM21 19a1 1 0 1 0 0-2H3a1 1 0 1 0 0 2h18Z"/></svg>
@@ -1 +1,2 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M13 1v9.586l1.293-1.293a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L11 10.586V1a1 1 0 1 1 2 0ZM1 10a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2H1Zm1-2a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1Zm3-4a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H5Z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path
2
+ d="M6 4a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h2a1 1 0 0 1 1 1ZM10 8a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1ZM13 13a1 1 0 1 0 0-2H3a1 1 0 1 0 0 2h10Z"/></svg>
@@ -1 +1,2 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16 20a1 1 0 1 0 2 0V4.414l2.293 2.293a1 1 0 1 0 1.414-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L16 4.414V20ZM3 8a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2H3Zm2 5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm4 3a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H9Z"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path
2
+ d="M21 5a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h18ZM15 12a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h11a1 1 0 0 0 1-1ZM9 18a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h5a1 1 0 0 0 1-1Z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 3.414V13a1 1 0 1 0 2 0V3.414l1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a1 1 0 0 0-1.414 0l-3 3a1 1 0 0 0 1.414 1.414L11 3.414ZM1 4a1 1 0 1 0 0 2h5a1 1 0 0 0 0-2H1Zm1 4a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm3 2a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H5Z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M13 3a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h10ZM10 8a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h6a1 1 0 0 0 1-1ZM6 12a1 1 0 0 0-1-1H3a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1Z"/></svg>