1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst PanelLeftClose = createLucideIcon(\"PanelLeftClose\", [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n ry: \"2\",\n key: \"1m3agn\"\n}], [\"path\", {\n d: \"M9 3v18\",\n key: \"fh3hqa\"\n}], [\"path\", {\n d: \"m16 15-3-3 3-3\",\n key: \"14y99z\"\n}]]);\nexport { PanelLeftClose as default };","map":{"version":3,"names":["PanelLeftClose","createLucideIcon","width","height","x","y","rx","ry","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/panel-left-close.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name PanelLeftClose\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/panel-left-close\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 PanelLeftClose = createLucideIcon('PanelLeftClose', [\n [\n 'rect',\n {\n width: '18',\n height: '18',\n x: '3',\n y: '3',\n rx: '2',\n ry: '2',\n key: '1m3agn',\n },\n ],\n ['path', { d: 'M9 3v18', key: 'fh3hqa' }],\n ['path', { d: 'm16 15-3-3 3-3', key: '14y99z' }],\n]);\n\nexport default PanelLeftClose;\n"],"mappings":";;;;;AAaM,MAAAA,cAAA,GAAiBC,gBAAA,CAAiB,gBAAkB,GACxD,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,gBAAkB;EAAAD,GAAA,EAAK;AAAA,CAAU,EAChD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |