@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 976 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","viewBox":"0 0 18 16","fill":"currentColor"},"child":[{"tag":"path","attr":{"fill":"#000000","d":"M17 2h-1v-1c0-0.55-0.45-1-1-1h-14c-0.55 0-1 0.45-1 1v12c0 0.55 0.45 1 1 1h1v1c0 0.55 0.45 1 1 1h14c0.55 0 1-0.45 1-1v-12c0-0.55-0.45-1-1-1zM2 3v10h-0.998c-0.001-0.001-0.001-0.001-0.002-0.002v-11.996c0.001-0.001 0.001-0.001 0.002-0.002h13.996c0.001 0.001 0.001 0.001 0.002 0.002v0.998h-12c-0.55 0-1 0.45-1 1v0zM17 14.998c-0.001 0.001-0.001 0.001-0.002 0.002h-13.996c-0.001-0.001-0.001-0.001-0.002-0.002v-11.996c0.001-0.001 0.001-0.001 0.002-0.002h13.996c0.001 0.001 0.001 0.001 0.002 0.002v11.996z"}},{"tag":"path","attr":{"fill":"#000000","d":"M15 5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5 0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5z"}},{"tag":"path","attr":{"fill":"#000000","d":"M16 14h-12v-2l3.5-6 4 5h1l3.5-3z"}}],"content":"\n"})(props);
};