UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 877 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: "robot-vacuum", size: 24, node: [ ["path", { d: "M11 17h2", key: "12w5me" }], ["path", { d: "M12 12h.01", key: "1mp3jc" }], ["path", { d: "M17 12a5 5 0 00-10 0", key: "7ltzr3" }], ["path", { d: "M19 2v2.8", key: "5fivdr" }], ["path", { d: "M2 5h2.8", key: "1hq9iq" }], ["path", { d: "M22 5h-2.8", key: "1w5mcv" }], ["path", { d: "M5 2v2.8", key: "1aozhq" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ] }; __iconData.node; const RobotVacuum = createLucideIcon(__iconData); export { __iconData, RobotVacuum as default }; //# sourceMappingURL=robot-vacuum.mjs.map