UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 704 B
/** * @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: "toothbrush", size: 24, node: [ ["path", { d: "M15 11c-2 2-4 2-6 4l-7 7", key: "887gyg" }], [ "path", { d: "m22 4-7.414 7.414-2-2A2 2 0 0114 6c0-.512.196-1.024.586-1.414A2 2 0 0116 4a2 2 0 013.262-1.552l2.152 2.138", key: "1lv77q" } ] ] }; __iconData.node; const Toothbrush = createLucideIcon(__iconData); export { __iconData, Toothbrush as default }; //# sourceMappingURL=toothbrush.mjs.map