Class: Mdi::CheckOutline

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

Overview

  • Version: 2.1.99

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19.78,2.2L24,6.42L8.44,22L0,13.55L4.22,9.33L8.44,13.55L19.78,2.2M19.78,5L8.44,16.36L4.22,12.19L2.81,13.55L8.44,19.17L21.19,6.42L19.78,5Z"></path>
  HTML
end