Class: Mdi::Rename

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

Overview

  • Version: 7.1.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15 16L11 20H21V16H15M12.06 7.19L3 16.25V20H6.75L15.81 10.94L12.06 7.19M18.71 8.04C19.1 7.65 19.1 7 18.71 6.63L16.37 4.29C16.17 4.09 15.92 4 15.66 4C15.41 4 15.15 4.1 14.96 4.29L13.13 6.12L16.88 9.87L18.71 8.04Z"></path>
  HTML
end