UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 650 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-sn","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt"},"child":[{"tag":"path","attr":{"fill":"#0b7226","d":"M0 0h170.7v512H0z"}},{"tag":"path","attr":{"fill":"#ff0","d":"M170.7 0h170.6v512H170.7z"}},{"tag":"path","attr":{"fill":"#bc0000","d":"M341.3 0H512v512H341.3z"}}],"content":"\n "},{"tag":"path","attr":{"fill":"#0b7226","d":"M197 351.7l22-71.7-60.4-46.5h74.5l24.2-76 22.1 76H356L295.6 280l22.1 74-60.3-46.5z"}}],"content":"\n"})(props); };