Class: Mdi::SquareRoundedOutline

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

Overview

  • Version: 5.4.55

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 3H16C18.76 3 21 5.24 21 8V16C21 18.76 18.76 21 16 21H8C5.24 21 3 18.76 3 16V8C3 5.24 5.24 3 8 3M8 5C6.34 5 5 6.34 5 8V16C5 17.66 6.34 19 8 19H16C17.66 19 19 17.66 19 16V8C19 6.34 17.66 5 16 5H8Z"></path>
  HTML
end