Class: Mdi::ImageFilterFrames

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,8H6V18H18M20,20H4V6H8.5L12.04,2.5L15.5,6H20M20,4H16L12,0L8,4H4A2,2 0 0,0 2,6V20A2,2 0 0,0 4,22H20A2,2 0 0,0 22,20V6A2,2 0 0,0 20,4Z"></path>
  HTML
end