@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 388 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoArrowRightB = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m14.5 32.3c-0.2 0.1-0.5 0.2-0.7 0.2-0.8 0-1.3-0.6-1.3-1.3v-22.4c0-0.7 0.5-1.3 1.3-1.3 0.2 0 0.4 0.1 0.6 0.2l0.2 0.2 12.2 10.6c0.4 0.4 0.7 0.9 0.7 1.5s-0.3 1.1-0.7 1.5l-12.2 10.6z"/></g>
</Icon>
)
export default IoArrowRightB