Class: Mdi::NoteMultiple

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

Overview

  • Version: 1.7.22

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,9H21.5L16,3.5V9M7,2H17L23,8V18A2,2 0 0,1 21,20H7C5.89,20 5,19.1 5,18V4A2,2 0 0,1 7,2M3,6V22H21V24H3A2,2 0 0,1 1,22V6H3Z"></path>
  HTML
end