@patreon/studio
Version:
Patreon Studio Design System
8 lines • 332 B
JSX
import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDot = withIcon(function IconDot(props) {
return (<svg data-tag="IconDot" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0"/>
</svg>);
});
//# sourceMappingURL=Dot.jsx.map