iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 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 Nvidia = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.459 9.33V8.142c.122-.012.232-.012.355-.012 3.27-.098 5.413 2.817 5.413 2.817s-2.315 3.197-4.8 3.197c-.332 0-.65-.05-.968-.16v-3.613c1.273.16 1.53.71 2.29 1.984l1.702-1.433s-1.249-1.628-3.331-1.628c-.22 0-.44.012-.661.036zm0-3.943v1.776l.355-.025c4.544-.16 7.508 3.723 7.508 3.723s-3.405 4.152-6.945 4.152a4.66 4.66 0 01-.918-.086v1.103c.245.024.502.049.759.049 3.295 0 5.683-1.69 7.998-3.675.38.307 1.947 1.054 2.278 1.372-2.193 1.837-7.312 3.32-10.215 3.32a5.84 5.84 0 01-.808-.05v1.568H22V5.387H9.459zm0 8.61v.943c-3.05-.551-3.895-3.723-3.895-3.723S7.034 9.6 9.459 9.33v1.03h-.013c-1.273-.16-2.278 1.04-2.278 1.04s.576 2.009 2.29 2.597zm-5.414-2.915s1.8-2.67 5.414-2.94v-.967C5.454 7.493 2 10.874 2 10.874s1.96 5.67 7.459 6.184V16.03c-4.042-.502-5.414-4.948-5.414-4.948z", fill: "#323544" }));
exports.default = Nvidia;