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