Class: Mdi::HomeMinus

Inherits:
MdiData show all
Defined in:
app/models/mdi/home_minus.rb

Overview

  • Version: 2.4.85

  • Author: Peter Noble

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 17V19H14V17H22M12 3L22 12H18C14.69 12 12 14.69 12 18C12 18.7 12.12 19.37 12.34 20H5V12H2L12 3Z"></path>
  HTML
end