Class: Mdi::Oci

Inherits:
MdiData show all
Defined in:
app/models/mdi/oci.rb

Overview

  • Version: 4.8.95

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 2V22H22V2M19.12 19.03H4.87V5H19.13V19.03M14.83 10.71H17.69V17.59H14.83M14.83 6.41H17.69V9.27H14.83M6.3 6.41V17.59H13.4V14.72H9.17V9.28H13.4V6.41Z"></path>
  HTML
end