6 lines
282 B
TypeScript
6 lines
282 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const SearchShieldFilled: FluentIcon;
|
|
export declare const SearchShieldRegular: FluentIcon;
|
|
export declare const SearchShield20Regular: FluentIcon;
|
|
export declare const SearchShield20Filled: FluentIcon;
|