Class: Mdi::MusicNoteQuarterDotted

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 13V13.56A3.96 3.96 0 0 0 10 13A4 4 0 1 0 14 17V3H12M16.5 17A1.5 1.5 0 1 1 15 18.5A1.5 1.5 0 0 1 16.5 17Z"></path>
  HTML
end