Class: Mdi::GlobeLightOutline

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

Overview

  • Version: 4.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 8.08V2H11V8.08C7.61 8.57 5 11.47 5 15C5 18.87 8.13 22 12 22S19 18.87 19 15C19 11.47 16.39 8.57 13 8.08M12 20C9.24 20 7 17.76 7 15C7 13.87 7.39 12.84 8.03 12H15.97C16.61 12.84 17 13.87 17 15C17 17.76 14.76 20 12 20Z"></path>
  HTML
end