@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 360 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoIosRefreshEmpty = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m20 30c-5.5 0-10-4.5-10-10s4.5-10 10-10v-3.4l7.5 5-7.5 4.3v-4.3c-4.7 0-8.4 3.7-8.4 8.4s3.7 8.4 8.4 8.4 8.4-3.7 8.4-8.4h1.6c0 5.5-4.5 10-10 10z"/></g>
</Icon>
)
export default IoIosRefreshEmpty