@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.86 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 207","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"0%","y1":"0%","x2":"0%","y2":"100%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#3CB579","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#004A4A","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M0,10.8935197 C3.62830719e-15,4.87719489 4.87719489,0 10.8935197,0 L245.10648,0 C251.122805,0 256,4.87719489 256,10.8935197 L256,196.085152 C256,202.101476 251.122805,206.978671 245.10648,206.978671 L10.8935197,206.978671 C4.87719489,206.978671 7.25661438e-15,202.101476 7.25661438e-15,196.085152 L0,10.8935197 Z","fill":"#E6E6E6"}},{"tag":"path","attr":{"d":"M4,13.5480999 C4,7.72254518 8.72254518,3 14.5480999,3 L241.334463,3 C247.160017,3 251.882563,7.72254518 251.882563,13.5480999 L251.882563,192.867539 C251.882563,198.693093 247.160017,203.415638 241.334463,203.415638 L14.5480999,203.415638 C8.72254518,203.415638 4,198.693093 4,192.867539 L4,13.5480999 Z","fill":"url(#linearGradient-1)"}},{"tag":"g","attr":{"transform":"translate(72.000000, 70.000000)"},"child":[{"tag":"rect","attr":{"fillOpacity":"0.5","fill":"#000000","x":"0.988894254","y":"0.988894254","width":"110.756156","height":"63.2892323","rx":"0.5"}},{"tag":"path","attr":{"d":"M16.8112023,32.6335104 L48.4558184,16.8112023 L48.4558184,48.4558184 L16.8112023,32.6335104 Z","fill":"#FFFFFF"}},{"tag":"path","attr":{"d":"M95.9227426,32.6335104 L64.2781265,16.8112023 L64.2781265,48.4558184 L95.9227426,32.6335104 Z","fill":"#FFFFFF"}}],"content":"\n\t\t"}],"content":"\n\t"}],"content":"\n"})(props);
};