UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 424 B
import React from 'react'; export default function CreditCardPlusOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-credit-card-plus-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M21 18h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3M19 8V6H3v2h16m0 4H3v6h11v2H3a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v7h-2v-1z" /> </svg> ); }