Files

4 lines
120 B
TypeScript
Raw Permalink Normal View History

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