UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 389 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArrowUpWideLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m12 8.369 8.968 4.747-.936 1.768L12 10.632l-8.032 4.252-.936-1.768z" }) })); const Memo = memo(SvgArrowUpWideLine); export default Memo;