@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 881 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-cu","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 0h512v512H0z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","clipPath":"url(#a)"},"child":[{"tag":"path","attr":{"fill":"#0050f0","d":"M-32 0h768v512H-32z"}},{"tag":"path","attr":{"fill":"#fff","d":"M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z"}},{"tag":"path","attr":{"fill":"#ed0000","d":"M-32 0l440.7 255.7L-32 511V0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M161.8 325.5L114.3 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z"}}],"content":"\n "}],"content":"\n"})(props);
};