UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.6 kB
// lib/icons/gamepad-classic.ts var IconGamepadClassic = `<svg id="gamepad-classic" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M47.25,20.25h-22.5c-8.7,0-15.75,7.05-15.75,15.75s7.05,15.75,15.75,15.75h22.5c8.7,0,15.75-7.05,15.75-15.75s-7.05-15.75-15.75-15.75Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M47.25,20.25h-22.5c-8.7,0-15.75,7.05-15.75,15.75s7.05,15.75,15.75,15.75h22.5c8.7,0,15.75-7.05,15.75-15.75s-7.05-15.75-15.75-15.75Z" 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="24.75" y1="29.25" x2="24.75" y2="42.75" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="18" y1="36" x2="31.5" y2="36" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="45" y1="31.5" x2="45" y2="31.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="49.5" y1="40.5" x2="49.5" y2="40.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/></svg>`; var gamepad_classic_default = IconGamepadClassic; export { IconGamepadClassic, gamepad_classic_default as default };