Class: Mdi::FloorLampTorchiereVariantOutline

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

Overview

  • Version: 6.1.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13.97 4L12.68 7H11.32L10.03 4H13.97M17 2H7L10 9H14L17 2M15.92 22L13 15V22H11V15L8.08 22H5.92L10.92 10H13.08L18.08 22H15.92Z"></path>
  HTML
end