Class: Mdi::StickerOutline

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

Overview

  • Version: 4.9.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5.5 2C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2H5.5M5.8 4H18.3C19.3 4 20.1 4.8 20.1 5.8V15H18.6C16.7 15 15.1 16.6 15.1 18.5V20H5.8C4.8 20 4 19.2 4 18.2V5.8C4 4.8 4.8 4 5.8 4"></path>
  HTML
end