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