import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M13.9201 21.1391C14.0143 21.0449 14.1424 20.992 14.2757 20.992H19.7889C20.0665 20.992 20.2915 21.2171 20.2916 21.4947L20.2923 22.5643C20.2923 22.8418 20.0671 23.0668 19.7896 23.067H13.2061C12.7582 23.0669 12.5339 22.5254 12.8504 22.2087L13.9201 21.1391Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M12.2994 1.19437C12.9444 0.54938 14.1196 0.320382 14.9089 1.10943L22.0746 8.2751C22.8635 9.06437 22.6346 10.2397 21.9897 10.8846L10.542 22.3323C9.89703 22.9773 8.72172 23.2061 7.93245 22.4172L0.766781 15.2516C-0.0222697 14.4623 0.206729 13.287 0.851716 12.642L12.2994 1.19437ZM9.19475 20.8345L11.5363 18.4929L4.6096 11.7292L2.34948 13.9893L9.19475 20.8345ZM12.9582 17.0711L20.4919 9.5374L13.6466 2.69214L6.0321 10.3067L12.9582 17.0711Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);