Class: Mdi::CircleBoxOutline

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

Overview

  • Version: 5.6.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 8C9.79 8 8 9.79 8 12S9.79 16 12 16 16 14.21 16 12 14.21 8 12 8Z"></path>
  HTML
end