UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 764 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-cg","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fillOpacity":".7","d":"M115.7 0h496.1v496h-496z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt","clipPath":"url(#a)","transform":"translate(-119.5) scale(1.032)"},"child":[{"tag":"path","attr":{"fill":"#ff0","d":"M0 0h744v496H0z"}},{"tag":"path","attr":{"fill":"#00ca00","d":"M0 0v496L496 0H0z"}},{"tag":"path","attr":{"fill":"red","d":"M248 496h496V0L248 496z"}}],"content":"\n "}],"content":"\n"})(props); };