import { ThemeColor } from '../types' import { css } from '@emotion/css' export function PauseIcon() { return ( ) } const iconStyle = css` height: 30px; margin-left: -1px; `