@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 405 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const FaCreditCardAlt = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m0 30.6v-10.6h40.3v10.6q0 1.2-0.8 2t-2 0.8h-34.7q-1.2 0-2-0.8t-0.8-2z m11.2-3.9v2.3h6.7v-2.3h-6.7z m-6.7 0v2.3h4.5v-2.3h-4.5z m33-20.1q1.2 0 2 0.8t0.8 2v3.9h-40.3v-3.9q0-1.2 0.8-2t2-0.8h34.7z"/></g>
</Icon>
)
export default FaCreditCardAlt