Merge version_1 into main #3
@@ -6,7 +6,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
|
||||
fontWeight?: string | number;
|
||||
fontFamily?: string;
|
||||
fill?: string;
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-top' | 'text-bottom' | 'central' | 'mathematical' | 'inherit';
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
|
||||
}
|
||||
|
||||
export const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(
|
||||
|
||||
Reference in New Issue
Block a user