Class: Mdi::MusicNoteOffOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M14 7H18V3H12V7.61L14 9.61M12 10.44L4.41 2.86L3 4.27L12 13.27V13.55A3.94 3.94 0 0 0 8.67 13.23A4 4 0 0 0 10.65 20.95A4.1 4.1 0 0 0 14 16.85V15.27L19.73 21L21.14 19.59M10 19A2 2 0 1 1 12 17A2 2 0 0 1 10 19Z"></path>
  HTML
end