Class: Mdi::SubtitlesOutline

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

Overview

  • Version: 2.5.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20,4A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20M20,18V6H4V18H20M6,10H8V12H6V10M6,14H14V16H6V14M16,14H18V16H16V14M10,10H18V12H10V10Z"></path>
  HTML
end