Class: Mdi::ViewDayOutline

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

Overview

  • Version: 5.3.45

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 18H2V20H21V18M19 10V14H4V10H19M20 8H3C2.45 8 2 8.45 2 9V15C2 15.55 2.45 16 3 16H20C20.55 16 21 15.55 21 15V9C21 8.45 20.55 8 20 8M21 4H2V6H21V4Z"></path>
  HTML
end