Class: Mdi::CardPlusOutline

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

Overview

  • Version: 4.6.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 15V18H24V20H21V23H19V20H16V18H19V15H21M14 18H3V6H19V13H21V6C21 4.89 20.11 4 19 4H3C1.9 4 1 4.89 1 6V18C1 19.11 1.9 20 3 20H14V18Z"></path>
  HTML
end