Class: Mdi::LabelMultipleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/label_multiple_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M4 18H13L11 20H4C3.5 20 2.97 19.79 2.59 19.41C2.21 19.03 2 18.5 2 18V8H4V18M17.63 4.84C17.27 4.33 16.67 4 16 4H8C6.9 4 6 4.9 6 6V14C6 15.1 6.9 16 8 16H16C16.67 16 17.27 15.66 17.63 15.15L22 10L17.63 4.84M16 14H8V6H16L19.55 10Z"></path>
  HTML
end