Files

4 lines
106 B
TypeScript

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