Class: Mdi::AnimationPlay

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

Overview

  • Version: 2.4.85

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,2H14V4H4V14H2V4C2,2.89 2.89,2 4,2M8,6H18V8H8V18H6V8C6,6.89 6.89,6 8,6M12,10H20C21.11,10 22,10.89 22,12V20C22,21.11 21.11,22 20,22H12C10.89,22 10,21.11 10,20V12C10,10.89 10.89,10 12,10M14,12V20L20,16L14,12Z"></path>
  HTML
end