Files

4 lines
118 B
TypeScript
Raw Permalink Normal View History

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