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 BookLock = createLucideIcon(\"BookLock\", [[\"path\", {\n d: \"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10\",\n key: \"18wgow\"\n}], [\"path\", {\n d: \"M20 15v7H6.5a2.5 2.5 0 0 1 0-5H20\",\n key: \"dpch1j\"\n}], [\"rect\", {\n width: \"8\",\n height: \"5\",\n x: \"12\",\n y: \"6\",\n rx: \"1\",\n key: \"9nqwug\"\n}], [\"path\", {\n d: \"M18 6V4a2 2 0 1 0-4 0v2\",\n key: \"1aquzs\"\n}]]);\nexport { BookLock as default };","map":{"version":3,"names":["BookLock","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/book-lock.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name BookLock\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/book-lock\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 BookLock = createLucideIcon('BookLock', [\n ['path', { d: 'M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10', key: '18wgow' }],\n ['path', { d: 'M20 15v7H6.5a2.5 2.5 0 0 1 0-5H20', key: 'dpch1j' }],\n [\n 'rect',\n { width: '8', height: '5', x: '12', y: '6', rx: '1', key: '9nqwug' },\n ],\n ['path', { d: 'M18 6V4a2 2 0 1 0-4 0v2', key: '1aquzs' }],\n]);\n\nexport default BookLock;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,MAAQ;EAAEC,CAAA,EAAG,oCAAsC;EAAAC,GAAA,EAAK;AAAA,CAAU,GACnE,CAAC,MAAQ;EAAED,CAAA,EAAG,mCAAqC;EAAAC,GAAA,EAAK;AAAA,CAAU,GAClE,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACrE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,yBAA2B;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |