lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.91 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/flag-off.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11', key: '9rwyz9' }],\n ['path', { d: 'M4 22V4', key: '1plyxx' }],\n ['path', { d: 'M4 15s1-1 4-1 5 2 8 2', key: '1myooe' }],\n ['line', { x1: '2', x2: '22', y1: '2', y2: '22', key: 'a6p6uj' }],\n];\n\n/**\n * @component @name FlagOff\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/flag-off\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 FlagOff = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"flag-off\" />;\n\nexport default FlagOff;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,+BAA+B,KAAK,SAAS,CAAC;AAAA,EAC5D,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,yBAAyB,KAAK,SAAS,CAAC;AAAA,EACtD,CAAC,QAAQ,EAAE,IAAI,KAAK,IAAI,MAAM,IAAI,KAAK,IAAI,MAAM,KAAK,SAAS,CAAC;AAClE;AAaA,IAAM,UAAU,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,WAAW;AAE7F,IAAO,mBAAQ;",
"names": []
}