UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 721 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "copy-x", size: 24, node: [ ["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", { x: "8", y: "8", width: "14", height: "14", rx: "2", key: "1an92s" }], ["path", { d: "m12.5 12.5 5 5", key: "1simgt" }], ["path", { d: "m12.5 17.5 5-5", key: "pc59mn" }] ] }; __iconData.node; const CopyX = createLucideIcon(__iconData); export { __iconData, CopyX as default }; //# sourceMappingURL=copy-x.mjs.map