UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

27 lines (22 loc) 711 B
/** * @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. */ 'use strict'; var createLucideIcon = require('../createLucideIcon.js'); const Broom = createLucideIcon("Broom", [ ["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" }] ]); module.exports = Broom; //# sourceMappingURL=broom.js.map