open-icon
Version:
Open Icon
8 lines (7 loc) • 1.93 kB
JavaScript
// lib/icons/nes-controller.ts
var IconNesController = `<svg id="nes-controller" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M36,27s0-9,9-9,9-9,9-9" 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));"/><rect x="4.5" y="27" width="63" height="27" rx="1" ry="1" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="4.5" y="27" width="63" height="27" rx="1" ry="1" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="15.75" y1="33.75" x2="15.75" y2="47.25" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="9" y1="40.5" x2="22.5" y2="40.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="58.5" y1="36" x2="58.5" y2="36" 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="54" y1="45" x2="54" y2="45" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><g><line x1="29.25" y1="45" x2="33.75" y2="45" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/><line x1="38.25" y1="45" x2="42.75" y2="45" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/></g></svg>`;
var nes_controller_default = IconNesController;
export {
IconNesController,
nes_controller_default as default
};