Class: Mdi::StepForward2

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,5H10V19H7V5M12,5L23,12L12,19V5M2,5H5V19H2V5Z"></path>
  HTML
end