1 line
No EOL
3 KiB
JSON
1 line
No EOL
3 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: \"M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z\",\n fill: \"currentColor\",\n key: \"x1mxqr\"\n}], [\"path\", {\n d: \"M16.85 18.58a9 9 0 1 0-9.7 0\",\n key: \"d71mpg\"\n}], [\"path\", {\n d: \"M8 14a5 5 0 1 1 8 0\",\n key: \"fc81rn\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"11\",\n r: \"1\",\n fill: \"currentColor\",\n key: \"vqiwd\"\n}]];\nconst Podcast = createLucideIcon(\"podcast\", __iconNode);\nexport { __iconNode, Podcast as default };","map":{"version":3,"names":["__iconNode","d","fill","key","cx","cy","r","Podcast","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/podcast.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n { d: 'M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z', fill: 'currentColor', key: 'x1mxqr' },\n ],\n ['path', { d: 'M16.85 18.58a9 9 0 1 0-9.7 0', key: 'd71mpg' }],\n ['path', { d: 'M8 14a5 5 0 1 1 8 0', key: 'fc81rn' }],\n ['circle', { cx: '12', cy: '11', r: '1', fill: 'currentColor', key: 'vqiwd' }],\n];\n\n/**\n * @component @name Podcast\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/podcast\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 Podcast = createLucideIcon('podcast', __iconNode);\n\nexport default Podcast;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EAAEC,CAAA,EAAG;EAAkDC,IAAA,EAAM;EAAgBC,GAAA,EAAK;AAAA,EACpF,EACA,CAAC,QAAQ;EAAEF,CAAA,EAAG;EAAgCE,GAAA,EAAK;AAAA,CAAU,GAC7D,CAAC,QAAQ;EAAEF,CAAA,EAAG;EAAuBE,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKJ,IAAA,EAAM;EAAgBC,GAAA,EAAK;AAAA,CAAS,EAC/E;AAaA,MAAMI,OAAA,GAAUC,gBAAA,CAAiB,WAAWR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |