Theme Assets
This commit is contained in:
23
assets/vendor/lucide/esm/icons/ligature.js
vendored
Normal file
23
assets/vendor/lucide/esm/icons/ligature.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @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 Ligature = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
["path", { d: "M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2" }],
|
||||
["path", { d: "M6 12h4" }],
|
||||
["path", { d: "M14 12h2v8" }],
|
||||
["path", { d: "M6 20h4" }],
|
||||
["path", { d: "M14 20h4" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Ligature as default };
|
||||
//# sourceMappingURL=ligature.js.map
|
||||
Reference in New Issue
Block a user