Class: Mdi::Shimmer

Inherits:
MdiData show all
Defined in:
app/models/mdi/shimmer.rb

Overview

  • Version: 5.4.55

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10.6 9.6L9 15L7.4 9.6L2 8L7.4 6.4L9 1L10.6 6.4L16 8L10.6 9.6M17 14.2L21 12L18.8 16L21 20L17 17.8L13 20L15.2 16L13 12L17 14.2M10 16L8.3 19L10 22L7 20.3L4 22L5.7 19L4 16L7 17.7L10 16"></path>
  HTML
end