Class: Mdi::YoutubeGaming

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

Overview

  • Version: 2.1.19

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 13V8L17 5L12 8L7 5L2 8V13L12 19L22 13M9 11H7V13H6V11H4V10H6V8H7V10H9V11M15 13C14.45 13 14 12.55 14 12S14.45 11 15 11 16 11.45 16 12 15.55 13 15 13M18 11C17.45 11 17 10.55 17 10S17.45 9 18 9 19 9.45 19 10 18.55 11 18 11Z"></path>
  HTML
end