UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 391 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsDesignTools = 'dt anchor-square-select' | 'dt layers' | 'dt ruler' | 'dt anchor-select-edit'; interface DesignToolsProps extends CommonIconProps { name: IconsDesignTools; } export default function DesignTools({ color, name, size, weight, ...rest }: DesignToolsProps): JSX.Element; export {};