export const Ribbon4Left = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const Ribbon4Right = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const MiniRibbon4 = () => { return (