1 line
3.0 KiB
JSON
1 line
3.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Medal = createLucideIcon(\"Medal\", [[\"path\", {\n d: \"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15\",\n key: \"143lza\"\n}], [\"path\", {\n d: \"M11 12 5.12 2.2\",\n key: \"qhuxz6\"\n}], [\"path\", {\n d: \"m13 12 5.88-9.8\",\n key: \"hbye0f\"\n}], [\"path\", {\n d: \"M8 7h8\",\n key: \"i86dvs\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"17\",\n r: \"5\",\n key: \"qbz8iq\"\n}], [\"path\", {\n d: \"M12 18v-2h-.5\",\n key: \"fawc4q\"\n}]]);\nexport { Medal as default };","map":{"version":3,"names":["Medal","createLucideIcon","d","key","cx","cy","r"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/medal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Medal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/medal\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 Medal = createLucideIcon('Medal', [\n [\n 'path',\n {\n d: 'M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15',\n key: '143lza',\n },\n ],\n ['path', { d: 'M11 12 5.12 2.2', key: 'qhuxz6' }],\n ['path', { d: 'm13 12 5.88-9.8', key: 'hbye0f' }],\n ['path', { d: 'M8 7h8', key: 'i86dvs' }],\n ['circle', { cx: '12', cy: '17', r: '5', key: 'qbz8iq' }],\n ['path', { d: 'M12 18v-2h-.5', key: 'fawc4q' }],\n]);\n\nexport default Medal;\n"],"mappings":";;;;;AAaM,MAAAA,KAAA,GAAQC,gBAAA,CAAiB,OAAS,GACtC,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,iBAAmB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,MAAQ;EAAED,CAAA,EAAG,iBAAmB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,MAAQ;EAAED,CAAA,EAAG,QAAU;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC/C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |