san-awesome
Version:
Font Awesome component for San, using inline SVG.
14 lines (12 loc) • 333 B
JavaScript
import Icon from '../../components/Icon'
Icon.register({
'brands/facebook-f': {
width: 264,
height: 512,
paths: [
{
d: 'M215.8 85c-37.8 0-45.1 18-45.1 44.3v62.7h85.3l-11.7 91h-73.6v229h-94v-229h-76.7v-91h76.7v-71.7c0-77.9 47.6-120.3 117.1-120.3 33.3 0 61.9 2.5 70.2 3.6v81.4h-48.2z'
}
]
}
})