Class: Mdi::ViewStreamOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M4 6V18H21V6H4M19 16H6V13H19V16M6 11V8H19V11H6Z"></path>
  HTML
end