@icongo/fc
Version:
Flat Color Icons
66 lines • 1.88 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCShop = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#CFD8DC",
d: "M5 19h38v19H5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#B0BEC5",
d: "M5 38h38v4H5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#455A64",
d: "M27 24h12v18H27z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E3F2FD",
d: "M9 24h14v11H9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1E88E5",
d: "M10 25h12v9H10z"
}), /*#__PURE__*/_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__*/_jsxs("g", {
fill: "#558B2F",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 19,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 36,
cy: 19,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 12,
cy: 19,
r: 3
})]
}), /*#__PURE__*/_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__*/_jsxs("g", {
fill: "#FFA000",
children: [/*#__PURE__*/_jsx("circle", {
cx: 30,
cy: 19,
r: 3
}), /*#__PURE__*/_jsx("path", {
d: "M45 19c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3l3 3z"
}), /*#__PURE__*/_jsx("circle", {
cx: 18,
cy: 19,
r: 3
}), /*#__PURE__*/_jsx("path", {
d: "M3 19c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3l-3 3z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#FFC107",
d: "M32 11h-5v8h6zm10 0h-5l2 8h6zm-26 0h5v8h-6zM6 11h5l-2 8H3z"
})]
}));
export { FCShop };