@visa/nova-react
Version:
Visa Product Design System Nova React library
11 lines (10 loc) • 633 B
TypeScript
/**
* Icon component to be used at the start of a section message.
* @displayName SectionMessageIcon
* @docs {@link https://design.visa.com/react/components/section-message | See Docs}
*/
declare const SectionMessageIcon: <HTMLElementType = SVGSVGElement>(props: {
children?: import("react").ReactNode | import("react").ReactNode[];
ref?: import("react").ForwardedRef<HTMLElementType> | undefined;
} & import("react").AllHTMLAttributes<HTMLElementType> & import("react").SVGAttributes<HTMLElementType> & import("../message-icon").MessageIconProperties) => import("react").ReactElement;
export default SectionMessageIcon;