1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Instagram = createLucideIcon(\"Instagram\", [[\"rect\", {\n width: \"20\",\n height: \"20\",\n x: \"2\",\n y: \"2\",\n rx: \"5\",\n ry: \"5\",\n key: \"2e1cvw\"\n}], [\"path\", {\n d: \"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\",\n key: \"9exkf1\"\n}], [\"line\", {\n x1: \"17.5\",\n x2: \"17.51\",\n y1: \"6.5\",\n y2: \"6.5\",\n key: \"r4j83e\"\n}]]);\nexport { Instagram as default };","map":{"version":3,"names":["Instagram","createLucideIcon","width","height","x","y","rx","ry","key","d","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/instagram.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Instagram\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/instagram\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 Instagram = createLucideIcon('Instagram', [\n [\n 'rect',\n {\n width: '20',\n height: '20',\n x: '2',\n y: '2',\n rx: '5',\n ry: '5',\n key: '2e1cvw',\n },\n ],\n [\n 'path',\n { d: 'M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z', key: '9exkf1' },\n ],\n ['line', { x1: '17.5', x2: '17.51', y1: '6.5', y2: '6.5', key: 'r4j83e' }],\n]);\n\nexport default Instagram;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CACE,QACA;EAAEC,CAAA,EAAG,iDAAmD;EAAAD,GAAA,EAAK;AAAS,EACxE,EACA,CAAC,QAAQ;EAAEE,EAAA,EAAI,MAAQ;EAAAC,EAAA,EAAI,OAAS;EAAAC,EAAA,EAAI,KAAO;EAAAC,EAAA,EAAI,KAAO;EAAAL,GAAA,EAAK;AAAA,CAAU,EAC1E","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |