@icongo/fc
Version:
Flat Color Icons
21 lines • 711 B
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 FCFactoryBreakdown = 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: "#E64A19",
d: "M29 23v-6l-8 4v2h-4v4h-4v-4H5v20h28V23z"
}), /*#__PURE__*/_jsx("path", {
fill: "#992B0A",
d: "M25 27h4v4h-4zM9 35h4v4H9zm16 0h4v4h-4zm-8 0h4v4h-4zm0-8h4v4h-4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#BF360C",
d: "M41.2 5H38v2h-2v2h-2.3L32 43h11z"
})]
}));
export { FCFactoryBreakdown };