@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 493 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-hu","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"g","attr":{"fillRule":"evenodd"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M512 512H0V0h512z"}},{"tag":"path","attr":{"fill":"#388d00","d":"M512 512H0V341.3h512z"}},{"tag":"path","attr":{"fill":"#d43516","d":"M512 170.8H0V.1h512z"}}],"content":"\n "}],"content":"\n"})(props);
};