Class: Mdi::BucketOutline

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

Overview

  • Version: 5.1.45

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 4H21V7H20L17.5 21H6.5L4 7H3V4M17.97 7H6.03L8.15 19H15.85L17.97 7Z"></path>
  HTML
end