Class: Mdi::NavigationOutline

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

Overview

  • Version: 5.6.55

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 7.3L16.3 17.7L12.8 16.2L12 15.8L11.2 16.2L7.7 17.7L12 7.3M12 2L4.5 20.3L5.2 21L12 18L18.8 21L19.5 20.3L12 2Z"></path>
  HTML
end