UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 301 B
import React from 'react' import Icon from 'react-icon-base' const IoAndroidWarning = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m0 36.3l17.5-32.5 17.5 32.5h-35z m19.4-5v-3.8h-3.8v3.8h3.8z m0-6.3v-7.5h-3.8v7.5h3.8z"/></g> </Icon> ) export default IoAndroidWarning