@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 729 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 .121489 10.313301)"},"child":[{"tag":"path","attr":{"d":"m13.571.682v5.657l-5.667.01","transform":"matrix(-1 0 0 -1 14.414 7.445)"}},{"tag":"path","attr":{"d":"m7.207-1.944v18","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 7.313773 -2.615464)"}},{"tag":"path","attr":{"d":"m6.289.015-.04 5.696h-5.657","transform":"matrix(0 1 1 0 7.86 7.586)"}}]}]})(props);
};