Files

4 lines
112 B
TypeScript

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