File size: 173 Bytes
87337b1
 
 
 
 
 
1
2
3
4
5
6
7
import { IconProps } from "../types"
import VoiceSvg from "@/assets/voice.svg"

export const VoiceIcon = (props: IconProps) => {
  return <VoiceSvg {...props}></VoiceSvg>
}