mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 19:42:34 -06:00
4 lines
192 B
TypeScript
4 lines
192 B
TypeScript
|
import * as React from 'react';
|
||
|
declare function ArrowUturnDownIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||
|
export default ArrowUturnDownIcon;
|