UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 636 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-ss","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#078930","d":"M0 358.4h512V512H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M0 153.6h512v204.8H0z"}},{"tag":"path","attr":{"d":"M0 0h512v153.6H0z"}},{"tag":"path","attr":{"fill":"#da121a","d":"M0 179.2h512v153.6H0z"}},{"tag":"path","attr":{"fill":"#0f47af","d":"M0 0l433 256L0 512z"}},{"tag":"path","attr":{"fill":"#fcdd09","d":"M209 207.8L64.4 256l144.8 48.1-89.5-126v155.8z"}}],"content":"\n"})(props); };