Class: Mdi::BorderAllVariant

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

Overview

  • Version: 2.2.43

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,21V3H21V21H3M5,5V19H19V5H5Z"></path>
  HTML
end