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