15 lines
319 B
JavaScript
15 lines
319 B
JavaScript
/**
|
|
* @license lucide v0.525.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
const Code = [
|
|
["path", { d: "m16 18 6-6-6-6" }],
|
|
["path", { d: "m8 6-6 6 6 6" }]
|
|
];
|
|
|
|
export { Code as default };
|
|
//# sourceMappingURL=code.js.map
|