Class: Mdi::SmokeDetectorOutline

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

Overview

  • Version: 6.1.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M19 19H5V5H19V19M12 18C15.31 18 18 15.31 18 12C18 8.68 15.31 6 12 6C8.68 6 6 8.68 6 12C6 15.31 8.69 18 12 18M12 8C14.21 8 16 9.79 16 12S14.21 16 12 16 8 14.21 8 12 9.79 8 12 8Z"></path>
  HTML
end