Class: Mdi::AspectRatio

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

Overview

  • Version: 2.6.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,12H17V15H14V17H19V12M7,9H10V7H5V12H7V9M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M21,19H3V5H21V19Z"></path>
  HTML
end