open-icon
Version:
Primary Open Icon package with generated catalog helpers and icon access APIs.
3 lines • 1.04 kB
TypeScript
declare const svg: "<svg id=\"laptop\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><path d=\"M17.5,16h37c2.21,0,4,1.79,4,4v27H13.5v-27c0-2.21,1.79-4,4-4Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M9,47h54v3c0,3.31-2.69,6-6,6H15c-3.31,0-6-2.69-6-6v-3Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><g><path d=\"M17.5,16h37c2.21,0,4,1.79,4,4v27H13.5v-27c0-2.21,1.79-4,4-4Z\" style=\"fill: none; stroke: var(--icon-stroke-color, currentColor); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M9,47h54v3c0,3.31-2.69,6-6,6H15c-3.31,0-6-2.69-6-6v-3Z\" style=\"fill: none; stroke: var(--icon-stroke-color, currentColor); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>\n";
export default svg;
//# sourceMappingURL=laptop.d.ts.map