lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.96 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/codesandbox.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z',\n key: 'yt0hxn',\n },\n ],\n ['polyline', { points: '7.5 4.21 12 6.81 16.5 4.21', key: 'fabo96' }],\n ['polyline', { points: '7.5 19.79 7.5 14.6 3 12', key: 'z377f1' }],\n ['polyline', { points: '21 12 16.5 14.6 16.5 19.79', key: '9nrev1' }],\n ['polyline', { points: '3.27 6.96 12 12.01 20.73 6.96', key: '1180pa' }],\n ['line', { x1: '12', x2: '12', y1: '22.08', y2: '12', key: '3z3uq6' }],\n];\n\n/**\n * @component @name Codesandbox\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/codesandbox\n * @see https://lucide.dev/guide/packages/lucide-solid - 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=codesandbox instead. This icon will be removed in v1.0\n */\nconst Codesandbox = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"codesandbox\" />\n);\n\nexport default Codesandbox;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA,CAAC,YAAY,EAAE,QAAQ,8BAA8B,KAAK,SAAS,CAAC;AAAA,EACpE,CAAC,YAAY,EAAE,QAAQ,2BAA2B,KAAK,SAAS,CAAC;AAAA,EACjE,CAAC,YAAY,EAAE,QAAQ,8BAA8B,KAAK,SAAS,CAAC;AAAA,EACpE,CAAC,YAAY,EAAE,QAAQ,iCAAiC,KAAK,SAAS,CAAC;AAAA,EACvE,CAAC,QAAQ,EAAE,IAAI,MAAM,IAAI,MAAM,IAAI,SAAS,IAAI,MAAM,KAAK,SAAS,CAAC;AACvE;AAaA,IAAM,cAAc,CAAC,UACnB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,cAAc;AAG1D,IAAO,sBAAQ;",
"names": []
}