UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 540 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-ch","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"1pt"},"child":[{"tag":"path","attr":{"fill":"#d52b1e","d":"M0 0h512v512H0z"}},{"tag":"g","attr":{"fill":"#fff"},"child":[{"tag":"path","attr":{"d":"M96 208h320v96H96z"}},{"tag":"path","attr":{"d":"M208 96h96v320h-96z"}}],"content":"\n "}],"content":"\n "}],"content":"\n"})(props); };