Class: Mdi::PlusMinusVariant

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

Overview

  • Version: 5.3.45

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 7H6V4H8V7H11V9H8V12H6V9H3V7M13 15H21V17H13V15M16.04 3H18.35L7.96 21H5.65L16.04 3Z"></path>
  HTML
end