Class: Mdi::TextAccount

Inherits:
MdiData show all
Defined in:
app/models/mdi/text_account.rb

Overview

  • Version: 5.5.55

  • Author: Brooke Clifton

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 5V7H3V5H21M3 17H12V15H3V17M3 12H21V10H3V12M18 14C19.11 14 20 14.9 20 16S19.11 18 18 18 16 17.11 16 16 16.9 14 18 14M14 22V21C14 19.9 15.79 19 18 19S22 19.9 22 21V22H14Z"></path>
  HTML
end