Class: Mdi::ImageBrokenVariant

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,5V11.59L18,8.58L14,12.59L10,8.59L6,12.59L3,9.58V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5M18,11.42L21,14.43V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V12.42L6,15.41L10,11.41L14,15.41"></path>
  HTML
end