getLockSVG function

dynamic getLockSVG()

Implementation

getLockSVG(){
  return '<svg height="40" width="40" fill="none" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M31.333 19.333a2.667 2.667 0 0 0-2.666-2.666H11.332a2.667 2.667 0 0 0-2.667 2.666v13.334a2.667 2.667 0 0 0 2.667 2.666h17.334a2.667 2.667 0 0 0 2.666-2.666V19.333Z" stroke="#bdbdbd"/><path d="M12.666 12a7.333 7.333 0 1 1 14.667 0v4.667H12.667V12ZM20 27.667a1.667 1.667 0 1 0 0-3.334 1.667 1.667 0 0 0 0 3.334Z" stroke="#bdbdbd"/></svg>';
}