UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 499 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-gh","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#006b3f","d":"M0 0h512v512H0z"}},{"tag":"path","attr":{"fill":"#fcd116","d":"M0 0h512v341.3H0z"}},{"tag":"path","attr":{"fill":"#ce1126","d":"M0 0h512v170.7H0z"}},{"tag":"path","attr":{"d":"M256 170.7l55.5 170.6L166.3 236h179.4L200.6 341.3z"}}],"content":"\n"})(props); };