Class: Mdi::LabelOffOutline

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

Overview

  • Version: 2.7.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,4.27L3.28,3L20,19.72L18.73,21L16.63,18.9C16.43,18.96 16.22,19 16,19H5A2,2 0 0,1 3,17V7C3,6.5 3.17,6.07 3.46,5.73L2,4.27M5,17H14.73L5,7.27V17M19.55,12L16,7H9.82L7.83,5H16C16.67,5 17.27,5.33 17.63,5.84L22,12L19,16.2L17.59,14.76L19.55,12Z"></path>
  HTML
end