Class: Mdi::LedVariantOff

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3C10.05,3 8.43,4.4 8.08,6.25L16.82,15H18V13H16V7A4,4 0 0,0 12,3M3.28,4L2,5.27L8,11.27V13H6V15H9V21H11V15H11.73L13,16.27V21H15V18.27L18.73,22L20,20.72L15,15.72L8,8.72L3.28,4Z"></path>
  HTML
end