UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

35 lines (31 loc) 857 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: "paper-bag", size: 24, node: [ [ "path", { d: "M5.364 3.848C4 6 3 9.652 3 12.652V19a2 2 0 002 2h14a2 2 0 002-2v-5c0-2.334-1.816-4.668-2.622-7.002", key: "vlsvfu" } ], [ "path", { d: "M7 3h11.379a2 2 0 011.789 1.106l.723 1.447A1 1 0 0119.997 7h-8.525a2 2 0 01-1.789-1.106L8.79 4.105a2 2 0 10-3.579 1.789l2.261 4.522A5 5 0 018 12.652V21", key: "12exh5" } ] ] }; __iconData.node; const PaperBag = createLucideIcon(__iconData); export { __iconData, PaperBag as default }; //# sourceMappingURL=paper-bag.mjs.map