UNPKG

react-native-web-headroom

Version:
12 lines (8 loc) 249 B
import React from 'react' import Icon from 'react-icon-base' const GoJumpRight = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m7.5 35l15-15-15-15v30z m20-30v30h5v-30h-5z"/></g> </Icon> ) export default GoJumpRight