export const Ribbon2Left = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const Ribbon2Right = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const MiniRibbon2 = () => { return (
); };