UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

8 lines (7 loc) 384 B
import type { SVGProps } from 'react'; export interface MedalSocialMarkProps extends SVGProps<SVGSVGElement> { title?: string; backgroundColor?: string; markColor?: string; } export declare function MedalSocialMark({ title, backgroundColor, markColor, role, focusable, 'aria-hidden': ariaHidden, ...props }: MedalSocialMarkProps): import("react/jsx-runtime").JSX.Element;