lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
35 lines (32 loc) • 889 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 ToothbrushSparkles = `
<svg
class="lucide lucide-toothbrush-sparkles"
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 3H8" />
<path d="M14.586 11.414 22 4" />
<path d="M15 11a8 8 0 01-.429.4" />
<path d="m2 22 7-7c1.857-1.857 3.714-1.99 5.571-3.6l-1.985-1.986A2 2 0 0114 6a2 2 0 012-2 2 2 0 013.262-1.552l2.152 2.138" />
<path d="M20 15v4" />
<path d="M22 17h-4" />
<path d="M4 5v4" />
<path d="M6 7H2" />
<path d="M9 2v2" />
</svg>
`;
export { ToothbrushSparkles as default };
//# sourceMappingURL=toothbrush-sparkles.mjs.map