@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.87 kB
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":"defs","attr":{},"child":[{"tag":"circle","attr":{"id":"path-1","cx":"128","cy":"128","r":"128"}}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"g","attr":{},"child":[{"tag":"mask","attr":{"id":"mask-2","fill":"white"},"child":[{"tag":"use","attr":{"xlink:href":"#path-1"}}],"content":"\n\t\t\t"},{"tag":"use","attr":{"fill":"#B3BBC6","xlink:href":"#path-1"}},{"tag":"path","attr":{"d":"M38.714754,176.727132 L146.054592,256.57084 L410.061375,273.175 L207.754106,85.9239334 L207.754109,128.612129 L188.879536,115.09473 L153.75844,85.9239334 L132.850131,120.007331 L103.455284,95.4675808 L51.7688072,92.1887808 L38.714754,176.727132 L38.714754,176.727132 Z","fill":"#666C76","mask":"url(#mask-2)"}}],"content":"\n\t\t"},{"tag":"path","attr":{"d":"M118.837414,131.158952 C118.837414,104.027618 102.16157,85.6312499 70.3980563,85.6312499 L39.0315871,85.6312499 L39.0315871,176.951351 L71.0597965,176.951351 C101.896874,176.951351 118.837414,158.290287 118.837414,131.158952 L118.837414,131.158952 L118.837414,131.158952 Z M96.0735635,131.2913 C96.0735635,150.878801 86.0151174,159.349071 69.868665,159.349071 L61.6630904,159.349071 L61.6630904,103.23353 L69.868665,103.23353 C85.3533773,103.23353 96.0735635,112.100845 96.0735635,131.2913 L96.0735635,131.2913 L96.0735635,131.2913 Z M208.966384,176.951351 L208.966384,85.6312499 L187.923056,85.6312499 L187.923056,136.717567 L154.306671,85.6312499 L132.336908,85.6312499 L132.336908,176.951351 L153.380236,176.951351 L153.380236,122.291638 L189.378884,176.951351 L208.966384,176.951351 L208.966384,176.951351 Z","fill":"#FFFFFF"}}],"content":"\n\t"}],"content":"\n"})(props);
};