Class: Mdi::CheckboxIntermediateVariant

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

Overview

  • Version: 6.9.96

  • Author: Andy Giesen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M19 19H5V5H19V19M7 17V7H17"></path>
  HTML
end