Class: Mdi::SendCheckOutline

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

Overview

  • Version: 4.4.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 3V10L17 12L2 14V21L23 12M4 6.03L11.53 9.25L4 8.25M11.53 14.75L4 17.97V15.75M22 15.5L18.5 19L16.5 17L15 18.5L18.5 22L23.5 17Z"></path>
  HTML
end