@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 992 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 21 21","fill":"currentColor"},"child":[{"tag":"g","attr":{"fill":"none","fillRule":"evenodd","stroke":"#2a2e3b","strokeLinecap":"round","strokeLinejoin":"round","transform":"translate(2 2)"},"child":[{"tag":"path","attr":{"d":"m16.5.5v3c0 1.1045695-.8954305 2-2 2h-3","transform":"matrix(1 0 0 -1 0 6)"}},{"tag":"path","attr":{"d":"m7.086 9.914 2.828-2.828","transform":"matrix(.70710678 -.70710678 .70710678 .70710678 -3.520815 8.5)"}},{"tag":"path","attr":{"d":"m9.91421356 9.91421356-2.82842712-2.82842712z","transform":"matrix(.70710678 -.70710678 .70710678 .70710678 -3.520815 8.5)"}},{"tag":"path","attr":{"d":"m16.5 11.5v3c0 1.1045695-.8954305 2-2 2h-3"}},{"tag":"path","attr":{"d":"m5.5 5.5h-3c-1.1045695 0-2-.8954305-2-2v-3","transform":"matrix(1 0 0 -1 0 6)"}},{"tag":"path","attr":{"d":"m5.5 16.5h-3c-1.1045695 0-2-.8954305-2-2v-3"}}]}]})(props);
};