UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.15 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-cm","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#007a5e","d":"M0 0h170.7v512H0z"}},{"tag":"path","attr":{"fill":"#ce1126","d":"M170.7 0h170.6v512H170.7z"}},{"tag":"path","attr":{"fill":"#fcd116","d":"M341.3 0H512v512H341.3z"}},{"tag":"g","attr":{"fill":"#fcd116","transform":"translate(256 256) scale(5.6889)"},"child":[{"tag":"g","attr":{"id":"b"},"child":[{"tag":"path","attr":{"id":"a","d":"M0-8L-2.5-.4 1.3.9z"}},{"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)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(144)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-144)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-72)","xlink:href":"#b"}}],"content":"\n "}],"content":"\n"})(props); };