@icongo/li
Version:
LibreICONS Icons
14 lines • 724 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiAxis = 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: "m6.995 1.802-.737 2.179c.154.086.327.145.509.173v3.361l-.979.565v1.082l-2.869 1.656a1.514 1.514 0 0 0-.404-.354L1 12.198l2.255-.45a1.51 1.51 0 0 0-.104-.528l2.827-1.633 1.02.59 1.021-.59 2.827 1.633c-.066.17-.102.35-.105.527l2.259.445-1.518-1.728c-.152.09-.29.211-.404.354l-2.87-1.656V8.08l-.978-.565v-3.36c.181-.029.355-.088.51-.174l-.745-2.179Z"
})
}));
export { LIGuiAxis };