UNPKG

@icongo/fc

Version:
53 lines (52 loc) 1.83 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCCollect = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCCollect = function FCCollect(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: "#009688", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M22 35h4v11h-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m24 29.6 7 8.4H17z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#009688", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M22 2h4v11h-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M24 18.4 17 10h14z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#009688", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2 22h11v4H2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18.4 24 10 31V17z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#009688", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M35 22h11v4H35z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m29.6 24 8.4-7v14z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 3, fill: "#F44336" })] })); }; exports.FCCollect = FCCollect;