{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/brand/BrandLoading/index.tsx"],"sourcesContent":["import type { FC } from 'react';\n\nimport type { DivProps, SvgProps } from '@/types';\n\nexport interface BrandLoadingProps {\n  size?: number;\n  text: FC<SvgProps & DivProps & { size?: number }>;\n}\n\nconst BrandLoading: FC<BrandLoadingProps & SvgProps & DivProps> = ({ size, text, ...rest }) => {\n  const RenderText = text;\n\n  return <RenderText className={'lobe-brand-loading'} size={size} {...rest} />;\n};\n\nBrandLoading.displayName = 'BrandLoading';\n\nexport default BrandLoading;\n"],"mappings":";;AASA,MAAM,gBAA6D,EAAE,MAAM,MAAM,GAAG,WAAW;AAG7F,QAAO,oBAFY,MAEZ;EAAY,WAAW;EAA4B;EAAM,GAAI;EAAQ,CAAA;;AAG9E,aAAa,cAAc"}