UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

25 lines (22 loc) 599 B
/** * @license lucide v1.24.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const PaperBag = [ [ "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" } ], [ "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" } ] ]; export { PaperBag as default }; //# sourceMappingURL=paper-bag.mjs.map