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.2 KiB

import React from 'react'
const SvgWallet = props => (
<svg viewBox="0 0 25 23" width="1em" height="1em" {...props}>
<g fill="currentColor" fillRule="evenodd">
<path d="M22.9 22.822H2.1c-1.158 0-2.1-.942-2.1-2.1V4.869c0-.21.129-.388.311-.463a1.755 1.755 0 0 1-.176-.343.5.5 0 0 1 .933-.36c.256.666 1.342.674 1.815.666H22.9c1.158 0 2.1.942 2.1 2.1v14.253c0 1.158-.942 2.1-2.1 2.1zM1 5.018v15.704c0 .606.494 1.1 1.1 1.1h20.8c.607 0 1.1-.494 1.1-1.1V6.469c0-.606-.493-1.1-1.1-1.1H2.901c-.402.02-1.232 0-1.901-.351z" />
<path d="M22.318 5.305a.5.5 0 0 1-.5-.5V1.829c0-.274-.099-.508-.28-.656-.181-.15-.428-.203-.695-.15L2.149 2.833C1.071 3.074 1 3.96.999 3.97l.001.75a.5.5 0 0 1-1 0v-.783c.039-.6.503-1.761 1.993-2.088L20.699.035A1.789 1.789 0 0 1 22.174.4c.409.338.644.859.644 1.429v2.976c0 .277-.223.5-.5.5M19.916 14.997a1.301 1.301 0 1 1 1.3-1.301c0 .717-.583 1.3-1.3 1.3zm0-1.6a.3.3 0 1 0-.001.598.3.3 0 0 0 .001-.598z" />
<path d="M24.5 17.6h-7.153a2.518 2.518 0 0 1-2.515-2.515v-2.776a2.518 2.518 0 0 1 2.515-2.516H24.5a.5.5 0 0 1 .5.5V17.1a.5.5 0 0 1-.5.5zm-7.153-6.807c-.835 0-1.515.68-1.515 1.516v2.776c0 .836.68 1.515 1.515 1.515H24v-5.807h-6.653z" />
</g>
</svg>
)
export default SvgWallet