Files

4 lines
110 B
TypeScript
Raw Permalink Normal View History

2026-02-09 16:30:59 +08:00
import { IconDefinition } from '../types';
declare const EyeFilled: IconDefinition;
export default EyeFilled;