react-icons-kit
Version:
React Icons Kit using various Svg Icon set
23 lines (22 loc) • 488 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.newTab = void 0;
var newTab = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M3 1v12h12v-12h-12zM14 12h-10v-10h10v10zM2 14v-10.5l-1-1v12.5h12.5l-1-1h-10.5z"
}
}, {
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M5.5 4l2.5 2.5-3 3 1.5 1.5 3-3 2.5 2.5v-6.5z"
}
}]
};
exports.newTab = newTab;
;