UNPKG

@redocly/theme

Version:

Shared UI components lib

12 lines (11 loc) 476 B
import React from 'react'; import type { IconProps } from '../../icons/types'; export interface AiStarsGradientIconProps extends IconProps { background?: string; borderRadius?: string; padding?: string; margin?: string; } export declare const AiStarsGradientIcon: import("styled-components").StyledComponent<(props: AiStarsGradientIconProps) => React.JSX.Element, any, { 'data-component-name': string; } & AiStarsGradientIconProps, "data-component-name">;