Class: Mdi::Gamepad

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.5,9L13.5,12L16.5,15H22V9M9,16.5V22H15V16.5L12,13.5M7.5,9H2V15H7.5L10.5,12M15,7.5V2H9V7.5L12,10.5L15,7.5Z"></path>
  HTML
end