Class: Mdi::EmoticonConfusedOutline

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

Overview

  • Version: 4.3.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 12A8 8 0 1 0 12 20A8 8 0 0 0 20 12M22 12A10 10 0 1 1 12 2A10 10 0 0 1 22 12M15.5 8A1.5 1.5 0 1 1 14 9.5A1.54 1.54 0 0 1 15.5 8M10 9.5A1.5 1.5 0 1 1 8.5 8A1.54 1.54 0 0 1 10 9.5M17 15H13A4 4 0 0 0 9.53 17L7.8 16A6 6 0 0 1 13 13H17Z"></path>
  HTML
end