UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.01 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-cn","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"path","attr":{"id":"a","fill":"#ffde00","d":"M1-.3L-.7.8 0-1 .6.8-1-.3z"}}],"content":"\n "},{"tag":"path","attr":{"fill":"#de2910","d":"M0 0h512v512H0z"}},{"tag":"use","attr":{"width":"30","height":"20","transform":"matrix(76.8 0 0 76.8 128 128)","xlink:href":"#a"}},{"tag":"use","attr":{"width":"30","height":"20","transform":"rotate(-121 142.6 -47) scale(25.5827)","xlink:href":"#a"}},{"tag":"use","attr":{"width":"30","height":"20","transform":"rotate(-98.1 198 -82) scale(25.6)","xlink:href":"#a"}},{"tag":"use","attr":{"width":"30","height":"20","transform":"rotate(-74 272.4 -114) scale(25.6137)","xlink:href":"#a"}},{"tag":"use","attr":{"width":"30","height":"20","transform":"matrix(16 -19.968 19.968 16 256 230.4)","xlink:href":"#a"}}],"content":"\n"})(props); };