Class: Mdi::FlagVariantOff

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

Overview

  • Version: 7.0.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.8 22.7L10.2 12.1C7.8 12.4 7 14 7 14V21H5V6.9L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M20 12V4C20 4 19 6 16 6C14 6 14 4 11 4C9.8 4 8.7 4.3 7.8 4.6L17.1 13.9C19.2 13.5 20 12 20 12Z"></path>
  HTML
end