@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 312 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoArrowGraphDownRight = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m22.5 30l4.8-4.8-7.3-7.7-8.4 8.4-11.6-15.9 11.6 10 8.4-8.7 10.2 11 4.8-4.8v12.5h-12.5z"/></g>
</Icon>
)
export default IoArrowGraphDownRight