Files @ 10cfc4437178
Branch filter:

Location: C3L/C3L-Membership-Online-Form/c3l_membership/static/flags/4x3/mu.svg

Dennis Fink
Unify cryptocurrencies handling

This allows us to add new cryptocurrencies without adding new code
1
2
3
4
5
6
7
8
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mu" viewBox="0 0 640 480">
  <g fill-rule="evenodd">
    <path fill="#00a04d" d="M0 360h640v120H0z"/>
    <path fill="#151f6d" d="M0 120h640v120H0z"/>
    <path fill="#ee2737" d="M0 0h640v120H0z"/>
    <path fill="#ffcd00" d="M0 240h640v120H0z"/>
  </g>
</svg>