Class: Mdi::MusicNoteHalfDotted

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

def content
  <<-HTML.squish.html_safe
    <path d="M14 3H12V13.56A3.96 3.96 0 0 0 10 13A4 4 0 1 0 14 17V3M10 19A2 2 0 1 1 12 17A2 2 0 0 1 10 19M16.5 20A1.5 1.5 0 1 1 18 18.5A1.5 1.5 0 0 1 16.5 20Z"></path>
  HTML
end