UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 802 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-sd","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fillOpacity":".7","d":"M0 0h496v496H0z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt","clipPath":"url(#a)","transform":"scale(1.0321)"},"child":[{"tag":"path","attr":{"d":"M0 330.7h992.1v165.4H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M0 165.3h992.1v165.4H0z"}},{"tag":"path","attr":{"fill":"red","d":"M0 0h992.9v165.4H0z"}},{"tag":"path","attr":{"fill":"#009a00","d":"M0 0v496l330.7-248L0 0z"}}],"content":"\n "}],"content":"\n"})(props); };