@icongo/fc
Version:
Flat Color Icons
21 lines • 818 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 FCBusiness = 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: "#263238",
d: "M11 44H9c-.6 0-1-.4-1-1v-2h4v2c0 .6-.4 1-1 1zm28 0h-2c-.6 0-1-.4-1-1v-2h4v2c0 .6-.4 1-1 1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474F",
d: "M27 7h-6c-1.7 0-3 1.3-3 3v3h2v-3c0-.6.4-1 1-1h6c.6 0 1 .4 1 1v3h2v-3c0-1.7-1.3-3-3-3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M40 43H8c-2.2 0-4-1.8-4-4V15c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v24c0 2.2-1.8 4-4 4z"
})]
}));
export { FCBusiness };