4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
import { IconDefinition } from '../types';
|
|
declare const GoldenFill: IconDefinition;
|
|
export default GoldenFill;
|