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

3 lines
188 B
TypeScript

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