open-icon
Version:
Open Icon
4 lines (3 loc) • 586 B
TypeScript
declare const 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>";
export default IconRublesSymbol;
export { IconRublesSymbol };