Class: Phlex::Icons::Iconoir::PanoramaEnlarge
- Defined in:
- lib/phlex/icons/iconoir/icons/panorama_enlarge.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Phlex::Icons::Iconoir::Base
Instance Method Details
#regular ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/phlex/icons/iconoir/icons/panorama_enlarge.rb', line 2 def regular svg( class: @class, width: @width, height: @height, stroke_width: @stroke_width, viewbox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" ) do |s| s.path( d: "M12 5C14.9952 5 19.2354 5.69203 20.5764 5.92472C20.8312 5.96893 21.0235 6.17124 21.056 6.42778C21.1866 7.45584 21.5 10.1194 21.5 12C21.5 13.8806 21.1866 16.5442 21.056 17.5722C21.0235 17.8288 20.8312 18.0311 20.5764 18.0753C19.2354 18.308 14.9952 19 12 19C9.00483 19 4.76463 18.308 3.4236 18.0753C3.16881 18.0311 2.97653 17.8288 2.94395 17.5722C2.81339 16.5442 2.5 13.8806 2.5 12C2.5 10.1194 2.81339 7.45584 2.94395 6.42778C2.97653 6.17124 3.16882 5.96892 3.42361 5.92472C4.76463 5.69203 9.00483 5 12 5Z", stroke: "currentColor", stroke_linecap: "round", stroke_linejoin: "round" ) end end |