UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

24 lines (20 loc) 673 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. */ import createLucideIcon from '../createLucideIcon.mjs'; const Cuboid = createLucideIcon("Cuboid", [ ["path", { d: "M10 22v-8", key: "1f8443" }], ["path", { d: "M2.336 8.89 10 14l11.715-7.029", key: "1qnufy" }], [ "path", { d: "M22 14a2 2 0 0 1-.971 1.715l-10 6a2 2 0 0 1-2.138-.05l-6-4A2 2 0 0 1 2 16v-6a2 2 0 0 1 .971-1.715l10-6a2 2 0 0 1 2.138.05l6 4A2 2 0 0 1 22 8z", key: "670npk" } ] ]); export { Cuboid as default }; //# sourceMappingURL=cuboid.mjs.map