Class: Mdi::BasketballHoopOutline

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

Overview

  • Version: 3.2.89

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,2H3A2,2 0 0,0 1,4V16A2,2 0 0,0 3,18H6.57L8,23L10,21L12,23L14,21L16,23L17.43,18H21A2,2 0 0,0 23,16V4A2,2 0 0,0 21,2M21,16H18V14H17V9A2,2 0 0,0 15,7H9A2,2 0 0,0 7,9V14H6V16H3V4H21V16M9,14V9H15V14H9Z"></path>
  HTML
end