@patreon/studio
Version:
Patreon Studio Design System
8 lines • 553 B
JSX
import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackStop = withIcon(function IconPlaybackStop(props) {
return (<svg data-tag="IconPlaybackStop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path d="M19.5 12c0 3.75 0 5.625-.937 6.563-.938.937-2.813.937-6.563.937-3.75 0-5.625 0-6.562-.937C4.5 17.625 4.5 15.75 4.5 12c0-3.75 0-5.625.938-6.562C6.375 4.5 8.25 4.5 12 4.5c3.75 0 5.625 0 6.563.938.937.937.937 2.812.937 6.562"/>
</svg>);
});
//# sourceMappingURL=PlaybackStop.jsx.map