Class: Mdi::UmbrellaClosed

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

Overview

  • Version: 2.4.85

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C11.6 2 11.3 2.2 11.1 2.6L6.5 15H11V19C11 19.6 10.6 20 10 20C9.4 20 9 19.6 9 19V18H7V19C7 20.7 8.3 22 10 22S13 20.7 13 19V15H17.5L12.9 2.6C12.7 2.2 12.4 2 12 2Z"></path>
  HTML
end