1 line
No EOL
3.4 KiB
JSON
1 line
No EOL
3.4 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 key: \"1oijnt\"\n}], [\"path\", {\n d: \"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5\",\n key: \"cereej\"\n}], [\"path\", {\n d: \"M4 13.5V6a2 2 0 0 1 2-2h2\",\n key: \"5ua5vh\"\n}], [\"path\", {\n d: \"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\",\n key: \"1y4qbx\"\n}]];\nconst ClipboardPen = createLucideIcon(\"clipboard-pen\", __iconNode);\nexport { __iconNode, ClipboardPen as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","d","ClipboardPen","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/clipboard-pen.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', key: '1oijnt' }],\n ['path', { d: 'M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5', key: 'cereej' }],\n ['path', { d: 'M4 13.5V6a2 2 0 0 1 2-2h2', key: '5ua5vh' }],\n [\n 'path',\n {\n d: 'M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z',\n key: '1y4qbx',\n },\n ],\n];\n\n/**\n * @component @name ClipboardPen\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/clipboard-pen\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 ClipboardPen = createLucideIcon('clipboard-pen', __iconNode);\n\nexport default ClipboardPen;\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,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA+CD,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BD,GAAA,EAAK;AAAA,CAAU,GAC1D,CACE,QACA;EACEC,CAAA,EAAG;EACHD,GAAA,EAAK;AAAA,EACP,CAEJ;AAaA,MAAME,YAAA,GAAeC,gBAAA,CAAiB,iBAAiBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |