1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.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 = [[\"circle\", {\n cx: \"17\",\n cy: \"4\",\n r: \"2\",\n key: \"y5j2s2\"\n}], [\"path\", {\n d: \"M15.59 5.41 5.41 15.59\",\n key: \"l0vprr\"\n}], [\"circle\", {\n cx: \"4\",\n cy: \"17\",\n r: \"2\",\n key: \"9p4efm\"\n}], [\"path\", {\n d: \"M12 22s-4-9-1.5-11.5S22 12 22 12\",\n key: \"1twk4o\"\n}]];\nconst Tangent = createLucideIcon(\"tangent\", __iconNode);\nexport { __iconNode, Tangent as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","Tangent","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/tangent.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '17', cy: '4', r: '2', key: 'y5j2s2' }],\n ['path', { d: 'M15.59 5.41 5.41 15.59', key: 'l0vprr' }],\n ['circle', { cx: '4', cy: '17', r: '2', key: '9p4efm' }],\n ['path', { d: 'M12 22s-4-9-1.5-11.5S22 12 22 12', key: '1twk4o' }],\n];\n\n/**\n * @component @name Tangent\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/tangent\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 Tangent = createLucideIcon('tangent', __iconNode);\n\nexport default Tangent;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA0BD,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoCD,GAAA,EAAK;AAAA,CAAU,EACnE;AAaA,MAAME,OAAA,GAAUC,gBAAA,CAAiB,WAAWP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |