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 GoPrimitiveDot = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m10 20c0-5.5 4.5-10 10-10 5.5 0 10 4.5 10 10s-4.5 10-10 10c-5.5 0-10-4.5-10-10z"/></g> </Icon> ) export default GoPrimitiveDot