UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 2.21 kB
declare const IconGamepad = "<svg id=\"gamepad\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M21.01,18h29.97c1.83,0,3.48,1.09,4.2,2.77l9.47,22.09c2.26,5.27-1.61,11.14-7.34,11.14h0c-2.12,0-4.15-.84-5.65-2.34l-7.95-7.95h-15.43l-7.95,7.95c-1.5,1.5-3.53,2.34-5.65,2.34h0c-5.74,0-9.6-5.87-7.34-11.14l9.47-22.09c.72-1.68,2.37-2.77,4.2-2.77Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><line x1=\"45\" y1=\"27\" x2=\"45\" 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));\"/><line x1=\"40.5\" y1=\"31.5\" x2=\"40.5\" y2=\"31.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=\"49.5\" y1=\"31.5\" x2=\"49.5\" y2=\"31.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=\"45\" y1=\"36\" x2=\"45\" 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=\"M21.01,18h29.97c1.83,0,3.48,1.09,4.2,2.77l9.47,22.09c2.26,5.27-1.61,11.14-7.34,11.14h0c-2.12,0-4.15-.84-5.65-2.34l-7.95-7.95h-15.43l-7.95,7.95c-1.5,1.5-3.53,2.34-5.65,2.34h0c-5.74,0-9.6-5.87-7.34-11.14l9.47-22.09c.72-1.68,2.37-2.77,4.2-2.77Z\" 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));\"/><g><line x1=\"27\" y1=\"26\" x2=\"27\" y2=\"35\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"22.5\" y1=\"30.5\" x2=\"31.5\" y2=\"30.5\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>"; export default IconGamepad; export { IconGamepad };