san-awesome
Version:
Font Awesome component for San, using inline SVG.
14 lines (12 loc) • 936 B
JavaScript
import Icon from '../../components/Icon'
Icon.register({
'brands/rocketchat': {
width: 582,
height: 512,
paths: [
{
d: 'M491.9 105.9c121 77.4 120.6 223.5 0 300.5-78 51.5-181.4 63.1-267.1 47.7-96.6 92.2-204 49.7-224.8 37.4 0 0 73.9-62.8 61.9-117.8-45.9-46.9-87.5-146.2 0-235.4 12-55-61.9-117.8-61.9-117.8 21-12.3 128.7-54.9 224.8 37.8 85.9-15.5 189.3-3.8 267.1 47.6zM297.5 405.9c128.1 0 232-67 232-149.9s-103.9-150.1-232-150.1-232 67.2-232 150.1c0 36.2 19.7 69.3 52.6 95.2 9.2 29.5 3.8 62.7-16.2 99.8-0.9 1.7-1.8 3.5-2.8 5.3 18.2-1.6 36-6.7 52.3-14.9 13.4-7.6 25.9-16.9 37-27.7l20-19.3c29.1 7.7 59 11.6 89.1 11.5zM186.2 291.7c-19.1 0.3-34.9-15-35.2-34.1-0.7-45.9 68.6-46.9 69.3-1.1v0.5c0.2 19.3-15.5 34.7-34.1 34.7zM260.8 257.6c-0.8-45.9 68.5-47 69.3-1.2v0.6c0.4 45.6-68.5 46.1-69.3 0.6zM405.8 291.7c-19.1 0.3-34.9-15-35.2-34.1-0.7-45.9 68.6-46.9 69.3-1.1v0.5c0.2 19-15 34.6-34.1 34.7z'
}
]
}
})