UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 368 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArrowLeftLongFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22 13v-2H8.414V5.586L2 12l6.414 6.414V13z" }) })); const Memo = memo(SvgArrowLeftLongFill); export default Memo;