open-icon
Version:
Open Icon
4 lines (3 loc) • 932 B
TypeScript
declare const IconBranch = "<svg id=\"furniture-chair_4\" data-name=\"furniture-chair 4\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M31.5,18s-4.5,15.75,0,29.25\" style=\"fill: white; 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=\"16.56\" y1=\"27\" x2=\"29.5\" y2=\"33.75\" style=\"fill: white; 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));\"/><path d=\"M18,63C49.5,49.5,63,13.5,63,13.5l-4.5-4.5s-13.5,36-45,49.5l4.5,4.5Z\" style=\"fill: white; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconBranch;
export { IconBranch };