Class: Mdi::VolumeMinus

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

def content
  <<-HTML.squish.html_safe
    <path d="M3,9H7L12,4V20L7,15H3V9M14,11H22V13H14V11Z"></path>
  HTML
end