odin-simple-mobile-menu/node_modules/lucide/dist/esm/icons/receipt-swiss-franc.js

23 lines
580 B
JavaScript
Raw Permalink Normal View History

2024-02-19 10:37:52 +00:00
/**
* @license lucide v0.331.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import defaultAttributes from '../defaultAttributes.js';
const ReceiptSwissFranc = [
"svg",
defaultAttributes,
[
["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }],
["path", { d: "M10 17V7h5" }],
["path", { d: "M10 11h4" }],
["path", { d: "M8 15h5" }]
]
];
export { ReceiptSwissFranc as default };
//# sourceMappingURL=receipt-swiss-franc.js.map