Class: Mdi::CeilingLightMultipleOutline

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

Overview

  • Version: 6.3.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.76 13L18.76 17H9.24L11.24 13H16.76M15 6H13V11H10L6 19H22L18 11H15V6M16 20C16 21.11 15.11 22 14 22S12 21.11 12 20H16M8.21 10.11L8.76 9H11V2H9V7H6L2 15H5.76L8.21 10.11Z"></path>
  HTML
end