UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

28 lines (23 loc) 782 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 Barrel = createLucideIcon("Barrel", [ ["path", { d: "M10 3a41 41 0 000 18", key: "1f9k6x" }], ["path", { d: "M14 3a41 41 0 010 18", key: "1qo28r" }], [ "path", { d: "M16.997 21a2 2 0 001.68-.92 15.25 15.25 0 000-16.16 2 2 0 00-1.68-.92h-10a2 2 0 00-1.681.92 15.25 15.25 0 000 16.16 2 2 0 001.681.92z", key: "1nrwe5" } ], ["path", { d: "M3.54 16h16.914", key: "jntgtt" }], ["path", { d: "M3.54 8h16.914", key: "14pf7i" }] ]); module.exports = Barrel; //# sourceMappingURL=barrel.js.map