@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 857 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 348","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M128,0 C128,0 0,90.667 0,218.667 C0,289.524 57.143,346.667 128,346.667 L128,347.428 C198.095,346.667 256,289.524 256,218.667 C256,90.667 128,0 128,0 L128,0 Z M128,293.333 L59.428,214.095 L89.905,214.095 L89.905,124.19 L166.095,124.19 L166.095,214.095 L196.571,214.095 L128,293.333 L128,293.333 Z","fill":"#1FC3C4"}},{"tag":"path","attr":{"d":"M256,218.667 C256,90.667 128,0 128,0 L128,124.191 L166.095,124.191 L166.095,214.095 L196.571,214.095 L128,293.333 L128,347.429 C198.095,346.667 256,289.524 256,218.667","fill":"#38DEDF"}}],"content":"\n\t"}],"content":"\n"})(props);
};