1 line
No EOL
3.2 KiB
JSON
1 line
No EOL
3.2 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"rect\", {\n width: \"8\",\n height: \"4\",\n x: \"8\",\n y: \"2\",\n rx: \"1\",\n ry: \"1\",\n key: \"tgr4d6\"\n}], [\"path\", {\n d: \"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2\",\n key: \"4jdomd\"\n}], [\"path\", {\n d: \"M16 4h2a2 2 0 0 1 2 2v4\",\n key: \"3hqy98\"\n}], [\"path\", {\n d: \"M21 14H11\",\n key: \"1bme5i\"\n}], [\"path\", {\n d: \"m15 10-4 4 4 4\",\n key: \"5dvupr\"\n}]];\nconst ClipboardCopy = createLucideIcon(\"clipboard-copy\", __iconNode);\nexport { __iconNode, ClipboardCopy as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","ry","key","d","ClipboardCopy","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/clipboard-copy.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '8', height: '4', x: '8', y: '2', rx: '1', ry: '1', key: 'tgr4d6' }],\n ['path', { d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2', key: '4jdomd' }],\n ['path', { d: 'M16 4h2a2 2 0 0 1 2 2v4', key: '3hqy98' }],\n ['path', { d: 'M21 14H11', key: '1bme5i' }],\n ['path', { d: 'm15 10-4 4 4 4', key: '5dvupr' }],\n];\n\n/**\n * @component @name ClipboardCopy\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/clipboard-copy\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst ClipboardCopy = createLucideIcon('clipboard-copy', __iconNode);\n\nexport default ClipboardCopy;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GACrF,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6DD,GAAA,EAAK;AAAA,CAAU,GAC1F,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2BD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAaD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkBD,GAAA,EAAK;AAAA,CAAU,EACjD;AAaA,MAAME,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBV,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |