react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 336 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.exit = void 0;
var exit = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M1 0l-1 1 1.5 1.5-1.5 1.5h4v-4l-1.5 1.5-1.5-1.5zm3 4v4l1.5-1.5 1.5 1.5 1-1-1.5-1.5 1.5-1.5h-4z"
}
}]
};
exports.exit = exit;
;