Class: Mdi::FilterVariantRemove

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

Overview

  • Version: 4.1.95

  • Author: David Jackson

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 8H3V6H21V8M13.81 16H10V18H13.09C13.21 17.28 13.46 16.61 13.81 16M18 11H6V13H18V11M21.12 15.46L19 17.59L16.88 15.46L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z"></path>
  HTML
end