export const Ribbon6Left = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const Ribbon6Right = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const MiniRibbon6 = () => { return (
); };