UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 413 B
import React from 'react'; export default function WalletMembershipIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-wallet-membership ${props.className}`} viewBox="0 0 24 24" > <path d="M20 10H4V4h16m0 11H4v-2h16m0-11H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2z" /> </svg> ); }