import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M22 10.875V12.875H2V10.875H22Z', fill: 'black', fillOpacity: '0.9' }, name: 'path' }, ]);