@icongo/fc
Version:
Flat Color Icons
21 lines • 695 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 FCFactory = 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: "#BF360C",
d: "M41.2 5h-7.3L32 43h11L41.2 5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E64A19",
d: "M33 23h-4v-6l-12 6v-6L5 23v20h28V23z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FFC107",
d: "M9 27h4v4H9zm8 0h4v4h-4zm8 0h4v4h-4zM9 35h4v4H9zm8 0h4v4h-4zm8 0h4v4h-4z"
})]
}));
export { FCFactory };