Class: Mdi::SelectArrowDown

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

Overview

  • Version: 7.0.96

  • Author: Sintija

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 3H5V5H3V4C3 3.4 3.4 3 4 3M20 3C20.6 3 21 3.4 21 4V5H19V3H20M15 5V3H17V5H15M11 5V3H13V5H11M7 5V3H9V5H7M11 21V19H13V21H11M7 21V19H9V21H7M4 21C3.4 21 3 20.6 3 20V19H5V21H4M3 15H5V17H3V15M3 11H5V13H3V11M21 11V13H19V11H21M3 7H5V9H3V7M21 7V9H19V7H21M19 22L22 19H20V15H18V19H16L19 22Z"></path>
  HTML
end