Class: Mdi::PanTopLeft

Inherits:
MdiData show all
Defined in:
app/models/mdi/pan_top_left.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_left.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,10M11,5.35L5.35,11L5,5L11,5.35Z"></path>
  HTML
end