Class: Mdi::SortClockAscending

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

Overview

  • Version: 5.4.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 17H23L19 21L15 17H18V3H20V17M8 5C4.14 5 1 8.13 1 12C1 15.87 4.13 19 8 19C11.86 19 15 15.87 15 12C15 8.13 11.87 5 8 5M10.19 14.53L7 12.69V9H8.5V11.82L10.94 13.23L10.19 14.53Z"></path>
  HTML
end