@homecode/ui 4.23.0 → 4.23.2
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/dist/esm/src/components/Icon/icons/cubes.svg.js +17 -0
- package/dist/esm/src/components/Icon/icons/index.js +4 -0
- package/dist/esm/src/components/Icon/icons/soundWave.svg.js +66 -0
- package/dist/esm/src/components/Icon/icons/syncArrows.svg.js +8 -3
- package/dist/esm/src/components/Icon/icons/tool.svg.js +17 -0
- package/dist/esm/src/components/Icon/icons/usage.svg.js +25 -0
- package/dist/esm/types/src/components/Icon/icons/index.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
4
|
+
var SvgCubes = function SvgCubes(props) {
|
|
5
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
viewBox: "0 0 24 24"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "m22.729 11.878-4.425-1.658V5.25a1.65 1.65 0 0 0-1.072-1.544l-4.58-1.718a1.63 1.63 0 0 0-1.159 0l-4.58 1.718A1.65 1.65 0 0 0 5.84 5.25v4.97l-4.425 1.658A1.65 1.65 0 0 0 .349 13.42v5.043c0 .623.352 1.196.911 1.475l4.58 2.29a1.64 1.64 0 0 0 1.476 0l4.759-2.381 4.759 2.381a1.64 1.64 0 0 0 1.475 0l4.58-2.29a1.65 1.65 0 0 0 .912-1.475V13.42c0-.687-.426-1.3-1.072-1.543m-5.982-1.622-3.894 1.461V8.593L16.747 6.9zm-9.344-5.07 4.672-1.75 4.672 1.75v.027L12.075 7.11 7.403 5.213Zm3.847 13.333-3.893 1.947v-3.623l3.893-1.777zm0-5.13-4.672 1.897-4.672-1.897v-.027l4.672-1.75 4.672 1.75zm10.993 5.13-3.893 1.947v-3.623l3.893-1.777zm0-5.13-4.672 1.897-4.672-1.897v-.027l4.672-1.75 4.672 1.75z",
|
|
11
|
+
style: {
|
|
12
|
+
strokeWidth: 0.0458046
|
|
13
|
+
}
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { SvgCubes as default };
|
|
@@ -17,6 +17,7 @@ var ICONS = {
|
|
|
17
17
|
chevronRight: () => import('./chevronRight.svg.js'),
|
|
18
18
|
chevronLeft: () => import('./chevronLeft.svg.js'),
|
|
19
19
|
clearAll: () => import('./clearAll.svg.js'),
|
|
20
|
+
cubes: () => import('./cubes.svg.js'),
|
|
20
21
|
delete: () => import('./delete.svg.js'),
|
|
21
22
|
draft: () => import('./draft.svg.js'),
|
|
22
23
|
dragHandlerHorizontal: () => import('./dragHandlerHorizontal.svg.js'),
|
|
@@ -55,6 +56,7 @@ var ICONS = {
|
|
|
55
56
|
plus: () => import('./plus.svg.js'),
|
|
56
57
|
redo: () => import('./redo.svg.js'),
|
|
57
58
|
undo: () => import('./undo.svg.js'),
|
|
59
|
+
usage: () => import('./usage.svg.js'),
|
|
58
60
|
requiredStar: () => import('./requiredStar.svg.js'),
|
|
59
61
|
rewind: () => import('./rewind.svg.js'),
|
|
60
62
|
rocket: () => import('./rocket.svg.js'),
|
|
@@ -66,11 +68,13 @@ var ICONS = {
|
|
|
66
68
|
send: () => import('./send.svg.js'),
|
|
67
69
|
settings: () => import('./settings.svg.js'),
|
|
68
70
|
shoppingBag: () => import('./shoppingBag.svg.js'),
|
|
71
|
+
soundWave: () => import('./soundWave.svg.js'),
|
|
69
72
|
sparks: () => import('./sparks.svg.js'),
|
|
70
73
|
star: () => import('./star.svg.js'),
|
|
71
74
|
syncArrows: () => import('./syncArrows.svg.js'),
|
|
72
75
|
table: () => import('./table.svg.js'),
|
|
73
76
|
telegram: () => import('./telegram.svg.js'),
|
|
77
|
+
tool: () => import('./tool.svg.js'),
|
|
74
78
|
trafficLight: () => import('./trafficLight.svg.js'),
|
|
75
79
|
};
|
|
76
80
|
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
4
|
+
var SvgSoundWave = function SvgSoundWave(props) {
|
|
5
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
viewBox: "0 0 24 24"
|
|
8
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
strokeLinecap: "undefined",
|
|
10
|
+
strokeLinejoin: "undefined",
|
|
11
|
+
strokeWidth: 1.895,
|
|
12
|
+
d: "M12.026 2.916v18.427",
|
|
13
|
+
opacity: "undefined",
|
|
14
|
+
style: {
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeDasharray: "none"
|
|
18
|
+
}
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
strokeLinecap: "undefined",
|
|
21
|
+
strokeLinejoin: "undefined",
|
|
22
|
+
strokeWidth: 1.622,
|
|
23
|
+
d: "M16.142 7.511v9.316",
|
|
24
|
+
opacity: "undefined",
|
|
25
|
+
style: {
|
|
26
|
+
strokeWidth: 2,
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeDasharray: "none"
|
|
29
|
+
}
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
strokeLinecap: "undefined",
|
|
32
|
+
strokeLinejoin: "undefined",
|
|
33
|
+
strokeWidth: 1.352,
|
|
34
|
+
d: "M20.142 9.73v4.988",
|
|
35
|
+
opacity: "undefined",
|
|
36
|
+
style: {
|
|
37
|
+
strokeWidth: 2,
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeDasharray: "none"
|
|
40
|
+
}
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
strokeLinecap: "undefined",
|
|
43
|
+
strokeLinejoin: "undefined",
|
|
44
|
+
strokeWidth: 1.622,
|
|
45
|
+
d: "M7.723 16.8V7.484",
|
|
46
|
+
opacity: "undefined",
|
|
47
|
+
style: {
|
|
48
|
+
strokeWidth: 2,
|
|
49
|
+
strokeLinecap: "round",
|
|
50
|
+
strokeDasharray: "none"
|
|
51
|
+
}
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
strokeLinecap: "undefined",
|
|
54
|
+
strokeLinejoin: "undefined",
|
|
55
|
+
strokeWidth: 1.352,
|
|
56
|
+
d: "M3.724 14.58V9.594",
|
|
57
|
+
opacity: "undefined",
|
|
58
|
+
style: {
|
|
59
|
+
strokeWidth: 2,
|
|
60
|
+
strokeLinecap: "round",
|
|
61
|
+
strokeDasharray: "none"
|
|
62
|
+
}
|
|
63
|
+
}));
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export { SvgSoundWave as default };
|
|
@@ -4,12 +4,17 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
4
4
|
var SvgSyncArrows = function SvgSyncArrows(props) {
|
|
5
5
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
fill: "currentColor",
|
|
8
7
|
viewBox: "0 0 24 24"
|
|
9
8
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
d: "
|
|
9
|
+
d: "m4.35 8.137 5.64-5.64v19.094m9.497-5.621-5.64 5.64V2.517",
|
|
11
10
|
style: {
|
|
12
|
-
|
|
11
|
+
fill: "none",
|
|
12
|
+
fillOpacity: 0.751445,
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
strokeOpacity: 1
|
|
13
18
|
}
|
|
14
19
|
}));
|
|
15
20
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
4
|
+
var SvgTool = function SvgTool(props) {
|
|
5
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M14.788.508c-1.111.269-2.742 1.219-3.53 2.079-.395.43-.986 1.326-1.29 1.989-.52 1.111-.574 1.344-.574 3.01V9.38l-4.086 3.459C.612 16.816.45 17.03.433 19.128c0 1.147.072 1.47.502 2.187 1.272 2.168 3.925 2.867 6.075 1.612.574-.34 1.631-1.433 3.405-3.53 1.416-1.685 2.921-3.495 3.37-4.014l.806-.95 1.075.107c2.903.305 5.843-1.326 7.169-3.996.77-1.506.932-3.1.537-4.857-.179-.788-.376-1.434-.43-1.434s-.752.646-1.559 1.452c-1.541 1.523-2.186 1.846-3.226 1.56-.663-.162-1.29-.807-1.487-1.506-.269-1.004.054-1.667 1.613-3.226.824-.824 1.451-1.523 1.398-1.56-.036-.053-.61-.214-1.255-.375-1.272-.305-2.545-.341-3.638-.09m1.147 1.756c0 .108-.09.233-.18.287-.447.287-.913 1.577-.913 2.599-.018 2.347 1.613 3.978 3.96 3.96 1.04 0 1.9-.287 2.563-.878.287-.25.305-.233.305.161 0 .681-.789 2.169-1.541 2.886-1.362 1.29-3.334 1.81-5.09 1.326-.896-.233-1.004-.233-1.272.036-.162.16-1.846 2.132-3.728 4.39-1.9 2.24-3.638 4.194-3.871 4.355-1.595 1.04-4.032-.269-4.032-2.186 0-1.273.25-1.56 4.695-5.305a510.336 510.336 0 0 1 4.552-3.835c.197-.161.197-.323-.018-1.057-.34-1.094-.34-1.936 0-3.083.502-1.684 1.667-2.903 3.405-3.495 1.058-.358 1.165-.376 1.165-.16",
|
|
11
|
+
style: {
|
|
12
|
+
strokeWidth: 0.179213
|
|
13
|
+
}
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { SvgTool as default };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
var _path;
|
|
4
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
5
|
+
var SvgUsage = function SvgUsage(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
d: "M0 0h48v48H0z"
|
|
13
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M13.184.4v3.523c3.941.563 6.975 3.946 6.975 8.043 0 1.04-.204 2.035-.558 2.947l3.022 1.784a11.6 11.6 0 0 0 1.023-4.73C23.646 5.938 19.06.986 13.184.4m-1.162 19.703a8.14 8.14 0 0 1-8.137-8.137c0-4.097 3.034-7.48 6.975-8.043V.4A11.617 11.617 0 0 0 .398 11.966c0 6.423 5.196 11.625 11.618 11.625 3.848 0 7.248-1.878 9.363-4.755l-3.016-1.778a8.1 8.1 0 0 1-6.341 3.045",
|
|
15
|
+
style: {
|
|
16
|
+
fillOpacity: 1,
|
|
17
|
+
stroke: "none",
|
|
18
|
+
strokeWidth: 0.581325,
|
|
19
|
+
strokeDasharray: "none",
|
|
20
|
+
strokeOpacity: 1
|
|
21
|
+
}
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { SvgUsage as default };
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
chevronRight: () => Promise<any>;
|
|
18
18
|
chevronLeft: () => Promise<any>;
|
|
19
19
|
clearAll: () => Promise<any>;
|
|
20
|
+
cubes: () => Promise<any>;
|
|
20
21
|
delete: () => Promise<any>;
|
|
21
22
|
draft: () => Promise<any>;
|
|
22
23
|
dragHandlerHorizontal: () => Promise<any>;
|
|
@@ -55,6 +56,7 @@ declare const _default: {
|
|
|
55
56
|
plus: () => Promise<any>;
|
|
56
57
|
redo: () => Promise<any>;
|
|
57
58
|
undo: () => Promise<any>;
|
|
59
|
+
usage: () => Promise<any>;
|
|
58
60
|
requiredStar: () => Promise<any>;
|
|
59
61
|
rewind: () => Promise<any>;
|
|
60
62
|
rocket: () => Promise<any>;
|
|
@@ -66,11 +68,13 @@ declare const _default: {
|
|
|
66
68
|
send: () => Promise<any>;
|
|
67
69
|
settings: () => Promise<any>;
|
|
68
70
|
shoppingBag: () => Promise<any>;
|
|
71
|
+
soundWave: () => Promise<any>;
|
|
69
72
|
sparks: () => Promise<any>;
|
|
70
73
|
star: () => Promise<any>;
|
|
71
74
|
syncArrows: () => Promise<any>;
|
|
72
75
|
table: () => Promise<any>;
|
|
73
76
|
telegram: () => Promise<any>;
|
|
77
|
+
tool: () => Promise<any>;
|
|
74
78
|
trafficLight: () => Promise<any>;
|
|
75
79
|
};
|
|
76
80
|
export default _default;
|