@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 582 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 copyType = [
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", key: "oyuw8j" }],
["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }],
["path", { d: "M12 13v-1h6v1", key: "13j3gl" }],
["path", { d: "M15 12v6", key: "18bv57" }],
["path", { d: "M14 18h2", key: "o11ubl" }]
];
export { copyType as default };
//# sourceMappingURL=copy-type.js.map