UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 680 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: "barcode", size: 24, node: [ ["path", { d: "M3 5v14", key: "1nt18q" }], ["path", { d: "M8 5v14", key: "1ybrkv" }], ["path", { d: "M12 5v14", key: "s699le" }], ["path", { d: "M17 5v14", key: "ycjyhj" }], ["path", { d: "M21 5v14", key: "nzette" }] ] }; __iconData.node; const Barcode = createLucideIcon(__iconData); export { __iconData, Barcode as default }; //# sourceMappingURL=barcode.mjs.map