Class: Mdi::PanLeft

Inherits:
MdiData show all
Defined in:
app/models/mdi/pan_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_left.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M7,8L2.5,12L7,16V8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z"></path>
  HTML
end