UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 389 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArrowTurnForwardFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M17 8v5a6 6 0 0 1-12 0V4H3v9a8 8 0 1 0 16 0V8h4l-5-6-5 6z" }) })); const Memo = memo(SvgArrowTurnForwardFill); export default Memo;