Class: Mdi::HomeCircleOutline

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

Overview

  • Version: 4.1.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 20C7.6 20 4 16.4 4 12S7.6 4 12 4 20 7.6 20 12 16.4 20 12 20M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M11 14H13V17H16V12H18L12 7L6 12H8V17H11V14"></path>
  HTML
end