Class: Mdi::MusicNoteSixteenthDotted

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

def content
  <<-HTML.squish.html_safe
    <path d="M18 18.5A1.5 1.5 0 1 1 16.5 17A1.5 1.5 0 0 1 18 18.5M18 7V3H12V13.55A4 4 0 1 0 14 17V11H18V8H14V7Z"></path>
  HTML
end