Class: Mdi::BookmarkMusicOutline

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

Overview

  • Version: 4.9.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 3C5.9 3 5 3.9 5 5V21L12 18L19 21V5C19 3.89 18.1 3 17 3H7M7 5H17V18L12 15.82L7 18V5M12 6V11.3C11.7 11.1 11.4 11 11 11C9.9 11 9 11.9 9 13C9 14.11 9.9 15 11 15C12.11 15 13 14.11 13 13V8H15V6H12Z"></path>
  HTML
end