UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 2.61 kB
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":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"73.7270059%","y1":"82.9798631%","x2":"33.3374162%","y2":"10.9807501%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#9154FF","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#6974FF","offset":"19.89%"}},{"tag":"stop","attr":{"stopColor":"#3C99FF","offset":"45.39%"}},{"tag":"stop","attr":{"stopColor":"#1BB3FF","offset":"68.17%"}},{"tag":"stop","attr":{"stopColor":"#07C3FF","offset":"87.15%"}},{"tag":"stop","attr":{"stopColor":"#00C9FF","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M116.083836,139.91476 C112.419917,136.250841 106.425028,136.250841 102.767853,139.905768 L54.9031424,187.774974 C51.2437196,191.434397 51.2437196,197.427039 54.9098858,201.093205 C58.5738042,204.763867 64.5664461,204.763867 68.2258689,201.104444 L116.095075,153.235238 C119.779223,149.546594 119.750002,143.580926 116.083836,139.91476 M172.995952,83.0026435 C145.777309,55.7862487 101.524818,55.8109745 74.3264053,83.0138825 L19.7542519,137.583788 C16.0880857,141.25445 16.0880857,147.247092 19.7475085,150.904267 C23.4114269,154.570433 29.4085644,154.570433 33.0724828,150.904267 L87.6446362,96.3343612 C107.512964,76.4637855 139.811641,76.4592899 159.675473,96.3276178 C179.543801,116.193698 179.53481,148.490127 159.66873,168.358455 L105.096576,222.932856 C101.432658,226.596774 101.432658,232.591664 105.096576,236.25783 C108.753751,239.915005 114.748641,239.915005 118.414807,236.251087 L172.986961,181.678933 C200.187621,154.476025 200.214594,110.223534 172.995952,83.0026435 M219.550193,36.45065 C170.936964,-12.1648263 91.8929833,-12.1356049 43.3067284,36.45065 L2.74288122,77.016745 C-0.91429374,80.6739199 -0.91429374,86.6688097 2.74288122,90.3282325 C6.40679959,93.9921508 12.4039371,93.9921508 16.0611121,90.3304803 L56.627207,49.7666331 C97.887873,8.50596714 165.000518,8.53294077 206.231962,49.7666331 C247.492628,91.0272991 247.465654,158.135448 206.231962,199.371388 L165.665867,239.937483 C162.006444,243.594658 162.006444,249.591796 165.674858,253.257962 C169.329786,256.912889 175.326923,256.912889 178.984098,253.257962 L219.550193,212.689619 C268.136448,164.10786 268.163422,85.0661264 219.550193,36.45065","fill":"url(#linearGradient-1)","fillRule":"nonzero"}}],"content":"\n "}],"content":"\n"})(props); };