FileZipFilled.d.ts 118 B

123
  1. import { IconDefinition } from '../types';
  2. declare const FileZipFilled: IconDefinition;
  3. export default FileZipFilled;