UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 492 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-dz","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#fff","d":"M256 0h256v512H256z"}},{"tag":"path","attr":{"fill":"#006233","d":"M0 0h256v512H0z"}},{"tag":"path","attr":{"fill":"#d21034","d":"M367 192a128 128 0 100 128 102.4 102.4 0 110-128m4.2 64L256 218.4l71.7 98.2V195.4L256 293.6z"}}],"content":"\n"})(props); };