1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"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}]];\nconst Instagram = createLucideIcon(\"instagram\", __iconNode);\nexport { __iconNode, Instagram as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","ry","key","d","x1","x2","y1","y2","Instagram","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/instagram.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '20', height: '20', x: '2', y: '2', rx: '5', ry: '5', key: '2e1cvw' }],\n ['path', { d: 'M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z', key: '9exkf1' }],\n ['line', { x1: '17.5', x2: '17.51', y1: '6.5', y2: '6.5', key: 'r4j83e' }],\n];\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 * @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=instagram instead. This icon will be removed in v1.0\n */\nconst Instagram = createLucideIcon('instagram', __iconNode);\n\nexport default Instagram;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvF,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAmDD,GAAA,EAAK;AAAA,CAAU,GAChF,CAAC,QAAQ;EAAEE,EAAA,EAAI;EAAQC,EAAA,EAAI;EAASC,EAAA,EAAI;EAAOC,EAAA,EAAI;EAAOL,GAAA,EAAK;AAAA,CAAU,EAC3E;AAaA,MAAMM,SAAA,GAAYC,gBAAA,CAAiB,aAAad,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |