Class: Mdi::MoonWaxingCrescent

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2A9.91 9.91 0 0 0 9 2.46A10 10 0 0 1 9 21.54A10 10 0 1 0 12 2Z"></path>
  HTML
end