iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.25 kB
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 BrandNetbeans = (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-brand-netbeans", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M19.875 6.27A2.225 2.225 0 0121 8.218v7.284c0 .809-.443 1.555-1.158 1.948l-6.75 4.27a2.269 2.269 0 01-2.184 0l-6.75-4.27A2.225 2.225 0 013 15.502V8.217c0-.809.443-1.554 1.158-1.947l6.75-3.98a2.33 2.33 0 012.25 0l6.75 3.98h-.033z" }),
React.createElement("path", { d: "M15.5 9.43a1 1 0 01.5.874v3.268a1 1 0 01-.515.874l-3 1.917a1 1 0 01-.97 0l-3-1.917A1 1 0 018 13.573v-3.269a1 1 0 01.514-.874l3-1.786c.311-.173.69-.173 1 0l3 1.787H15.5z" }),
React.createElement("path", { d: "M12 21v-9L4.5 7.5M12 12l7.5-4.5M12 3v4.5M19.5 16L16 14M8 14l-3.5 2" }));
exports.default = BrandNetbeans;