@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 491 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-ne","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#0db02b","d":"M0 0h512v512H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M0 0h512v341.3H0z"}},{"tag":"path","attr":{"fill":"#e05206","d":"M0 0h512v170.7H0z"}},{"tag":"circle","attr":{"cx":"256","cy":"256","r":"72.5","fill":"#e05206"}}],"content":"\n"})(props);
};