1 line
3.0 KiB
JSON
1 line
3.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Binary = createLucideIcon(\"Binary\", [[\"rect\", {\n x: \"14\",\n y: \"14\",\n width: \"4\",\n height: \"6\",\n rx: \"2\",\n key: \"p02svl\"\n}], [\"rect\", {\n x: \"6\",\n y: \"4\",\n width: \"4\",\n height: \"6\",\n rx: \"2\",\n key: \"xm4xkj\"\n}], [\"path\", {\n d: \"M6 20h4\",\n key: \"1i6q5t\"\n}], [\"path\", {\n d: \"M14 10h4\",\n key: \"ru81e7\"\n}], [\"path\", {\n d: \"M6 14h2v6\",\n key: \"16z9wg\"\n}], [\"path\", {\n d: \"M14 4h2v6\",\n key: \"1idq9u\"\n}]]);\nexport { Binary as default };","map":{"version":3,"names":["Binary","createLucideIcon","x","y","width","height","rx","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/binary.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Binary\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/binary\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 Binary = createLucideIcon('Binary', [\n [\n 'rect',\n { x: '14', y: '14', width: '4', height: '6', rx: '2', key: 'p02svl' },\n ],\n ['rect', { x: '6', y: '4', width: '4', height: '6', rx: '2', key: 'xm4xkj' }],\n ['path', { d: 'M6 20h4', key: '1i6q5t' }],\n ['path', { d: 'M14 10h4', key: 'ru81e7' }],\n ['path', { d: 'M6 14h2v6', key: '16z9wg' }],\n ['path', { d: 'M14 4h2v6', key: '1idq9u' }],\n]);\n\nexport default Binary;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CACE,QACA;EAAEC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,QAAQ;EAAEL,CAAA,EAAG;EAAKC,CAAG;EAAKC,KAAO;EAAKC,MAAA,EAAQ,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEC,CAAA,EAAG,WAAa;EAAAD,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,WAAa;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC3C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |