Class: Mdi::MoonNew

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 20A8 8 0 1 1 20 12A8 8 0 0 1 12 20M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2Z"></path>
  HTML
end