Class: Mdi::MicrosoftXboxControllerBatteryCharging

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

Overview

  • Version: 2.5.94

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20,5H21.67C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5M21,7H15V19H21V7M15.5,14L18.5,7.5V12H20.5L17.5,18.5V14H15.5M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8Z"></path>
  HTML
end