Class: Mdi::ExportVariant

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

Overview

  • Version: 3.0.39

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,1L8,5H11V14H13V5H16M18,23H6C4.89,23 4,22.1 4,21V9A2,2 0 0,1 6,7H9V9H6V21H18V9H15V7H18A2,2 0 0,1 20,9V21A2,2 0 0,1 18,23Z"></path>
  HTML
end