import { svg } from '@opentiny/vue-common'
import Unsent from '@opentiny/vue-theme/svgs/unsent.svg'

export default () => svg({ name: 'IconUnsent', component: Unsent, filledComponent: Unsent })()