import * as React from 'react'; function SvgHashLock(props: React.SVGProps) { return ( ); } export default SvgHashLock;