src/components/search/loading-icon.tsximport { useId } from 'react'export function LoadingIcon(props: React.ComponentPropsWithoutRef<'svg'>) {let id = useId()return (<svgviewBox="0 0 20 20"fill="none"aria-hidden="true"{...props}><circlecx="10"cy="10"r="5.5"strokeLinejoin="round"/><pathstroke={`url(#${id})`}strokeLinecap="round"
Showing the first 20 lines.
Get full code