1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Sticker = createLucideIcon(\"Sticker\", [[\"path\", {\n d: \"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z\",\n key: \"1wis1t\"\n}], [\"path\", {\n d: \"M15 3v6h6\",\n key: \"edgan2\"\n}], [\"path\", {\n d: \"M10 16s.8 1 2 1c1.3 0 2-1 2-1\",\n key: \"1vvgv3\"\n}], [\"path\", {\n d: \"M8 13h0\",\n key: \"jdup5h\"\n}], [\"path\", {\n d: \"M16 13h0\",\n key: \"l4i2ga\"\n}]]);\nexport { Sticker as default };","map":{"version":3,"names":["Sticker","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/sticker.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Sticker\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/sticker\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 Sticker = createLucideIcon('Sticker', [\n [\n 'path',\n {\n d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',\n key: '1wis1t',\n },\n ],\n ['path', { d: 'M15 3v6h6', key: 'edgan2' }],\n ['path', { d: 'M10 16s.8 1 2 1c1.3 0 2-1 2-1', key: '1vvgv3' }],\n ['path', { d: 'M8 13h0', key: 'jdup5h' }],\n ['path', { d: 'M16 13h0', key: 'l4i2ga' }],\n]);\n\nexport default Sticker;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,+BAAiC;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |