UNPKG

@icongo/fc

Version:
43 lines (42 loc) 1.8 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCLeave = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCLeave = function FCLeave(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.jsx)("path", { fill: "#FFCDD2", d: "M5 38V14h38v24c0 2.2-1.8 4-4 4H9c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#F44336", d: "M43 10v6H5v-6c0-2.2 1.8-4 4-4h30c2.2 0 4 1.8 4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#B71C1C", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 33, cy: 10, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 15, cy: 10, r: 3 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#BDBDBD", d: "M33 3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2zM15 3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#F44336", d: "M22.2 35.3c0-.2 0-.5.1-.7.1-.2.2-.4.4-.5s.3-.3.5-.3c.2-.1.5-.1.7-.1s.5 0 .7.1l.6.3c.2.1.3.3.4.5.1.2.1.4.1.7 0 .2 0 .5-.1.7-.1.2-.2.4-.4.5-.2.1-.3.3-.6.3s-.3.2-.6.2-.5 0-.7-.1c-.2-.1-.4-.2-.5-.3-.2-.1-.3-.3-.4-.5-.1-.3-.2-.5-.2-.8zm3.1-4.3h-2.6l-.4-11h3.3l-.3 11z" })] })); }; exports.FCLeave = FCLeave;