Class: Mdi::ArrowLeftRight

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

Overview

  • Version: 3.7.94

  • Author: ginlime

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6.45,17.45L1,12L6.45,6.55L7.86,7.96L4.83,11H19.17L16.14,7.96L17.55,6.55L23,12L17.55,17.45L16.14,16.04L19.17,13H4.83L7.86,16.04L6.45,17.45Z"></path>
  HTML
end