@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 3.84 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-nz","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"c"},"child":[{"tag":"path","attr":{"d":"M0 0h600v300H0z"}}],"content":"\n "},{"tag":"clipPath","attr":{"id":"d"},"child":[{"tag":"path","attr":{"d":"M0 0l300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z"}}],"content":"\n "},{"tag":"g","attr":{"id":"b"},"child":[{"tag":"g","attr":{"id":"a"},"child":[{"tag":"path","attr":{"d":"M0 0v.5L1 0z","transform":"translate(0 -.3)"}},{"tag":"path","attr":{"d":"M0 0v-.5L1 0z","transform":"rotate(-36 .5 -.2)"}}],"content":"\n "},{"tag":"use","attr":{"transform":"scale(-1 1)","xlink:href":"#a"}},{"tag":"use","attr":{"transform":"rotate(72 0 0)","xlink:href":"#a"}},{"tag":"use","attr":{"transform":"rotate(-72 0 0)","xlink:href":"#a"}},{"tag":"use","attr":{"transform":"scale(-1 1) rotate(72)","xlink:href":"#a"}}],"content":"\n "}],"content":"\n "},{"tag":"path","attr":{"fill":"#00247d","fillRule":"evenodd","d":"M0 0h512v512H0z"}},{"tag":"g","attr":{"transform":"translate(-148.7 134.5) scale(.60566)"},"child":[{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#fff","transform":"matrix(45.4 0 0 45.4 900 120)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#cc142b","transform":"matrix(30 0 0 30 900 120)","xlink:href":"#b"}}],"content":"\n "},{"tag":"g","attr":{"transform":"rotate(82 393.4 127.1) scale(.60566)"},"child":[{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#fff","transform":"rotate(-82 519 -457.7) scale(40.4)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#cc142b","transform":"rotate(-82 519 -457.7) scale(25)","xlink:href":"#b"}}],"content":"\n "},{"tag":"g","attr":{"transform":"rotate(82 393.4 127.1) scale(.60566)"},"child":[{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#fff","transform":"rotate(-82 668.6 -327.7) scale(45.4)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#cc142b","transform":"rotate(-82 668.6 -327.7) scale(30)","xlink:href":"#b"}}],"content":"\n "},{"tag":"g","attr":{"transform":"translate(-148.7 134.5) scale(.60566)"},"child":[{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#fff","transform":"matrix(50.4 0 0 50.4 900 480)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","fill":"#cc142b","transform":"matrix(35 0 0 35 900 480)","xlink:href":"#b"}}],"content":"\n "},{"tag":"path","attr":{"stroke":"#fff","strokeWidth":"60","d":"M0 0l600 300M0 300L600 0","clipPath":"url(#c)","transform":"scale(.52004 .78924)"}},{"tag":"path","attr":{"stroke":"#cc142b","strokeWidth":"40","d":"M0 0l600 300M0 300L600 0","clipPath":"url(#d)","transform":"scale(.52004 .78924)"}},{"tag":"path","attr":{"fill":"#fff","d":"M125.7 0v88H-.1v60.7h125.8v88h60.6v-88h125.8V88.1H186.4V0h-60.7z","clipPath":"url(#c)","color":"#000","fontFamily":"sans-serif","fontWeight":"400","overflow":"visible","style":{"lineHeight":"normal","textIndent":"0","textAlign":"start","textDecorationLine":"none","textDecorationStyle":"solid","textDecorationColor":"#000","textTransform":"none","blockProgression":"tb","isolation":"auto","mixBlendMode":"normal"}}},{"tag":"path","attr":{"fill":"#cc142b","d":"M137.8 0v100.2H0v36.4h138v100.2h36.3V136.6h137.9v-36.4h-138V0h-36.4z","color":"#000","fontFamily":"sans-serif","fontWeight":"400","overflow":"visible","style":{"lineHeight":"normal","textIndent":"0","textAlign":"start","textDecorationLine":"none","textDecorationStyle":"solid","textDecorationColor":"#000","textTransform":"none","blockProgression":"tb","isolation":"auto","mixBlendMode":"normal"}}}],"content":"\n"})(props);
};