import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M4.6499 20.0004H19.3032V10.0101H4.6499V20.0004ZM21.3032 21.0677L21.2983 21.1625C21.2538 21.6017 20.9046 21.9511 20.4653 21.9955L20.3706 22.0004H3.58252L3.48682 21.9955C3.04796 21.9507 2.69926 21.6014 2.65479 21.1625L2.6499 21.0677V8.94275C2.64992 8.42769 3.06746 8.01015 3.58252 8.01013H20.3706L20.4653 8.01502C20.9358 8.06258 21.3032 8.45973 21.3032 8.94275V21.0677Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { d: 'M10.9765 11.6734H12.9765V18.3365H10.9765V11.6734Z', fill: 'black', fillOpacity: '0.9' }, name: 'path', }, { attributes: { d: 'M15.6397 6.66309C15.6396 4.64 13.9997 3 11.9766 3C9.95356 3.00011 8.3136 4.64007 8.31349 6.66309V8.00977H6.31349V6.66309C6.3136 3.5355 8.84899 1.00011 11.9766 1C15.1043 1 17.6396 3.53543 17.6397 6.66309V8.00977H15.6397V6.66309Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);