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 GoArrowLeft = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m22.5 15v-7.5l-15 12.5 15 12.5v-7.5h10v-10h-10z"/></g> </Icon> ) export default GoArrowLeft