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