Class: Mdi::WallSconceRound

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

Overview

  • Version: 1.9.32

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 19V16H11V19H13M19.09 16.5L20.5 15.09L18.73 13.32L17.32 14.73L19.09 16.5M4.91 16.5L6.68 14.73L5.27 13.32L3.5 15.09L4.91 16.5M20 12C20 9.14 18.5 6.5 16 5.07S10.5 3.64 8 5.07 4 9.14 4 12H20Z"></path>
  HTML
end