Class: Mdi::Resize

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

Overview

  • Version: 2.6.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10.59,12L14.59,8H11V6H18V13H16V9.41L12,13.41V16H20V4H8V12H10.59M22,2V18H12V22H2V12H6V2H22M10,14H4V20H10V14Z"></path>
  HTML
end