lucide-react
Version:
A Lucide icon library package for React applications.
36 lines (32 loc) • 1.08 kB
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: "toothbrush-sparkles",
size: 24,
node: [
["path", { d: "M10 3H8", key: "mzdi2d" }],
["path", { d: "M14.586 11.414 22 4", key: "swnl64" }],
["path", { d: "M15 11a8 8 0 01-.429.4", key: "3uwied" }],
[
"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",
key: "1kper6"
}
],
["path", { d: "M20 15v4", key: "nmhudv" }],
["path", { d: "M22 17h-4", key: "1sj068" }],
["path", { d: "M4 5v4", key: "13jjxc" }],
["path", { d: "M6 7H2", key: "8zbtv0" }],
["path", { d: "M9 2v2", key: "165o2o" }]
]
};
__iconData.node;
const ToothbrushSparkles = createLucideIcon(__iconData);
export { __iconData, ToothbrushSparkles as default };
//# sourceMappingURL=toothbrush-sparkles.mjs.map