react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.link = void 0;
var link = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0v8h8v-2h-1v1h-6v-6h1v-1h-2zm4 0l1.5 1.5-2.5 2.5 1 1 2.5-2.5 1.5 1.5v-4h-4z"
}
}]
};
exports.link = link;