Class: Mdi::TuneVertical

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

Overview

  • Version: 1.6.50

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 3H5V9H7V3M19 3H17V13H19V3M3 13H5V21H7V13H9V11H3V13M15 7H13V3H11V7H9V9H15V7M11 21H13V11H11V21M15 15V17H17V21H19V17H21V15H15Z"></path>
  HTML
end