Theme Assets
This commit is contained in:
22
assets/vendor/lucide/esm/icons/receipt-swiss-franc.js
vendored
Normal file
22
assets/vendor/lucide/esm/icons/receipt-swiss-franc.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide v0.424.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
|
||||
Reference in New Issue
Block a user