UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 2.11 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":"29.6292991%","y1":"10.4545048%","x2":"81.6360523%","y2":"111.467622%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#3023AE","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#C86DD7","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M92.2095353,8 L164.227118,8 C210.726659,8 248.436654,45.709994 248.436654,92.2095353 L248.436654,164.227118 C248.436654,210.726659 210.726659,248.436654 164.227118,248.436654 L92.2095353,248.436654 C45.709994,248.436654 8,210.726659 8,164.227118 L8,92.2095353 C8,45.709994 45.709994,8 92.2095353,8 Z","fill":"#000000"}},{"tag":"path","attr":{"d":"M97.1340054,15.0460601 C51.7894894,15.0460601 15.0461057,51.7893325 15.0461057,97.1337112 L15.0461057,158.865514 C15.0461057,204.209893 51.7894894,240.953165 97.1340054,240.953165 L158.865995,240.953165 C204.210511,240.953165 240.953894,204.209893 240.953894,158.865514 L240.953894,97.1337112 C240.953894,51.7893325 204.210511,15.0460601 158.865995,15.0460601 L97.1340054,15.0460601 Z M97.1340054,0 L158.865995,0 C212.520246,0 256,43.479623 256,97.1337112 L256,158.865514 C256,212.519602 212.520246,255.999225 158.865995,255.999225 L97.1340054,255.999225 C43.4797547,255.999225 0,212.519602 0,158.865514 L0,97.1337112 C0,43.479623 43.4797547,0 97.1340054,0 Z","fill":"url(#linearGradient-1)"}},{"tag":"path","attr":{"d":"M125.450687,191.027164 L59,164.839702 L126.105373,65 L125.450687,191.027164 Z M118.914808,88.3704553 L69.7713281,161.486365 L118.43536,180.664309 L118.914808,88.3704553 Z M136.508431,180.650058 L185.446712,161.218682 L136.028643,88.2910453 L136.508431,180.650058 Z M128.838903,65.07941 L196.236755,164.540318 L129.493252,191.041415 L128.838903,65.07941 Z","fill":"#FFFFFF"}}],"content":"\n "}],"content":"\n"})(props); };