UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 294 B
import React from 'react' import Icon from 'react-icon-base' const GoComment = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m32.5 5h-25c-2.4 0-5 2.5-5 5v15c0 5 5 5 5 5h2.5v10l10-10h12.5s5-2.7 5-5v-15c0-2.4-2.5-5-5-5z"/></g> </Icon> ) export default GoComment