1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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: \"M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z\",\n key: \"nrt1m3\"\n}], [\"path\", {\n d: \"M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6\",\n key: \"99hgts\"\n}], [\"path\", {\n d: \"m6 21 5-5\",\n key: \"1wyjai\"\n}], [\"circle\", {\n cx: \"9\",\n cy: \"9\",\n r: \"2\",\n key: \"af1f0g\"\n}]];\nconst ImagePlay = createLucideIcon(\"image-play\", __iconNode);\nexport { __iconNode, ImagePlay as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","ImagePlay","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/image-play.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z',\n key: 'nrt1m3',\n },\n ],\n ['path', { d: 'M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6', key: '99hgts' }],\n ['path', { d: 'm6 21 5-5', key: '1wyjai' }],\n ['circle', { cx: '9', cy: '9', r: '2', key: 'af1f0g' }],\n];\n\n/**\n * @component @name ImagePlay\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/image-play\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 ImagePlay = createLucideIcon('image-play', __iconNode);\n\nexport default ImagePlay;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAgEC,GAAA,EAAK;AAAA,CAAU,GAC7F,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EACxD;AAaA,MAAMI,SAAA,GAAYC,gBAAA,CAAiB,cAAcP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |