UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

23 lines (18 loc) 802 B
/** * @license lucide-react-native v1.18.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 Volleyball = createLucideIcon("Volleyball", [ ["path", { d: "M11 7a16 16 20 0 1 10.98 4.362", key: "1mmfx7" }], ["path", { d: "M12 12a13 13 0 0 1-8.66 5", key: "14sm5y" }], ["path", { d: "M16.83 13.634a16 16 0 0 1-9.267 7.328", key: "j0eyj5" }], ["path", { d: "M20.66 17A13 13 0 0 0 12 12a13 13 0 0 1 0-10", key: "qaetsw" }], ["path", { d: "M8.17 15.366a16 16 0 0 1-1.713-11.69", key: "17ewdd" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ]); module.exports = Volleyball; //# sourceMappingURL=volleyball.js.map