@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 795 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-la","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fillOpacity":".7","d":"M177.2 0h708.6v708.7H177.2z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","clipPath":"url(#a)","transform":"translate(-128) scale(.72249)"},"child":[{"tag":"path","attr":{"fill":"#ce1126","d":"M0 0h1063v708.7H0z"}},{"tag":"path","attr":{"fill":"#002868","d":"M0 176h1063v356.6H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M684.2 354.3a152.7 152.7 0 11-305.4 0 152.7 152.7 0 01305.4 0z"}}],"content":"\n "}],"content":"\n"})(props);
};