UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.78 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-eu","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"g","attr":{"id":"d"},"child":[{"tag":"g","attr":{"id":"b"},"child":[{"tag":"path","attr":{"id":"a","d":"M0-1l-.3 1 .5.1z"}},{"tag":"use","attr":{"transform":"scale(-1 1)","xlink:href":"#a"}}],"content":"\n "},{"tag":"g","attr":{"id":"c"},"child":[{"tag":"use","attr":{"transform":"rotate(72)","xlink:href":"#b"}},{"tag":"use","attr":{"transform":"rotate(144)","xlink:href":"#b"}}],"content":"\n "},{"tag":"use","attr":{"transform":"scale(-1 1)","xlink:href":"#c"}}],"content":"\n "}],"content":"\n "},{"tag":"path","attr":{"fill":"#039","d":"M0 0h512v512H0z"}},{"tag":"g","attr":{"fill":"#fc0","transform":"translate(256 258.4) scale(25.28395)"},"child":[{"tag":"use","attr":{"width":"100%","height":"100%","y":"-6","xlink:href":"#d"}},{"tag":"use","attr":{"width":"100%","height":"100%","y":"6","xlink:href":"#d"}},{"tag":"g","attr":{"id":"e"},"child":[{"tag":"use","attr":{"width":"100%","height":"100%","x":"-6","xlink:href":"#d"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-144 -2.3 -2.1)","xlink:href":"#d"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(144 -2.1 -2.3)","xlink:href":"#d"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(72 -4.7 -2)","xlink:href":"#d"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(72 -5 .5)","xlink:href":"#d"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"scale(-1 1)","xlink:href":"#e"}}],"content":"\n "}],"content":"\n"})(props); };