Class: Mdi::MicrosoftWindows

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

Overview

  • Version: 1.5.54

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,12V6.75L9,5.43V11.91L3,12M20,3V11.75L10,11.9V5.21L20,3M3,13L9,13.09V19.9L3,18.75V13M20,13.25V22L10,20.09V13.1L20,13.25Z"></path>
  HTML
end