UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 430 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgRefundFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22.005 7h-20V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1zm0 2v11a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1V9zm-11 5v-2.5l-4.5 4.5h10.5v-2z" }) })); const Memo = memo(SvgRefundFill); export default Memo;