Class: Mdi::FlipVertical

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

Overview

  • Version: 4.3.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 15V17H5V15M15 19V21H17V19M19 3H5C3.9 3 3 3.9 3 5V9H5V5H19V9H21V5C21 3.9 20.1 3 19 3M21 19H19V21C20.1 21 21 20.1 21 19M1 11V13H23V11M7 19V21H9V19M19 15V17H21V15M11 19V21H13V19M3 19C3 20.1 3.9 21 5 21V19Z"></path>
  HTML
end