san-awesome
Version:
Font Awesome component for San, using inline SVG.
14 lines (12 loc) • 400 B
JavaScript
import Icon from '../../components/Icon'
Icon.register({
'brands/fulcrum': {
width: 269,
height: 512,
paths: [
{
d: 'M70.8 164.1l-35.4 43.6-35.4-43.6 35.4-43.5zM119.2 0v211.1l-41.1 44.9 41.1 44.9v211.1l-20.5-198.2-51-57.8 51-57.8zM198.9 164.1l35.4-43.5 35.4 43.5-35.4 43.6zM150.4 211.1v-211.1l20.5 198.2 51 57.8-51 57.8-20.5 198.2v-211.1l41.1-44.9z'
}
]
}
})