@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 737 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":"matrix(-.70710678 -.70710678 .70710678 -.70710678 10.315115 21.628661)"},"child":[{"tag":"path","attr":{"d":"m14.042 1.189-.033 5.69-5.624-.033","transform":"matrix(-1 0 0 -1 15.414 8.482)"}},{"tag":"path","attr":{"d":"m7.678-1.414v18","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 7.801054 -2.793278)"}},{"tag":"path","attr":{"d":"m5.778.485v5.657h-5.657","transform":"matrix(0 1 1 0 7.958 8.586)"}}]}]})(props);
};