open-icon
Version:
Open Icon
4 lines (3 loc) • 2.11 kB
TypeScript
declare const IconBranch2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g id=\"leaf_2\" data-name=\"leaf 2\"><path d=\"M39.49,20.31c-2.89,2.89-8.73,1.75-8.73,1.75,0,0-1.15-5.84,1.75-8.73,2.89-2.89,8.73-1.75,8.73-1.75,0,0,1.15,5.84-1.75,8.73Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M21.49,22.59c0,4.09-4.94,7.41-4.94,7.41,0,0-4.94-3.32-4.94-7.41,0-4.09,4.94-7.41,4.94-7.41,0,0,4.94,3.32,4.94,7.41Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M39.49,20.31c-2.89,2.89-8.73,1.75-8.73,1.75,0,0-1.15-5.84,1.75-8.73,2.89-2.89,8.73-1.75,8.73-1.75,0,0,1.15,5.84-1.75,8.73Z\" 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));\"/><path d=\"M21.49,22.59c0,4.09-4.94,7.41-4.94,7.41,0,0-4.94-3.32-4.94-7.41,0-4.09,4.94-7.41,4.94-7.41,0,0,4.94,3.32,4.94,7.41Z\" 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));\"/></g><g id=\"furniture-chair_4\" data-name=\"furniture-chair 4\"><path d=\"M31.5,21s-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=\"30\" x2=\"29.5\" y2=\"36.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,66c31.5-13.5,45-49.5,45-49.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));\"/></g></svg>";
export default IconBranch2;
export { IconBranch2 };