Class: Mdi::SendClock

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

Overview

  • Version: 4.4.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 3V10L11 12L2 14V21L9.27 17.89A7 7 0 0 0 16 23A7 7 0 0 0 23 16A7 7 0 0 0 16 9L2 3M16 11A5 5 0 0 1 21 16A5 5 0 0 1 16 21A5 5 0 0 1 11 16A5 5 0 0 1 16 11M15 12.5V16.5L18 18.5L18.75 17.25L16.5 15.75V12.5H15Z"></path>
  HTML
end