UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

23 lines (18 loc) 735 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 CalendarOff = createLucideIcon("CalendarOff", [ ["path", { d: "M16 2v3", key: "otl347" }], ["path", { d: "m2 2 20 20", key: "1ooewy" }], ["path", { d: "M21 9h-5.5", key: "1g344v" }], ["path", { d: "M3 9h6", key: "1q2djq" }], ["path", { d: "M3.586 3.586A2 2 0 003 5v14a2 2 0 002 2h14a2 2 0 001.414-.586", key: "1g7ltu" }], ["path", { d: "M8.656 3H19a2 2 0 012 2v10.344", key: "1bwpd1" }] ]); module.exports = CalendarOff; //# sourceMappingURL=calendar-off.js.map