Class: Mdi::MiniSd

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

Overview

  • Version: 2.5.94

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,4A2,2 0 0,0 4,6V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18V12L18,10V6A2,2 0 0,0 16,4H6M7,6H9V10H7V6M10,6H12V10H10V6M13,6H15V10H13V6Z"></path>
  HTML
end