@icongo/li
Version:
LibreICONS Icons
14 lines • 493 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIShapeHexagonO = 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: "M9.43 2.14 11.86 7l-2.43 4.86H4.57L2.14 7l2.43-4.86h4.86M10.25.5h-6.5L.5 7l3.25 6.5h6.5L13.5 7 10.25.5z"
})
}));
export { LIShapeHexagonO };