react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 390 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.inbox = void 0;
var inbox = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M.19 0c-.11 0-.19.08-.19.19v7.63c0 .11.08.19.19.19h7.63c.11 0 .19-.08.19-.19v-7.63c0-.11-.08-.19-.19-.19h-7.63zm.81 2h6v3h-1l-1 1h-2l-1-1h-1v-3z"
}
}]
};
exports.inbox = inbox;
;