open-icon
Version:
Open Icon
4 lines (3 loc) • 1.52 kB
TypeScript
declare const IconWalking = "<svg id=\"walking\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><circle cx=\"38\" cy=\"15.75\" r=\"5.06\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M36,45h-9l3.67-14.69c.49-1.94,2.23-3.31,4.24-3.31h0c2.84,0,4.92,2.67,4.24,5.42l-3.14,12.58Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M18,40.5l4.5-9,6.54-3.27c1.62-.81,3.41-1.23,5.22-1.23h0c3.9,0,7.55,1.95,9.71,5.2l1.83,2.75,8.2,5.55\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M22.5,63l3.87-7.73c.42-.83.63-1.75.63-2.68v-7.58l3.67-14.69c.49-1.94,2.23-3.31,4.24-3.31h0c2.84,0,4.92,2.67,4.24,5.42l-3.14,12.58,3.87,7.73c.42.83.63,1.75.63,2.68v7.58\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"27\" y1=\"45\" x2=\"36\" y2=\"45\" style=\"fill: white; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"38\" cy=\"15.75\" r=\"5.06\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconWalking;
export { IconWalking };