Class: Mdi::OpenInNew

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

def content
  <<-HTML.squish.html_safe
    <path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z"></path>
  HTML
end