@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
1 lines • 1 kB
Source Map (JSON)
{"version":3,"file":"Divider.mjs","names":["Divider: FC<SvgProps & DivProps & { size?: number }>"],"sources":["../../../src/brand/components/Divider.tsx"],"sourcesContent":["import { type FC } from 'react';\n\nimport { DivProps, SvgProps } from '@/types';\n\nconst Divider: FC<SvgProps & DivProps & { size?: number }> = ({ size = '1em', style, ...rest }) => (\n <svg\n fill=\"none\"\n height={size}\n shapeRendering=\"geometricPrecision\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n style={{ flex: 'none', lineHeight: 1, ...style }}\n viewBox=\"0 0 24 24\"\n width={size}\n {...rest}\n >\n <path d=\"M16.88 3.549L7.12 20.451\" />\n </svg>\n);\n\nexport default Divider;\n"],"mappings":";;;AAIA,MAAMA,WAAwD,EAAE,OAAO,OAAO,OAAO,GAAG,WACtF,oBAAC;CACC,MAAK;CACL,QAAQ;CACR,gBAAe;CACf,QAAO;CACP,eAAc;CACd,gBAAe;CACf,OAAO;EAAE,MAAM;EAAQ,YAAY;EAAG,GAAG;EAAO;CAChD,SAAQ;CACR,OAAO;CACP,GAAI;WAEJ,oBAAC,UAAK,GAAE,6BAA6B;EACjC;AAGR,sBAAe"}