@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.02 kB
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(3 3)"},"child":[{"tag":"path","attr":{"d":"m8.621 5.379v4.242h-4.242","transform":"matrix(.70710678 .70710678 .70710678 -.70710678 -3.399612 8.207388)"}},{"tag":"path","attr":{"d":"m5 3v9","transform":"matrix(0 1 -1 0 12.5 2.5)"}},{"tag":"path","attr":{"d":"m5.02090034 1.47909966h-2.5079176c-1.10147263 0-1.99561512.89060276-1.99998426 1.99206672l-.03154408 7.95228492c-.00438376 1.1045608.88748784 2.0035361 1.99204865 2.0079176.00000078 0 .00000156 0 .00000235-.0000024l10.0291813.0397707c1.1045608.0043801 2.0035351-.8874925 2.0079152-1.9920533.0000105-.0026437.0000157-.0052873.0000157-.007931v-7.99205324c0-1.1045695-.8954305-2-2-2h-2.4897173","transform":"matrix(0 1 1 0 .02 -.02)"}}]}]})(props);
};