UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 256 B
import React from 'react' import Icon from 'react-icon-base' const GoArrowSmallLeft = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m22.5 17.5v-5l-10 7.5 10 7.5v-5h5v-5h-5z"/></g> </Icon> ) export default GoArrowSmallLeft