import React from 'react'; function IcAudio(props: React.SVGProps) { return ( ); } export default React.memo(IcAudio);