import { svg } from '@opentiny/vue-common' import PauseCircle from '@opentiny/vue-theme/svgs/pause-circle.svg' export default () => svg({ name: 'IconPauseCircle', component: PauseCircle, filledComponent: PauseCircle })()