Class: Mdi::EqualizerOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/equalizer_outline.rb

Overview

  • Version: 3.7.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15,21H9V3H15V21M11,19H13V5H11V19M8,21H2V11H8V21M4,19H6V13H4V19M22,21H16V8H22V21M18,19H20V10H18V19Z"></path>
  HTML
end