Class: Mdi::CalendarArrowRight

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/calendar_arrow_right.rb

Overview

  • Version: 4.4.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3H18V1H16V3H8V1H6V3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3M19 19H5V8H19V19M12 17V15H8V12H12V10L16 13.5L12 17Z"></path>
  HTML
end