ChromeFilled.d.ts 116 B

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