@icongo/li
Version:
LibreICONS Icons
17 lines • 613 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 LIGuiArrowAdvance = 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", {
d: "m13 7-3.734 3.135v-6.27zM2.71 5.86h1.14v2.28H2.71zM1 5.86h1.14v2.28H1zm3.42 0h1.14v2.28H4.42z"
}), /*#__PURE__*/_jsx("path", {
d: "M6.13 5.86h3.991v2.28h-3.99z"
})]
}));
export { LIGuiArrowAdvance };