UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 715 B
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":"matrix(0 -1 1 0 3 18)"},"child":[{"tag":"path","attr":{"d":"m13.328 5.672v5.656h-5.656","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 11.914749 -4.935251)"}},{"tag":"path","attr":{"d":"m10.5.5v12"}},{"tag":"path","attr":{"d":"m7.328 3.672h-5.656v5.656","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 3.085814 -1.278186)"}},{"tag":"path","attr":{"d":"m4.5 2.5v12"}}]}]})(props); };