Class: Mdi::PencilOutline

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

Overview

  • Version: 3.2.89

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.06,9L15,9.94L5.92,19H5V18.08L14.06,9M17.66,3C17.41,3 17.15,3.1 16.96,3.29L15.13,5.12L18.88,8.87L20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18.17,3.09 17.92,3 17.66,3M14.06,6.19L3,17.25V21H6.75L17.81,9.94L14.06,6.19Z"></path>
  HTML
end