Class: Mdi::DeleteSweep

Inherits:
MdiData show all
Defined in:
app/models/mdi/delete_sweep.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15,16H19V18H15V16M15,8H22V10H15V8M15,12H21V14H15V12M3,18A2,2 0 0,0 5,20H11A2,2 0 0,0 13,18V8H3V18M14,5H11L10,4H6L5,5H2V7H14V5Z"></path>
  HTML
end