Class: Mdi::PinOffOutline

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

Overview

  • Version: 2.3.54

  • Author: At Abbey’s side

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,6.2V4H7V2H17V4H16V12L18,14V16H17.8L14,12.2V4H10V8.2L8,6.2M20,20.7L18.7,22L12.8,16.1V22H11.2V16H6V14L8,12V11.3L2,5.3L3.3,4L20,20.7M8.8,14H10.6L9.7,13.1L8.8,14Z"></path>
  HTML
end