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

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