UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

31 lines (27 loc) 807 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: "broom", size: 24, node: [ ["path", { d: "M13.5 10.5 22 2", key: "1yxz6l" }], [ "path", { d: "M14.734 13.841a2 2 0 00-.314-2.42L12.58 9.58a2 2 0 00-2.421-.314l-7.657 4.461A1 1 0 002.3 15.3l6.403 6.403a1 1 0 001.571-.204z", key: "1q75r6" } ], ["path", { d: "m5 18 2-2", key: "11qwpn" }], ["path", { d: "m7.699 10.7 5.602 5.601", key: "1rehuz" }] ] }; __iconData.node; const Broom = createLucideIcon(__iconData); export { __iconData, Broom as default }; //# sourceMappingURL=broom.mjs.map