@icongo/li
Version:
LibreICONS Icons
34 lines • 1.27 kB
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 LIGuiHome = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#e8eaf6",
d: "M12.368 12.684H1.632V3.526h10.736v9.158z"
}), /*#__PURE__*/_jsx("path", {
fill: "#c5cae9",
d: "M1.632 11.105h10.736v1.58H1.632z"
}), /*#__PURE__*/_jsx("path", {
fill: "#d84315",
d: "M8.263 12.684V9.5c0-.683-.574-1.237-1.267-1.237S5.74 8.817 5.74 9.5v3.184h2.523z"
}), /*#__PURE__*/_jsx("path", {
fill: "#01579b",
d: "M9.526 7.947h1.58v2.527h-1.58zm-6.631 0h1.579v2.527h-1.58z"
}), /*#__PURE__*/_jsx("path", {
fill: "#d32f2f",
d: "M13 7.316H8.96L7 4.31 5.04 7.316H1v-6h12v6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ff8a65",
d: "M7.474 10.158a.158.158 0 0 0-.158.158v.631c0 .087.07.158.158.158a.158.158 0 0 0 .158-.158v-.631a.158.158 0 0 0-.158-.158"
}), /*#__PURE__*/_jsx("path", {
fill: "#b71c1c",
d: "M8.96 7.316h1.198l-3.1-4.737-3.1 4.737H5.04L7 4.31z"
})]
}));
export { LIGuiHome };