UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

31 lines (27 loc) 1 kB
/** * @license lucide-react-native v1.31.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 BroomSparkles = createLucideIcon("BroomSparkles", [ ["path", { d: "M11 2v2", key: "1539x4" }], ["path", { d: "M12 3h-2", key: "1su5n0" }], ["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: "M20 15v4", key: "nmhudv" }], ["path", { d: "M22 17h-4", key: "1sj068" }], ["path", { d: "M4 4v4", key: "a4sqb9" }], ["path", { d: "m5 18 2-2", key: "11qwpn" }], ["path", { d: "M6 6H2", key: "1cli1h" }], ["path", { d: "m7.699 10.7 5.602 5.601", key: "1rehuz" }] ]); export { BroomSparkles as default }; //# sourceMappingURL=broom-sparkles.mjs.map