@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 747 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-az","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#3f9c35","d":"M0 0h512v512H0z"}},{"tag":"path","attr":{"fill":"#ed2939","d":"M0 0h512v341.3H0z"}},{"tag":"path","attr":{"fill":"#00b9e4","d":"M0 0h512v170.7H0z"}},{"tag":"circle","attr":{"cx":"238.8","cy":"256","r":"76.8","fill":"#fff"}},{"tag":"circle","attr":{"cx":"255.9","cy":"256","r":"64","fill":"#ed2939"}},{"tag":"path","attr":{"fill":"#fff","d":"M324.2 213.3l8.1 23 22-10.5-10.4 22 23 8.2-23 8.2 10.4 22-22-10.5-8.1 23-8.2-23-22 10.5 10.5-22-23-8.2 23-8.2-10.5-22 22 10.5 8.2-23z"}}],"content":"\n"})(props);
};