UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 309 B
import React from 'react' import Icon from 'react-icon-base' const IoArrowGraphUpLeft = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m12.5 10l-4.8 4.8 7.3 7.7 8.4-8.4 11.6 15.9-11.6-10-8.4 8.8-10.2-11.1-4.8 4.8v-12.5h12.5z"/></g> </Icon> ) export default IoArrowGraphUpLeft