open-icon
Version:
Open Icon
4 lines (3 loc) • 698 B
text/typescript
const IconRupeeSymbol = `<svg id="rupee-symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><line x1="22.5" y1="18" x2="49.5" y2="18" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="22.5" y1="27" x2="49.5" y2="27" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M45,54l-22.5-18h13.5c4.97,0,9-4.03,9-9s-4.03-9-9-9h-13.5" style="fill: none; stroke-linejoin: bevel; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconRupeeSymbol;
export { IconRupeeSymbol }