open-icon
Version:
Open Icon
4 lines (3 loc) • 1.31 kB
TypeScript
declare const IconAframe = "<svg id=\"aframe\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M61.18,50.97L37.71,11.86c-.78-1.29-2.65-1.29-3.43,0L10.82,50.97c-.8,1.33.16,3.03,1.71,3.03h18.97v-13.5h9v13.5h18.97c1.55,0,2.51-1.7,1.71-3.03Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><rect x=\"31.5\" y=\"40.5\" width=\"9\" height=\"13.5\" 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=\"M61.18,50.97L37.71,11.86c-.78-1.29-2.65-1.29-3.43,0L10.82,50.97c-.8,1.33.16,3.03,1.71,3.03h46.94c1.55,0,2.51-1.7,1.71-3.03Z\" 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=\"17.1\" y1=\"40.5\" x2=\"54.9\" y2=\"40.5\" 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=\"25.2\" y1=\"27\" x2=\"46.8\" y2=\"27\" 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 IconAframe;
export { IconAframe };