Class: Mdi::Bucket

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 4H21V7H20L17.5 21H6.5L4 7H3V4Z"></path>
  HTML
end