@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 801 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-cd","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M0-88h600v600H0z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"clipPath":"url(#a)","transform":"matrix(.853 0 0 .853 0 75.1)"},"child":[{"tag":"path","attr":{"fill":"#007fff","d":"M0-88h800v600H0z"}},{"tag":"path","attr":{"fill":"#f7d618","d":"M36 32h84l26-84 26 84h84l-68 52 26 84-68-52-68 52 26-84-68-52zM750-88L0 362v150h50L800 62V-88h-50"}},{"tag":"path","attr":{"fill":"#ce1021","d":"M800-88L0 392v120L800 32V-88"}}],"content":"\n "}],"content":"\n"})(props);
};