1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst SendHorizonal = createLucideIcon(\"SendHorizonal\", [[\"path\", {\n d: \"m3 3 3 9-3 9 19-9Z\",\n key: \"1aobqy\"\n}], [\"path\", {\n d: \"M6 12h16\",\n key: \"s4cdu5\"\n}]]);\nexport { SendHorizonal as default };","map":{"version":3,"names":["SendHorizonal","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/send-horizonal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SendHorizonal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/send-horizonal\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 SendHorizonal = createLucideIcon('SendHorizonal', [\n ['path', { d: 'm3 3 3 9-3 9 19-9Z', key: '1aobqy' }],\n ['path', { d: 'M6 12h16', key: 's4cdu5' }],\n]);\n\nexport default SendHorizonal;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CAAC,MAAQ;EAAEC,CAAA,EAAG,oBAAsB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACnD,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |