import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M3.0974 18.5406L5.64096 16.6431C5.81202 16.5155 6.02042 16.4468 6.23382 16.4468H20.9237V3.47459H3.0974V18.5406ZM22.9044 17.4236C22.9043 17.9781 22.4548 18.4273 21.9005 18.4275H6.56265L2.72118 21.2931C2.05892 21.7868 1.1167 21.3138 1.1167 20.4875V2.49778C1.11688 1.94338 1.56629 1.49408 2.12059 1.4939H21.9005C22.4549 1.49407 22.9042 1.9435 22.9044 2.49778V17.4236Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);