UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.27 kB
declare const IconEscalatorDown = "<svg id=\"escalator-down\" 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=\"26.77 58.5 35.77 58.5 35.77 49.5\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"18\" y1=\"40.5\" x2=\"35.77\" y2=\"58.5\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><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 IconEscalatorDown; export { IconEscalatorDown };