Class: Mdi::SwapVertical

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z"></path>
  HTML
end