@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.09 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-ag","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fill":"#25ff01","d":"M109 47.6h464.8v464.9H109z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","clipPath":"url(#a)","transform":"translate(-120 -52.4) scale(1.1014)"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M0 47.6h693V512H0z"}},{"tag":"path","attr":{"d":"M1.5 48.2h690.9v196.2H1.5z"}},{"tag":"path","attr":{"fill":"#0061ff","d":"M128.3 232.1h458.5v103.4H128.3z"}},{"tag":"path","attr":{"fill":"#e20000","d":"M692.5 49.2v463.3H347L692.5 49.2zm-691.3 0v463.3h345.7L1.2 49.2z"}},{"tag":"path","attr":{"fill":"#ffd600","d":"M508.8 232.2l-69.3-17.6 59-44.4-72.5 10.3 37.3-63-64.1 37.2 11.3-73.5-43.4 58-17.6-67.3-19.6 69.3-43.4-59 12.4 75.6-64.1-39.3 37.2 63-70.3-11.3 57.9 43.4-72.4 18.6h321.6z"}}],"content":"\n "}],"content":"\n"})(props);
};