@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 855 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-gg","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M0 0h512v512H0z"}},{"tag":"path","attr":{"fill":"#e8112d","d":"M192 0h128v512H192z"}},{"tag":"path","attr":{"fill":"#e8112d","d":"M0 187.7h512v136.6H0z"}},{"tag":"path","attr":{"id":"a","fill":"#f9dd16","d":"M46 305.8l23.3-25h210v-49.7h-210L46 206.2z"}},{"tag":"use","attr":{"width":"36","height":"24","transform":"matrix(0 1.06667 -.9375 0 496 -17)","xlink:href":"#a"}},{"tag":"use","attr":{"width":"36","height":"24","transform":"matrix(0 -1.06667 .9375 0 16 529)","xlink:href":"#a"}},{"tag":"use","attr":{"width":"36","height":"24","transform":"rotate(180 256 256)","xlink:href":"#a"}}],"content":"\n"})(props);
};