@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 891 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-bv","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 0h512v512H0z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt","clipPath":"url(#a)"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M-68 0h699.7v512H-68z"}},{"tag":"path","attr":{"fill":"#d72828","d":"M-93-77.8h218.7v276.2H-93zM249.4-.6h381v199h-381zM-67.6 320h190.4v190.3H-67.5zm319.6 2.1h378.3v188.2H252z"}},{"tag":"path","attr":{"fill":"#003897","d":"M156.7-25.4H221v535.7h-64.5z"}},{"tag":"path","attr":{"fill":"#003897","d":"M-67.5 224.8h697.8v63.5H-67.5z"}}],"content":"\n "}],"content":"\n"})(props);
};