Class: Mdi::RepeatVariant

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,5.75L10.25,10H7V16H13.5L15.5,18H7A2,2 0 0,1 5,16V10H1.75L6,5.75M18,18.25L13.75,14H17V8H10.5L8.5,6H17A2,2 0 0,1 19,8V14H22.25L18,18.25Z"></path>
  HTML
end