Class: Mdi::ImageFilterHdrOutline

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 18H1L8.25 8.33L10.25 11L14 6L23 18M11.5 12.67L14 16L19 16L14 9.33L11.5 12.67M5 16L11.5 16L8.25 11.67L5 16Z"></path>
  HTML
end