Class: Mdi::TrophyVariantOutline

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 4V2H7V4H2V11C2 12.1 2.9 13 4 13H7.1C7.5 14.96 9.04 16.5 11 16.9V19.08C8 19.54 8 22 8 22H16C16 22 16 19.54 13 19.08V16.9C14.96 16.5 16.5 14.96 16.9 13H20C21.1 13 22 12.1 22 11V4H17M4 11V6H7V11L4 11M15 12C15 13.65 13.65 15 12 15S9 13.65 9 12V4H15V12M20 11L17 11V6H20L20 11Z"></path>
  HTML
end