Files

4 lines
110 B
TypeScript
Raw Permalink Normal View History

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