Class: Mdi::MusicAccidentalNatural

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

def content
  <<-HTML.squish.html_safe
    <path d="M10 8.75V3.5H8V17.5L14 15.25V20.5H16V6.5L10 8.75M14 13.25L10 14.75V10.75L14 9.25V13.25Z"></path>
  HTML
end