import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M5.0224 20.0099H18.9777V10.4956H5.0224V20.0099ZM20.8824 21.0265L20.8778 21.1167C20.8354 21.535 20.5028 21.8677 20.0844 21.91L19.9942 21.9147H4.00587L3.91472 21.91C3.49678 21.8674 3.16468 21.5347 3.12233 21.1167L3.11768 21.0265V9.47907C3.1177 8.98855 3.51534 8.5909 4.00587 8.59088H19.9942L20.0844 8.59553C20.5325 8.64083 20.8824 9.01906 20.8824 9.47907V21.0265Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { d: 'M11.0477 12.0797H12.9524V18.4254H11.0477V12.0797Z', fill: 'black', fillOpacity: '0.9' }, name: 'path', }, { attributes: { d: 'M15.4886 7.30799C15.4885 5.38128 13.9268 3.8194 12 3.8194C10.0734 3.81951 8.51155 5.38134 8.51144 7.30799V8.59052H6.60671V7.30799C6.60682 4.32939 9.02143 1.91478 12 1.91467C14.9787 1.91467 17.3932 4.32933 17.3933 7.30799V7.44657H15.4886V7.30799Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);