Files
hyper-theme/assets/vendor/lucide/esm/icons/dock.js
2025-11-20 23:10:06 -06:00

22 lines
478 B
JavaScript

/**
* @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 Dock = [
"svg",
defaultAttributes,
[
["path", { d: "M2 8h20" }],
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }],
["path", { d: "M6 16h12" }]
]
];
export { Dock as default };
//# sourceMappingURL=dock.js.map