san-awesome
Version:
Font Awesome component for San, using inline SVG.
14 lines (12 loc) • 470 B
JavaScript
import Icon from '../components/Icon'
Icon.register({
italic: {
width: 320,
height: 512,
paths: [
{
d: 'M204.8 416c10.1 0 17.6 9.2 15.7 19.1l-6.2 32c-1.4 7.1-8.4 12.9-15.7 12.9h0-158.5c-10.1 0-17.6-9.2-15.7-19.1l6.2-32c1.4-7.1 8.4-12.9 15.7-12.9h0 39.5l62.1-320h-33.8c-10.1 0-17.6-9.2-15.7-19.1l6.2-32c1.4-7.1 8.4-12.9 15.7-12.9h159.7c10.1 0 17.6 9.2 15.7 19.1l-6.2 32c-1.4 7.1-8.4 12.9-15.7 12.9h-40.7l-62.1 320h33.8z'
}
]
}
})