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 Gift = createLucideIcon(\"Gift\", [[\"polyline\", {\n points: \"20 12 20 22 4 22 4 12\",\n key: \"nda8fc\"\n}], [\"rect\", {\n width: \"20\",\n height: \"5\",\n x: \"2\",\n y: \"7\",\n key: \"wkgdzj\"\n}], [\"line\", {\n x1: \"12\",\n x2: \"12\",\n y1: \"22\",\n y2: \"7\",\n key: \"1n8zgp\"\n}], [\"path\", {\n d: \"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\",\n key: \"zighg4\"\n}], [\"path\", {\n d: \"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\",\n key: \"1pa5tk\"\n}]]);\nexport { Gift as default };","map":{"version":3,"names":["Gift","createLucideIcon","points","key","width","height","x","y","x1","x2","y1","y2","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/gift.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Gift\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/gift\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 Gift = createLucideIcon('Gift', [\n ['polyline', { points: '20 12 20 22 4 22 4 12', key: 'nda8fc' }],\n ['rect', { width: '20', height: '5', x: '2', y: '7', key: 'wkgdzj' }],\n ['line', { x1: '12', x2: '12', y1: '22', y2: '7', key: '1n8zgp' }],\n ['path', { d: 'M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z', key: 'zighg4' }],\n ['path', { d: 'M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z', key: '1pa5tk' }],\n]);\n\nexport default Gift;\n"],"mappings":";;;;;AAaM,MAAAA,IAAA,GAAOC,gBAAA,CAAiB,MAAQ,GACpC,CAAC,UAAY;EAAEC,MAAA,EAAQ,uBAAyB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAJ,GAAA,EAAK;AAAA,CAAU,GACpE,CAAC,QAAQ;EAAEK,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAR,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,MAAQ;EAAES,CAAA,EAAG,6CAA+C;EAAAT,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,MAAQ;EAAES,CAAA,EAAG,6CAA+C;EAAAT,GAAA,EAAK;AAAA,CAAU,EAC7E","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |