Class: Mdi::ArrowLeftRightBold

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

Overview

  • Version: 3.7.94

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,14V18L2,12L8,6V10H16V6L22,12L16,18V14H8Z"></path>
  HTML
end