UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

34 lines (31 loc) 773 B
/** * @license lucide-static v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const TrashOff = ` <svg class="lucide lucide-trash-off" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M10 11v6" /> <path d="M14 17v-3" /> <path d="M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-1.576.768" /> <path d="M19 6v7.344" /> <path d="m2 2 20 20" /> <path d="M21 6h-9.344" /> <path d="M3 6h3" /> <path d="M5 6v14a2 2 0 002 2h10a2 2 0 002-2v-1" /> </svg> `; export { TrashOff as default }; //# sourceMappingURL=trash-off.mjs.map