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: \"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8\",\n key: \"10dyio\"\n}], [\"path\", {\n d: \"M10 19v-3.96 3.15\",\n key: \"1irgej\"\n}], [\"path\", {\n d: \"M7 19h5\",\n key: \"qswx4l\"\n}], [\"rect\", {\n width: \"6\",\n height: \"10\",\n x: \"16\",\n y: \"12\",\n rx: \"2\",\n key: \"1egngj\"\n}]];\nconst MonitorSmartphone = createLucideIcon(\"monitor-smartphone\", __iconNode);\nexport { __iconNode, MonitorSmartphone as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","MonitorSmartphone","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/monitor-smartphone.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8', key: '10dyio' }],\n ['path', { d: 'M10 19v-3.96 3.15', key: '1irgej' }],\n ['path', { d: 'M7 19h5', key: 'qswx4l' }],\n ['rect', { width: '6', height: '10', x: '16', y: '12', rx: '2', key: '1egngj' }],\n];\n\n/**\n * @component @name MonitorSmartphone\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/monitor-smartphone\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 MonitorSmartphone = createLucideIcon('monitor-smartphone', __iconNode);\n\nexport default MonitorSmartphone;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2DC,GAAA,EAAK;AAAA,CAAU,GACxF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAMC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EACjF;AAaA,MAAMM,iBAAA,GAAoBC,gBAAA,CAAiB,sBAAsBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |