@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 477 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 320","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"polygon","attr":{"fill":"#212121","fillRule":"nonzero","points":"0 0 0 320 128 320 128 272 48 272 48 45.3333333 208 45.3333333 208 224 128 224 128 272 256 272 256 0"}}],"content":"\n "}],"content":"\n"})(props);
};