blowfish/node_modules/@heroicons/react/20/solid/MagnifyingGlassCircleIcon.d.ts

4 lines
206 B
TypeScript
Raw Normal View History

2023-01-29 16:30:24 -06:00
import * as React from 'react';
declare function MagnifyingGlassCircleIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
export default MagnifyingGlassCircleIcon;