@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 GoGitCommit = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m29.6 17.5c-1.1-4.3-4.9-7.5-9.6-7.5-4.7 0-8.5 3.2-9.6 7.5h-7.9v5h7.9c1.1 4.3 4.9 7.5 9.6 7.5 4.7 0 8.5-3.2 9.6-7.5h7.9v-5h-7.9z m-9.6 7.5c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/></g>
</Icon>
)
export default GoGitCommit