@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 931 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 256","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"polygon","attr":{"fill":"#9DE1F3","points":"85.3335 85.333 0.0005 85.333 0.0005 170.666 0.0005 256 85.3335 256 170.6665 256 170.6665 170.666 170.6665 85.333"}},{"tag":"polygon","attr":{"fill":"#27B4E1","points":"85.3335 0.0004 85.3335 85.3334 85.3335 170.6664 170.6665 170.6664 255.9995 170.6664 255.9995 0.0004"}},{"tag":"polygon","attr":{"fill":"#1A82E2","points":"0 256 85.333 256 85.333 170.667 0 170.667"}},{"tag":"polygon","attr":{"fill":"#1A82E2","points":"170.667 85.333 256 85.333 256 0 170.667 0"}},{"tag":"polygon","attr":{"fill":"#239FD7","points":"85.334 170.667 170.667 170.667 170.667 85.334 85.334 85.334"}}],"content":"\n\t"}],"content":"\n"})(props);
};