UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 345 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsContent = 'cnt pen-edit' | 'cnt pen-edit-alt' | 'cnt book-alt'; interface ContentProps extends CommonIconProps { name: IconsContent; } export default function Content({ color, name, size, weight, ...rest }: ContentProps): JSX.Element; export {};