Class: Mdi::CloseThick

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

Overview

  • Version: 5.0.45

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12L20 6.91Z"></path>
  HTML
end