Class: Mdi::Segment

Inherits:
MdiData show all
Defined in:
app/models/mdi/segment.rb

Overview

  • Version: 3.7.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,8H3V6H21M9,13H21V11H9M9,18H21V16H9"></path>
  HTML
end