import React from 'react';
export const PauseSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M224 432h-80V80h80Zm144 0h-80V80h80Z"/>
</svg>;
};