@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 936 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-tz","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fillOpacity":".7","d":"M102.9 0h496v496H103z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"clipPath":"url(#a)","transform":"translate(-106.2) scale(1.0321)"},"child":[{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt"},"child":[{"tag":"path","attr":{"fill":"#09f","d":"M0 0h744.1v496H0z"}},{"tag":"path","attr":{"fill":"#090","d":"M0 0h744.1L0 496V0z"}},{"tag":"path","attr":{"d":"M0 496h165.4L744 103.4V0H578.7L0 392.7v103.4z"}},{"tag":"path","attr":{"fill":"#ff0","d":"M0 378L567 0h56L0 415.3v-37.2zm121.1 118l623-415.3V118L177 496h-55.9z"}}],"content":"\n "}],"content":"\n "}],"content":"\n"})(props);
};