@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 418 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-am","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"red","d":"M0 0h512v170.7H0z"}},{"tag":"path","attr":{"fill":"#00f","d":"M0 170.7h512v170.6H0z"}},{"tag":"path","attr":{"fill":"orange","d":"M0 341.3h512V512H0z"}}],"content":"\n"})(props);
};