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

3 lines
196 B
TypeScript

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