lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
28 lines (25 loc) • 678 B
JavaScript
/**
* @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 Toothbrush = `
<svg
class="lucide lucide-toothbrush"
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="M15 11c-2 2-4 2-6 4l-7 7" />
<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" />
</svg>
`;
export { Toothbrush as default };
//# sourceMappingURL=toothbrush.mjs.map