@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.95 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 318","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M244.219469,254.173173 L10.4212389,152.226271 C4.07787611,149.507687 0,143.164324 0,136.367864 L0,81.5430848 C0,71.8014918 9.96814159,65.2315803 19.0300885,69.0829078 L245.352212,167.858129 C251.695575,170.576713 255.773451,176.920076 255.773451,183.716536 L255.773451,246.470518 C255.773451,252.360784 249.656637,256.43866 244.219469,254.173173","fill":"#313949"}},{"tag":"path","attr":{"d":"M253.961062,50.2371681 L148.389381,4.24778761 C135.249558,-1.4159292 120.070796,-1.4159292 106.930973,4.24778761 L18.3504425,42.9876106 C7.24955752,47.7451327 0,58.8460177 0,70.8530973 L0,134.739823 C0,138.817699 0.679646018,140.630088 1.81238938,142.669027 C2.71858407,138.59115 6.5699115,134.513274 9.74159292,133.153982 L111.00885,87.3911504 C121.656637,82.6336283 134.116814,82.6336283 144.764602,87.3911504 L251.922124,135.646018 C253.961062,136.552212 256,135.19292 256,132.927434 L256,52.7292035 C255.773451,51.5964602 255.093805,50.6902655 253.961062,50.2371681","fill":"#FB5152"}},{"tag":"path","attr":{"d":"M1.81238938,267.100885 L107.384071,313.090265 C120.523894,318.753982 135.702655,318.753982 148.842478,313.090265 L237.423009,274.350442 C248.523894,269.59292 255.773451,258.492035 255.773451,246.258407 L255.773451,182.371681 C255.773451,178.293805 255.093805,176.481416 253.961062,174.442478 C253.054867,178.520354 249.20354,182.59823 246.031858,183.957522 L144.99115,229.720354 C134.343363,234.477876 121.883186,234.477876 111.235398,229.720354 L4.30442478,181.692035 C2.26548673,180.785841 0,182.145133 0,184.410619 L0,264.382301 C0,265.515044 0.679646018,266.647788 1.81238938,267.100885","fill":"#FB5152"}}],"content":"\n\t"}],"content":"\n"})(props);
};