@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 905 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":"m5.17157288 6.87867966v-1.41421357c0-1.56209716 1.26632995-2.82842712 2.82842712-2.82842712s2.8284271 1.26632996 2.8284271 2.82842712v1.41421357m0 2.82842712v2.82842712c0 1.5620972-1.26632993 2.8284271-2.8284271 2.8284271s-2.82842712-1.2663299-2.82842712-2.8284271v-2.82842712","transform":"matrix(.70710678 .70710678 -.70710678 .70710678 8.707107 -3.020815)"}},{"tag":"path","attr":{"d":"m5.5 3.5v-3"}},{"tag":"path","attr":{"d":"m.5 5.5h3"}},{"tag":"path","attr":{"d":"m11.5 16.5v-3"}},{"tag":"path","attr":{"d":"m13.5 11.5h3"}}]}]})(props);
};