Class: Mdi::ArrowLeftRightBoldOutline

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

Overview

  • Version: 2.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,16V22L24,12L14,2V8H10V2L0,12L10,22V16H14M8,14V17L3,12L8,7V10H16V7L21,12L16,17V14H8Z"></path>
  HTML
end