Class: Mdi::AnimationPlayOutline

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

Overview

  • Version: 2.7.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,2A2,2 0 0,0 2,4V14H4V4H14V2H4M8,6A2,2 0 0,0 6,8V18H8V8H18V6H8M20,12V20H12V12H20M20,10H12A2,2 0 0,0 10,12V20A2,2 0 0,0 12,22H20A2,2 0 0,0 22,20V12A2,2 0 0,0 20,10M14,13V19L18,16L14,13Z"></path>
  HTML
end