Class: Mdi::LabelMultiple

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

Overview

  • Version: 4.9.95

  • Author: nilsfast

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 19H13L11 21H4C3.5 21 2.97 20.79 2.59 20.41C2.21 20.03 2 19.5 2 19V9H4V19M17.63 5.84C17.27 5.33 16.67 5 16 5H8C6.9 5 6 5.9 6 7V15C6 16.1 6.9 17 8 17H16C16.67 17 17.27 16.66 17.63 16.15L22 11L17.63 5.84Z"></path>
  HTML
end