Class: Mdi::MoonWaxingGibbous

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/moon_waxing_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_waxing_gibbous.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M6 12C6 7.5 7.93 3.26 12 2A10 10 0 0 1 12 22C7.93 20.74 6 16.5 6 12Z"></path>
  HTML
end