Class: Mdi::Check

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

def content
  <<-HTML.squish.html_safe
    <path d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path>
  HTML
end