UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

32 lines (28 loc) 880 B
/** * @license lucide-react v1.46.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 __iconData = { name: "barrel", size: 24, node: [ ["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" }] ] }; __iconData.node; const Barrel = createLucideIcon(__iconData); export { __iconData, Barrel as default }; //# sourceMappingURL=barrel.mjs.map