Class: Mdi::CheckUnderline

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

Overview

  • Version: 3.6.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,5L9,17L3.5,11.5L4.91,10.09L9,14.17L19.59,3.59L21,5M3,21V19H21V21H3Z"></path>
  HTML
end