mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-06-12 03:59:12 +02:00
3 lines
206 B
TypeScript
3 lines
206 B
TypeScript
import * as React from 'react';
|
|
declare function PresentationChartLineIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): JSX.Element;
|
|
export default PresentationChartLineIcon;
|