import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M22 4.34827V6.28651H10.3705V4.34827H22Z', fill: 'black', fillOpacity: '0.9' }, name: 'path' }, { attributes: { d: 'M22 11.29V13.2283H10.3705V11.29H22Z', fill: 'black', fillOpacity: '0.9' }, name: 'path' }, { attributes: { d: 'M22 18.2324V20.1706H10.3705V18.2324H22Z', fill: 'black', fillOpacity: '0.9' }, name: 'path' }, { attributes: { d: 'M8.9457 4.23412L4.90169 8.27718L2 5.37643L3.23412 4.14232L4.90169 5.80989L7.71158 3L8.9457 4.23412Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { d: 'M8.94578 10.5168L4.90178 14.5598L2.00009 11.6591L3.2342 10.425L4.90178 12.0925L7.71166 9.28265L8.94578 10.5168Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { d: 'M8.94578 16.7994L4.90178 20.8425L2.00009 17.9417L3.2342 16.7076L4.90178 18.3752L7.71166 15.5653L8.94578 16.7994Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);