Class: Mdi::VolumeMute

Inherits:
MdiData show all
Defined in:
app/models/mdi/volume_mute.rb

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,9H7L12,4V20L7,15H3V9M16.59,12L14,9.41L15.41,8L18,10.59L20.59,8L22,9.41L19.41,12L22,14.59L20.59,16L18,13.41L15.41,16L14,14.59L16.59,12Z"></path>
  HTML
end