1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst PictureInPicture2 = createLucideIcon(\"PictureInPicture2\", [[\"path\", {\n d: \"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4\",\n key: \"daa4of\"\n}], [\"rect\", {\n width: \"10\",\n height: \"7\",\n x: \"12\",\n y: \"13\",\n rx: \"2\",\n key: \"1nb8gs\"\n}]]);\nexport { PictureInPicture2 as default };","map":{"version":3,"names":["PictureInPicture2","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/picture-in-picture-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name PictureInPicture2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/picture-in-picture-2\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 PictureInPicture2 = createLucideIcon('PictureInPicture2', [\n [\n 'path',\n {\n d: 'M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4',\n key: 'daa4of',\n },\n ],\n [\n 'rect',\n { width: '10', height: '7', x: '12', y: '13', rx: '2', key: '1nb8gs' },\n ],\n]);\n\nexport default PictureInPicture2;\n"],"mappings":";;;;;AAaM,MAAAA,iBAAA,GAAoBC,gBAAA,CAAiB,mBAAqB,GAC9D,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACvE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |