You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
1.4 KiB
13 lines
1.4 KiB
import React from 'react'
|
|
|
|
const SvgWallet2 = props => (
|
|
<svg viewBox="0 0 18 16" width="1em" height="1em" {...props}>
|
|
<g fill="currentColor" fillRule="evenodd">
|
|
<path d="M16.488 15.876H1.512C.678 15.876 0 15.22 0 14.415V3.387a.35.35 0 0 1 .224-.322 1.206 1.206 0 0 1-.127-.239.345.345 0 0 1 .207-.45.365.365 0 0 1 .465.2c.184.463.966.469 1.307.463h14.412c.834 0 1.512.655 1.512 1.46v9.916c0 .806-.678 1.46-1.512 1.46zM.72 3.49v10.924c0 .422.356.765.792.765h14.976a.78.78 0 0 0 .792-.765V4.5a.78.78 0 0 0-.792-.765h-14.4c-.289.014-.886 0-1.368-.244z" />
|
|
<path d="M16.069 3.69a.354.354 0 0 1-.36-.348v-2.07a.565.565 0 0 0-.202-.456.607.607 0 0 0-.5-.105l-13.46 1.26c-.776.167-.827.784-.828.79l.001.522a.354.354 0 0 1-.36.347.354.354 0 0 1-.36-.347v-.545c.028-.418.362-1.225 1.435-1.453L14.903.025c.368-.073.768.02 1.062.253.295.235.464.598.464.994v2.07c0 .193-.16.348-.36.348M14.34 10.432c-.517 0-.936-.406-.936-.905 0-.498.42-.903.936-.903s.936.405.936.903c0 .5-.42.905-.936.905zm0-1.113a.212.212 0 0 0-.216.208c0 .116.096.21.216.21a.213.213 0 0 0 .216-.21.212.212 0 0 0-.216-.208z" />
|
|
<path d="M17.64 12.243h-5.15c-.999 0-1.811-.784-1.811-1.75v-1.93c0-.965.812-1.75 1.81-1.75h5.151c.199 0 .36.155.36.347v4.735a.354.354 0 0 1-.36.348zm-5.15-4.735c-.601 0-1.091.473-1.091 1.055v1.93c0 .582.49 1.055 1.09 1.055h4.791v-4.04h-4.79z" />
|
|
</g>
|
|
</svg>
|
|
)
|
|
|
|
export default SvgWallet2
|
|
|