@icongo/fc
Version:
Flat Color Icons
21 lines • 797 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 FCOrganization = 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: "M42 42H6V10c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v32z"
}), /*#__PURE__*/_jsx("path", {
fill: "#64B5F6",
d: "M6 42h36v2H6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1565C0",
d: "M31 27h6v5h-6zm-10 0h6v5h-6zm-10 0h6v5h-6zm20 8h6v5h-6zm-20 0h6v5h-6zm20-16h6v5h-6zm-10 0h6v5h-6zm-10 0h6v5h-6zm20-8h6v5h-6zm-10 0h6v5h-6zm-10 0h6v5h-6zm10 24h6v9h-6z"
})]
}));
export { FCOrganization };