Class: Mdi::Sigma

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,6H8.83L14.83,12L8.83,18H18V20H6V18L12,12L6,6V4H18V6Z"></path>
  HTML
end