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 LayoutPanelLeft = createLucideIcon(\"LayoutPanelLeft\", [[\"rect\", {\n width: \"7\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"1\",\n key: \"2obqm\"\n}], [\"rect\", {\n width: \"7\",\n height: \"7\",\n x: \"14\",\n y: \"3\",\n rx: \"1\",\n key: \"6d4xhi\"\n}], [\"rect\", {\n width: \"7\",\n height: \"7\",\n x: \"14\",\n y: \"14\",\n rx: \"1\",\n key: \"nxv5o0\"\n}]]);\nexport { LayoutPanelLeft as default };","map":{"version":3,"names":["LayoutPanelLeft","createLucideIcon","width","height","x","y","rx","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/layout-panel-left.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name LayoutPanelLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/layout-panel-left\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 LayoutPanelLeft = createLucideIcon('LayoutPanelLeft', [\n ['rect', { width: '7', height: '18', x: '3', y: '3', rx: '1', key: '2obqm' }],\n [\n 'rect',\n { width: '7', height: '7', x: '14', y: '3', rx: '1', key: '6d4xhi' },\n ],\n [\n 'rect',\n { width: '7', height: '7', x: '14', y: '14', rx: '1', key: 'nxv5o0' },\n ],\n]);\n\nexport default LayoutPanelLeft;\n"],"mappings":";;;;;AAaM,MAAAA,eAAA,GAAkBC,gBAAA,CAAiB,iBAAmB,GAC1D,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAQ;EAAMC,CAAG;EAAKC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAS,GAC5E,CACE,QACA;EAAEL,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CACE,QACA;EAAEL,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |