react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 478 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.trash = void 0;
var trash = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M3 0c-.55 0-1 .45-1 1h-1c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1h-1c0-.55-.45-1-1-1h-1zm-2 3v4.81c0 .11.08.19.19.19h4.63c.11 0 .19-.08.19-.19v-4.81h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1z"
}
}]
};
exports.trash = trash;
;