open-icon
Version:
Open Icon
4 lines (3 loc) • 2.25 kB
TypeScript
declare const IconPlaster = "<svg id=\"plaster\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M39.18,13.73l-25.46,25.46c-5.27,5.27-5.27,13.82,0,19.09s13.82,5.27,19.09,0l25.46-25.46c5.27-5.27,5.27-13.82,0-19.09-5.27-5.27-13.82-5.27-19.09,0Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><line x1=\"16.91\" y1=\"36\" x2=\"36\" y2=\"55.09\" 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=\"36\" y1=\"16.91\" x2=\"55.09\" y2=\"36\" 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=\"29.64\" y1=\"36\" x2=\"29.64\" y2=\"36\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"29.64\" x2=\"36\" y2=\"29.64\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"42.36\" x2=\"36\" y2=\"42.36\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"42.36\" y1=\"36\" x2=\"42.36\" y2=\"36\" 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=\"M39.18,13.73l-25.46,25.46c-5.27,5.27-5.27,13.82,0,19.09s13.82,5.27,19.09,0l25.46-25.46c5.27-5.27,5.27-13.82,0-19.09-5.27-5.27-13.82-5.27-19.09,0Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"36\" x2=\"36\" y2=\"36\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconPlaster;
export { IconPlaster };