import { forwardRef, SVGProps } from 'react'; export interface LockFilledProps extends Omit, 'css'> {} export const LockFilled = forwardRef((props, ref) => ( )); LockFilled.displayName = 'LockFilled';