Class: Mdi::LedVariantOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/led_variant_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,3A4,4 0 0,0 8,7V13H6V15H9V21H11V15H13V21H15V15H18V13H16V7A4,4 0 0,0 12,3M12,5A2,2 0 0,1 14,7V12H10V7A2,2 0 0,1 12,5Z"></path>
  HTML
end