iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.73 kB
JavaScript
;
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 Netgear = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.496 12.459h.678c-.035.362-.296.545-.67.545-.566 0-.849-.496-.849-.982 0-.479.244-.991.811-.991.347 0 .598.2.716.499l.817-.324c-.285-.588-.813-.88-1.493-.88-1.068 0-1.746.672-1.746 1.691 0 .987.699 1.657 1.74 1.657.555 0 1.017-.186 1.341-.616.295-.391.329-.782.338-1.24h-1.683v.641zM6.86 11.122h.833v2.449h.874v-2.449h.834v-.692H6.86v.692zm-4.565 1.229h-.009L.861 10.43H0v3.141h.861v-1.924H.87l1.425 1.924h.861V10.43h-.861v1.921zm15.414-1.921l-1.157 3.141h.889l.19-.578h1.149l.189.578h.889l-1.156-3.141h-.993zM4.174 13.571h2.098v-.691H5.036v-.543h1.185v-.69H5.036v-.525h1.236v-.692H4.174v3.141zm9.761 0h2.099v-.691h-1.237v-.543h1.185v-.69h-1.185v-.525h1.237v-.692h-2.099v3.141zm8.954-2.174c0-.67-.497-.967-1.15-.967h-1.34v3.141h.86v-1.208h.062l.785 1.208h1.046l-.987-1.287c.47-.079.724-.453.724-.887zm-5.054.971l.358-1.096h.024l.359 1.096h-.741zm3.646-.53h-.222v-.782h.247c.282 0 .522.049.522.391s-.265.391-.547.391zm2.133-1.408a.381.381 0 00-.386.378.386.386 0 00.772 0 .376.376 0 00-.386-.378zm0 .688a.313.313 0 01-.315-.31c0-.183.149-.311.316-.311.164 0 .316.132.316.311 0 .183-.15.31-.317.31zm.184-.404c0-.104-.101-.122-.174-.122h-.161v.416h.11v-.164h.033l.075.164h.121l-.089-.182c.049-.016.085-.054.085-.112zm-.185.061h-.04v-.111h.033c.037 0 .079.006.079.057 0 .045-.039.054-.072.054z" }));
exports.default = Netgear;