import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20.2041 2.01074C21.2128 2.113 22 2.96435 22 4V20L21.9893 20.2041C21.8938 21.1457 21.1457 21.8938 20.2041 21.9893L20 22H4C2.96435 22 2.113 21.2128 2.01074 20.2041L2 20V4C2 2.89543 2.89543 2 4 2H20L20.2041 2.01074ZM4 20H20V4H4V20Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);