1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst SplitSquareHorizontal = createLucideIcon(\"SplitSquareHorizontal\", [[\"path\", {\n d: \"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3\",\n key: \"lubmu8\"\n}], [\"path\", {\n d: \"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3\",\n key: \"1ag34g\"\n}], [\"line\", {\n x1: \"12\",\n x2: \"12\",\n y1: \"4\",\n y2: \"20\",\n key: \"1tx1rr\"\n}]]);\nexport { SplitSquareHorizontal as default };","map":{"version":3,"names":["SplitSquareHorizontal","createLucideIcon","d","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/split-square-horizontal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SplitSquareHorizontal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/split-square-horizontal\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 SplitSquareHorizontal = createLucideIcon('SplitSquareHorizontal', [\n ['path', { d: 'M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3', key: 'lubmu8' }],\n ['path', { d: 'M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3', key: '1ag34g' }],\n ['line', { x1: '12', x2: '12', y1: '4', y2: '20', key: '1tx1rr' }],\n]);\n\nexport default SplitSquareHorizontal;\n"],"mappings":";;;;;AAaM,MAAAA,qBAAA,GAAwBC,gBAAA,CAAiB,uBAAyB,GACtE,CAAC,MAAQ;EAAEC,CAAA,EAAG,sCAAwC;EAAAC,GAAA,EAAK;AAAA,CAAU,GACrE,CAAC,MAAQ;EAAED,CAAA,EAAG,uCAAyC;EAAAC,GAAA,EAAK;AAAA,CAAU,GACtE,CAAC,QAAQ;EAAEC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EAClE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |