1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 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: \"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z\",\n key: \"1fy3hk\"\n}], [\"line\", {\n x1: \"15\",\n x2: \"9\",\n y1: \"10\",\n y2: \"10\",\n key: \"1gty7f\"\n}]];\nconst BookmarkMinus = createLucideIcon(\"bookmark-minus\", __iconNode);\nexport { __iconNode, BookmarkMinus as default };","map":{"version":3,"names":["__iconNode","d","key","x1","x2","y1","y2","BookmarkMinus","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/bookmark-minus.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z', key: '1fy3hk' }],\n ['line', { x1: '15', x2: '9', y1: '10', y2: '10', key: '1gty7f' }],\n];\n\n/**\n * @component @name BookmarkMinus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bookmark-minus\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 BookmarkMinus = createLucideIcon('bookmark-minus', __iconNode);\n\nexport default BookmarkMinus;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAuDC,GAAA,EAAK;AAAA,CAAU,GACpF,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,EACnE;AAaA,MAAMK,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |