UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 350 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsSocialMedia = 'sm whatsapp' | 'sm google-analytics'; interface SocialMediaProps extends CommonIconProps { name: IconsSocialMedia; } export default function SocialMedia({ color, name, size, weight, ...rest }: SocialMediaProps): JSX.Element; export {};