import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M16.7549 3C17.0641 3.00016 17.3502 3.16487 17.5049 3.43262L22.2012 11.5664C22.3557 11.8342 22.3556 12.1648 22.2012 12.4326L17.5049 20.5674C17.3502 20.835 17.064 20.9998 16.7549 21H7.3623L7.24805 20.9922C6.98394 20.957 6.74776 20.8017 6.6123 20.5674L1.91602 12.4326L1.86523 12.3301C1.77815 12.1189 1.7782 11.8812 1.86523 11.6699L1.91602 11.5664L6.6123 3.43262C6.74776 3.19829 6.98397 3.04301 7.24805 3.00781L7.3623 3H16.7549ZM3.97656 11.999L8.01758 19H16.1006L20.1416 11.999L16.1006 5H8.01758L3.97656 11.999ZM12.2529 8.22559C14.2494 8.32707 15.8379 9.97827 15.8379 12L15.833 12.1943C15.7317 14.1908 14.0801 15.7789 12.0586 15.7793L11.8643 15.7744C9.93182 15.6766 8.38225 14.1267 8.28418 12.1943L8.2793 12C8.2793 9.91287 9.97146 8.2207 12.0586 8.2207L12.2529 8.22559ZM12.0586 10.2207C11.076 10.2207 10.2793 11.0174 10.2793 12C10.2795 12.9824 11.0761 13.7793 12.0586 13.7793C13.0407 13.7789 13.8377 12.9822 13.8379 12C13.8379 11.0177 13.0408 10.2211 12.0586 10.2207Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);