@ohu-mobile/icons
Version:
12 lines (11 loc) • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const DeleteBinOutlined = {
name: 'delete-bin',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1zm1 2H6v12h12zm-9 3h2v6H9zm4 0h2v6h-2zM9 4v2h6V4z"/>',
};
exports.default = DeleteBinOutlined;