Class: Mdi::NavigationVariantOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M17.27 6.73L13.03 16.86L11.71 13.44L11.39 12.61L10.57 12.29L7.14 10.96L17.27 6.73M21 3L3 10.53V11.5L9.84 14.16L12.5 21H13.46L21 3Z"></path>
  HTML
end