Class: Mdi::LabelVariantOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M6.5,17H15L18.5,12L15,7H6.5L10,12L6.5,17M15,19H3L7.5,12L3,5H15C15.69,5 16.23,5.3 16.64,5.86L21,12L16.64,18.14C16.23,18.7 15.69,19 15,19Z"></path>
  HTML
end