Class: Mdi::ShareAllOutline

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

Overview

  • Version: 4.6.95

  • Author: sergiocarlotto

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 9.8V10.7L11.3 10.9C8.7 11.3 6.8 12.3 5.4 13.6C7.1 13.1 8.9 12.8 11 12.8H13V14.1L15.2 12L13 9.8M11 5L18 12L11 19V14.9C6 14.9 2.5 16.5 0 20C1 15 4 10 11 9M17 8V5L24 12L17 19V16L21 12"></path>
  HTML
end