poli-charts
Version:
The best graphics for your Hedera Network application NFTs.
10 lines (9 loc) • 1.41 kB
JavaScript
export function drawSvg(color) {
return `
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 52 52" id="Pencil">
<path d="M36.022 42.371c-1.726.93-3.874 2.63-5.766 3.109-3.093.782-3.726-.563-6.155-1.367-3.287-1.09-6.054-.505-9.121-2.376-4.734-2.887-9.73-2.074-14.39 1.205-1.306.92-.058 3.088 1.261 2.16 4.3-3.026 7.337-3.25 11.957-.803 2.45 1.296 4.144 1.37 6.842 1.749 2.768.388 5.532 2.702 8.346 2.505 2.82-.197 5.886-2.728 8.288-4.023 1.416-.764.155-2.923-1.262-2.159z" fill="${color}" class="color000000 svgShape"></path>
<path d="M36.687 44.053c6.668 1.681 9.448-11.62 10.496-15.791 1.499-5.966 3.134-11.925 4.432-17.938.492-2.279.787-4.05-1.44-5.365-8.544-5.049-9.963 3.546-11.773 9.757-1.602 5.497-3.213 11.042-4.507 16.62-.95 4.102-1.185 7.839 1.113 11.53.849 1.362 3.012.109 2.159-1.262-3.577-5.746.274-14.066 1.901-20.022.808-2.959 1.64-5.912 2.528-8.848.855-2.83 2.006-8.238 6.266-5.925 2.794 1.517.587 5.992-.034 8.52a1971.03 1971.03 0 0 1-2.345 9.438c-.7 2.793-1.293 5.641-2.121 8.399-.44 1.466-3.352 9.146-6.01 8.476-1.561-.394-2.227 2.017-.665 2.41z" fill="${color}" class="color000000 svgShape"></path>
<path d="M49.613 11.745c-1.865-1.118-4.532-1.16-6.636-1.514-1.573-.265-2.25 2.143-.664 2.41l3.154.532c.96.162 2.035.221 2.884.73 1.383.83 2.641-1.33 1.262-2.158z" fill="${color}" class="color000000 svgShape"></path>
</svg>
`;
}