lucide-react
Version:
A Lucide icon library package for React applications.
29 lines (25 loc) • 903 B
JavaScript
/**
* @license lucide-react 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.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "trash-off",
size: 24,
node: [
["path", { d: "M10 11v6", key: "nco0om" }],
["path", { d: "M14 17v-3", key: "14u96h" }],
["path", { d: "M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-1.576.768", key: "zo55d0" }],
["path", { d: "M19 6v7.344", key: "q0pkd1" }],
["path", { d: "m2 2 20 20", key: "1ooewy" }],
["path", { d: "M21 6h-9.344", key: "pvjear" }],
["path", { d: "M3 6h3", key: "155dbl" }],
["path", { d: "M5 6v14a2 2 0 002 2h10a2 2 0 002-2v-1", key: "1ouqfz" }]
]
};
__iconData.node;
const TrashOff = createLucideIcon(__iconData);
export { __iconData, TrashOff as default };
//# sourceMappingURL=trash-off.mjs.map