UNPKG

@icongo/li

Version:
31 lines (30 loc) 1.42 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIDevicePhoneMissedCall = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIDevicePhoneMissedCall = function LIDevicePhoneMissedCall(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.jsxs)("g", { fill: "#f44336", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7.002 7.168 9.599 4.57l-.799-.8-1.798 1.8-2.37-2.37-.799.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7.858 2.943h2.57v2.57z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#009688", d: "m12.854 8.88-.686-.685c-2.426-2.369-8.25-2.026-10.333 0l-.685.685c-.2.2-.2.486 0 .686l1.37 1.341c.2.2.485.2.685 0l1.513-1.456-.114-1.598c.485-.485 4.31-.485 4.796 0l-.086 1.655 1.456 1.4c.2.199.485.199.685 0l1.37-1.342c.228-.2.228-.514.029-.686z" })] })); }; exports.LIDevicePhoneMissedCall = LIDevicePhoneMissedCall;