UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 469 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"path","attr":{"d":"M21,6h-2V3h-2v3H7V3H5v3H3C2.447,6,2,6.448,2,7v7c0,0.553,0.447,1,1,1h2v6h2v-6h10v6h2v-6h2c0.553,0,1-0.447,1-1V7 C22,6.448,21.553,6,21,6z M4.42,13l2.857-5H9.58l-2.857,5H4.42z M12.277,8h2.303l-2.857,5H9.42L12.277,8z M17.277,8h2.303l-2.857,5 H14.42L17.277,8z"}}]})(props); };