UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 821 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"id":"flag-icon-css-is","viewBox":"0 0 512 512","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"clipPath","attr":{"id":"a"},"child":[{"tag":"path","attr":{"fillOpacity":".7","d":"M85.4 0h486v486h-486z"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"fillRule":"evenodd","strokeWidth":"0","clipPath":"url(#a)","transform":"translate(-90) scale(1.0535)"},"child":[{"tag":"path","attr":{"fill":"#003897","d":"M0 0h675v486H0z"}},{"tag":"path","attr":{"fill":"#fff","d":"M0 189h189V0h108v189h378v108H297v189H189V297H0V189z"}},{"tag":"path","attr":{"fill":"#d72828","d":"M0 216h216V0h54v216h405v54H270v216h-54V270H0v-54z"}}],"content":"\n "}],"content":"\n"})(props); };