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 Pill = createLucideIcon(\"Pill\", [[\"path\", {\n d: \"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z\",\n key: \"wa1lgi\"\n}], [\"path\", {\n d: \"m8.5 8.5 7 7\",\n key: \"rvfmvr\"\n}]]);\nexport { Pill as default };","map":{"version":3,"names":["Pill","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/pill.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Pill\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pill\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 Pill = createLucideIcon('Pill', [\n [\n 'path',\n {\n d: 'm10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z',\n key: 'wa1lgi',\n },\n ],\n ['path', { d: 'm8.5 8.5 7 7', key: 'rvfmvr' }],\n]);\n\nexport default Pill;\n"],"mappings":";;;;;AAaM,MAAAA,IAAA,GAAOC,gBAAA,CAAiB,MAAQ,GACpC,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC9C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |