Class: Mdi::SwapHorizontalCircle

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

Overview

  • Version: 4.0.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 12C22 6.5 17.5 2 12 2S2 6.5 2 12 6.5 22 12 22 22 17.5 22 12M15 6.5L18.5 10L15 13.5V11H11V9H15V6.5M9 17.5L5.5 14L9 10.5V13H13V15H9V17.5Z"></path>
  HTML
end