lucide-react
Version:
A Lucide icon library package for React applications.
36 lines (32 loc) • 802 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: "mop",
size: 24,
node: [
[
"path",
{
d: "M10 22c2.761 0 5-1.79 5-4-4.42 0-4.08-5-8.5-5a1 1 0 100 9za3 3 0 01-3-3",
key: "16ixf7"
}
],
["path", { d: "M12.5 11.5 22 2", key: "1r4cui" }],
[
"path",
{
d: "m6.98 13.02 2.665-2.664a1.21 1.21 0 011.71 0l2.29 2.288a1.21 1.21 0 010 1.712l-2.088 2.087",
key: "1dw0bk"
}
]
]
};
__iconData.node;
const Mop = createLucideIcon(__iconData);
export { __iconData, Mop as default };
//# sourceMappingURL=mop.mjs.map