iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 873 B
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 Nxp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.797 7.914L9.317 12l-2.52 4.086-4.272-4.938.001 4.938H.005L0 16.08V7.914h2.524l4.271 4.938V7.914m14.851 2.895c0-.552-.273-.868-1.037-.868h-3.188v2.312h3.405c.592 0 .82-.557.82-1.042v-.402zm-.63-2.895C23.42 7.914 24 9.108 24 10.707v.96c0 1.217-.535 2.614-2.323 2.614h-4.26l.002 1.805h-.001L14.898 12l2.52-4.086h3.598m-6.745 0h-.462l-1.702 2.716-1.701-2.716H7.418L9.94 12l-2.52 4.086h2.987l1.701-2.716 1.702 2.716h2.987L14.276 12l2.52-4.086h-2.525z" }));
exports.default = Nxp;