@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 426 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-se","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#066aa7","d":"M0 0h512v512H0z"}},{"tag":"path","attr":{"fill":"#fecc00","d":"M0 204.8h512v102.4H0z"}},{"tag":"path","attr":{"fill":"#fecc00","d":"M134 0h102.4v512H134z"}}],"content":"\n"})(props);
};