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 Warehouse = createLucideIcon(\"Warehouse\", [[\"path\", {\n d: \"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z\",\n key: \"gksnxg\"\n}], [\"path\", {\n d: \"M6 18h12\",\n key: \"9pbo8z\"\n}], [\"path\", {\n d: \"M6 14h12\",\n key: \"4cwo0f\"\n}], [\"rect\", {\n width: \"12\",\n height: \"12\",\n x: \"6\",\n y: \"10\",\n key: \"apd30q\"\n}]]);\nexport { Warehouse as default };","map":{"version":3,"names":["Warehouse","createLucideIcon","d","key","width","height","x","y"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/warehouse.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Warehouse\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/warehouse\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 Warehouse = createLucideIcon('Warehouse', [\n [\n 'path',\n {\n d: 'M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z',\n key: 'gksnxg',\n },\n ],\n ['path', { d: 'M6 18h12', key: '9pbo8z' }],\n ['path', { d: 'M6 14h12', key: '4cwo0f' }],\n ['rect', { width: '12', height: '12', x: '6', y: '10', key: 'apd30q' }],\n]);\n\nexport default Warehouse;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EACvE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |