open-icon
Version:
Open Icon
4 lines (3 loc) • 1.53 kB
TypeScript
declare const IconTrunk1 = "<svg id=\"furniture-chair_4\" data-name=\"furniture-chair 4\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M36,18s-9,9-4.5,22.5,0,18,0,18\" 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=\"49.5\" y1=\"31.5\" x2=\"63\" y2=\"27\" 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));\"/><ellipse cx=\"45\" cy=\"36\" rx=\"4.5\" ry=\"9\" 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));\"/><polygon points=\"13.5 27 13.5 36 22.5 45 22.5 31.5 13.5 27\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"49.5 27 63 22.5 63 31.5 49.5 40.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"22.5\" y=\"18\" width=\"27\" height=\"40.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconTrunk1;
export { IconTrunk1 };