import { svg } from '@opentiny/vue-common'
import CustomerService from '@opentiny/vue-theme/svgs/customer-service.svg'

export default () =>
  svg({ name: 'IconCustomerService', component: CustomerService, filledComponent: CustomerService })()