UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.7 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-ve","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"g","attr":{"id":"d","transform":"translate(0 -36)"},"child":[{"tag":"g","attr":{"id":"c"},"child":[{"tag":"g","attr":{"id":"b"},"child":[{"tag":"path","attr":{"id":"a","fill":"#fff","d":"M0-5L-1.5-.2l2.8.9z"}},{"tag":"use","attr":{"width":"180","height":"120","transform":"scale(-1 1)","xlink:href":"#a"}}],"content":"\n "},{"tag":"use","attr":{"width":"180","height":"120","transform":"rotate(72)","xlink:href":"#b"}}],"content":"\n "},{"tag":"use","attr":{"width":"180","height":"120","transform":"rotate(-72)","xlink:href":"#b"}},{"tag":"use","attr":{"width":"180","height":"120","transform":"rotate(144)","xlink:href":"#c"}}],"content":"\n "}],"content":"\n "},{"tag":"path","attr":{"fill":"#cf142b","d":"M0 0h512v512H0z"}},{"tag":"path","attr":{"fill":"#00247d","d":"M0 0h512v341.3H0z"}},{"tag":"path","attr":{"fill":"#fc0","d":"M0 0h512v170.7H0z"}},{"tag":"g","attr":{"id":"f","transform":"translate(256.3 358.4) scale(4.265)"},"child":[{"tag":"g","attr":{"id":"e"},"child":[{"tag":"use","attr":{"width":"180","height":"120","transform":"rotate(10)","xlink:href":"#d"}},{"tag":"use","attr":{"width":"180","height":"120","transform":"rotate(30)","xlink:href":"#d"}}],"content":"\n "},{"tag":"use","attr":{"width":"180","height":"120","transform":"rotate(40)","xlink:href":"#e"}}],"content":"\n "},{"tag":"use","attr":{"width":"180","height":"120","transform":"rotate(-80 256.3 358.4)","xlink:href":"#f"}}],"content":"\n"})(props); };