Class: Mdi::CheckBold

Inherits:
MdiData show all
Defined in:
app/models/mdi/check_bold.rb

Overview

  • Version: 3.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z"></path>
  HTML
end