Class: Mdi::MusicNoteWhole

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/music_note_whole.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/music_note_whole.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12 15A2 2 0 1 1 10 17A2 2 0 0 1 12 15M12 13A4 4 0 1 0 16 17A4 4 0 0 0 12 13Z"></path>
  HTML
end