@icongo/fc
Version:
Flat Color Icons
21 lines • 728 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 FCGenealogy = 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: "M40 9V7h-9v5H15v11H8v2h7v11h16v5h9v-2h-7v-8h7v-2h-9v5H17V14h14v5h9v-2h-7V9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#00BCD4",
d: "M4 20h8v8H4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M36 14h8v8h-8zm0-10h8v8h-8zM20 9h8v8h-8zm0 22h8v8h-8zm16 5h8v8h-8zm0-10h8v8h-8z"
})]
}));
export { FCGenealogy };