1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ScanLine = createLucideIcon(\"ScanLine\", [[\"path\", {\n d: \"M3 7V5a2 2 0 0 1 2-2h2\",\n key: \"aa7l1z\"\n}], [\"path\", {\n d: \"M17 3h2a2 2 0 0 1 2 2v2\",\n key: \"4qcy5o\"\n}], [\"path\", {\n d: \"M21 17v2a2 2 0 0 1-2 2h-2\",\n key: \"6vwrx8\"\n}], [\"path\", {\n d: \"M7 21H5a2 2 0 0 1-2-2v-2\",\n key: \"ioqczr\"\n}], [\"line\", {\n x1: \"7\",\n x2: \"17\",\n y1: \"12\",\n y2: \"12\",\n key: \"197423\"\n}]]);\nexport { ScanLine as default };","map":{"version":3,"names":["ScanLine","createLucideIcon","d","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/scan-line.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ScanLine\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/scan-line\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 ScanLine = createLucideIcon('ScanLine', [\n ['path', { d: 'M3 7V5a2 2 0 0 1 2-2h2', key: 'aa7l1z' }],\n ['path', { d: 'M17 3h2a2 2 0 0 1 2 2v2', key: '4qcy5o' }],\n ['path', { d: 'M21 17v2a2 2 0 0 1-2 2h-2', key: '6vwrx8' }],\n ['path', { d: 'M7 21H5a2 2 0 0 1-2-2v-2', key: 'ioqczr' }],\n ['line', { x1: '7', x2: '17', y1: '12', y2: '12', key: '197423' }],\n]);\n\nexport default ScanLine;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,MAAQ;EAAEC,CAAA,EAAG,wBAA0B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,MAAQ;EAAED,CAAA,EAAG,yBAA2B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAED,CAAA,EAAG,2BAA6B;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,MAAQ;EAAED,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EAClE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |