Class: Mdi::ClockTimeOneOutline

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

Overview

  • Version: 5.2.45

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 20C16.42 20 20 16.42 20 12S16.42 4 12 4 4 7.58 4 12 7.58 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.47 22 2 17.5 2 12C2 6.5 6.5 2 12 2M15.3 7.8L12.3 13H11V7H12.5V9.65L14 7.05L15.3 7.8Z"></path>
  HTML
end