@semcore/icon 2.18.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 +10 -0
- package/SortAsc/l/index.js +1 -1
- package/SortAsc/m/index.js +1 -1
- package/SortDesc/l/index.js +1 -1
- package/SortDesc/m/index.js +1 -1
- package/color/Hubspot/l/index.d.ts +7 -0
- package/color/Hubspot/l/index.js +48 -0
- package/color/Hubspot/m/index.d.ts +7 -0
- package/color/Hubspot/m/index.js +48 -0
- package/lib/cjs/Icon.js +4 -4
- package/lib/es6/Icon.js +4 -4
- package/package.json +1 -1
- package/svg-new/color/Hubspot/l.svg +2 -0
- package/svg-new/color/Hubspot/m.svg +2 -0
- package/svg-new/icon/SortAsc/l.svg +2 -1
- package/svg-new/icon/SortAsc/m.svg +2 -1
- package/svg-new/icon/SortDesc/l.svg +2 -1
- package/svg-new/icon/SortDesc/m.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
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
|
+
|
|
5
15
|
## [2.18.0] - 2022-02-03
|
|
6
16
|
|
|
7
17
|
### Added
|
package/SortAsc/l/index.js
CHANGED
|
@@ -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: "
|
|
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
|
}
|
package/SortAsc/m/index.js
CHANGED
|
@@ -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: "
|
|
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
|
}
|
package/SortDesc/l/index.js
CHANGED
|
@@ -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: "
|
|
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
|
}
|
package/SortDesc/m/index.js
CHANGED
|
@@ -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: "
|
|
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,15 +40,15 @@ var styles = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_core.sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
".
|
|
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__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SIcon": "
|
|
48
|
+
"__SIcon": "___SIcon_r0t2f_gg_",
|
|
49
49
|
"--color": "--color_3mutke",
|
|
50
|
-
"_keyboardFocused": "
|
|
51
|
-
"_interactive": "
|
|
50
|
+
"_keyboardFocused": "__keyboardFocused_r0t2f_gg_",
|
|
51
|
+
"_interactive": "__interactive_r0t2f_gg_",
|
|
52
52
|
"--color-interactive": "--color-interactive_3mutke"
|
|
53
53
|
}); // TODO: сделать useIcon?
|
|
54
54
|
|
package/lib/es6/Icon.js
CHANGED
|
@@ -21,15 +21,15 @@ var styles = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
_sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
".
|
|
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__*/
|
|
28
28
|
, {
|
|
29
|
-
"__SIcon": "
|
|
29
|
+
"__SIcon": "___SIcon_r0t2f_gg_",
|
|
30
30
|
"--color": "--color_3mutke",
|
|
31
|
-
"_keyboardFocused": "
|
|
32
|
-
"_interactive": "
|
|
31
|
+
"_keyboardFocused": "__keyboardFocused_r0t2f_gg_",
|
|
32
|
+
"_interactive": "__interactive_r0t2f_gg_",
|
|
33
33
|
"--color-interactive": "--color-interactive_3mutke"
|
|
34
34
|
}); // TODO: сделать useIcon?
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -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>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path
|
|
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
|
|
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
|
|
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="
|
|
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>
|