Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-12 12:10:18 +00:00

View File

@@ -5,7 +5,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
fontSize?: number;
fontFamily?: string;
fill?: string;
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging' | 'text-top';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'text-before-edge' | 'text-after-edge';
}
const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(