UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 566 B
import React from 'react'; export const WalletOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <rect x="48" y="144" width="416" height="288" rx="48" ry="48" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <path d="M411.36 144v-30A50 50 0 0 0 352 64.9L88.64 109.85A50 50 0 0 0 48 159v49" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <path d="M368 320a32 32 0 1 1 32-32 32 32 0 0 1-32 32Z"/> </svg>; };