UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 475 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgCursorLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m15.387 13.498 2.553 7.014-4.698 1.71-2.553-7.014-3.899 2.445 1.619-16.02 11.537 11.232zm-.01 5.818-2.715-7.46 2.96-.41-5.64-5.49-.791 7.83 2.531-1.587 2.715 7.46z" }) })); const Memo = memo(SvgCursorLine); export default Memo;