import { Flex, MantineSize, Text } from "@mantine/core"; import { SvgR } from "../SvgR/SvgR"; interface RosettaPowerProps { mt?: number | string | MantineSize; } export function RosettaPower(props: RosettaPowerProps) { return ( rosetta - powering freedom ); }