Class: Mdi::PanVertical

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2.5L8,7H16L12,2.5M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M8,17L12,21.5L16,17H8Z"></path>
  HTML
end