Class: Mdi::FileQuestionOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M15 13C15 14.89 12.75 15.07 12.75 16.76H11.25C11.25 14.32 13.5 14.5 13.5 13C13.5 12.18 12.83 11.5 12 11.5S10.5 12.18 10.5 13H9C9 11.35 10.34 10 12 10S15 11.35 15 13M12.75 17.5V19H11.25V17.5H12.75Z"></path>
  HTML
end