Class: Mdi::SortVariantLockOpen

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

Overview

  • Version: 3.2.89

  • Author: Christopher Schreiner

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V13.5C16.2 12.1 17.6 11 19 11S21.8 12.1 21.8 13.5V14H20.5V13.5C20.5 12.7 19.8 12.2 19 12.2S17.5 12.7 17.5 13.5V16H21.8C22.4 16 23 16.6 23 17.3M3 13V11H15V13H3M3 6H21V8H3V6M3 18V16H9V18H3"></path>
  HTML
end