open-icon
Version:
Open Icon
4 lines (3 loc) • 2.14 kB
TypeScript
declare const IconTrain = "<svg id=\"train\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M45,45h-18l-7.88-27.57c-.71,1.19-1.12,2.58-1.12,4.07v24.5c0,4.42,3.58,8,8,8h20c4.42,0,8-3.58,8-8v-24.5c0-1.49-.41-2.88-1.12-4.07l-7.88,27.57Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><line x1=\"13.78\" y1=\"67.5\" x2=\"27.28\" y2=\"54\" 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=\"58.78\" y1=\"67.5\" x2=\"45.28\" y2=\"54\" 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.28\" y1=\"63\" x2=\"54.28\" y2=\"63\" 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));\"/><rect x=\"18\" y=\"13.5\" width=\"36\" height=\"40.5\" rx=\"8\" ry=\"8\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"19.11 17.39 27 45 45 45 52.89 17.39\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"22.5\" y1=\"4.5\" x2=\"49.5\" y2=\"4.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));\"/><line x1=\"27\" y1=\"4.5\" x2=\"31.5\" y2=\"13.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));\"/><line x1=\"45\" y1=\"4.5\" x2=\"40.5\" y2=\"13.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));\"/></svg>";
export default IconTrain;
export { IconTrain };