react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.enter = void 0;
var enter = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M6 8h-5v-2h5v-2l3 3-3 3zM16 0v13l-6 3v-3h-6v-4h1v3h5v-9l4-2h-9v4h-1v-5z"
}
}]
};
exports.enter = enter;