Class: Mdi::SwapVerticalVariant

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

Overview

  • Version: 2.2.43

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,4L14,8H17V16A2,2 0 0,1 15,18A2,2 0 0,1 13,16V8A4,4 0 0,0 9,4A4,4 0 0,0 5,8V16H2L6,20L10,16H7V8A2,2 0 0,1 9,6A2,2 0 0,1 11,8V16A4,4 0 0,0 15,20A4,4 0 0,0 19,16V8H22L18,4Z"></path>
  HTML
end