Class: Mdi::FileChartCheck

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

Overview

  • Version: 6.6.96

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H13.8C13.3 21.1 13 20.1 13 19V20H11V12H13V19C13 15.7 15.7 13 19 13C19.3 13 19.7 13 20 13.1V8L14 2H6M13 3.5L18.5 9H13V3.5M7 14H9V20H7V14Z"></path>
  HTML
end