Class: Mdi::ImageAreaClose

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,23L8,19H16L12,23M20,3A2,2 0 0,1 22,5V15A2,2 0 0,1 20,17H4A2,2 0 0,1 2,15V5A2,2 0 0,1 4,3H20M5,14H19L14.5,8L11,12.5L8.5,9.5L5,14Z"></path>
  HTML
end