UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications

30 lines (25 loc) 1.16 kB
/** * @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 CalendarCog = createLucideIcon("CalendarCog", [ ["path", { d: "m15.228 16.852-.923-.383", key: "npixar" }], ["path", { d: "m15.228 19.148-.923.383", key: "51cr3n" }], ["path", { d: "M16 2v4", key: "4m81vk" }], ["path", { d: "m16.47 14.305.382.923", key: "obybxd" }], ["path", { d: "m16.852 20.772-.383.924", key: "dpfhf9" }], ["path", { d: "m19.148 15.228.383-.923", key: "1reyyz" }], ["path", { d: "m19.53 21.696-.382-.924", key: "1goivc" }], ["path", { d: "m20.772 16.852.924-.383", key: "htqkph" }], ["path", { d: "m20.772 19.148.924.383", key: "9w9pjp" }], ["path", { d: "M21 11V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6", key: "1dju0s" }], ["path", { d: "M3 10h18", key: "8toen8" }], ["path", { d: "M8 2v4", key: "1cmpym" }], ["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }] ]); module.exports = CalendarCog; //# sourceMappingURL=calendar-cog.js.map