Class: Mdi::ArrowLeftBoldOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,22L3,12L13,2V8H21V16H13V22M6,12L11,17V14H19V10H11V7L6,12Z"></path>
  HTML
end