@semcore/icon 2.30.2 → 2.30.3
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/Archive/l/index.js +2 -2
- package/Archive/l/index.mjs +2 -2
- package/Archive/m/index.js +2 -2
- package/Archive/m/index.mjs +2 -2
- package/CHANGELOG.md +10 -0
- package/Unarchive/l/index.d.ts +7 -0
- package/Unarchive/l/index.js +52 -0
- package/Unarchive/l/index.mjs +32 -0
- package/Unarchive/m/index.d.ts +7 -0
- package/Unarchive/m/index.js +52 -0
- package/Unarchive/m/index.mjs +32 -0
- package/lib/cjs/Icon.js +7 -7
- package/lib/es6/Icon.js +7 -7
- package/package.json +1 -1
- package/svg-new/icon/Archive/l.svg +1 -1
- package/svg-new/icon/Archive/m.svg +1 -1
- package/svg-new/icon/Unarchive/l.svg +1 -0
- package/svg-new/icon/Unarchive/m.svg +1 -0
package/Archive/l/index.js
CHANGED
|
@@ -35,12 +35,12 @@ function Archive(_ref, ref) {
|
|
|
35
35
|
height: height,
|
|
36
36
|
viewBox: viewBox
|
|
37
37
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M10.985 3a1 1 0 0 1 1-1h.003a1 1 0 0 1 1 1l.01 6.586 1.293-1.293a1 1 0 0 1 1.414 1.414l-3 3a.997.997 0 0 1-.71.293.997.997 0 0 1-.708-.293l-2.994-3a1 1 0 1 1 1.414-1.414l1.287 1.293L10.985 3Z",
|
|
39
39
|
shapeRendering: "geometricPrecision"
|
|
40
40
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
41
|
fillRule: "evenodd",
|
|
42
42
|
clipRule: "evenodd",
|
|
43
|
-
d: "
|
|
43
|
+
d: "M8.293 13.293 10 15h4l1.707-1.707a1 1 0 0 1 .707-.293h3.305l-1.5-6H18a1 1 0 0 1 0-2h.98a.993.993 0 0 1 .633.21.996.996 0 0 1 .362.567l1.99 7.959a.997.997 0 0 1 .035.287V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.977a.998.998 0 0 1 .035-.287l1.99-7.959a.993.993 0 0 1 .362-.567.996.996 0 0 1 .634-.21h.98a1 1 0 1 1 0 2h-.22l-1.5 6h3.305a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.415-.586L16.829 15H20v4H4v-4h3.172l1.414 1.414Z",
|
|
44
44
|
shapeRendering: "geometricPrecision"
|
|
45
45
|
}));
|
|
46
46
|
}
|
package/Archive/l/index.mjs
CHANGED
|
@@ -18,12 +18,12 @@ function Archive({
|
|
|
18
18
|
height: height,
|
|
19
19
|
viewBox: viewBox
|
|
20
20
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
d: "
|
|
21
|
+
d: "M10.985 3a1 1 0 0 1 1-1h.003a1 1 0 0 1 1 1l.01 6.586 1.293-1.293a1 1 0 0 1 1.414 1.414l-3 3a.997.997 0 0 1-.71.293.997.997 0 0 1-.708-.293l-2.994-3a1 1 0 1 1 1.414-1.414l1.287 1.293L10.985 3Z",
|
|
22
22
|
shapeRendering: "geometricPrecision"
|
|
23
23
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
24
|
fillRule: "evenodd",
|
|
25
25
|
clipRule: "evenodd",
|
|
26
|
-
d: "
|
|
26
|
+
d: "M8.293 13.293 10 15h4l1.707-1.707a1 1 0 0 1 .707-.293h3.305l-1.5-6H18a1 1 0 0 1 0-2h.98a.993.993 0 0 1 .633.21.996.996 0 0 1 .362.567l1.99 7.959a.997.997 0 0 1 .035.287V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.977a.998.998 0 0 1 .035-.287l1.99-7.959a.993.993 0 0 1 .362-.567.996.996 0 0 1 .634-.21h.98a1 1 0 1 1 0 2h-.22l-1.5 6h3.305a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.415-.586L16.829 15H20v4H4v-4h3.172l1.414 1.414Z",
|
|
27
27
|
shapeRendering: "geometricPrecision"
|
|
28
28
|
}));
|
|
29
29
|
}
|
package/Archive/m/index.js
CHANGED
|
@@ -35,12 +35,12 @@ function Archive(_ref, ref) {
|
|
|
35
35
|
height: height,
|
|
36
36
|
viewBox: viewBox
|
|
37
37
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M11 5.086A1 1 0 0 1 11 6.5L8.707 8.707a1 1 0 0 1-1.414 0L5.086 6.414A1 1 0 0 1 6.5 5l.5.586V1a1 1 0 0 1 2 0v4.586l.586-.5a1 1 0 0 1 1.414 0Z",
|
|
39
39
|
shapeRendering: "geometricPrecision"
|
|
40
40
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
41
|
fillRule: "evenodd",
|
|
42
42
|
clipRule: "evenodd",
|
|
43
|
-
d: "
|
|
43
|
+
d: "M6 10 4.293 8.293A1 1 0 0 0 3.586 8H2.22l.6-3H3a1 1 0 0 0 0-2h-.982a.993.993 0 0 0-.657.231.997.997 0 0 0-.345.592l-.992 4.96A.998.998 0 0 0 0 9.02V14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.02a1.01 1.01 0 0 0-.024-.237l-.992-4.96a.994.994 0 0 0-.744-.794.993.993 0 0 0-.258-.029H13a1 1 0 1 0 0 2h.18l.6 3h-1.366a1 1 0 0 0-.707.293L10 10H6Zm0 2a2 2 0 0 1-1.414-.586L3.172 10H2v3h12v-3h-1.172l-1.414 1.414A2 2 0 0 1 10 12H6Z",
|
|
44
44
|
shapeRendering: "geometricPrecision"
|
|
45
45
|
}));
|
|
46
46
|
}
|
package/Archive/m/index.mjs
CHANGED
|
@@ -18,12 +18,12 @@ function Archive({
|
|
|
18
18
|
height: height,
|
|
19
19
|
viewBox: viewBox
|
|
20
20
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
d: "
|
|
21
|
+
d: "M11 5.086A1 1 0 0 1 11 6.5L8.707 8.707a1 1 0 0 1-1.414 0L5.086 6.414A1 1 0 0 1 6.5 5l.5.586V1a1 1 0 0 1 2 0v4.586l.586-.5a1 1 0 0 1 1.414 0Z",
|
|
22
22
|
shapeRendering: "geometricPrecision"
|
|
23
23
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
24
|
fillRule: "evenodd",
|
|
25
25
|
clipRule: "evenodd",
|
|
26
|
-
d: "
|
|
26
|
+
d: "M6 10 4.293 8.293A1 1 0 0 0 3.586 8H2.22l.6-3H3a1 1 0 0 0 0-2h-.982a.993.993 0 0 0-.657.231.997.997 0 0 0-.345.592l-.992 4.96A.998.998 0 0 0 0 9.02V14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.02a1.01 1.01 0 0 0-.024-.237l-.992-4.96a.994.994 0 0 0-.744-.794.993.993 0 0 0-.258-.029H13a1 1 0 1 0 0 2h.18l.6 3h-1.366a1 1 0 0 0-.707.293L10 10H6Zm0 2a2 2 0 0 1-1.414-.586L3.172 10H2v3h12v-3h-1.172l-1.414 1.414A2 2 0 0 1 10 12H6Z",
|
|
27
27
|
shapeRendering: "geometricPrecision"
|
|
28
28
|
}));
|
|
29
29
|
}
|
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.30.3] - 2022-09-14
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Changed icon `Archive`
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Added icon `Unarchive`
|
|
14
|
+
|
|
5
15
|
## [2.30.2] - 2022-08-30
|
|
6
16
|
|
|
7
17
|
### 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,52 @@
|
|
|
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
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function Unarchive(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "Unarchive",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M10.985 12a1 1 0 0 0 1 1h.003a1 1 0 0 0 1-1l.01-6.586 1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a.997.997 0 0 0-.71-.293.997.997 0 0 0-.708.293l-2.994 3a1 1 0 0 0 1.414 1.414l1.287-1.293-.01 6.586Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M8.293 13.293 10 15h4l1.707-1.707a1 1 0 0 1 .707-.293h3.199l-1.334-4H18a1 1 0 1 1 0-2h.977a.994.994 0 0 1 .607.188.995.995 0 0 1 .372.518l1.985 5.956a.982.982 0 0 1 .059.361V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.976a.994.994 0 0 1 .059-.362l1.985-5.956a.994.994 0 0 1 .372-.518A.995.995 0 0 1 5.023 7H6a1 1 0 0 1 0 2h-.28l-1.333 4h3.199a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.414-.586L16.828 15H20v4H4v-4h3.172l1.414 1.414Z",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
Unarchive.displayName = 'Unarchive';
|
|
49
|
+
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(Unarchive);
|
|
51
|
+
|
|
52
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function Unarchive({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "Unarchive",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M10.985 12a1 1 0 0 0 1 1h.003a1 1 0 0 0 1-1l.01-6.586 1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a.997.997 0 0 0-.71-.293.997.997 0 0 0-.708.293l-2.994 3a1 1 0 0 0 1.414 1.414l1.287-1.293-.01 6.586Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M8.293 13.293 10 15h4l1.707-1.707a1 1 0 0 1 .707-.293h3.199l-1.334-4H18a1 1 0 1 1 0-2h.977a.994.994 0 0 1 .607.188.995.995 0 0 1 .372.518l1.985 5.956a.982.982 0 0 1 .059.361V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.976a.994.994 0 0 1 .059-.362l1.985-5.956a.994.994 0 0 1 .372-.518A.995.995 0 0 1 5.023 7H6a1 1 0 0 1 0 2h-.28l-1.333 4h3.199a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.414-.586L16.828 15H20v4H4v-4h3.172l1.414 1.414Z",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
Unarchive.displayName = 'Unarchive';
|
|
32
|
+
export default createBaseComponent(Unarchive);
|
|
@@ -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,52 @@
|
|
|
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
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function Unarchive(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "Unarchive",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
d: "M11 3.914A1 1 0 0 0 11 2.5L8.707.293a1 1 0 0 0-1.414 0L5.086 2.586A1 1 0 1 0 6.5 4l.5-.586V8a1 1 0 1 0 2 0V3.414l.586.5a1 1 0 0 0 1.414 0Z",
|
|
39
|
+
shapeRendering: "geometricPrecision"
|
|
40
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M6 10 4.293 8.293A1 1 0 0 0 3.586 8H2.28l.5-2H3a1 1 0 0 0 0-2h-.98a.993.993 0 0 0-.633.21.996.996 0 0 0-.362.567l-.99 3.959A.995.995 0 0 0 0 9.023V14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.023a.984.984 0 0 0-.035-.287l-.99-3.959a.993.993 0 0 0-.362-.567.996.996 0 0 0-.634-.21H13a1 1 0 1 0 0 2h.22l.5 2h-1.306a1 1 0 0 0-.707.293L10 10H6Zm0 2a2 2 0 0 1-1.414-.586L3.172 10H2v3h12v-3h-1.172l-1.414 1.414A2 2 0 0 1 10 12H6Z",
|
|
44
|
+
shapeRendering: "geometricPrecision"
|
|
45
|
+
}));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
Unarchive.displayName = 'Unarchive';
|
|
49
|
+
|
|
50
|
+
var _default = (0, _core.createBaseComponent)(Unarchive);
|
|
51
|
+
|
|
52
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function Unarchive({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "Unarchive",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M11 3.914A1 1 0 0 0 11 2.5L8.707.293a1 1 0 0 0-1.414 0L5.086 2.586A1 1 0 1 0 6.5 4l.5-.586V8a1 1 0 1 0 2 0V3.414l.586.5a1 1 0 0 0 1.414 0Z",
|
|
22
|
+
shapeRendering: "geometricPrecision"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M6 10 4.293 8.293A1 1 0 0 0 3.586 8H2.28l.5-2H3a1 1 0 0 0 0-2h-.98a.993.993 0 0 0-.633.21.996.996 0 0 0-.362.567l-.99 3.959A.995.995 0 0 0 0 9.023V14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.023a.984.984 0 0 0-.035-.287l-.99-3.959a.993.993 0 0 0-.362-.567.996.996 0 0 0-.634-.21H13a1 1 0 1 0 0 2h.22l.5 2h-1.306a1 1 0 0 0-.707.293L10 10H6Zm0 2a2 2 0 0 1-1.414-.586L3.172 10H2v3h12v-3h-1.172l-1.414 1.414A2 2 0 0 1 10 12H6Z",
|
|
27
|
+
shapeRendering: "geometricPrecision"
|
|
28
|
+
}));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
Unarchive.displayName = 'Unarchive';
|
|
32
|
+
export default createBaseComponent(Unarchive);
|
package/lib/cjs/Icon.js
CHANGED
|
@@ -46,16 +46,16 @@ var styles = (
|
|
|
46
46
|
/*__reshadow_css_start__*/
|
|
47
47
|
_core.sstyled.insert(
|
|
48
48
|
/*__inner_css_start__*/
|
|
49
|
-
".
|
|
49
|
+
".___SIcon_1mkr0_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_1mkr0)}.___SIcon_1mkr0_gg_.__keyboardFocused_1mkr0_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_1mkr0_gg_.__interactive_1mkr0_gg_{cursor:pointer}.___SIcon_1mkr0_gg_.__interactive_1mkr0_gg_:hover{color:var(--color-interactive_1mkr0)}"
|
|
50
50
|
/*__inner_css_end__*/
|
|
51
|
-
, "
|
|
51
|
+
, "1mkr0_gg_")
|
|
52
52
|
/*__reshadow_css_end__*/
|
|
53
53
|
, {
|
|
54
|
-
"__SIcon": "
|
|
55
|
-
"--color": "--
|
|
56
|
-
"_keyboardFocused": "
|
|
57
|
-
"_interactive": "
|
|
58
|
-
"--color-interactive": "--color-
|
|
54
|
+
"__SIcon": "___SIcon_1mkr0_gg_",
|
|
55
|
+
"--color": "--color_1mkr0",
|
|
56
|
+
"_keyboardFocused": "__keyboardFocused_1mkr0_gg_",
|
|
57
|
+
"_interactive": "__interactive_1mkr0_gg_",
|
|
58
|
+
"--color-interactive": "--color-interactive_1mkr0"
|
|
59
59
|
});
|
|
60
60
|
|
|
61
61
|
function Icon(props, ref) {
|
package/lib/es6/Icon.js
CHANGED
|
@@ -22,16 +22,16 @@ var styles = (
|
|
|
22
22
|
/*__reshadow_css_start__*/
|
|
23
23
|
_sstyled.insert(
|
|
24
24
|
/*__inner_css_start__*/
|
|
25
|
-
".
|
|
25
|
+
".___SIcon_1mkr0_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_1mkr0)}.___SIcon_1mkr0_gg_.__keyboardFocused_1mkr0_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SIcon_1mkr0_gg_.__interactive_1mkr0_gg_{cursor:pointer}.___SIcon_1mkr0_gg_.__interactive_1mkr0_gg_:hover{color:var(--color-interactive_1mkr0)}"
|
|
26
26
|
/*__inner_css_end__*/
|
|
27
|
-
, "
|
|
27
|
+
, "1mkr0_gg_")
|
|
28
28
|
/*__reshadow_css_end__*/
|
|
29
29
|
, {
|
|
30
|
-
"__SIcon": "
|
|
31
|
-
"--color": "--
|
|
32
|
-
"_keyboardFocused": "
|
|
33
|
-
"_interactive": "
|
|
34
|
-
"--color-interactive": "--color-
|
|
30
|
+
"__SIcon": "___SIcon_1mkr0_gg_",
|
|
31
|
+
"--color": "--color_1mkr0",
|
|
32
|
+
"_keyboardFocused": "__keyboardFocused_1mkr0_gg_",
|
|
33
|
+
"_interactive": "__interactive_1mkr0_gg_",
|
|
34
|
+
"--color-interactive": "--color-interactive_1mkr0"
|
|
35
35
|
});
|
|
36
36
|
|
|
37
37
|
function Icon(props, ref) {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.985 3a1 1 0 0 1 1-1h.003a1 1 0 0 1 1 1l.01 6.586 1.293-1.293a1 1 0 0 1 1.414 1.414l-3 3a.997.997 0 0 1-.71.293.997.997 0 0 1-.708-.293l-2.994-3a1 1 0 1 1 1.414-1.414l1.287 1.293L10.985 3Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.293 13.293 10 15h4l1.707-1.707a1 1 0 0 1 .707-.293h3.305l-1.5-6H18a1 1 0 0 1 0-2h.98a.993.993 0 0 1 .633.21.996.996 0 0 1 .362.567l1.99 7.959a.997.997 0 0 1 .035.287V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.977a.998.998 0 0 1 .035-.287l1.99-7.959a.993.993 0 0 1 .362-.567.996.996 0 0 1 .634-.21h.98a1 1 0 1 1 0 2h-.22l-1.5 6h3.305a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.415-.586L16.829 15H20v4H4v-4h3.172l1.414 1.414Z"/></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="M11 5.086A1 1 0 0 1 11 6.5L8.707 8.707a1 1 0 0 1-1.414 0L5.086 6.414A1 1 0 0 1 6.5 5l.5.586V1a1 1 0 0 1 2 0v4.586l.586-.5a1 1 0 0 1 1.414 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 10 4.293 8.293A1 1 0 0 0 3.586 8H2.22l.6-3H3a1 1 0 0 0 0-2h-.982a.993.993 0 0 0-.657.231.997.997 0 0 0-.345.592l-.992 4.96A.998.998 0 0 0 0 9.02V14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.02a1.01 1.01 0 0 0-.024-.237l-.992-4.96a.994.994 0 0 0-.744-.794.993.993 0 0 0-.258-.029H13a1 1 0 1 0 0 2h.18l.6 3h-1.366a1 1 0 0 0-.707.293L10 10H6Zm0 2a2 2 0 0 1-1.414-.586L3.172 10H2v3h12v-3h-1.172l-1.414 1.414A2 2 0 0 1 10 12H6Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.985 12a1 1 0 0 0 1 1h.003a1 1 0 0 0 1-1l.01-6.586 1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a.997.997 0 0 0-.71-.293.997.997 0 0 0-.708.293l-2.994 3a1 1 0 0 0 1.414 1.414l1.287-1.293-.01 6.586Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.293 13.293 10 15h4l1.707-1.707a1 1 0 0 1 .707-.293h3.199l-1.334-4H18a1 1 0 1 1 0-2h.977a.994.994 0 0 1 .607.188.995.995 0 0 1 .372.518l1.985 5.956a.982.982 0 0 1 .059.361V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.976a.994.994 0 0 1 .059-.362l1.985-5.956a.994.994 0 0 1 .372-.518A.995.995 0 0 1 5.023 7H6a1 1 0 0 1 0 2h-.28l-1.333 4h3.199a1 1 0 0 1 .707.293Zm.293 3.121A2 2 0 0 0 10 17h4a2 2 0 0 0 1.414-.586L16.828 15H20v4H4v-4h3.172l1.414 1.414Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11 3.914A1 1 0 0 0 11 2.5L8.707.293a1 1 0 0 0-1.414 0L5.086 2.586A1 1 0 1 0 6.5 4l.5-.586V8a1 1 0 1 0 2 0V3.414l.586.5a1 1 0 0 0 1.414 0Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 10 4.293 8.293A1 1 0 0 0 3.586 8H2.28l.5-2H3a1 1 0 0 0 0-2h-.98a.993.993 0 0 0-.633.21.996.996 0 0 0-.362.567l-.99 3.959A.995.995 0 0 0 0 9.023V14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.023a.984.984 0 0 0-.035-.287l-.99-3.959a.993.993 0 0 0-.362-.567.996.996 0 0 0-.634-.21H13a1 1 0 1 0 0 2h.22l.5 2h-1.306a1 1 0 0 0-.707.293L10 10H6Zm0 2a2 2 0 0 1-1.414-.586L3.172 10H2v3h12v-3h-1.172l-1.414 1.414A2 2 0 0 1 10 12H6Z"/></svg>
|