Class: Mdi::BriefcaseClock

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

Overview

  • Version: 4.3.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 11.11V7A2 2 0 0 0 19 5H15V3A2 2 0 0 0 13 1H9A2 2 0 0 0 7 3V5H3A2 2 0 0 0 1 7V18A2 2 0 0 0 3 20H10.26A7 7 0 1 0 21 11.11M9 3H13V5H9M19 20A5 5 0 0 1 13 20A5 5 0 1 1 19 20M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13"></path>
  HTML
end