open-icon
Version:
Open Icon
8 lines (7 loc) • 1.18 kB
JavaScript
// lib/icons/rupee-symbol-copy.ts
var 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>`;
var rupee_symbol_copy_default = IconRupeeSymbolCopy;
export {
IconRupeeSymbolCopy,
rupee_symbol_copy_default as default
};