mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-24 16:31:53 +02:00
4 lines
200 B
TypeScript
4 lines
200 B
TypeScript
|
import * as React from 'react';
|
||
|
declare function PhoneArrowDownLeftIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
||
|
export default PhoneArrowDownLeftIcon;
|