UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 249 B
import React from 'react' import Icon from 'react-icon-base' const GoJumpDown = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m35 7.5h-30l15 15 15-15z m-30 20v5h30v-5h-30z"/></g> </Icon> ) export default GoJumpDown