Class: Mdi::SendVariantOutline

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

Overview

  • Version: 7.2.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 20V4L22 12M5 17L16.85 12L5 7V10.5L11 12L5 13.5M5 17V7 13.5Z"></path>
  HTML
end