@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 2.17 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 292","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"path","attr":{"d":"M128.1335,219.7894 L63.5325,183.2184 L127.3325,146.1124 L190.3985,183.1514 L128.1335,219.7894 Z M122.4335,2.1514 L63.7995,34.5294 L126.8215,72.0914 L63.5325,109.5414 L0.0005,145.0444 L0.0005,210.0454 C0.0005,215.7484 3.0295,221.0224 7.9555,223.8964 L120.7715,289.7054 C125.3225,292.3604 130.9485,292.3664 135.5045,289.7224 L245.4875,225.8944 C251.9955,222.1174 256.0005,215.1634 256.0005,207.6394 L256.0005,83.6814 C256.0005,75.8914 251.8615,68.6894 245.1315,64.7664 L138.0015,2.3314 C133.2055,-0.4636 127.2935,-0.5316 122.4335,2.1514 L122.4335,2.1514 Z","id":"path-1"}}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"mask","attr":{"id":"mask-2","fill":"white"},"child":[{"tag":"use","attr":{"xlink:href":"#path-1"}}],"content":"\n\t\t"},{"tag":"use","attr":{"fill":"transparent","xlink:href":"#path-1"}},{"tag":"g","attr":{"mask":"url(#mask-2)"},"child":[{"tag":"g","attr":{"transform":"translate(0.000000, -3.000000)"},"child":[{"tag":"path","attr":{"d":"M127.3326,149.1126 L128.4746,147.1516 L128.3616,77.4846 L127.0656,74.9466 L63.5326,112.5416 L62.5276,114.6856 L62.3016,184.2406 L63.5326,186.2176 L127.3326,149.1126 Z","fill":"#0077E0"}},{"tag":"path","attr":{"d":"M127.3326,149.1126 L127.0656,74.9466 L130.0526,75.2296 L188.7856,110.6266 L190.3986,112.9836 L191.4906,115.4746 L191.7166,184.2406 L190.3986,186.1516 L127.3326,149.1126 Z","fill":"#2F8DDF"}},{"tag":"path","attr":{"d":"M130.2687,0.8244 L63.7997,37.5304 L190.3987,112.9844 L193.2497,112.5744 L253.3757,78.3254 L255.9997,74.1014 L130.2687,0.8244 Z","fill":"#3BAAFF"}},{"tag":"path","attr":{"d":"M190.3986,112.9842 L190.3986,186.1512 L128.1336,222.7892 L63.5326,186.2182 L63.5326,112.5412 L-0.0004,148.0442 L-0.0004,222.2562 L128.1336,297.0002 L255.9996,222.7932 L255.9996,74.1012 L190.3986,112.9842 Z","fill":"#0988F8"}}],"content":"\n\t\t\t"}],"content":"\n\t\t"}],"content":"\n\t"}],"content":"\n"})(props);
};