UNPKG

@icongo/fc

Version:
38 lines (37 loc) 1.39 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCHome = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCHome = function FCHome(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: "#E8EAF6", d: "M42 39H6V23L24 6l18 17z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#C5CAE9", d: "m39 21-5-5V9h5zM6 39h36v5H6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#B71C1C", d: "M24 4.3 4 22.9l2 2.2L24 8.4l18 16.7 2-2.2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#D84315", d: "M18 28h12v16H18z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#01579B", d: "M21 17h6v6h-6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FF8A65", d: "M27.5 35.5c-.3 0-.5.2-.5.5v2c0 .3.2.5.5.5s.5-.2.5-.5v-2c0-.3-.2-.5-.5-.5z" })] })); }; exports.FCHome = FCHome;