iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 939 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const DeviceNintendoOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-device-nintendo-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4.713 4.718A4 4 0 003 8v8a4 4 0 004 4h3V10m0-4V4H8M14 10V4h3a4 4 0 014 4v8c0 .308-.035.608-.1.896m-1.62 2.39A3.982 3.982 0 0117 20h-3v-6" }),
React.createElement("path", { d: "M5.5 8.5a1 1 0 102 0 1 1 0 10-2 0M3 3l18 18" }));
exports.default = DeviceNintendoOff;