@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 391 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoIosHeart = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m25.5 6.3c5.4 0 9.5 3.3 9.5 9 0 2.4-1 5.6-3.2 8.2s-3.5 4.1-7.8 6.9-6.5 3.4-6.5 3.4-2.2-0.6-6.5-3.4-5.6-4.2-7.8-6.9-3.2-5.8-3.2-8.2c0-5.7 4.1-9 9.5-9 3 0 6.4 1.4 8 4.1 1.6-2.7 5-4.1 8-4.1z"/></g>
</Icon>
)
export default IoIosHeart