Class: Mdi::MicroSd

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

Overview

  • Version: 2.0.46

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,2A2,2 0 0,0 6,4V11L4,13V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V4A2,2 0 0,0 18,2H8M9,4H11V8H9V4M12,4H14V8H12V4M15,4H17V8H15V4Z"></path>
  HTML
end