Yummygum / react-flagpack

Flagpack contains 250+ flag icons to easily use within your code project.
https://flagpack.xyz
MIT License
136 stars 28 forks source link

Broken South Korea Flag :( #79

Closed smalldrew closed 3 weeks ago

smalldrew commented 1 month ago

Please check all that apply

Expected Behavior

Should be south korea flag

Current Behavior

image

Possible Solution

Svg change

Steps to Reproduce

  1. Use flagpack and use the south korea flag

Context

Looks bad used "l" as size

smalldrew commented 3 weeks ago

I fixed it.


<?xml version="1.0" encoding="utf-8"?>
<svg width="32" height="24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:bx="https://boxy-svg.com">
  <defs>
    <bx:export>
      <bx:file format="svg" href="#object-0"/>
      <bx:file format="svg" path="KR.svg" width="32" height="24"/>
    </bx:export>
  </defs>
  <g mask="url(#KR_-_Korea_(South)__a)">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0v24h32V0H0z" fill="#F7FCFF" id="object-0"/>
    <g mask="url(#KR_-_Korea_(South)__b)">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M16 18.22c3.203 0 5.799-2.758 5.799-6.159S19.203 5.902 16 5.902c-3.203 0-5.8 2.758-5.8 6.159s2.597 6.159 5.8 6.159z" fill="#3D58DB"/>
      <g mask="url(#KR_-_Korea_(South)__c)">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M 21.754 12.599 C 21.754 12.599 21.676 9.795 19.266 9.643 C 16.856 9.49 16.206 11.699 16.066 12.284 C 15.926 12.869 15.575 14.429 13.036 14.429 C 10.499 14.429 10.383 10.475 10.383 10.475 L 10.732 9.387 C 12.01 5.663 19.249 3.212 21.733 10.685 C 21.839 11.34 21.813 12.82 21.774 12.577 L 21.754 12.599 Z" fill="#E31D1C" style=""/>
      </g>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M7.3 2.052l.914.828-4.24 4.952-.915-.828L7.3 2.052zm1.508 1.34l.915.827-4.088 4.88-.915-.828 4.088-4.88zm2.417 2.183l-.915-.828-4.1 4.917.916.828 4.1-4.917zm14.139-3.87l-.916.825 1.588 1.862.915-.824-1.587-1.863zm2.821 3.427l-.915.824 1.588 1.863.915-.824-1.588-1.863zm-6.757.08l.915-.824 1.587 1.863-.915.825-1.587-1.863zm3.737 2.603l-.915.824 1.587 1.863.915-.824-1.587-1.863zm-2.17-3.984l.916-.824 4.418 5.38-.915.825-4.419-5.38zm3.06 10.412l-.923-.828-1.6 1.87.922.828 1.6-1.87zm-2.691 3.291l-.923-.828-1.601 1.87.923.828 1.6-1.87zm4.683-1.501l.922.827-1.6 1.87-.923-.827 1.6-1.87zm-1.637 4.195l-.923-.828-1.601 1.87.923.828 1.6-1.87zm-2.444-2.25l.923.828-1.67 1.997-.923-.828 1.67-1.997zm3.665-2.5l-.923-.827-1.671 1.997.923.827 1.67-1.997zM6.407 14.89l.915-.825 4.084 4.68-.915.825-4.084-4.68zm.952 4.093l.916-.825L10 20.054l-.915.825-1.726-1.896zm-3.05-2.292l-.915.825L7.5 22.26l.915-.826-4.106-4.743zm.652-.539l.915-.825L7.37 17.08l-.915.825-1.495-1.754z" fill="#272727"/>
    </g>
  </g>
</svg>