@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.22 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-gw","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#ce1126","d":"M0 0h160v512H0z"}},{"tag":"path","attr":{"fill":"#fcd116","d":"M160 0h352v256H160z"}},{"tag":"path","attr":{"fill":"#009e49","d":"M160 256h352v256H160z"}},{"tag":"g","attr":{"transform":"translate(-46.2 72.8) scale(.7886)"},"child":[{"tag":"g","attr":{"id":"b","transform":"matrix(80 0 0 80 160 240)"},"child":[{"tag":"path","attr":{"id":"a","d":"M0-1v1h.5","transform":"rotate(18 0 -1)"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"scale(-1 1)","xlink:href":"#a"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(72 160 240)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(144 160 240)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-144 160 240)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-72 160 240)","xlink:href":"#b"}}],"content":"\n "}],"content":"\n"})(props);
};