aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/images/bazel-icon.svg
blob: aab543e929fcaf5631b4cd80cd577803bb6673be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
  <style>
    .regular{fill:#43A047;} .dark-left{fill:#00701A;} .dark-right{fill:#004300;} .light{fill:#76D275;}
  </style>

  <path class="light"      d="M144 32 l112 112 -112 112 l-112 -112z"/>
  <path class="regular"    d="M32 144 v112 l112 112 v-112z"/>

  <path class="light"      d="M368 32  l112 112 -112 112 -112 -112z"/>
  <path class="regular"    d="M480 144 v112 l-112 112 v-112z"/>

  <path class="regular"    d="M256 144 l112 112 -112 112 -112 -112z"/>
  <path class="dark-left"  d="M256 368 v112 l-112 -112  v-112z"/>
  <path class="dark-right" d="M256 368 l112 -112 v112 l-112 112z"/>
</svg>