@homecode/ui 4.27.21 → 4.27.22
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,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 SvgCall = function SvgCall(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: "M19.222 23.974c-1.04 0-2.501-.376-4.69-1.597-2.66-1.492-4.718-2.871-7.365-5.51-2.553-2.55-3.795-4.2-5.534-7.362-1.96-3.57-1.625-5.442-1.25-6.24.444-.956 1.103-1.528 1.951-2.095A9.396 9.395 0 0 1 3.86.359l.148-.065c.264-.12.663-.3 1.17-.107.337.126.64.386 1.11.852.97.955 2.293 3.082 2.782 4.128.327.703.543 1.166.545 1.69 0 .609-.308 1.078-.68 1.587l-.205.274c-.407.533-.495.687-.437.961.12.553 1.006 2.2 2.462 3.652 1.457 1.453 3.054 2.285 3.609 2.402.286.061.443-.032.993-.451l.246-.186c.567-.422 1.017-.722 1.612-.722h.004c.518 0 .962.226 1.697.598.96.483 3.15 1.79 4.112 2.757.467.472.728.772.856 1.11.191.508.01.906-.107 1.173l-.065.146a9.4 9.4 0 0 1-.814 1.522c-.566.848-1.141 1.503-2.1 1.95a3.6 3.6 0 0 1-1.574.346",
|
|
11
|
+
style: {
|
|
12
|
+
strokeWidth: 0.0532912
|
|
13
|
+
}
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { SvgCall as default };
|
|
@@ -10,6 +10,7 @@ var ICONS = {
|
|
|
10
10
|
bookmarkAdd: () => import('./bookmarkAdd.svg.js'),
|
|
11
11
|
brain: () => import('./brain.svg.js'),
|
|
12
12
|
brokenImage: () => import('./brokenImage.svg.js'),
|
|
13
|
+
call: () => import('./call.svg.js'),
|
|
13
14
|
camera: () => import('./camera.svg.js'),
|
|
14
15
|
chat: () => import('./chat.svg.js'),
|
|
15
16
|
check: () => import('./check.svg.js'),
|
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
|
11
11
|
bookmarkAdd: () => Promise<typeof import("*.svg")>;
|
|
12
12
|
brain: () => Promise<typeof import("*.svg")>;
|
|
13
13
|
brokenImage: () => Promise<typeof import("*.svg")>;
|
|
14
|
+
call: () => Promise<typeof import("*.svg")>;
|
|
14
15
|
camera: () => Promise<typeof import("*.svg")>;
|
|
15
16
|
chat: () => Promise<typeof import("*.svg")>;
|
|
16
17
|
check: () => Promise<typeof import("*.svg")>;
|