Class: Mdi::AccountArrowLeft

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

Overview

  • Version: 3.0.39

  • Author: Coffeemate

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 18H21V16H17V14L14 17L17 20V18M11 4C8.8 4 7 5.8 7 8S8.8 12 11 12 15 10.2 15 8 13.2 4 11 4M11 14C6.6 14 3 15.8 3 18V20H12.5C12.2 19.2 12 18.4 12 17.5C12 16.3 12.3 15.2 12.9 14.1C12.3 14.1 11.7 14 11 14"></path>
  HTML
end