You cannot 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
491 B
JavaScript
13 lines
491 B
JavaScript
import React from 'react'
|
|
|
|
const BankTransfer = () => {
|
|
return (
|
|
<svg width="1em" height="1em" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<g id="mdi:bank-transfer-in">
|
|
<path id="Vector" d="M6 45V36H15V30L27 40.5L15 51V45H6ZM66 26.1V30H30V26.1L48 15L66 26.1ZM30 51H66V57H30V51ZM45 33H51V48H45V33ZM33 33H39V48H33V33ZM57 33H63V48H57V33Z" fill="currentColor"/>
|
|
</g>
|
|
</svg>
|
|
)
|
|
}
|
|
|
|
export default BankTransfer; |