UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 1.12 kB
/** * @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: "receipt-turkish-lira", size: 24, node: [ ["path", { d: "M10 7v10a5 5 0 0 0 5-5", key: "1blmz7" }], ["path", { d: "m14 8-6 3", key: "2tb98i" }], [ "path", { d: "M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z", key: "ycz6yz" } ] ] }; __iconData.node; const ReceiptTurkishLira = createLucideIcon(__iconData); export { __iconData, ReceiptTurkishLira as default }; //# sourceMappingURL=receipt-turkish-lira.mjs.map