Class: Mdi::Information

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"></path>
  HTML
end