Class: Mdi::ImageMultiple

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/image_multiple.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_multiple.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M22,16V4A2,2 0 0,0 20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16M11,12L13.03,14.71L16,11L20,16H8M2,6V20A2,2 0 0,0 4,22H18V20H4V6"></path>
  HTML
end