Files

4 lines
114 B
TypeScript
Raw Permalink Normal View History

import { IconDefinition } from '../types';
declare const SoundFilled: IconDefinition;
export default SoundFilled;