UNPKG

@icongo/fc

Version:
74 lines (73 loc) 2.57 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCShop = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCShop = function FCShop(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: "#CFD8DC", d: "M5 19h38v19H5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#B0BEC5", d: "M5 38h38v4H5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#455A64", d: "M27 24h12v18H27z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#E3F2FD", d: "M9 24h14v11H9z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#1E88E5", d: "M10 25h12v9H10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90A4AE", d: "M36.5 33.5c-.3 0-.5.2-.5.5v2c0 .3.2.5.5.5s.5-.2.5-.5v-2c0-.3-.2-.5-.5-.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#558B2F", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 19, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 36, cy: 19, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 12, cy: 19, r: 3 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#7CB342", d: "M40 6H8c-1.1 0-2 .9-2 2v3h36V8c0-1.1-.9-2-2-2zm-19 5h6v8h-6zm16 0h-5l1 8h6zm-26 0h5l-1 8H9z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#FFA000", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 30, cy: 19, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M45 19c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3l3 3z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 18, cy: 19, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3 19c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3l-3 3z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFC107", d: "M32 11h-5v8h6zm10 0h-5l2 8h6zm-26 0h5v8h-6zM6 11h5l-2 8H3z" })] })); }; exports.FCShop = FCShop;