Class: Mdi::MusicNoteOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3V13.55A4 4 0 1 0 14 17V7H18V3M10 19A2 2 0 1 1 12 17A2 2 0 0 1 10 19Z"></path>
  HTML
end