@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.01 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 300","version":"1.1","fill":"currentColor"},"child":[{"tag":"defs","attr":{}},{"tag":"g","attr":{"stroke":"none","strokeWidth":"1","fill":"none","fillRule":"evenodd"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M0,74.435 L0,222.609 L128.696,299.13 L131.683,294.373 L128.696,150.565 L4.425,74.523 L0,74.435","fill":"#449B82"}},{"tag":"path","attr":{"d":"M256,73.739 L256,224 L128.696,299.13 L128.696,150.565 L251.337,73.852 L256,73.739","fill":"#9BDB9C"}},{"tag":"path","attr":{"d":"M128,0 L256,73.739 L128.696,153.044 L0,74.435 L128,0","fill":"#56CDAD"}},{"tag":"path","attr":{"d":"M192.293,59.091 L149.001,84.432 L149.001,135.58 L105.625,109.823 L63.916,134.238 L63.916,241.144 L107.208,214.595 L107.208,157.05 L153.447,186.24 L192.293,162.418 L192.293,59.091","fill":"#FFFFFF"}}],"content":"\n "}],"content":"\n "}],"content":"\n"})(props);
};