Class: Mdi::FormatStrikethrough

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

def content
  <<-HTML.squish.html_safe
    <path d="M3,14H21V12H3M5,4V7H10V10H14V7H19V4M10,19H14V16H10V19Z"></path>
  HTML
end