1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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 = [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n ry: \"2\",\n key: \"1m3agn\"\n}], [\"rect\", {\n width: \"3\",\n height: \"9\",\n x: \"7\",\n y: \"7\",\n key: \"14n3xi\"\n}], [\"rect\", {\n width: \"3\",\n height: \"5\",\n x: \"14\",\n y: \"7\",\n key: \"s4azjd\"\n}]];\nconst Trello = createLucideIcon(\"trello\", __iconNode);\nexport { __iconNode, Trello as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","ry","key","Trello","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/trello.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', ry: '2', key: '1m3agn' }],\n ['rect', { width: '3', height: '9', x: '7', y: '7', key: '14n3xi' }],\n ['rect', { width: '3', height: '5', x: '14', y: '7', key: 's4azjd' }],\n];\n\n/**\n * @component @name Trello\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/trello\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 * @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=trello instead. This icon will be removed in v1.0\n */\nconst Trello = createLucideIcon('trello', __iconNode);\n\nexport default Trello;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvF,CAAC,QAAQ;EAAEN,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKG,GAAA,EAAK;AAAA,CAAU,GACnE,CAAC,QAAQ;EAAEN,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKG,GAAA,EAAK;AAAA,CAAU,EACtE;AAaA,MAAMC,MAAA,GAASC,gBAAA,CAAiB,UAAUT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |