Class: Mdi::FormatPilcrowArrowRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M21,18L17,14V17H5V19H17V22M9,10V15H11V4H13V15H15V4H17V2H9A4,4 0 0,0 5,6A4,4 0 0,0 9,10Z"></path>
  HTML
end