UNPKG

@icongo/li

Version:
31 lines (30 loc) 1.59 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIDevicePhoneCallTransfer = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIDevicePhoneCallTransfer = function LIDevicePhoneCallTransfer(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: "#009688", d: "m11.266 2.316-.54.54c-1.892 1.952-1.622 6.606 0 8.287l.54.54c.15.15.39.15.54 0l1.081-1.11a.38.38 0 0 0 0-.54l-1.02-1.021h-1.441c-.39-.39-.39-3.633 0-4.024h1.44l.991-1.02a.38.38 0 0 0 0-.54l-1.05-1.112a.38.38 0 0 0-.54 0zm-8.406 0-.54.54c-1.892 1.952-1.622 6.606 0 8.287l.54.54c.15.15.39.15.54 0l1.08-1.11a.38.38 0 0 0 0-.54L3.46 9.011H2.05c-.39-.39-.39-3.633 0-4.024h1.44l.99-1.02a.38.38 0 0 0 0-.54L3.4 2.315a.38.38 0 0 0-.54 0z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#2196f3", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7.093 5.379 8.714 7 7.093 8.621z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M4.3 6.4h3.303v1.2H4.301z" })] })] })); }; exports.LIDevicePhoneCallTransfer = LIDevicePhoneCallTransfer;