Add Minnesota state flag
Added the SVG file for the Minnesota (us-mn) state flag and updated gallery.md to include Minnesota in the flag gallery.
This commit is contained in:
parent
66333d058b
commit
54235dbb1e
2 changed files with 2 additions and 0 deletions
1
flags/us-mn.svg
Normal file
1
flags/us-mn.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#026" d="M0 0h352v512H0z"/><path fill="#338af3" d="M352 512h160V0H352L224 256Z"/><path fill="#eee" d="m112 176 17 40 40-17-17 40 40 17-40 17 17 40-40-17-17 40-17-40-40 17 17-40-40-17 40-17-17-40 40 17z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 398 B |
|
|
@ -381,6 +381,7 @@ https://hatscripts.github.io/circle-flags/flags/xx.svg
|
|||
<div><img src="flags/us-hi.svg" width="96"/><p>Hawaii (<code>us-hi</code>)</p></div>
|
||||
<div><img src="flags/us-in.svg" width="96"/><p>Indiana (<code>us-in</code>)</p></div>
|
||||
<div><img src="flags/us-md.svg" width="96"/><p>Maryland (<code>us-md</code>)</p></div>
|
||||
<div><img src="flags/us-mn.svg" width="96"/><p>Minnesota (<code>us-mn</code>)</p></div>
|
||||
<div><img src="flags/us-mo.svg" width="96"/><p>Missouri (<code>us-mo</code>)</p></div>
|
||||
<div><img src="flags/us-ms.svg" width="96"/><p>Mississippi (<code>us-ms</code>)</p></div>
|
||||
<div><img src="flags/us-nc.svg" width="96"/><p>North Carolina (<code>us-nc</code>)</p></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue