export const Ribbon5Left = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const Ribbon5Right = ({ color = "#43444A" }: { color?: string }) => { return ( ); }; export const MiniRibbon5 = () => { return (
); };