Class: Mdi::CheckbookArrowRight

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 14H15.53C15.25 14.31 15 14.64 14.8 15H5V14M21 8V12.08C21.72 12.2 22.39 12.45 23 12.8V5H1V19H14.08C14.03 18.68 14 18.34 14 18C14 17.66 14.03 17.33 14.08 17H3V8H21M5 10H12V12H5V10M24 18L21 15V17H17V19H21V21L24 18Z"></path>
  HTML
end