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

4 lines
182 B
TypeScript
Raw Normal View History

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