UNPKG

botframework-webchat-component

Version:
9 lines 284 B
import React from 'react'; type Props = Readonly<{ className?: string; fillColor?: string; hasLock?: boolean; }>; declare const ShieldIcon: ({ className, fillColor, hasLock }: Props) => React.JSX.Element; export default ShieldIcon; //# sourceMappingURL=ShieldIcon.d.ts.map