UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 459 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArrowUpDoubleLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m12 4.836-6.207 6.207 1.414 1.414L12 7.664l4.793 4.793 1.414-1.414zm0 5.65-6.207 6.207 1.414 1.414L12 13.314l4.793 4.793 1.414-1.414z" }) })); const Memo = memo(SvgArrowUpDoubleLine); export default Memo;