export const Ribbon3Left = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const Ribbon3Right = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const MiniRibbon3 = () => { return (
); };