export const RibbonLeft = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const RibbonRight = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const MiniRibbon = () => { return (
); };