@icongo/fc
Version:
Flat Color Icons
45 lines • 1.24 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 FCCollect = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#009688",
children: [/*#__PURE__*/_jsx("path", {
d: "M22 35h4v11h-4z"
}), /*#__PURE__*/_jsx("path", {
d: "m24 29.6 7 8.4H17z"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#009688",
children: [/*#__PURE__*/_jsx("path", {
d: "M22 2h4v11h-4z"
}), /*#__PURE__*/_jsx("path", {
d: "M24 18.4 17 10h14z"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#009688",
children: [/*#__PURE__*/_jsx("path", {
d: "M2 22h11v4H2z"
}), /*#__PURE__*/_jsx("path", {
d: "M18.4 24 10 31V17z"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#009688",
children: [/*#__PURE__*/_jsx("path", {
d: "M35 22h11v4H35z"
}), /*#__PURE__*/_jsx("path", {
d: "m29.6 24 8.4-7v14z"
})]
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 3,
fill: "#F44336"
})]
}));
export { FCCollect };