Class: Mdi::MusicNotePlus

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

Overview

  • Version: 3.5.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 9V12H14V14H17V17H19V14H22V12H19V9H17M9 3V13.55C8.41 13.21 7.73 13 7 13C4.79 13 3 14.79 3 17S4.79 21 7 21 11 19.21 11 17V7H15V3H9Z"></path>
  HTML
end