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