Class: Mdi::MoonWaningGibbous

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/moon_waning_gibbous.rb

Overview

  • Version: 3.9.97

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/moon_waning_gibbous.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M18 12C18 7.5 16.08 3.26 12 2A10 10 0 0 0 12 22C16.08 20.74 18 16.5 18 12Z"></path>
  HTML
end