@icongo/li
Version:
LibreICONS Icons
14 lines • 560 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCaretRight = 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: "M4.375 1q.305 0 .527.223l5.25 5.25q.223.222.223.527 0 .305-.223.527l-5.25 5.25Q4.68 13 4.375 13q-.305 0-.527-.223-.223-.222-.223-.527V1.75q0-.305.223-.527Q4.07 1 4.375 1Z"
})
}));
export { LIGuiCaretRight };