UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 253 B
import React from 'react' import Icon from 'react-icon-base' const GoArrowSmallRight = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m27.5 20l-10-7.5v5h-5v5h5v5l10-7.5z"/></g> </Icon> ) export default GoArrowSmallRight