Class: Mdi::VideoSwitchOutline

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

Overview

  • Version: 2.0.46

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 13H12V15L15 12L12 9V11H8V9L5 12L8 15V13M18 9.5V6C18 5.4 17.5 5 17 5H3C2.5 5 2 5.4 2 6V18C2 18.5 2.5 19 3 19H17C17.5 19 18 18.5 18 18V14.5L22 18.5V5.5L18 9.5M16 17H4V7H16V17Z"></path>
  HTML
end