Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-11 09:49:57 +00:00

View File

@@ -3,7 +3,7 @@ import React, { SVGProps } from 'react';
interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
text?: string;
fontSize?: number;
dominantBaseline?: 'auto' | 'baseline' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'central' | 'middle';
dominantBaseline?: 'auto' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'central' | 'middle';
}
const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(