open-icon
Version:
Open Icon
4 lines (3 loc) • 1.08 kB
text/typescript
const IconRupeeSymbolCopy = `<svg id="rupee-symbol_copy" data-name="rupee-symbol copy" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="18 18 27 54 36 18 45 54 54 18" style="fill: none; stroke-linejoin: bevel; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="31.5" x2="21.35" y2="31.5" style="fill: none; stroke-linejoin: bevel; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="40.5" x2="23.68" y2="40.5" style="fill: none; stroke-linejoin: bevel; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="50.65" y1="31.5" x2="58.5" y2="31.5" style="fill: none; stroke-linejoin: bevel; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="48.25" y1="40.5" x2="58.5" y2="40.5" style="fill: none; stroke-linejoin: bevel; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconRupeeSymbolCopy;
export { IconRupeeSymbolCopy }