@icongo/fc
Version:
Flat Color Icons
30 lines • 943 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 FCHome = 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: "#E8EAF6",
d: "M42 39H6V23L24 6l18 17z"
}), /*#__PURE__*/_jsx("path", {
fill: "#C5CAE9",
d: "m39 21-5-5V9h5zM6 39h36v5H6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#B71C1C",
d: "M24 4.3 4 22.9l2 2.2L24 8.4l18 16.7 2-2.2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#D84315",
d: "M18 28h12v16H18z"
}), /*#__PURE__*/_jsx("path", {
fill: "#01579B",
d: "M21 17h6v6h-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FF8A65",
d: "M27.5 35.5c-.3 0-.5.2-.5.5v2c0 .3.2.5.5.5s.5-.2.5-.5v-2c0-.3-.2-.5-.5-.5z"
})]
}));
export { FCHome };