UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 637 B
// lib/icons/rubles-symbol.ts var IconRublesSymbol = `<svg id="rubles-symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M22.5,58.5V18h15c6.21,0,11.25,5.04,11.25,11.25s-5.04,11.25-11.25,11.25H13.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="49.5" x2="31.5" y2="49.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var rubles_symbol_default = IconRublesSymbol; export { IconRublesSymbol, rubles_symbol_default as default };