@redocly/theme
Version:
Shared UI components lib
12 lines (11 loc) • 411 B
TypeScript
import React from 'react';
import type { IconProps } from '../../icons/types';
export declare const SettingsIcon: import("styled-components").StyledComponent<(props: IconProps & {
variant?: "circle" | "default";
}) => React.JSX.Element, any, {
'data-component-name': string;
} & {
color?: string;
size?: string;
className?: string;
} & React.SVGProps<SVGSVGElement>, "data-component-name">;