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 = [[\"path\", {\n d: \"M4 7V4h16v3\",\n key: \"9msm58\"\n}], [\"path\", {\n d: \"M5 20h6\",\n key: \"1h6pxn\"\n}], [\"path\", {\n d: \"M13 4 8 20\",\n key: \"kqq6aj\"\n}], [\"path\", {\n d: \"m15 15 5 5\",\n key: \"me55sn\"\n}], [\"path\", {\n d: \"m20 15-5 5\",\n key: \"11p7ol\"\n}]];\nconst RemoveFormatting = createLucideIcon(\"remove-formatting\", __iconNode);\nexport { __iconNode, RemoveFormatting as default };","map":{"version":3,"names":["__iconNode","d","key","RemoveFormatting","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/remove-formatting.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M4 7V4h16v3', key: '9msm58' }],\n ['path', { d: 'M5 20h6', key: '1h6pxn' }],\n ['path', { d: 'M13 4 8 20', key: 'kqq6aj' }],\n ['path', { d: 'm15 15 5 5', key: 'me55sn' }],\n ['path', { d: 'm20 15-5 5', key: '11p7ol' }],\n];\n\n/**\n * @component @name RemoveFormatting\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/remove-formatting\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 RemoveFormatting = createLucideIcon('remove-formatting', __iconNode);\n\nexport default RemoveFormatting;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAeC,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,EAC7C;AAaA,MAAMC,gBAAA,GAAmBC,gBAAA,CAAiB,qBAAqBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |