Class: Mdi::PanTopRight

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

Overview

  • Version: 3.0.39

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M18.65,11L13,5.35L19,5L18.65,11Z"></path>
  HTML
end