import { svg } from '@opentiny/vue-common'
import Telephone from '@opentiny/vue-theme/svgs/telephone.svg'

export default () => svg({ name: 'IconTelephone', component: Telephone, filledComponent: Telephone })()