open-icon
Version:
Open Icon
4 lines (3 loc) • 1.88 kB
TypeScript
declare const IconFurnitureCouch3 = "<svg id=\"furniture-couch_3\" data-name=\"furniture-couch 3\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M18,36v4.5h36v-4.5c0-2.49,2.01-4.5,4.5-4.5v-5c0-2.21-1.79-4-4-4h-14.5c-2.21,0-4,1.79-4,4,0-2.21-1.79-4-4-4h-14.5c-2.21,0-4,1.79-4,4v5c2.49,0,4.5,2.01,4.5,4.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><line x1=\"18\" y1=\"54\" x2=\"18\" y2=\"49.5\" style=\"fill: none; stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"54\" y1=\"54\" x2=\"54\" y2=\"49.5\" style=\"fill: none; stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M58.5,31.5v-5c0-2.21-1.79-4-4-4h-14.5c-2.21,0-4,1.79-4,4v14s0-14,0-14c0-2.21-1.79-4-4-4h-14.5c-2.21,0-4,1.79-4,4v5\" 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=\"M67.5,36c0-2.49-2.01-4.5-4.5-4.5h-4.5c-2.49,0-4.5,2.01-4.5,4.5v4.5H18v-4.5c0-2.49-2.01-4.5-4.5-4.5h-4.5c-2.49,0-4.5,2.01-4.5,4.5h0c0,2.49,2.01,4.5,4.5,4.5h0v5c0,2.21,1.79,4,4,4h46c2.21,0,4-1.79,4-4v-5h0c2.49,0,4.5-2.01,4.5-4.5h0Z\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M63,31.5h-4.5c-2.49,0-4.5,2.01-4.5,4.5v4.5H18v-4.5c0-2.49-2.01-4.5-4.5-4.5h-4.5c-2.49,0-4.5,2.01-4.5,4.5s2.01,4.5,4.5,4.5v5c0,2.21,1.79,4,4,4h46c2.21,0,4-1.79,4-4v-5c2.49,0,4.5-2.01,4.5-4.5s-2.01-4.5-4.5-4.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/></svg>";
export default IconFurnitureCouch3;
export { IconFurnitureCouch3 };