1 line
No EOL
3.8 KiB
JSON
1 line
No EOL
3.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: \"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22\",\n key: \"1rnhq3\"\n}], [\"path\", {\n d: \"m12 18 2.57-3.5\",\n key: \"116vt7\"\n}], [\"path\", {\n d: \"M6.243 9.016a7 7 0 0 1 11.507-.009\",\n key: \"10dq0b\"\n}], [\"path\", {\n d: \"M9.35 14.53 12 11.22\",\n key: \"tdsyp2\"\n}], [\"path\", {\n d: \"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z\",\n key: \"nmifey\"\n}]];\nconst Ribbon = createLucideIcon(\"ribbon\", __iconNode);\nexport { __iconNode, Ribbon as default };","map":{"version":3,"names":["__iconNode","d","key","Ribbon","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/ribbon.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n { d: 'M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22', key: '1rnhq3' },\n ],\n ['path', { d: 'm12 18 2.57-3.5', key: '116vt7' }],\n ['path', { d: 'M6.243 9.016a7 7 0 0 1 11.507-.009', key: '10dq0b' }],\n ['path', { d: 'M9.35 14.53 12 11.22', key: 'tdsyp2' }],\n [\n 'path',\n {\n d: 'M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z',\n key: 'nmifey',\n },\n ],\n];\n\n/**\n * @component @name Ribbon\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/ribbon\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 Ribbon = createLucideIcon('ribbon', __iconNode);\n\nexport default Ribbon;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EAAEC,CAAA,EAAG;EAAuEC,GAAA,EAAK;AAAA,EACnF,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAsCC,GAAA,EAAK;AAAA,CAAU,GACnE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAwBC,GAAA,EAAK;AAAA,CAAU,GACrD,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EACP,CAEJ;AAaA,MAAMC,MAAA,GAASC,gBAAA,CAAiB,UAAUJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |