Class: Mdi::UmbrellaOutline

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,4C8.9,4 6.18,6.03 5.3,9H18.7C17.82,6.04 15.09,4 12,4M12,2A9,9 0 0,1 21,11H13V19A3,3 0 0,1 10,22A3,3 0 0,1 7,19V18H9V19A1,1 0 0,0 10,20A1,1 0 0,0 11,19V11H3A9,9 0 0,1 12,2Z"></path>
  HTML
end