open-icon
Version:
Open Icon
4 lines (3 loc) • 2.51 kB
TypeScript
declare const IconEspressoMachine = "<svg id=\"espresso_machine\" data-name=\"espresso machine\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><polygon points=\"47.25 27 47.25 36 42.75 36 42.75 45 29.25 45 29.25 36 24.75 36 24.75 27 13.5 27 18 54 54 54 58.5 27 47.25 27\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><rect x=\"9\" y=\"54\" width=\"54\" height=\"9\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M17,9h38c4.42,0,8,3.58,8,8v10H9v-10c0-4.42,3.58-8,8-8Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><rect x=\"9\" y=\"54\" width=\"54\" height=\"9\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"18\" y1=\"18\" x2=\"18\" y2=\"18\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"27\" y1=\"18\" x2=\"27\" y2=\"18\" 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=\"M17,9h38c4.42,0,8,3.58,8,8v10H9v-10c0-4.42,3.58-8,8-8Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"13.5\" y1=\"27\" x2=\"18\" y2=\"54\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"58.5\" y1=\"27\" x2=\"54\" y2=\"54\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"24.75\" y=\"27\" width=\"22.5\" height=\"9\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"29.25\" y=\"36\" width=\"13.5\" height=\"9\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"42.75\" y1=\"40.5\" x2=\"60.75\" y2=\"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 IconEspressoMachine;
export { IconEspressoMachine };