@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 579 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const copyImage = [
["path", { d: "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2", key: "1qd6ae" }],
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", key: "oyuw8j" }],
["circle", { cx: "14", cy: "14", r: "2", key: "apkx28" }],
["path", { d: "m13.4 22 4.7-3.9c.8-.8 2-.8 2.8 0l1.1 1.1", key: "11uwtb" }]
];
export { copyImage as default };
//# sourceMappingURL=copy-image.js.map