@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 343 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoAndroidPrint = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m31 12.5c2.7 0 5 2.3 5 5v10.9h-6.2v6.6h-20v-6.6h-6.3v-10.9c0-2.7 2.3-5 5-5h22.5z m-3.7 20v-10h-15v10h15z m2.5-27.5v6.3h-20v-6.3h20z"/></g>
</Icon>
)
export default IoAndroidPrint