@icongo/li
Version:
LibreICONS Icons
31 lines (30 loc) • 1.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDevicePhoneCallback = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDevicePhoneCallback = function LIDevicePhoneCallback(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2196f3",
d: "M8.066 9.807s1.261-.82 1.514-.946c.252-.126.536-.19.694-.063.252.157 2.365 1.545 2.554 1.671.19.126.253.473.032.82-.252.347-1.356 1.735-1.83 1.704-.473 0-2.649.126-6.402-3.596C.874 5.643 1 3.467 1 2.994c0-.473 1.356-1.609 1.703-1.83.347-.252.694-.157.82.032.126.19 1.514 2.303 1.671 2.555.095.158.064.442-.063.694-.126.252-.946 1.514-.946 1.514s.22.883 1.577 2.27C7.15 9.586 8.065 9.807 8.065 9.807z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#3f51b5",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.778 1.953H7.624v1.262h3.154c.347 0 .631.284.631.63V7h1.262V3.846a1.899 1.899 0 0 0-1.893-1.893z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.57 4.161 6.457 2.584 8.57 1.007z"
})]
})]
}));
};
exports.LIDevicePhoneCallback = LIDevicePhoneCallback;