Class: Mdi::CropPortrait

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

def content
  <<-HTML.squish.html_safe
    <path d="M17,19H7V5H17M17,3H7A2,2 0 0,0 5,5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V5C19,3.89 18.1,3 17,3Z"></path>
  HTML
end