import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M12.7949 5.80518C12.8609 5.85674 12.9207 5.91621 12.9727 5.98291L19.4893 12.5005L18.0156 13.9741L13.1963 9.15479L13.2012 22.0103L11.2012 22.0112L11.1963 9.06982L6.29199 13.9741L4.81836 12.5005L12.1543 5.16455L12.7949 5.80518Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { d: 'M19.4893 4.15088H4.51074V2.01123H19.4893V4.15088Z', fill: 'black', fillOpacity: '0.9' }, name: 'path', }, ]);