@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 383 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const GoHorizontalRule = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m10 17.5h5v5h2.5v-15h-2.5v7.5h-5v-7.5h-2.5v15h2.5v-5z m22.5 5v-5h-2.5v5h2.5z m0-7.5v-5h-2.5v5h2.5z m-7.5 0v-5h5v-2.5h-7.5v15h2.5v-5h5v-2.5h-5z m-17.5 17.5h25v-5h-25v5z"/></g>
</Icon>
)
export default GoHorizontalRule