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 = [[\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"10\",\n key: \"1mglay\"\n}], [\"line\", {\n x1: \"8\",\n x2: \"16\",\n y1: \"15\",\n y2: \"15\",\n key: \"1xb1d9\"\n}], [\"line\", {\n x1: \"9\",\n x2: \"9.01\",\n y1: \"9\",\n y2: \"9\",\n key: \"yxxnd0\"\n}], [\"line\", {\n x1: \"15\",\n x2: \"15.01\",\n y1: \"9\",\n y2: \"9\",\n key: \"1p4y9e\"\n}]];\nconst Meh = createLucideIcon(\"meh\", __iconNode);\nexport { __iconNode, Meh as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","x1","x2","y1","y2","Meh","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/meh.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '12', cy: '12', r: '10', key: '1mglay' }],\n ['line', { x1: '8', x2: '16', y1: '15', y2: '15', key: '1xb1d9' }],\n ['line', { x1: '9', x2: '9.01', y1: '9', y2: '9', key: 'yxxnd0' }],\n ['line', { x1: '15', x2: '15.01', y1: '9', y2: '9', key: '1p4y9e' }],\n];\n\n/**\n * @component @name Meh\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/meh\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 Meh = createLucideIcon('meh', __iconNode);\n\nexport default Meh;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAMC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKJ,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAASC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKJ,GAAA,EAAK;AAAA,CAAU,EACrE;AAaA,MAAMK,GAAA,GAAMC,gBAAA,CAAiB,OAAOV,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |