@icongo/li
Version:
LibreICONS Icons
14 lines • 533 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCaret = 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: "M5.195 5.586H8.78c.2 0 .254.2.2.327-.073.126-1.637 2.206-1.764 2.406-.073.127-.327.127-.4 0-.127-.2-1.694-2.206-1.765-2.406-.109-.148-.035-.327.144-.327z"
})
}));
export { LIGuiCaret };