Class: Mdi::ListStatus

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

Overview

  • Version: 5.5.55

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.5 11L13 7.5L14.4 6.1L16.5 8.2L20.7 4L22.1 5.4L16.5 11M11 7H2V9H11V7M21 13.4L19.6 12L17 14.6L14.4 12L13 13.4L15.6 16L13 18.6L14.4 20L17 17.4L19.6 20L21 18.6L18.4 16L21 13.4M11 15H2V17H11V15Z"></path>
  HTML
end