UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

24 lines 1.39 kB
import React from 'react'; export default function WirelessPaymentCreditCardDollar(props) { return (<svg id="Light" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <defs> <style dangerouslySetInnerHTML={{ __html: '.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}', }}/> </defs> <title>wireless-payment-credit-card-dollar</title> <path className="cls-1" d="M7.5,23.5h-5a2,2,0,0,1-2-2V2.5a2,2,0,0,1,2-2h10a2,2,0,0,1,2,2v9"/> <line className="cls-1" x1="14.5" y1="4.5" x2="0.5" y2="4.5"/> <line className="cls-1" x1="7.5" y1="19.5" x2="0.5" y2="19.5"/> <line className="cls-1" x1="5.5" y1="2.5" x2="9.5" y2="2.5"/> <line className="cls-1" x1="9.5" y1="16.5" x2="23.5" y2="16.5"/> <line className="cls-1" x1="15.5" y1="18.5" x2="11.5" y2="18.5"/> <line className="cls-1" x1="21.5" y1="18.5" x2="19.5" y2="18.5"/> <line className="cls-1" x1="13.5" y1="20.5" x2="11.5" y2="20.5"/> <rect className="cls-1" x="9.5" y="13.5" width={14} height={10} rx={2} ry={2}/> <path className="cls-1" d="M6.109,12.6A1.391,1.391,0,1,0,7.5,11.209,1.391,1.391,0,1,1,8.891,9.818"/> <line className="cls-1" x1="7.5" y1="13.992" x2="7.5" y2="14.918"/> <line className="cls-1" x1="7.5" y1="7.5" x2="7.5" y2="8.428"/> </svg>); } //# sourceMappingURL=WirelessPaymentCreditCardDollar.js.map