blowfish/node_modules/@heroicons/react/20/solid/Squares2X2Icon.d.ts
2023-01-29 22:30:24 +00:00

3 lines
184 B
TypeScript

import * as React from 'react';
declare function Squares2X2Icon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
export default Squares2X2Icon;