Class: Mdi::AccountArrowLeftOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/account_arrow_left_outline.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_outline.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 6C12.1 6 13 6.9 13 8S12.1 10 11 10 9 9.1 9 8 9.9 6 11 6M11 13C8.3 13 3 14.3 3 17V20H12.5C12.2 19.4 12.1 18.8 12 18.1H4.9V17C4.9 16.4 8 14.9 11 14.9C11.5 14.9 12 15 12.5 15C12.8 14.4 13.1 13.8 13.6 13.3C12.6 13.1 11.7 13 11 13"></path>
  HTML
end