Class: Mdi::VolumePlus

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

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