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 AlignHorizontalJustifyStart = createLucideIcon(\"AlignHorizontalJustifyStart\", [[\"rect\", {\n width: \"6\",\n height: \"14\",\n x: \"6\",\n y: \"5\",\n rx: \"2\",\n key: \"hsirpf\"\n}], [\"rect\", {\n width: \"6\",\n height: \"10\",\n x: \"16\",\n y: \"7\",\n rx: \"2\",\n key: \"13zkjt\"\n}], [\"path\", {\n d: \"M2 2v20\",\n key: \"1ivd8o\"\n}]]);\nexport { AlignHorizontalJustifyStart as default };","map":{"version":3,"names":["AlignHorizontalJustifyStart","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/align-horizontal-justify-start.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AlignHorizontalJustifyStart\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-horizontal-justify-start\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 AlignHorizontalJustifyStart = createLucideIcon(\n 'AlignHorizontalJustifyStart',\n [\n [\n 'rect',\n { width: '6', height: '14', x: '6', y: '5', rx: '2', key: 'hsirpf' },\n ],\n [\n 'rect',\n { width: '6', height: '10', x: '16', y: '7', rx: '2', key: '13zkjt' },\n ],\n ['path', { d: 'M2 2v20', key: '1ivd8o' }],\n ],\n);\n\nexport default AlignHorizontalJustifyStart;\n"],"mappings":";;;;;AAaA,MAAMA,2BAA8B,GAAAC,gBAAA,CAClC,+BACA,CACE,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CACE,QACA;EAAEL,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,EAE5C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |