Class: Mdi::InformationSymbol

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 9H13V7H11V9M11 17H13V11H11V17Z"></path>
  HTML
end