Class: Mdi::FastForward5

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

Overview

  • Version: 4.6.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11.5 3C14.15 3 16.55 4 18.4 5.6L21 3V10H14L16.62 7.38C15.23 6.22 13.46 5.5 11.5 5.5C7.96 5.5 4.95 7.81 3.9 11L1.53 10.22C2.92 6.03 6.85 3 11.5 3M9 12H15V14H11V16H13C14.11 16 15 16.9 15 18V20C15 21.11 14.11 22 13 22H9V20H13V18H9V12Z"></path>
  HTML
end