UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 291 B
import React from 'react' import Icon from 'react-icon-base' const MdWarning = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m21.6 23.4v-6.8h-3.2v6.8h3.2z m0 6.6v-3.4h-3.2v3.4h3.2z m-20 5l18.4-31.6 18.4 31.6h-36.8z"/></g> </Icon> ) export default MdWarning