1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-15 23:23:50 -05:00

10 lines
184 B
JavaScript
Raw Normal View History

import React from 'react';
const Logo = () => (
<svg viewBox='0 0 216.4144 232.00976' className='logo'>
<use xlinkHref='#mastodon-svg-logo' />
</svg>
);
export default Logo;