@icongo/li
Version:
LibreICONS Icons
14 lines • 558 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCaretDown = 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: "M13 4.375q0 .305-.223.527l-5.25 5.25q-.222.223-.527.223-.305 0-.527-.223l-5.25-5.25Q1 4.68 1 4.375q0-.305.223-.527.222-.223.527-.223h10.5q.305 0 .527.223.223.222.223.527z"
})
}));
export { LIGuiCaretDown };