Class: Mdi::Mouse

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,1.07C7.05,1.56 4,4.92 4,9H11M4,15A8,8 0 0,0 12,23A8,8 0 0,0 20,15V11H4M13,1.07V9H20C20,4.92 16.94,1.56 13,1.07Z"></path>
  HTML
end