@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 696 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 232","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M100.90241,231.617947 L217.358491,192.964882 L256,0 L37.8672926,0 L29.5704613,43.055701 L204.381692,43.055701 L198.939063,70.5461768 L23.8620565,70.5461768 L15.2994493,113.601878 L190.122235,113.601878 L180.519635,162.88598 L109.973459,185.962264 L49.0183263,162.88598 L53.1782974,141.358129 L10.1225964,141.358129 L0,192.964882 L100.90241,231.617947","fill":"#444"}}],"content":"\n "}],"content":"\n"})(props);
};