UNPKG

@icongo/fc

Version:
30 lines (29 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCMissedCall = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCMissedCall = function FCMissedCall(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#F44336", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M30.3 12.9 24 19.2l-8.3-8.3-2.8 2.8L24 24.8l9.1-9.1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m36 19-9-9h9z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#009688", d: "m44.5 30.8-2.4-2.4c-8.5-8.3-28.9-7.1-36.2 0l-2.4 2.4c-.7.7-.7 1.7 0 2.4l4.8 4.7c.7.7 1.7.7 2.4 0l5.3-5.1-.4-5.6c1.7-1.7 15.1-1.7 16.8 0l-.3 5.8 5.1 4.9c.7.7 1.7.7 2.4 0l4.8-4.7c.8-.7.8-1.8.1-2.4z" })] })); }; exports.FCMissedCall = FCMissedCall;