import type React from "react";
/**
* LogoIcon: A clean, modern geometric mark representing "Waras"
* Uses abstract overlapping pill/capsule shapes to form a stylized 'W'.
*/
export const LogoIcon = (props: React.ComponentProps<"svg">) => (
);
/**
* Logo: The full "Waras" brand mark
* Combines the geometric icon with clean, high-impact typography.
*/
export const Logo = (props: React.ComponentProps<"svg">) => (
);