Class: Mdi::SortClockDescendingOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M18 7H15L19 3L23 7H20V21H18V7M8 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 5M8 7.15C10.67 7.15 12.85 9.32 12.85 12C12.85 14.68 10.68 16.85 8 16.85C5.32 16.85 3.15 14.68 3.15 12C3.15 9.32 5.32 7.15 8 7.15M7 9V12.69L10.19 14.53L10.94 13.23L8.5 11.82V9"></path>
  HTML
end