aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-netbeans.js
blob: 13887a9e09fb2ea3f95315321c0ac6bbe2b8a78a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import * as React from "react";

function IconBrandNetbeans({
  size = 24,
  color = "currentColor",
  stroke = 2,
  ...props
}) {
  return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-netbeans" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/brand-netbeans"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573h-.029z" /><path d="M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014z" /><path d="M12 21v-9l-7.5 -4.5" /><path d="M12 12l7.5 -4.5" /><path d="M12 3v4.5" /><path d="M19.5 16l-3.5 -2" /><path d="M8 14l-3.5 2" /></svg>;
}

export default IconBrandNetbeans;