Class: Mdi::LabelVariant

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

def content
  <<-HTML.squish.html_safe
    <path d="M3.5,19L8.34,12L3.5,5H14.5C15.17,5 15.72,5.3 16.13,5.86L20.5,12L16.13,18.14C15.72,18.7 15.17,19 14.5,19H3.5Z"></path>
  HTML
end