1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst GraduationCap = createLucideIcon(\"GraduationCap\", [[\"path\", {\n d: \"M22 10v6M2 10l10-5 10 5-10 5z\",\n key: \"1ef52a\"\n}], [\"path\", {\n d: \"M6 12v5c3 3 9 3 12 0v-5\",\n key: \"1f75yj\"\n}]]);\nexport { GraduationCap as default };","map":{"version":3,"names":["GraduationCap","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/graduation-cap.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name GraduationCap\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/graduation-cap\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 GraduationCap = createLucideIcon('GraduationCap', [\n ['path', { d: 'M22 10v6M2 10l10-5 10 5-10 5z', key: '1ef52a' }],\n ['path', { d: 'M6 12v5c3 3 9 3 12 0v-5', key: '1f75yj' }],\n]);\n\nexport default GraduationCap;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CAAC,MAAQ;EAAEC,CAAA,EAAG,+BAAiC;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,MAAQ;EAAED,CAAA,EAAG,yBAA2B;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |