1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 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 = [[\"path\", {\n d: \"M16 14v2.2l1.6 1\",\n key: \"fo4ql5\"\n}], [\"path\", {\n d: \"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2\",\n key: \"1urifu\"\n}], [\"circle\", {\n cx: \"16\",\n cy: \"16\",\n r: \"6\",\n key: \"qoo3c4\"\n}]];\nconst FolderClock = createLucideIcon(\"folder-clock\", __iconNode);\nexport { __iconNode, FolderClock as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","FolderClock","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/folder-clock.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M16 14v2.2l1.6 1', key: 'fo4ql5' }],\n [\n 'path',\n {\n d: 'M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2',\n key: '1urifu',\n },\n ],\n ['circle', { cx: '16', cy: '16', r: '6', key: 'qoo3c4' }],\n];\n\n/**\n * @component @name FolderClock\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/folder-clock\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 FolderClock = createLucideIcon('folder-clock', __iconNode);\n\nexport default FolderClock;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoBC,GAAA,EAAK;AAAA,CAAU,GACjD,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMI,WAAA,GAAcC,gBAAA,CAAiB,gBAAgBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |