Class: Mdi::LedOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,6A4,4 0 0,0 8,10V16H6V18H9V23H11V18H13V23H15V18H18V16H16V10A4,4 0 0,0 12,6M12,8A2,2 0 0,1 14,10V15H10V10A2,2 0 0,1 12,8Z"></path>
  HTML
end