Class: Mdi::FlagPlusOutline

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

Overview

  • Version: 4.2.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 16L12.6 14H7V21H5V4H14L14.4 6H20V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V8H12.76L12.36 6H7V12H14.24L14.64 14H15.69C14.92 14.5 14.27 15.2 13.81 16H13M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z"></path>
  HTML
end