Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
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>(