Class: Mdi::SwapVerticalCircleOutline

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

Overview

  • Version: 4.0.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20M6.5 9L10 5.5L13.5 9H11V13H9V9H6.5M17.5 15L14 18.5L10.5 15H13V11H15V15H17.5Z"></path>
  HTML
end