@icongo/fc
Version:
Flat Color Icons
21 lines • 666 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 FCTreeStructure = 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: "#90CAF9",
d: "m36.9 13.8-1.8-3.6L7.5 24l27.6 13.8 1.8-3.6L16.5 24z"
}), /*#__PURE__*/_jsx("path", {
fill: "#D81B60",
d: "M6 18h12v12H6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#2196F3",
d: "M30 6h12v12H30zm0 24h12v12H30z"
})]
}));
export { FCTreeStructure };