1 line
1.8 KiB
JSON
1 line
1.8 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Brackets = createLucideIcon(\"Brackets\", [[\"path\", {\n d: \"M16 3h3v18h-3\",\n key: \"1yor1f\"\n}], [\"path\", {\n d: \"M8 21H5V3h3\",\n key: \"1qrfwo\"\n}]]);\nexport { Brackets as default };","map":{"version":3,"names":["Brackets","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/brackets.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Brackets\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/brackets\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 Brackets = createLucideIcon('Brackets', [\n ['path', { d: 'M16 3h3v18h-3', key: '1yor1f' }],\n ['path', { d: 'M8 21H5V3h3', key: '1qrfwo' }],\n]);\n\nexport default Brackets;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,MAAQ;EAAEC,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,aAAe;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC7C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |