Class: Mdi::YoutubeSubscription

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

Overview

  • Version: 3.3.92

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20,8H4V6H20V8M18,2H6V4H18V2M22,12V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V12A2,2 0 0,1 4,10H20A2,2 0 0,1 22,12M16,16L10,12.73V19.26L16,16Z"></path>
  HTML
end