@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.55 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-in","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#f93","d":"M0 0h512v170.7H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M0 170.7h512v170.6H0z"}},{"tag":"path","attr":{"fill":"#128807","d":"M0 341.3h512V512H0z"}},{"tag":"g","attr":{"transform":"translate(256 256) scale(3.41333)"},"child":[{"tag":"circle","attr":{"r":"20","fill":"#008"}},{"tag":"circle","attr":{"r":"17.5","fill":"#fff"}},{"tag":"circle","attr":{"r":"3.5","fill":"#008"}},{"tag":"g","attr":{"id":"d"},"child":[{"tag":"g","attr":{"id":"c"},"child":[{"tag":"g","attr":{"id":"b"},"child":[{"tag":"g","attr":{"id":"a","fill":"#008"},"child":[{"tag":"circle","attr":{"r":".9","transform":"rotate(7.5 -8.8 133.5)"}},{"tag":"path","attr":{"d":"M0 17.5L.6 7 0 2l-.6 5L0 17.5z"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(15)","xlink:href":"#a"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(30)","xlink:href":"#b"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(60)","xlink:href":"#c"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(120)","xlink:href":"#d"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-120)","xlink:href":"#d"}}],"content":"\n "}],"content":"\n"})(props);
};