Class: Mdi::WrapDisabled

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

Overview

  • Version: 3.0.39

  • Author: Leo SF

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,7H3V5H16V7M3,19H16V17H3V19M22,12L18,9V11H3V13H18V15L22,12Z"></path>
  HTML
end