san-awesome
Version:
Font Awesome component for San, using inline SVG.
14 lines (12 loc) • 341 B
JavaScript
import Icon from '../../components/Icon'
Icon.register({
'brands/angular': {
width: 415,
height: 512,
paths: [
{
d: 'M169.7 268.1l38.1-91.6 38.1 91.6h-76.2zM207.8 32l207.8 74.4-31.8 275.7-176 97.9-176-97.9-31.8-275.7zM338 373.8l-130.2-292.3-130.1 292.3h48.7l26.2-65.4h110.6l26.2 65.4h48.6z'
}
]
}
})