Class: Mdi::ViewQuiltOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/view_quilt_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_quilt_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M4 5V18H21V5H4M6 16V7H9V16H6M11 16V12.5H14V16H11M19 16H16V12.5H19V16M11 10.5V7H19V10.5H11Z"></path>
  HTML
end