Class: Mdi::CellphoneArrowDownVariant

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

Overview

  • Version: 6.6.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 14L23 9L21.6 7.6L19 10.2V3H17V10.2L14.4 7.6L13 9L18 14M19 16V21C19 22.1 18.1 23 17 23H7C5.9 23 5 22.1 5 21V3C5 1.9 5.9 1 7 1H14V5H7V19H17V16H19Z"></path>
  HTML
end