1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
{"version":3,"file":"line-dot-right-horizontal.mjs","sources":["../../../src/icons/line-dot-right-horizontal.ts"],"sourcesContent":["import defaultAttributes from '../defaultAttributes';\nimport type { IconNode } from '../types';\n\n/**\n * @name line-dot-right-horizontal\n * @description Lucide SVG icon node.\n *\n * @preview  - https://lucide.dev/icons/line-dot-right-horizontal\n * @see https://lucide.dev/guide/packages/lucide - Documentation\n *\n * @returns {Array}\n *\n */\nconst LineDotRightHorizontal: IconNode = [\n ['path', { d: 'M 3 12 L 15 12' }],\n ['circle', { cx: '18', cy: '12', r: '3' }],\n];\n\nexport default LineDotRightHorizontal;\n"],"names":[],"mappings":";;;;;;;AAaA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,sBAAA,CAAA,CAAA,CAAmC;AAAA,CAAA,CACvC,CAAC,MAAA,CAAA,CAAQ,CAAA,CAAE,CAAA,CAAA,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAkB,CAAA;AAAA,CAAA,CAChC,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAU,CAAA,CAAE,EAAA,CAAA,CAAI,CAAA,CAAA,CAAA,GAAM,CAAA,CAAA,EAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAG,GAAA,CAAA,CAAK;AAC3C,CAAA;;"} |