Class: Mdi::ArrowExpand

Inherits:
MdiData show all
Defined in:
app/models/mdi/arrow_expand.rb

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z"></path>
  HTML
end