@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 496 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-ml","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"g","attr":{"fillRule":"evenodd"},"child":[{"tag":"path","attr":{"fill":"red","d":"M340.6 0H512v512H340.6z"}},{"tag":"path","attr":{"fill":"#009a00","d":"M0 0h170.3v512H0z"}},{"tag":"path","attr":{"fill":"#ff0","d":"M170.3 0h171.2v512H170.3z"}}],"content":"\n "}],"content":"\n"})(props);
};