@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 680 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-lt","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt","transform":"scale(.51314 1.0322)"},"child":[{"tag":"rect","attr":{"width":"1063","height":"708.7","fill":"#006a44","rx":"0","ry":"0","transform":"scale(.93865 .69686)"}},{"tag":"rect","attr":{"width":"1063","height":"236.2","y":"475.6","fill":"#c1272d","rx":"0","ry":"0","transform":"scale(.93865 .69686)"}},{"tag":"path","attr":{"fill":"#fdb913","d":"M0 0h997.8v164.6H0z"}}],"content":"\n "}],"content":"\n"})(props);
};