@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 816 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-kw","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fillOpacity":".7","d":"M0 0h496v496H0z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt","clipPath":"url(#a)","transform":"scale(1.0321)"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M0 165.3h992.1v165.4H0z"}},{"tag":"path","attr":{"fill":"#f31830","d":"M0 330.7h992.1v165.4H0z"}},{"tag":"path","attr":{"fill":"#00d941","d":"M0 0h992.1v165.4H0z"}},{"tag":"path","attr":{"d":"M0 0v496l247.5-165.3.5-165.5L0 0z"}}],"content":"\n "}],"content":"\n"})(props);
};