@icongo/li
Version:
LibreICONS Icons
14 lines • 541 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandHexo = props => /*#__PURE__*/_jsx("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", {
d: "M7 1 1.782 4.026v6L7 13l5.218-3.026v-6L7 1Zm2.4 8.557-.47.26-.47-.26V7.47H5.54v2.087l-.471.26-.47-.26V4.443l.47-.26.47.26V6.53h2.922V4.443l.47-.26.47.26v5.114z"
})
}));
export { LIBrandHexo };