Class: Mdi::SwapHorizontalVariant

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/swap_horizontal_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_horizontal_variant.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M4,6L8,10V7H16A2,2 0 0,1 18,9A2,2 0 0,1 16,11H8A4,4 0 0,0 4,15A4,4 0 0,0 8,19H16V22L20,18L16,14V17H8A2,2 0 0,1 6,15A2,2 0 0,1 8,13H16A4,4 0 0,0 20,9A4,4 0 0,0 16,5H8V2L4,6Z"></path>
  HTML
end