UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 364 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsMessages = 'mss chat-messsages-bubble-12' | 'mss headphones-customer-support'; interface MessagesProps extends CommonIconProps { name: IconsMessages; } export default function Messages({ color, name, size, weight, ...rest }: MessagesProps): JSX.Element; export {};