open-icon
Version:
Open Icon
4 lines (3 loc) • 1.06 kB
TypeScript
declare const IconKeyBackspace = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g id=\"key-backspace\"><path d=\"M4.5,36l17.41-17.41c.38-.38.88-.59,1.41-.59h37.67c1.1,0,2,.9,2,2v32c0,1.1-.9,2-2,2H23.33c-.53,0-1.04-.21-1.41-.59L4.5,36Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"31.5\" y1=\"27\" x2=\"49.5\" y2=\"45\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"49.5\" y1=\"27\" x2=\"31.5\" y2=\"45\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g><g id=\"key-delete\"><path d=\"M4.5,36l17.41-17.41c.38-.38.88-.59,1.41-.59h37.67c1.1,0,2,.9,2,2v32c0,1.1-.9,2-2,2H23.33c-.53,0-1.04-.21-1.41-.59L4.5,36Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/></g></svg>";
export default IconKeyBackspace;
export { IconKeyBackspace };