@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 678 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":{"fill":"#231F20","d":"M79,14H21c-3.866,0-7,3.134-7,7v58c0,3.866,3.134,7,7,7h58c3.866,0,7-3.134,7-7V21\n\t\tC86,17.134,82.866,14,79,14z M53.134,52.654V69.83h-5.267V52.714L35.12,29.494h5.925l5.685,11.132\n\t\tc1.556,3.051,2.752,5.505,4.01,8.318h0.12c1.137-2.634,2.514-5.268,4.07-8.318l5.805-11.132h5.924L53.134,52.654z"}}],"content":"\n"}],"content":"\n"})(props);
};