--- src/view/icons/Logotype.tsx 2025-12-03 22:43:39 +++ /Users/syui/ai/at/patching/Logotype.tsx 2025-12-06 13:05:03 @@ -1,4 +1,5 @@ -import Svg, {Path, type PathProps, type SvgProps} from 'react-native-svg' +import React from 'react' +import Svg, {Path, SvgProps, PathProps} from 'react-native-svg' import {usePalette} from '#/lib/hooks/usePalette' @@ -15,14 +16,37 @@ return ( - + + + + + + + + ) }