Class: Mdi::HomeVariant

Inherits:
MdiData show all
Defined in:
app/models/mdi/home_variant.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/home_variant.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,3L20,9V21H15V14H9V21H4V9L12,3Z"></path>
  HTML
end