Class: Mdi::Equal

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,10H5V8H19V10M19,16H5V14H19V16Z"></path>
  HTML
end