Class: Mdi::CameraRearVariant

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

def content
  <<-HTML.squish.html_safe
    <path d="M6,0H18A2,2 0 0,1 20,2V22A2,2 0 0,1 18,24H6A2,2 0 0,1 4,22V2A2,2 0 0,1 6,0M12,2A2,2 0 0,0 10,4A2,2 0 0,0 12,6A2,2 0 0,0 14,4A2,2 0 0,0 12,2M13,18H9V20H13V22L16,19L13,16V18Z"></path>
  HTML
end