@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 897 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-sc","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 0h512v496H0z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt","clipPath":"url(#a)","transform":"scale(1 1.0321)"},"child":[{"tag":"path","attr":{"fill":"red","d":"M0 0h992.1v496H0z"}},{"tag":"path","attr":{"fill":"#090","d":"M0 496l992.1-165.3v165.4H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M0 496l992.1-330.6v165.3L0 496.1z"}},{"tag":"path","attr":{"fill":"#009","d":"M0 496V0h330.7L0 496z"}},{"tag":"path","attr":{"fill":"#ff0","d":"M0 496L330.7 0h330.7L0 496z"}}],"content":"\n "}],"content":"\n"})(props);
};