san-awesome
Version:
Font Awesome component for San, using inline SVG.
14 lines (12 loc) • 524 B
JavaScript
import Icon from '../../components/Icon'
Icon.register({
'brands/figma': {
width: 341,
height: 512,
paths: [
{
d: 'M256 170.7h-85.4v256c0 47.1-38.2 85.3-85.3 85.3-47.1 0-85.3-38.1-85.3-85.3s38.2-85.4 85.3-85.4c-47.1 0-85.3-38.2-85.3-85.3s38.2-85.3 85.3-85.4c-47.1 0-85.3-38.2-85.3-85.3 0-47.1 38.2-85.3 85.3-85.3h170.7c47.1 0 85.3 38.3 85.3 85.4 0 47.1-38.2 85.3-85.3 85.3zM256 170.7c47.1 0 85.3 38.2 85.3 85.3s-38.2 85.3-85.3 85.3-85.3-38.2-85.3-85.3 38.2-85.3 85.3-85.3z'
}
]
}
})