import { FilmIcon } from '@/components/icons'
import { IconProps } from '@chakra-ui/react'
import React from 'react'

export const VideoBubbleIcon = (props: IconProps) => (
  <FilmIcon color="blue.500" {...props} />
)
