Class: Mdi::UmbrellaClosedOutline

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

Overview

  • Version: 5.1.45

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C12.4 2 12.8 2.2 12.9 2.6L17.5 15H13V19C13 20.7 11.7 22 10 22S7 20.7 7 19V18H9V19C9 19.6 9.4 20 10 20C10.6 20 11 19.6 11 19V15H6.5L11.1 2.6C11.2 2.2 11.6 2 12 2M12 5.9L9.4 13H14.7L12 5.9Z"></path>
  HTML
end