View file Boron/Admin/dist/assets/vendor/lucide/esm/icons/dock.js

File size: 478B
/**
 * @license lucide v0.414.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