Class: Mdi::FormatPilcrowArrowLeft

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,17V14L4,18L8,22V19H20V17M10,10V15H12V4H14V15H16V4H18V2H10A4,4 0 0,0 6,6A4,4 0 0,0 10,10Z"></path>
  HTML
end