import { IconProps } from "../types" import VoiceSvg from "@/assets/voice.svg" export const VoiceIcon = (props: IconProps) => { return }