Class: Mdi::StickerPlusOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/sticker_plus_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_plus_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M13 11H16V13H13V16H11V13H8V11H11V8H13V11M22 5.5V16L16 22H5.5C3.6 22 2 20.4 2 18.5V5.5C2 3.6 3.6 2 5.5 2H18.5C20.4 2 22 3.6 22 5.5M20 5.8C20 4.8 19.2 4 18.2 4H5.8C4.8 4 4 4.8 4 5.8V18.3C4 19.3 4.8 20.1 5.8 20.1H15V18.6C15 16.7 16.6 15.1 18.5 15.1H20V5.8Z"></path>
  HTML
end