1 line
No EOL
2.9 KiB
JSON
1 line
No EOL
2.9 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: \"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\",\n key: \"116196\"\n}], [\"path\", {\n d: \"m9 14 2 2 4-4\",\n key: \"df797q\"\n}]];\nconst ClipboardCheck = createLucideIcon(\"clipboard-check\", __iconNode);\nexport { __iconNode, ClipboardCheck as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","ry","key","d","ClipboardCheck","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/clipboard-check.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 [\n 'path',\n {\n d: 'M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2',\n key: '116196',\n },\n ],\n ['path', { d: 'm9 14 2 2 4-4', key: 'df797q' }],\n];\n\n/**\n * @component @name ClipboardCheck\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/clipboard-check\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 ClipboardCheck = createLucideIcon('clipboard-check', __iconNode);\n\nexport default ClipboardCheck;\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,CACE,QACA;EACEC,CAAA,EAAG;EACHD,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAiBD,GAAA,EAAK;AAAA,CAAU,EAChD;AAaA,MAAME,cAAA,GAAiBC,gBAAA,CAAiB,mBAAmBV,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |