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

export default () =>
  svg({ name: 'IconTelephoneCircle', component: TelephoneCircle, filledComponent: TelephoneCircle })()