open-icon
Version:
Open Icon
4 lines (3 loc) • 1.3 kB
TypeScript
declare const IconCube3d = "<svg id=\"cube-3d\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><polygon points=\"13.5 23.62 36 11.25 58.5 23.62 58.5 48.38 36 60.75 13.5 48.38 13.5 23.62\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><polyline points=\"13.5 23.62 36 36 58.5 23.62\" style=\"fill: red; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; opacity: .5;\" /></g><g><polyline points=\"13.5 23.62 36 36 58.5 23.62\" 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=\"36\" x2=\"36\" y2=\"60.75\" 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));\"/><polygon points=\"13.5 23.62 36 11.25 58.5 23.62 58.5 48.38 36 60.75 13.5 48.38 13.5 23.62\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>";
export default IconCube3d;
export { IconCube3d };