Class: Mdi::VolumeEqual

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

Overview

  • Version: 6.9.96

  • Author: Ron Schaeffer

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 9H7L12 4V20L7 15H3V9M14 13H22V15H14M14 9H22V11H14Z"></path>
  HTML
end