import React from 'react'; export const CatalogIcon = ({ width = 24, height = 24, color = '#000', backgroundColor = '#fff', }) => ( );