UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

23 lines (19 loc) 616 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: "briefcase", size: 24, node: [ ["path", { d: "M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16", key: "jecpp" }], ["rect", { width: "20", height: "14", x: "2", y: "6", rx: "2", key: "i6l2r4" }] ] }; __iconData.node; const Briefcase = createLucideIcon(__iconData); export { __iconData, Briefcase as default }; //# sourceMappingURL=briefcase.mjs.map