open-icon
Version:
Open Icon
4 lines (3 loc) • 731 B
TypeScript
declare const IconEscalator = "<svg id=\"escalator\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M49.5,31.38c0,3.73-3.02,10.12-6.75,10.12s-6.75-6.4-6.75-10.12,3.02-6.75,6.75-6.75,6.75,3.02,6.75,6.75Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><circle cx=\"42.75\" cy=\"17.44\" r=\"5.06\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><polyline points=\"9 18 18 18 54 54 63 54\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));\"/></svg>";
export default IconEscalator;
export { IconEscalator };