@icongo/fc
Version:
Flat Color Icons
24 lines • 829 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 FCDepartment = 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: "#C5CAE9",
d: "M42 42H6V9l18-7 18 7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9FA8DA",
d: "M6 42h36v2H6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#BF360C",
d: "M20 35h8v9h-8z"
}), /*#__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-6z"
})]
}));
export { FCDepartment };