UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.52 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-hn","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#0073cf","d":"M0 0h512v512H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M0 170.7h512v170.6H0z"}},{"tag":"g","attr":{"id":"c","fill":"#0073cf","transform":"translate(256 256) scale(28.44446)"},"child":[{"tag":"g","attr":{"id":"b"},"child":[{"tag":"path","attr":{"id":"a","d":"M0-1l-.3 1 .5.1z"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"scale(-1 1)","xlink:href":"#a"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(72)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-72)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(144)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"rotate(-144)","xlink:href":"#b"}}],"content":"\n "},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"translate(142.2 -45.5)","xlink:href":"#c"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"translate(142.2 39.8)","xlink:href":"#c"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"translate(-142.2 -45.5)","xlink:href":"#c"}},{"tag":"use","attr":{"width":"100%","height":"100%","transform":"translate(-142.2 39.8)","xlink:href":"#c"}}],"content":"\n"})(props); };