UNPKG

box-ui-elements-mlh

Version:
8 lines (7 loc) 347 B
import { TwoTonedIcon } from '../iconTypes'; interface SecurityBlockedStateProps extends TwoTonedIcon { primaryColor?: string; secondaryColor?: string; } declare const SecurityBlockedState: ({ className, primaryColor, height, secondaryColor, title, width, }: SecurityBlockedStateProps) => JSX.Element; export default SecurityBlockedState;