1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst FileLock = createLucideIcon(\"FileLock\", [[\"path\", {\n d: \"M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z\",\n key: \"1nnpy2\"\n}], [\"rect\", {\n width: \"8\",\n height: \"6\",\n x: \"8\",\n y: \"12\",\n rx: \"1\",\n key: \"3yr8at\"\n}], [\"path\", {\n d: \"M15 12v-2a3 3 0 1 0-6 0v2\",\n key: \"1nqnhw\"\n}]]);\nexport { FileLock as default };","map":{"version":3,"names":["FileLock","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/file-lock.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name FileLock\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/file-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 FileLock = createLucideIcon('FileLock', [\n [\n 'path',\n {\n d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',\n key: '1nnpy2',\n },\n ],\n [\n 'rect',\n { width: '8', height: '6', x: '8', y: '12', rx: '1', key: '3yr8at' },\n ],\n ['path', { d: 'M15 12v-2a3 3 0 1 0-6 0v2', key: '1nqnhw' }],\n]);\n\nexport default FileLock;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACrE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,2BAA6B;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |