Class: Mdi::NavigationVariant

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

Overview

  • Version: 6.3.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 3L3 10.53V11.5L9.84 14.16L12.5 21H13.46L21 3Z"></path>
  HTML
end