@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.06 kB
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":"rect","attr":{"x":"27.725","y":"30.515","fill":"#231F20","width":"44.55","height":"23.113"}},{"tag":"rect","attr":{"x":"28.793","y":"58.615","fill":"#231F20","width":"11.074","height":"10.87"}},{"tag":"rect","attr":{"x":"60.915","y":"58.615","fill":"#231F20","width":"11.074","height":"10.87"}},{"tag":"rect","attr":{"x":"44.854","y":"58.615","fill":"#231F20","width":"11.074","height":"10.87"}},{"tag":"path","attr":{"fill":"#231F20","d":"M82.69,15.588L82.69,15.588H17.311h-0.001c-2.491,0-4.512,2.02-4.512,4.512h-0.001v60.067h0.028\n\t\tc0.14,2.366,2.085,4.246,4.485,4.246h0h0H82.69c2.401,0,4.344-1.88,4.484-4.246h0.027V20.1\n\t\tC87.202,17.607,85.182,15.588,82.69,15.588z M77.262,74.473H22.738V25.527h54.525V74.473z"}}],"content":"\n"}],"content":"\n"})(props);
};