UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications

28 lines (23 loc) 787 B
/** * @license lucide-react-native v0.501.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 Rat = createLucideIcon("Rat", [ ["path", { d: "M13 22H4a2 2 0 0 1 0-4h12", key: "bt3f23" }], ["path", { d: "M13.236 18a3 3 0 0 0-2.2-5", key: "1tbvmo" }], ["path", { d: "M16 9h.01", key: "1bdo4e" }], [ "path", { d: "M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3", key: "9ch7kn" } ], ["path", { d: "M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18", key: "3s7e9i" }] ]); module.exports = Rat; //# sourceMappingURL=rat.js.map