const IconShovel = `<svg id="circular-loader" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="50.86 17.95 28.59 40.23 27 45 31.77 43.41 54.05 21.14 50.86 17.95" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M27,45l1.59-4.77-7.95-7.96S1.54,45,11.09,60.91c15.91,9.55,28.64-9.55,28.64-9.55l-7.96-7.96-4.77,1.59Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polygon points="50.86 17.95 28.59 40.23 27 45 31.77 43.41 54.05 21.14 50.86 17.95" style="fill: none;  stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M52.46,6.82l-3.18,3.18c-1.76,1.76-1.76,4.61,0,6.36l3.18,3.18,3.18,3.18c1.76,1.76,4.61,1.76,6.36,0l3.18-3.18-12.73-12.73Z" style="fill: none;  stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M27,45l1.59-4.77-7.95-7.96S1.54,45,11.09,60.91c15.91,9.55,28.64-9.55,28.64-9.55l-7.96-7.96-4.77,1.59Z" style="fill: none;  stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;

export default IconShovel;
export { IconShovel }