@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-ye","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M0 0h512v504.3H0z"}},{"tag":"path","attr":{"fill":"#f10600","d":"M0 0h512v167.9H0z"}},{"tag":"path","attr":{"d":"M0 344.1h512V512H0z"}}],"content":"\n "}],"content":"\n"})(props);
};