lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.08 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/creative-commons.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '12', cy: '12', r: '10', key: '1mglay' }],\n [\n 'path',\n { d: 'M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1', key: '1ss3eq' },\n ],\n [\n 'path',\n { d: 'M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1', key: '1od56t' },\n ],\n];\n\n/**\n * @component @name CreativeCommons\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/creative-commons\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 *\n */\nconst CreativeCommons = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"creative-commons\" />\n);\n\nexport default CreativeCommons;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,MAAM,GAAG,MAAM,KAAK,SAAS,CAAC;AAAA,EACzD;AAAA,IACE;AAAA,IACA,EAAE,GAAG,uEAAuE,KAAK,SAAS;AAAA,EAC5F;AAAA,EACA;AAAA,IACE;AAAA,IACA,EAAE,GAAG,uEAAuE,KAAK,SAAS;AAAA,EAC5F;AACF;AAaA,IAAM,kBAAkB,CAAC,UACvB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,mBAAmB;AAG/D,IAAO,2BAAQ;",
"names": []
}