@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 817 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","id":"Layer_1","x":"0px","y":"0px","viewBox":"0 0 100 100","enableBackground":"new 0 0 100 100","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M95.582,41.448h-7.796V24.342h0l0-0.001c0-0.956-0.775-1.731-1.733-1.731H4.418c-0.957,0-1.732,0.775-1.732,1.731l0,0.001\n\t\th0v51.316h0l0,0.001c0,0.957,0.775,1.731,1.732,1.731h81.635c0.957,0,1.732-0.775,1.732-1.731l0-0.001h0V57.039h7.796\n\t\tc0.957,0,1.732-0.775,1.732-1.732V43.18C97.314,42.223,96.539,41.448,95.582,41.448z M77.829,67.434H12.862V32.785h64.967V67.434z"}},{"tag":"rect","attr":{"x":"17.84","y":"37.382","width":"55.01","height":"25.074"}}],"content":"\n"}],"content":"\n"})(props);
};