import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M13 11H22V13H13V22H11V13H2V11H11V2H13V11Z', fill: 'black', fillOpacity: '0.9' }, name: 'path' }, ]);