UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 448 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgCoupon4Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M10.005 21h-7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7a2 2 0 1 0 4 0h7a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-7a2 2 0 1 0-4 0m-4-13v8h2V8zm10 0v8h2V8z" }) })); const Memo = memo(SvgCoupon4Fill); export default Memo;